Remove duplication from gconv-modules
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-11  Andreas Schwab  <schwab@suse.de>
2
3         * iconvdata/gconv-modules: Remove duplicate entry.
4
5 2014-12-11  Will Newton  <will.newton@linaro.org>
6
7         Merge gettext 0.19.3 into intl/.
8
9         This involves a number of cosmetic changes to comments
10         and ANSI function definitions and prototypes throughout
11         all the files. The gettext copyright header is used but
12         with the date ranges taken from the glibc copy.
13
14         * NEWS: Add gettext merge to 2.21.
15         * intl/bindtextdom.c: Switch to gettext copyright.
16         Use ANSI definitions and prototypes.
17         Use gl_* locking primitives rather than __libc_* ones.
18         Use __builtin_expect rather than __glibc_likely/unlikely.
19         * intl/dcgettext.c: Switch to gettext copyright.
20         Use ANSI definitions and prototypes.
21         * intl/dcigettext.c: Switch to gettext copyright.
22         Use ANSI definitions and prototypes.
23         (INTDIV0_RAISES_SIGFPE): New define.
24         Use gl_* locking primitives rather than __libc_* ones.
25         Include eval-plural.h instead of plural-eval.c.
26         Use __builtin_expect rather than __glibc_likely/unlikely.
27         * intl/dcngettext.c: Switch to gettext copyright.
28         Use ANSI definitions and prototypes.
29         * intl/dgettext.c: Likewise.
30         * intl/dngettext.c: Likewise.
31         * intl/plural-eval.c: Renamed to...
32         * intl/eval-plural.h: ...this.
33         * intl/explodename.c: Switch to gettext copyright.
34         Use ANSI definitions and prototypes.
35         (_nl_explode_name): Use strchr instead of __rawmemchr.
36         * intl/finddomain.c: Switch to gettext copyright.
37         Use ANSI definitions and prototypes.
38         Use gl_* locking primitives rather than __libc_* ones.
39         (_nl_find_domain): Use malloc rather than alloca for
40         allocation of temporary locale name.
41         * intl/gettext.c: Switch to gettext copyright.
42         Use ANSI definitions and prototypes.
43         * intl/gettextP.h: Switch to gettext copyright.
44         Use ANSI definitions and prototypes.
45         Use gl_* locking primitives rather than __libc_* ones.
46         * intl/gmo.h: Switch to gettext copyright.
47         (struct sysdep_string): Move struct segment_pair outside of
48         struct definition.
49         * intl/hash-string.c: Use ANSI definitions and prototypes.
50         * intl/hash-string.h: Switch to gettext copyright.
51         Use ANSI definitions and prototypes.
52         * intl/l10nflist.c: Switch to gettext copyright.
53         Use ANSI definitions and prototypes.
54         (_nl_normalize_codeset): Avoid integer overflow.
55         * intl/loadinfo.h: Switch to gettext copyright.
56         Use ANSI definitions and prototypes.
57         (LIBINTL_DLL_EXPORTED): New define.
58         (PATH_SEPARATOR): New define.
59         * intl/loadmsgcat.c: Switch to gettext copyright.
60         * intl/localealias.c: Switch to gettext copyright.
61         Use ANSI definitions and prototypes.
62         (_nl_expand_alias): Use PATH_SEPARATOR.
63         * intl/ngettext.c: Switch to gettext copyright.
64         Use ANSI definitions and prototypes.
65         * intl/plural-exp.c: Likewise.
66         * intl/plural-exp.h: Switch to gettext copyright.
67         Use ANSI definitions and prototypes.
68         (struct expression): Move definition of enum operator outside
69         of struct definition.
70         * intl/plural.c: Regenerate.
71         * intl/plural.y: Switch to gettext copyright.
72         Use ANSI definitions and prototypes.
73         Port to bison 3.0.
74         * intl/textdomain.c: Switch to gettext copyright.
75         Use ANSI definitions and prototypes.
76         Use gl_* locking primitives rather than __libc_* ones.
77
78 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
79
80         * debug/warning-nop.c: Add used atrribute.
81
82 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
83
84         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
85
86         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
87         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
88         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
89
90 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
91             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
92
93         [BZ #17634]
94         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
95         Undefine after defining function.  Define as weak alias of
96         __wcschr.  Use libc_hidden_weak.
97         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
98         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
99         (libc_hidden_def): Also define __GI___wcschr alias.
100         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
101         __wcschr and define as weak alias of __wcschr.
102         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
103         __wcschr.
104         [!WCSCHR] (DEFAULT_WCSCHR): Define.
105         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
106         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
107         libc_hidden_weak.  Do not use libc_hidden_def.
108         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
109         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
110         __GI___wcschr alias.
111         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
112         [IS_IN (libc)] (wcschr): Define as macro expanding to
113         __redirect_wcschr.
114         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
115         [IS_IN (libc)] (__wcschr_power6): Likewise.
116         [IS_IN (libc)] (__wcschr_power7): Likewise.
117         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
118         instead of wcschr.
119         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
120         __libc_wcschr.
121         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
122         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
123         __wcschr and define as weak alias of __wcschr.  Use
124         libc_hidden_builtin_def.
125         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
126         as weak alias of __wcschr.  Use libc_hidden_weak.
127         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
128         wcschr.
129         * time/era.c (_nl_init_era_entries): Likewise.
130         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
131         variable.
132         (test-xfail-XPG3/time.h/linknamespace): Likewise.
133         (test-xfail-XPG4/time.h/linknamespace): Likewise.
134
135 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
136
137         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
138         format for long int variable.
139
140 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
141
142         [BZ #10672]
143         * manual/search.texi: (Array Sort Function): Remove claim how to make
144         qsort stable.
145
146 2014-12-10  Andreas Schwab  <schwab@suse.de>
147
148         [BZ #12847]
149         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
150         user-controlled locks.
151
152 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
153
154         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
155         register.
156
157 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
158
159         * configure.ac (--disable-werror): New configure option.
160         (enable_werror): New AC_SUBST.
161         * configure: Regenerated.
162         * config.make.in (enable-werror): New variable.
163         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
164         -Wno-error=undef.
165         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
166         * manual/install.texi (Configuring and compiling): Document
167         --disable-werror.
168         * INSTALL: Regenerated.
169         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
170         (CFLAGS-tst-chk2.c): Likewise.
171         (CFLAGS-tst-chk3.c): Likewise.
172         (CFLAGS-tst-chk4.cc): Likewise.
173         (CFLAGS-tst-chk5.cc): Likewise.
174         (CFLAGS-tst-chk6.cc): Likewise.
175         (CFLAGS-tst-lfschk1.c): Likewise.
176         (CFLAGS-tst-lfschk2.c): Likewise.
177         (CFLAGS-tst-lfschk3.c): Likewise.
178         (CFLAGS-tst-lfschk4.cc): Likewise.
179         (CFLAGS-tst-lfschk5.cc): Likewise.
180         (CFLAGS-tst-lfschk6.cc): Likewise.
181
182         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
183         (main): Disable -Wdeprecated-declarations around calls to
184         register_printf_function.
185
186         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
187         (do_test): Disable -Wdiv-by-zero around some calls to
188         fwrite_unlocked and fread_unlocked.
189
190         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
191         (DIAG_POP_NEEDS_COMMENT): Likewise.
192         (_DIAG_STR1): Likewise.
193         (_DIAG_STR): Likewise.
194         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
195         * stdio-common/bug21.c: Include <libc-internal.h>.
196         (do_test): Disable -Wformat around call to sscanf.
197         * stdio-common/scanf14.c: Include <libc-internal.h>.
198         (main): Disable -Wformat around some calls to scanf functions.
199
200 2014-12-09  Torvald Riegel  <triegel@redhat.com>
201
202         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
203
204 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
205
206         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
207         stack variable alignment.
208
209 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
210
211         [BZ #17682]
212         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
213         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
214         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
215         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
216         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
217         __getrlimit instead of getrlimit.
218         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
219         __gettimeofday instead of gettimeofday.
220         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
221         Likewise.
222         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
223         Likewise.
224         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
225         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
226         Remove variable.
227         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
228         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
229
230 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
231
232         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
233         for wide-character tests.
234
235 2014-12-04  Roland McGrath  <roland@hack.frob.com>
236
237         * io/openat64.c: #include <libc-internal.h>
238         (__openat64): Prototypify.  Use ignore_value on MODE.
239         * io/openat.c: Likewise.
240         * misc/reboot.c: #include <libc-internal.h>
241         (reboot): Prototypify.  Use ignore_value on HOWTO.
242         * misc/ptrace.c: #include <libc-internal.h>
243         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
244
245 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
246
247         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
248         XPG4, UNIX98 and XOPEN2K.
249         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
250         Remove variable.
251         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
252
253 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
254
255         * libio/fileops.c: Use ISO C style for function definitions.
256         * libio/iofopen.c: Likewise.
257         * libio/wfileops.c: Likewise.
258
259         [BZ #17653]
260         * libio/fileops.c (_IO_new_file_underflow): Unset cached
261         offset on EOF.
262         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
263         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
264         (fgets_func): Function pointer to fgets and fgetws.
265         (do_ftell_test): Add test to verify ftell value after read
266         EOF.
267         (do_test): Set fgets_func.
268
269         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
270         O_TRUNC flag for w and w+ modes.
271         (do_rewind_test): Likewise.
272         (do_ftell_test): Likewise.
273         (do_write_test): Likewise.
274
275         [BZ #17647]
276         * libio/fileops.c (do_ftell): Seek only when there are
277         unflushed writes.
278         * libio/wfileops.c (do_ftell_wide): Likewise.
279         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
280         test case.
281         (do_one_test): Call it.
282
283 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
284
285         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
286         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
287         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
288         Remove variable.
289         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
290         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
291         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
292
293 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
294
295         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
296         Remove variable.
297         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
298
299         [BZ #17668]
300         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
301         as weak alias of __getifaddrs.  Use libc_hidden_weak.
302         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
303         __freeifaddrs.  Use libc_hidden_weak.
304         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
305         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
306         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
307         __freeifaddrs.  Use libc_hidden_weak.
308         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
309         __getifaddrs and define as weak alias of __getifaddrs.  Use
310         libc_hidden_weak.
311         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
312         __freeifaddrs.  Use libc_hidden_weak.
313         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
314         Remove variable.
315         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
316         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
317
318 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
319
320         [BZ #17601]
321         * sysdeps/mips/start.S (__start): Use indirect jump to call
322         __libc_start_main.
323
324 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
325
326         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
327
328         * nptl/tst-mutex1.c: Include <stdbool.h>.
329         [!ATTR] (ATTR_NULL): New macro.
330         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
331         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
332         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
333
334         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
335         to char *.
336
337         [BZ #17665]
338         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
339         Change conditional to [__USE_MISC].
340
341         [BZ #17664]
342         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
343         fgets_unlocked.
344         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
345         __fgets_unlocked.
346         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
347         fgets_unlocked.
348         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
349         Remove variable.
350         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
351         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
352         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
353         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
354         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
355         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
356         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
357         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
358         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
359
360         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
361
362 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
363
364         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
365         Remove strpbrk objects.
366         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
367         (__libc_ifunc_impl_list): Remove strpbrk implementation.
368         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
369         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
370         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
371         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
372
373         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
374         Remove strcspn objects.
375         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
376         (__libc_ifunc_impl_list): Remove strcspn implementation.
377         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
378         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
379         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
380         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
381
382         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
383         Remove strspn objetcs.
384         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
385         (__libc_ifunc_impl_list): Remove strspn implementation.
386         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
387         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
388         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
389         * sysdeps/powerpc/powerpc64/strspn.S: New file.
390
391 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
392
393         [BZ #17581]
394         * malloc/hooks.c
395         (mem2mem_check): Add a terminator to the chain of checking blocks.
396         (malloc_check_get_size): Use it here.
397         (mem2chunk_check): Ditto.
398
399 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
400
401         * sysdeps/powerpc/powerpc64/strtok.S: New file.
402         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
403
404 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
405
406         * bits/ioctl-types.h: Indent preprocessor directives correctly.
407
408         * nptl/nptl-init.c: Include libc-internal.h.
409         (__pthread_initialize_minimal_internal): Use ROUND_UP.
410
411         * elf/ldconfig.c (search_dir): Expand comment.
412
413 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
414
415         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
416         variable.
417         (linknamespace-symlist-stdlibs-tests): Likewise.
418         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
419         instead of $(objpfx)symlist-stdlibs.
420         (linknamespace-libs-isoc): New variable.
421         (linknamespace-libs): Use $(linknamespace-libs-isoc).
422         (linknamespace-libs-ISO): New variable.
423         (linknamespace-libs-ISO99): Likewise.
424         (linknamespace-libs-ISO11): Likewise.
425         (linknamespace-libs-XPG3): Likewise.
426         (linknamespace-libs-XPG4): Likewise.
427         (linknamespace-libs-POSIX): Likewise.
428         (linknamespace-libs-UNIX98): Likewise.
429         (linknamespace-libs-XOPEN2K): Likewise.
430         (linknamespace-libs-POSIX2008): Likewise.
431         (linknamespace-libs-XOPEN2K8): Likewise.
432         ($(objpfx)symlist-stdlibs): Replace by
433         $(linknamespace-symlist-stdlibs-tests).  Use
434         $(linknamespace-libs-$*) as set of libraries.
435         ($(linknamespace-header-tests)): Update dependencies.  Use
436         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
437         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
438         * conform/linknamespace.pl: Remove comment about considering
439         definitions of symbols from irrelevant libraries.
440
441 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
442
443         [BZ #13862]
444         * elf/dl-tls.c: Include <atomic.h>.
445         (oom): Remove #ifdef SHARED/#endif.
446         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
447         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
448         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
449         big enough.
450         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
451         * nptl/Makefile (tests): Add tst-stack4.
452         (modules-names): Add tst-stack4mod.
453         ($(objpfx)tst-stack4): New.
454         (tst-stack4mod.sos): Likewise.
455         ($(objpfx)tst-stack4.out): Likewise.
456         ($(tst-stack4mod.sos)): Likewise.
457         (clean): Likewise.
458         * nptl/tst-stack4.c: New file.
459         * nptl/tst-stack4mod.c: Likewise.
460
461 2014-11-27  J. Brown  <jb999@gmx.de>
462
463         * sysdeps/x86/bits/string.h: Add recent CPUs.
464
465 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
466
467         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
468         sigblock.
469
470         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
471         feof.
472
473         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
474         variable.
475
476 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
477
478         * nscd/connections.c: Include libc-internal.h because of macro
479         usage ignore_value.
480
481 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
482
483         * string/bits/string3.h (__warn_memset_zero_len): Don't
484         declare for gcc newer than 5.0.
485         (memset): Don't test for zero-length __LEN for gcc newer than
486         5.0.
487
488 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
489
490         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
491         size_t for %zu format.
492
493         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
494         difference, not %ju.
495
496 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
497
498         * include/libc-internal.h (ignore_value): New macro.
499         * nscd/connections.c (restart): Wrap calls to setuid and setgid
500         with ignore_value.
501
502         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
503         definition.
504
505         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
506         pthread_cleanup_push to void *.
507
508         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
509         Undefine.
510
511         [BZ #16619]
512         [BZ #16740]
513         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
514         instead of 1L << 52.
515
516         * libio/bug-rewind.c (do_test): Check fwscanf return values.
517         * libio/bug-rewind2.c (do_test): Likewise.
518
519         * debug/test-stpcpy_chk-ifunc.c: Remove file.
520         * debug/test-strcpy_chk-ifunc.c: Likewise.
521         * wcsmbs/test-wcschr-ifunc.c: Likewise.
522         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
523         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
524         * wcsmbs/test-wcslen-ifunc.c: Likewise.
525         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
526         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
527         * Rules [$(multi-arch) = no] (tests): Do not filter out
528         $(tests-ifunc).
529         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
530         * debug/Makefile (tests-ifunc): Remove variable.
531         (tests): Do not add $(tests-ifunc).
532         * wcsmbs/Makefile (tests-ifunc): Remove variable.
533         (tests): Do not add $(tests-ifunc).
534         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
535         [TEST_IFUNC]: Remove conditionals.
536         * string/test-string.h (TEST_IFUNC): Remove macro.
537         [TEST_IFUNC]: Remove conditionals.
538
539         * string/test-strchr.c [!WIDE] (L): New macro.
540         [WIDE] (L): Likewise.
541         (check1): Use CHAR instead of char.  Use L on string and character
542         constants.
543
544 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
545
546         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
547         tests.
548         * sysdeps/powerpc/bits/atomic.h
549         (__arch_atomic_exchange_and_add_32_acq): Add definition.
550         (__arch_atomic_exchange_and_add_32_rel): Likewise.
551         (atomic_exchange_and_add_acq): Likewise.
552         (atomic_exchange_and_add_rel): Likewise.
553         * sysdeps/powerpc/powerpc32/bits/atomic.h
554         (__arch_atomic_exchange_and_add_64_acq): Add definition.
555         (__arch_atomic_exchange_and_add_64_rel): Likewise.
556         * sysdeps/powerpc/powerpc64/bits/atomic.h
557         (__arch_atomic_exchange_and_add_64_acq): Add definition.
558         (__arch_atomic_exchange_and_add_64_rel): Likewise.
559
560 2014-11-26  Torvald Riegel  <triegel@redhat.com>
561
562         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
563         Change synchronization of __sched_fifo_min_prio and
564         __sched_fifo_max_prio.
565         * nptl/pthread_mutexattr_getprioceiling.c
566         (pthread_mutexattr_getprioceiling): Likewise.
567         * nptl/pthread_mutexattr_setprioceiling.c
568         (pthread_mutexattr_setprioceiling): Likewise.
569         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
570         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
571         Likewise.
572
573 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
574
575         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
576         void.
577
578 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
579
580         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
581         third argument const.
582
583 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
584
585         fnmatch: work around GCC compiler warning bug with uninit var
586         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
587         This works around a bug with x86-64 GCC 4.9.2 and earlier
588         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
589         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
590         used uninitialized in this function [-Wmaybe-uninitialized]".
591
592 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
593
594         * posix/bug-regex31.c (main): Return RES not 0.
595
596 2014-11-25  Anton Blanchard <anton@samba.org>
597
598         * sysdeps/powerpc/bits/atomic.h
599         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
600
601 2014-11-24  Sterling Augustine  <saugustine@google.com>
602
603         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
604
605 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
606
607         [BZ #17608]
608         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
609
610 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
611
612         [BZ #17633]
613         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
614         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
615         variable.
616         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
617         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
618
619 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
620
621         * string/strncpy.c (strncpy): Improve performance by using memset.
622
623 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
624
625         * string/strcpy.c (strcpy):
626         Improve performance by using strlen and memcpy.
627
628 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
629
630         * string/strcoll_l.c (get_next_seq): __always_inline.
631         * string/strcoll_l.c (do_compare): __always_inline.
632
633 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
634
635         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
636         defined.
637         * include/mqueue.h: Likewise.
638         * include/stdlib.h: Likewise.
639
640         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
641         (get_null_defines): Adjust.
642         * sunrpc/Makefile: Adjust comment.
643         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
644         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
645         (CFLAGS-interp.c): Likewise.
646         (CFLAGS-ldconfig.c): Likewise.
647         (CPPFLAGS-.os): Likewise.
648         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
649         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
650         * extra-modules.mk (extra-modules.mk): Likewise.
651         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
652         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
653         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
654         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
655         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
656         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
657         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
658         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
659         * iconvdata/Makefile (CPPFLAGS): Likewise.
660         (cpp-srcs-left): Add libof for all iconvdata routines.
661         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
662         * include/assert.h: Likewise.
663         * include/ctype.h: Likewise.
664         * include/errno.h: Likewise.
665         * include/libc-symbols.h: Likewise.
666         * include/math.h: Likewise.
667         * include/netdb.h: Likewise.
668         * include/resolv.h: Likewise.
669         * include/stdio.h: Likewise.
670         * include/stdlib.h: Likewise.
671         * include/string.h: Likewise.
672         * include/sys/stat.h: Likewise.
673         * include/wctype.h: Likewise.
674         * intl/l10nflist.c: Likewise.
675         * libidn/idn-stub.c: Likewise.
676         * libio/libioP.h: Likewise.
677         * nptl/libc_multiple_threads.c: Likewise.
678         * nptl/pthreadP.h: Likewise.
679         * posix/regex_internal.h: Likewise.
680         * resolv/res_hconf.c: Likewise.
681         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
682         * sysdeps/arm/memmove.S: Likewise.
683         * sysdeps/arm/sysdep.h: Likewise.
684         * sysdeps/generic/_itoa.h: Likewise.
685         * sysdeps/generic/symbol-hacks.h: Likewise.
686         * sysdeps/gnu/errlist.awk: Likewise.
687         * sysdeps/gnu/errlist.c: Likewise.
688         * sysdeps/i386/i586/memcpy.S: Likewise.
689         * sysdeps/i386/i586/memset.S: Likewise.
690         * sysdeps/i386/i686/memcpy.S: Likewise.
691         * sysdeps/i386/i686/memmove.S: Likewise.
692         * sysdeps/i386/i686/mempcpy.S: Likewise.
693         * sysdeps/i386/i686/memset.S: Likewise.
694         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
695         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
696         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
697         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
698         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
699         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
700         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
701         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
702         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
703         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
704         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
705         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
706         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
707         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
708         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
709         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
710         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
711         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
712         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
713         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
714         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
715         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
716         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
717         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
718         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
719         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
720         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
721         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
722         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
723         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
724         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
725         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
726         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
727         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
728         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
729         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
730         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
731         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
732         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
733         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
734         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
735         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
736         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
737         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
738         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
739         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
740         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
741         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
742         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
743         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
744         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
745         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
746         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
747         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
748         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
749         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
750         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
751         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
752         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
753         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
754         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
755         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
756         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
757         * sysdeps/nptl/bits/libc-lock.h: Likewise.
758         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
759         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
760         * sysdeps/posix/closedir.c: Likewise.
761         * sysdeps/posix/opendir.c: Likewise.
762         * sysdeps/posix/readdir.c: Likewise.
763         * sysdeps/posix/rewinddir.c: Likewise.
764         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
765         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
766         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
767         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
768         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
769         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
770         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
771         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
772         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
773         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
774         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
775         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
776         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
777         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
778         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
779         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
780         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
781         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
782         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
783         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
784         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
785         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
786         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
787         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
788         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
789         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
790         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
791         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
792         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
793         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
794         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
795         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
796         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
797         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
798         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
799         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
800         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
801         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
802         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
803         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
804         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
805         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
806         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
807         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
808         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
809         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
810         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
811         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
812         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
813         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
814         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
815         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
816         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
817         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
818         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
819         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
820         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
821         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
822         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
823         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
824         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
825         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
826         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
827         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
828         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
829         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
830         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
831         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
832         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
833         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
834         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
835         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
836         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
837         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
838         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
839         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
840         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
841         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
842         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
843         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
844         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
845         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
846         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
847         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
848         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
849         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
850         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
851         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
852         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
853         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
854         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
855         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
856         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
857         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
858         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
859         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
860         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
861         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
862         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
863         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
864         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
865         * sysdeps/unix/alpha/sysdep.S: Likewise.
866         * sysdeps/unix/alpha/sysdep.h: Likewise.
867         * sysdeps/unix/make-syscalls.sh: Likewise.
868         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
869         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
870         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
871         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
872         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
873         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
874         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
875         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
876         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
877         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
878         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
879         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
880         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
881         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
882         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
883         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
884         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
885         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
886         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
887         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
888         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
889         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
890         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
891         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
892         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
893         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
894         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
897         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
898         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
899         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
900         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
901         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
902         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
903         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
904         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
905         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
906         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
907         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
908         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
909         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
910         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
911         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
912         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
913         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
914         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
915         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
916         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
917         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
918         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
919         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
920         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
921         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
922         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
923         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
924         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
925         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
926         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
927         * sysdeps/x86_64/memcpy.S: Likewise.
928         * sysdeps/x86_64/memmove.c: Likewise.
929         * sysdeps/x86_64/memset.S: Likewise.
930         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
931         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
932         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
933         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
934         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
935         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
936         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
937         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
938         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
939         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
940         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
941         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
942         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
943         * sysdeps/x86_64/multiarch/memset.S: Likewise.
944         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
945         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
946         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
947         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
948         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
949         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
950         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
951         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
952         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
953         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
954         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
955         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
956         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
957         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
958         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
959         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
960         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
961         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
962         * sysdeps/x86_64/strcmp.S: Likewise.
963
964         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
965
966         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
967         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
968         * elf/rtld-Rules: Likewise.
969         * elf/setup-vdso.h: Likewise.
970         * include/assert.h: Likewise.
971         * include/bits/stdlib-float.h: Likewise.
972         * include/errno.h: Likewise.
973         * include/sys/stat.h: Likewise.
974         * include/unistd.h: Likewise.
975         * sysdeps/aarch64/setjmp.S: Likewise.
976         * sysdeps/alpha/setjmp.S: Likewise.
977         * sysdeps/arm/__longjmp.S: Likewise.
978         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
979         * sysdeps/arm/setjmp.S: Likewise.
980         * sysdeps/arm/sysdep.h: Likewise.
981         * sysdeps/generic/_itoa.h: Likewise.
982         * sysdeps/generic/dl-sysdep.h: Likewise.
983         * sysdeps/generic/ldsodefs.h: Likewise.
984         * sysdeps/i386/dl-tls.h: Likewise.
985         * sysdeps/i386/setjmp.S: Likewise.
986         * sysdeps/m68k/setjmp.c: Likewise.
987         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
988         * sysdeps/mach/hurd/opendir.c: Likewise.
989         * sysdeps/posix/getcwd.c: Likewise.
990         * sysdeps/posix/opendir.c: Likewise.
991         * sysdeps/posix/profil.c: Likewise.
992         * sysdeps/powerpc/dl-procinfo.h: Likewise.
993         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
994         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
995         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
996         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
997         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
998         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
999         * sysdeps/s390/dl-tls.h: Likewise.
1000         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1001         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1002         * sysdeps/sh/sh3/setjmp.S: Likewise.
1003         * sysdeps/sh/sh4/setjmp.S: Likewise.
1004         * sysdeps/unix/alpha/sysdep.h: Likewise.
1005         * sysdeps/unix/arm/sysdep.S: Likewise.
1006         * sysdeps/unix/i386/sysdep.S: Likewise.
1007         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1008         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1009         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1010         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1011         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1012         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1013         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1014         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1015         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1016         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1017         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1018         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1019         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1022         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1023         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1024         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1025         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1026         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1027         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1028         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1029         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1030         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1031         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1032         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1033         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1034         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1035         * sysdeps/x86_64/setjmp.S: Likewise.
1036
1037         * include/math.h: Use IS_IN instead of IS_IN_libm.
1038         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1039         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1040         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1041         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1042         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1043         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1044         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1045         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1046         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1047         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1048         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1049         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1050         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1051         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1052         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1053         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1054         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1055         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1056         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1057         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1058         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1059         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1060         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1061         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1062         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1063         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1064         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1065         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1066         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1067         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1068         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1069         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1070         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1072         Likewise.
1073         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1074         Likewise.
1075         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1076         Likewise.
1077         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1078         Likewise.
1079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1080         Likewise.
1081         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1082         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1083         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1084         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1085         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1086         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1087         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1088         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1090         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1091         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1092         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1093         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1094         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1095         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1096         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1097         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1098         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1099         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1100         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1101         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1102         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1103         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1104         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1105         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1106         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1107         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1108
1109         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1110         * nptl/pthreadP.h: Likewise.
1111         * nptl_db/structs.def: Likewise.
1112         * sysdeps/arm/sysdep.h: Likewise.
1113         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1114         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1115         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1116         * sysdeps/unix/alpha/sysdep.h: Likewise.
1117         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1118         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1119         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1120         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1121         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1122         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1123         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1124         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1125         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1126         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1127         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1128         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1129         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1130         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1133         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1134         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1135         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1136         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1137         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1138         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1139         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1140         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1141         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1142         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1143
1144         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1145         * nptl/pthreadP.h: Likewise.
1146         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1147         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1148         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1149         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1150         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1151         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1152         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1153         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1154         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1155         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1156         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1157         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1159         Likewise.
1160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1161         Likewise.
1162         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1163         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1164         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1165         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1166         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1167         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1168         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1169         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1170
1171         * dlfcn/dladdr.c: Use IS_IN.
1172         * dlfcn/dladdr1.c: Likewise.
1173         * dlfcn/dlclose.c: Likewise.
1174         * dlfcn/dlerror.c: Likewise.
1175         * dlfcn/dlinfo.c: Likewise.
1176         * dlfcn/dlmopen.c: Likewise.
1177         * dlfcn/dlopen.c: Likewise.
1178         * dlfcn/dlsym.c: Likewise.
1179         * dlfcn/dlvsym.c: Likewise.
1180
1181         * include/ifaddrs.h: Use IS_IN.
1182         * inet/check_pf.c: Likewise.
1183         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1184         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1185
1186         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1187         IS_IN_ldconfig.
1188         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1189         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1190
1191         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1192         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1193         IS_IN (libc).
1194
1195         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1196
1197         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1198         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1199         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1200         * include/libc-symbols.h (IS_IN_LIB): New macro.
1201         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1202         * include/netdb.h: Likewise.
1203         * include/stap-probe.h: Remove all uses of IN_LIB.
1204
1205         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1206         instead of IN_MODULE.
1207         * include/libc-symbols.h (IN_MODULE): Define using
1208         MODULE_NAME.
1209         (PASTE_NAME, PASTE_NAME1): New macros.
1210         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1211         of IN_LIB.
1212         (STAP_PROBE_ASM): Likewise.
1213
1214 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1215
1216         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1217         __mach_init in dlopened libc.
1218
1219 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1220
1221         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1222         * sysdeps/arm/preconfigure: Regenerate.
1223
1224 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1225
1226         * nptl/pthread_create.c (__pthread_create_2_1): Set
1227         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1228         when copying values from IATTR into PD.
1229
1230 2014-11-21  Will Newton  <will.newton@linaro.org>
1231             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1232
1233         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1234         Refactor inline-asm.  Also add comment.
1235
1236         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1237         ElfW macro instead of hardcoded Elf64 types.
1238         (la_aarch64_gnu_pltenter): Likewise.
1239         * sysdeps/aarch64/dl-machine.h
1240         (elf_machine_runtime_setup): Use ElfW(Addr).
1241
1242         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1243         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1244         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1245         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1246         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1247         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1248         (R_AARCH64_TLS_DTPMOD): This.
1249         (R_AARCH64_TLS_DTPREL64): Rename to ...
1250         (R_AARCH64_TLS_DTPREL): This.
1251         (R_AARCH64_TLS_TPREL64): Rename to ...
1252         (R_AARCH64_TLS_TPREL): This.
1253         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1254         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1255         R_AARCH64_TLS_TPREL64.
1256         (elf_machine_rela): Likewise.
1257
1258 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1259
1260         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1261         by setting it to 0.  64b atomics are not supported currently.
1262
1263 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1264
1265         [BZ #16469]
1266         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1267         search domain names.
1268
1269 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1270
1271         [BZ #16469]
1272         * NEWS: Update.
1273         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1274         trailing dot.
1275         * posix/tst-getaddrinfo5.c: New.
1276         * posix/Makefile (tests): Add it.
1277
1278 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1279
1280         [BZ #14498]
1281         * NEWS: Fixed.
1282         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1283         after parsing line but before break_if_match.
1284         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1285         if there is a protocol mismatch.
1286
1287 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1288
1289         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1290         because the potential race is on the user-supplied stream.
1291
1292 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1293
1294         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1295         string literal if not passed a buffer.
1296         * manual/job.texi (ctermid): Update reasoning, note deviation
1297         from posix, suggest mtasurace when not passed a buffer, for
1298         future non-preliminary safety notes.
1299
1300 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1301
1302         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1303         of not passing it a buffer.
1304         Reported by Peng Haitao.
1305
1306 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1307
1308         * manual/Makefile ($(objpfx)stamp-summary): Require
1309         check-safety.sh to pass.
1310         * manual/check-safety.sh: Wish for verification that every
1311         @deftypefn and @deftypefun is followed by a @safety remark.
1312
1313 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1314
1315         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1316
1317         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1318         PTHREAD_CANCEL_ASYNCHRONOUS.
1319         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1320         send SIGCANCEL.
1321
1322         * nptl/default-sched.h: New file.
1323         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1324         * nptl/pthread_create.c: Include it.
1325         (__pthread_create_2_1): Use collect_default_sched instead of making
1326         Linux syscalls here directly.
1327
1328 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1329
1330         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1331         __pthread_once): Use C11 atomics.
1332
1333 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1334
1335         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1336
1337 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1338
1339         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1340         atomic_thread_fence_acquire, atomic_thread_fence_release,
1341         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1342         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1343         atomic_compare_exchange_weak_relaxed,
1344         atomic_compare_exchange_weak_acquire,
1345         atomic_compare_exchange_weak_release,
1346         atomic_exchange_acquire, atomic_exchange_release,
1347         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1348         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1349         atomic_fetch_and_acquire,
1350         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1351
1352 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1353
1354         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1355         USE_ATOMIC_COMPILER_BUILTINS): Define.
1356         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1357         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1358         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1359         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1360         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1361         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1362         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1363         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1364         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1365         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1366         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1367         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1368         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1369         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1370         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1371         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1372         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1373         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1374         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1375         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1376         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1377         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1378         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1379         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1380         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1381         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1382         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1383         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1384         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1385         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1386         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1387         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1388         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1389         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1390         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1391         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1392         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1393         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1394         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1395         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1396
1397 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1398
1399         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1400         the sched_priority value here.  It was already checked when the user
1401         called pthread_attr_setschedparam.
1402
1403         * nptl/tst-bad-schedattr.c: New file.
1404         * nptl/Makefile (tests): Add it.
1405
1406 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1407             Florian Weimer  <fweimer@redhat.com>
1408             Joseph Myers  <joseph@codesourcery.com>
1409             Adam Conrad  <adconrad@0c3.net>
1410             Andreas Schwab  <schwab@suse.de>
1411             Brooks  <bmoses@google.com>
1412
1413         [BZ #17625]
1414         * wordexp-test.c (__dso_handle): Add prototype.
1415         (__register_atfork): Likewise.
1416         (__app_register_atfork): New function.
1417         (registered_forks): New global.
1418         (register_fork): New function.
1419         (test_case): Add 3 new tests for WRDE_CMDSUB.
1420         (main): Call __app_register_atfork.
1421         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1422         fork count is non-zero fail the test.
1423         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1424         is set.
1425         (parse_dollars): Remove check for WRDE_NOCMD.
1426         (parse_dquote): Likewise.
1427
1428 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1429
1430         * Makeconfig (built-modules): List non-library modules to be
1431         built.
1432         (module-cppflags): Include libc-modules.h for
1433         everything except shlib-versions.v.i.
1434         (CPPFLAGS): Use it.
1435         (before-compile): Add libc-modules.h.
1436         ($(common-objpfx)libc-modules.h,
1437         $(common-objpfx)libc-modules.stmp): New targets.
1438         (common-generated): Add libc-modules.h and libc-modules.stmp.
1439         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1440         * include/libc-symbols.h: Don't include libc-modules.h.
1441         * include/libc-modules.h: Remove file.
1442         * scripts/gen-libc-modules.awk: New script to generate
1443         libc-modules.h.
1444         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1445         Depend on libc-modules.stmp.
1446
1447         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1448
1449         * Makeconfig (in-module): Get value of libof set for the
1450         translation unit.
1451         (CPPFLAGS): Use $(in-module).
1452         * Makerules: Don't suffix routine names for nonlib.
1453         * include/libc-modules.h: New file.
1454         * include/libc-symbols.h: Include libc-modules.h
1455         (IS_IN): New macro to replace IS_IN_* macros.
1456         * elf/Makefile: Set libof-* for each routine.
1457         * elf/rtld-Rules: Likewise.
1458         * extra-modules.mk: Likewise.
1459         * iconv/Makefile: Likewise.
1460         * iconvdata/Makefile: Likewise.
1461         * locale/Makefile: Likewise.
1462         * malloc/Makefile: Likewise.
1463         * nss/Makefile: Likewise.
1464         * sysdeps/gnu/Makefile: Likewise.
1465         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1466         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1467         * sysdeps/s390/s390-64/Makefile: Likewise.
1468         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1469         CPPFLAGS for nscd instead of nonlib.
1470
1471 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1472
1473         * nptl/createthread.c: New file.
1474
1475         * nptl/createthread.c: Moved ...
1476         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1477
1478         * nptl/createthread.c: Add proper top-line comment.
1479         (do_clone): Folded into ...
1480         (create_thread): ... here.  Take new arguments STOPPED_START and
1481         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1482         increment __nptl_threads, do event-reporting logic, do
1483         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1484         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1485         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1486         just send SIGCANCEL.
1487         * nptl/pthread_create.c: Forward-declare create_thread before
1488         including createthread.c.
1489         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1490         declaration, and new macro START_THREAD_SELF to replace argument.
1491         Remove return statement.
1492         (report_thread_creation): New function.
1493         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1494         synchronization logic, and __nptl_nthreads increment here, around
1495         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1496         PD->parent_cancelhandling here, before create_thread.  When
1497         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1498         __deallocate_stack, and ENOMEM translation here.
1499
1500 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1501
1502         [BZ #17616]
1503         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1504         (mptwo): Rename to __mptwo.
1505         (__inv): Use __mptwo instead of mptwo.
1506         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1507         (mptwo): Rename to __mptwo.
1508         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1509         of mpone and __mptwo instead of mptwo.
1510         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1511         instead of mpone.
1512         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1513         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1514         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1515         of mpone and __mptwo instead of mptwo.
1516         (__mpranred): Use __mpone instead of mpone.
1517         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1518         variable.
1519         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1520         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1521         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1522         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1523         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1524         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1525         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1526         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1527         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1528         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1529         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1530         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1531         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1532         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1533         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1534         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1535         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1536         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1537         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1538
1539 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1540
1541         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1542         replace BSD Handler xref with BSD Signal Handling.
1543
1544 2014-11-17  Richard Henderson  <rth@redhat.com>
1545
1546         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1547         (_FP_PACK_RAW_2): Remove.
1548         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1549         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1550         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1551         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1552         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1553         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1554         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1555         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1556         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1557         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1558         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1559         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1560         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1561         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1562         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1563         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1564
1565 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1566
1567         * signal/signal.h [__USE_MISC]
1568         (struct sigvec): Remove type.
1569         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1570         (sigvec): Remove declaration.
1571         * sysdeps/posix/sigvec.c: Moved ...
1572         * signal/sigvec.c: ... here, replacing old file.
1573         (struct sigvec): New type, copied from old signal.h definition.
1574         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1575         (__sigvec): Convert definition to prototype.
1576         (sigvec): Replace weak_alias with compat_symbol.
1577         * signal/Versions (libc: GLIBC_2.21): New version set.
1578         * include/signal.h: Remove __sigvec declaration.
1579         * sysdeps/unix/bsd/sigvec.c: Remove file.
1580         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1581         * manual/signal.texi (BSD Handler): Remove subsection.
1582         Move siginterrupt up to ...
1583         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1584         (Blocking in BSD): Fold subsection into its parent.
1585         * NEWS: Mention sigvec removal.
1586
1587 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1588
1589         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1590         (DLA_FMS): Make definition conditional only on [__FMA4__].
1591         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1592         definition.
1593
1594         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1595         Make definition conditional only on [PROF].
1596         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1597         definition.
1598         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1599         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1600
1601         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1602         !__GNUC__].
1603         * include/signal.h (__sigpause): Move declaration above call to
1604         libc_hidden_proto.
1605         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1606         variable.
1607         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1608         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1609
1610 2014-11-14  David S. Miller  <davem@davemloft.net>
1611
1612         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1613         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1614
1615 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1616
1617         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1618         * configure: Regenerated.
1619         * manual/install.texi (Tools for Compilation): Document a
1620         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1621         compiler verified to work.
1622         * INSTALL: Regenerated.
1623
1624         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1625         redeclare with asm name.
1626         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1627         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1628         including <string.h>.
1629         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1630         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1631         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1632         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1633         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1634         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1635         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1636
1637 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
1638
1639         * stdlib/strtol.c (__strtol): Use prototype definition.
1640
1641         [BZ #17594]
1642         * stdlib/strtol.c (SYM__): New macro.
1643         (SYM__1): Likewise.
1644         (__strtol): Likewise.
1645         (strtol): Rename to __strtol and define as weak alias of
1646         __strtol.  Use libc_hidden_weak.
1647
1648 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1649
1650         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1651         Use numbered labels in inline assembly.
1652
1653 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1654
1655         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1656         Add setjmp LIBC_PROBE.
1657         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1658         Likewise.
1659         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1660         Add longjmp, longjmp_target LIBC_PROBE.
1661         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1662         Likewise.
1663
1664 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1665
1666         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1667         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1668         to get rid of unused variable warning.
1669
1670 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1671
1672         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1673         Check for unwind_backtrace ==  NULL only in SHARED case.
1674         (__backchain_backtrace): Compile only in SHARED case.
1675         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1676         Likewise.
1677         (__backchain_backtrace): Declare as static.
1678
1679 2014-11-12  Roland McGrath  <roland@hack.frob.com>
1680
1681         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1682         (__libc_multiple_threads_ptr): Variable moved ...
1683         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1684
1685 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
1686
1687         * conform/GlibcConform.pm: New file.
1688         * conform/conformtest.pl: Use GlibcConform module.
1689         * conform/linknamespace.pl: New file.
1690         * conform/list-header-symbols.pl: Likewise.
1691         * conform/Makefile (linknamespace-symlists-base): New variable.
1692         (linknamespace-symlists-tests): Likewise.
1693         (linknamespace-header-base): Likewise.
1694         (linknamespace-header-tests): Likewise.
1695         (tests-special): Add new tests.
1696         ($(linknamespace-symlists-tests)): New rule.
1697         (linknamespace-libs): New variable.
1698         ($(objpfx)symlist-stdlibs): New rule.
1699         ($(linknamespace-header-tests)): Likewise.
1700         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1701         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1702         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1703         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1704         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1705         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1706         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1707         (test-xfail-ISO/math.h/linknamespace): Likewise.
1708         (test-xfail-ISO/signal.h/linknamespace): Likewise.
1709         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1710         (test-xfail-ISO/time.h/linknamespace): Likewise.
1711         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1712         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1713         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1714         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1715         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1716         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1717         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1718         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1719         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1720         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1721         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1722         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1723         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1724         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1725         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1726         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1727         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1728         (test-xfail-XPG3/search.h/linknamespace): Likewise.
1729         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1730         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1731         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1732         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1733         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1734         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
1735         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
1736         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1737         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
1738         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
1739         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1740         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
1741         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1742         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1743         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1744         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1745         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
1746         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
1747         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
1748         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
1749         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1750         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
1751         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1752         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
1753         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
1754         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
1755         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1756         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
1757         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
1758         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1759         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1760         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
1761         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1762         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1763         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
1764         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
1765         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1766         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1767         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1768         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
1769         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
1770         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1771         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1772         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1773         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
1774         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1775         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1776         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1777         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
1778         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1779         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1780         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
1781         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1782         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1783         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1784         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1785         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1786         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1787         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
1788         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
1789         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
1790         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
1791         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1792         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
1793         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1794         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
1795         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
1796         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
1797         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1798         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1799         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1800         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
1801         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
1802         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
1803         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1804         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
1805         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1806         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1807         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
1808         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
1809         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1810         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1811         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1812         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1813         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1814         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1815         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1816         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1817         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1818         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
1819         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
1820         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1821         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1822         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
1823         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1824         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1825         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1826         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1827         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1828         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1829         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1830         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
1831         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1832         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1833         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1834         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1835         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1836         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1837         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
1838         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1839         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1840         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1841         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1842         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1843         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
1844         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1845         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1846         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1847         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1848         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1849         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1850         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1851         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
1852         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1853         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1854         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1855         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1856         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1857         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
1858         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1859         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1860         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
1861
1862         [BZ #17589]
1863         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
1864         of fgets_unlocked.
1865
1866         [BZ #17585]
1867         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
1868         (memmem): Rename to __memmem and define as weak alias of
1869         __memmem.  Use libc_hidden_weak.
1870         (__memmem): Use libc_hidden_def.
1871         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
1872         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
1873         memmem.
1874
1875         [BZ #17582]
1876         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
1877         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
1878         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
1879         and define as weak alias of __fgets_unlocked.  Use
1880         libc_hidden_weak.
1881         (__fgets_unlocked): Use libc_hidden_def.
1882         * include/stdio.h (__fgets_unlocked): Declare.  Use
1883         libc_hidden_proto.
1884         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
1885         __fgets_unlocked instead of fgets_unlocked.
1886         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
1887         (GET_NPROCS_CONF_PARSER): Likewise.
1888         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
1889         (GET_NPROCS_CONF_PARSER): Likewise.
1890
1891         [BZ #17574]
1892         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
1893         weak alias of __wmemset.  Use libc_hidden_weak.
1894         (__wmemset): Use libc_hidden_def.
1895         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
1896         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
1897         of wmemset.
1898
1899         [BZ #17573]
1900         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
1901         with asm name __mempcpy.
1902         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
1903
1904         [BZ #17572]
1905         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
1906         and define as weak alias of __rawmemchr.
1907         (__rawmemchr): Do not define as strong alias of rawmemchr.
1908
1909         [BZ #17571]
1910         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
1911         alias of __qsort_r.
1912         (qsort): Call __qsort_r instead of qsort_r.
1913         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
1914         (__qsort_r): Declare.  Call libc_hidden_proto.
1915         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
1916         instead of qsort_r.
1917         * nscd/gai.c (__qsort_r): Define to qsort_r.
1918         * posix/tst-rfc3484.c (__qsort_r): Likewise.
1919         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
1920         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
1921
1922         [BZ #17570]
1923         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
1924         define as weak alias of __malloc_info.
1925
1926         [BZ #17584]
1927         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
1928         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1929         (__rewinddir): Use libc_hidden_def.
1930         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
1931         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1932         (__rewinddir): Use libc_hidden_def.
1933         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
1934         weak alias of __rewinddir.  Don't use libc_hidden_def.
1935         (__rewinddir): Use libc_hidden_def.
1936         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
1937         (__rewinddir): Use libc_hidden_proto.
1938         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
1939         rewinddir.
1940         (__getcwd): Use __rewinddir instead of rewinddir.
1941
1942         [BZ #17583]
1943         * libio/fileno.c (fileno): Rename to __fileno and define as weak
1944         alias of __fileno.  Use libc_hidden_weak.
1945         (__fileno): Use libc_hidden_def.
1946         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
1947         * libio/ftello.c (ftello): Rename to __ftello and define as weak
1948         alias of __ftello.
1949         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
1950         __ftello.
1951         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
1952         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
1953         libc_hidden_def.
1954         (fread_unlocked): Don't use libc_hidden_ver.
1955         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
1956         and define as weak alias of __fread_unlocked.  Don't use
1957         libc_hidden_def.
1958         (__fread_unlocked): Use libc_hidden_def.
1959         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
1960         (ftello): Don't use libc_hidden_proto.
1961         (__ftello): Declare.  Use libc_hidden_proto.
1962         (fread_unlocked): Don't use libc_hidden_proto.
1963         (__fread_unlocked): Declare.  Use libc_hidden_proto.
1964         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
1965         and __ftello instead of fileno, fread_unlocked and ftello.
1966
1967 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1968
1969         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
1970         GOT12.
1971         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1972         Likewise.
1973         (_dl_start_user): Likewise.
1974         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
1975
1976 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
1977             Siddhesh Poyarekar  <siddhesh@redhat.com>
1978
1979         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
1980         Move argv and envp down instead of moving argc up.
1981         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
1982
1983 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
1984
1985         [BZ #17506]
1986         * test-skeleton.c (main): Return successful if one of
1987         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
1988         * string/tst-strcoll-overflow.c: Define expected status.
1989
1990 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
1991
1992         [BZ #17475]
1993         * locale/iso-639.def: Define Bhili and Tulu language codes.
1994
1995 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
1996
1997         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
1998
1999 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2000
2001         [BZ #17555]
2002         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2003
2004 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2005
2006         * configure.ac: Updated check of minimal required version to
2007         2.22.
2008         * manual/install.texi (Tools for Compilation): Updated version
2009         number.
2010         * configure: Regenerated.
2011         * INSTALL: Likewise.
2012
2013 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2014
2015         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2016         __tls_get_addr.
2017
2018 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2019
2020         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2021         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2022         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2023         libc_hidden_weak.
2024         (waitpid): Define as alias of __waitpid.
2025         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2026         __waitpid.
2027         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2028         libc_hidden_weak.
2029         (waitpid): Define as alias of __waitpid.
2030         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2031         __libc_waitpid alias.
2032         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2033         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2034         Likewise.
2035         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2036         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2037         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2038         alias.
2039         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2040         __waitpid.
2041         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2042         libc_hidden_weak.
2043         (waitpid): Define as alias of __waitpid.
2044
2045 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2046
2047         * manual/llio.texi: Add comment that write safety has been
2048         fixed in Linux.
2049
2050         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2051         (localplt-build-dso): Add elf/ld.so.
2052         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2053         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2054         and free for ld.so.
2055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2056         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2058         Likewise.
2059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2060         Likewise.
2061         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2062         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2063         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2064         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2065         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2066         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2067         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2068         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2069         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2070         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2071         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2072
2073 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2074
2075         [BZ #14132]
2076         * include/libc-symbols.h (INTUSE): Remove macro.
2077         (INTDEF): Likewise.
2078         (INTVARDEF): Likewise.
2079         (_INTVARDEF): Likewise.
2080         (INTDEF2): Likewise.
2081         (INTVARDEF2): Likewise.
2082         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2083         rtld_hidden_def instead of INTVARDEF.
2084         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2085         (_dl_starting_up_internal): Remove declaration.
2086         (_dl_starting_up): Use rtld_hidden_proto.
2087         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2088         declaration.
2089         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2090         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2091         _dl_starting_up.
2092         * elf/dl-writev.h (_dl_writev): Likewise.
2093         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2094         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2095         _dl_starting_up_internal.
2096
2097 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2098
2099         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2100         test-skeleton.c.
2101
2102 2014-11-05  Will Newton  <will.newton@linaro.org>
2103
2104         * benchtests/Makefile: (bench-malloc): Add malloc thread
2105         scalability benchmark.
2106         * benchtests/bench-malloc-threads.c: New file.
2107
2108 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2109
2110         * sysdeps/aarch64/strchrnul.S: New file.
2111
2112 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2113
2114         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2115         definition.
2116         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2117         Likwise.
2118         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2119         Likewise.
2120         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2121         Likewise.
2122         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2123         Likewise.
2124         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2125         Likewise.
2126
2127 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2128
2129         * catgets/test-gencat.c: Use test-skeleton.c.
2130         * catgets/tst-catgets.c: Likewise.
2131         * csu/tst-empty.c: Likewise.
2132         * elf/tst-audit2.c: Likewise.
2133         * elf/tst-global1.c: Likewise.
2134         * elf/tst-pathopt.c: Likewise.
2135         * elf/tst-piemod1.c: Likewise.
2136         * elf/tst-tls10.c: Likewise.
2137         * elf/tst-tls11.c: Likewise.
2138         * elf/tst-tls12.c: Likewise.
2139         * gnulib/tst-gcc.c: Likewise.
2140         * iconvdata/tst-e2big.c: Likewise.
2141         * iconvdata/tst-loading.c: Likewise.
2142         * iconv/tst-iconv1.c: Likewise.
2143         * iconv/tst-iconv2.c: Likewise.
2144         * inet/test-inet6_opt.c: Likewise.
2145         * inet/tst-gethnm.c: Likewise.
2146         * inet/tst-network.c: Likewise.
2147         * inet/tst-ntoa.c: Likewise.
2148         * intl/tst-codeset.c: Likewise.
2149         * intl/tst-gettext2.c: Likewise.
2150         * intl/tst-gettext3.c: Likewise.
2151         * intl/tst-ngettext.c: Likewise.
2152         * intl/tst-translit.c: Likewise.
2153         * io/test-stat.c: Likewise.
2154         * libio/test-fmemopen.c: Likewise.
2155         * libio/tst-freopen.c: Likewise.
2156         * libio/tst-sscanf.c: Likewise.
2157         * libio/tst-ungetwc1.c: Likewise.
2158         * libio/tst-ungetwc2.c: Likewise.
2159         * libio/tst-widetext.c: Likewise.
2160         * localedata/tst-ctype.c: Likewise.
2161         * localedata/tst-digits.c: Likewise.
2162         * localedata/tst-leaks.c: Likewise.
2163         * localedata/tst-mbswcs1.c: Likewise.
2164         * localedata/tst-mbswcs2.c: Likewise.
2165         * localedata/tst-mbswcs3.c: Likewise.
2166         * localedata/tst-mbswcs4.c: Likewise.
2167         * localedata/tst-mbswcs5.c: Likewise.
2168         * localedata/tst-setlocale.c: Likewise.
2169         * localedata/tst-trans.c: Likewise.
2170         * localedata/tst-wctype.c: Likewise.
2171         * localedata/tst-xlocale1.c: Likewise.
2172         * login/tst-grantpt.c: Likewise.
2173         * malloc/tst-calloc.c: Likewise.
2174         * malloc/tst-malloc.c: Likewise.
2175         * malloc/tst-mallocstate.c: Likewise.
2176         * malloc/tst-mcheck.c: Likewise.
2177         * malloc/tst-mtrace.c: Likewise.
2178         * malloc/tst-obstack.c: Likewise.
2179         * math/atest-exp2.c: Likewise.
2180         * math/atest-exp.c: Likewise.
2181         * math/atest-sincos.c: Likewise.
2182         * math/test-matherr.c: Likewise.
2183         * math/test-misc.c: Likewise.
2184         * math/test-powl.c: Likewise.
2185         * math/tst-definitions.c: Likewise.
2186         * misc/tst-dirname.c: Likewise.
2187         * misc/tst-efgcvt.c: Likewise.
2188         * misc/tst-fdset.c: Likewise.
2189         * misc/tst-hsearch.c: Likewise.
2190         * misc/tst-mntent2.c: Likewise.
2191         * nptl/tst-sem7.c: Likewise.
2192         * nptl/tst-sem8.c: Likewise.
2193         * nptl/tst-sem9.c: Likewise.
2194         * nss/test-netdb.c: Likewise.
2195         * posix/tst-fnmatch.c: Likewise.
2196         * posix/tst-getlogin.c: Likewise.
2197         * posix/tst-gnuglob.c: Likewise.
2198         * posix/tst-mmap.c: Likewise.
2199         * pwd/tst-getpw.c: Likewise.
2200         * resolv/tst-inet_ntop.c: Likewise.
2201         * rt/tst-timer.c: Likewise.
2202         * stdio-common/test-fseek.c: Likewise.
2203         * stdio-common/test-popen.c: Likewise.
2204         * stdio-common/test-vfprintf.c: Likewise.
2205         * stdio-common/tst-cookie.c: Likewise.
2206         * stdio-common/tst-fileno.c: Likewise.
2207         * stdio-common/tst-gets.c: Likewise.
2208         * stdio-common/tst-obprintf.c: Likewise.
2209         * stdio-common/tst-perror.c: Likewise.
2210         * stdio-common/tst-sprintf2.c: Likewise.
2211         * stdio-common/tst-sprintf3.c: Likewise.
2212         * stdio-common/tst-sprintf.c: Likewise.
2213         * stdio-common/tst-swprintf.c: Likewise.
2214         * stdio-common/tst-tmpnam.c: Likewise.
2215         * stdio-common/tst-unbputc.c: Likewise.
2216         * stdio-common/tst-wc-printf.c: Likewise.
2217         * stdlib/tst-environ.c: Likewise.
2218         * stdlib/tst-fmtmsg.c: Likewise.
2219         * stdlib/tst-limits.c: Likewise.
2220         * stdlib/tst-rand48-2.c: Likewise.
2221         * stdlib/tst-rand48.c: Likewise.
2222         * stdlib/tst-random2.c: Likewise.
2223         * stdlib/tst-random.c: Likewise.
2224         * stdlib/tst-strtol.c: Likewise.
2225         * stdlib/tst-strtoll.c: Likewise.
2226         * stdlib/tst-tls-atexit.c: Likewise.
2227         * stdlib/tst-xpg-basename.c: Likewise.
2228         * string/test-ffs.c: Likewise.
2229         * string/tst-bswap.c: Likewise.
2230         * string/tst-inlcall.c: Likewise.
2231         * string/tst-strtok.c: Likewise.
2232         * string/tst-strxfrm.c: Likewise.
2233         * sysdeps/x86_64/tst-audit10.c: Likewise.
2234         * sysdeps/x86_64/tst-audit3.c: Likewise.
2235         * sysdeps/x86_64/tst-audit4.c: Likewise.
2236         * sysdeps/x86_64/tst-audit5.c: Likewise.
2237         * time/tst-ftime_l.c: Likewise.
2238         * time/tst-getdate.c: Likewise.
2239         * time/tst-mktime3.c: Likewise.
2240         * time/tst-mktime.c: Likewise.
2241         * time/tst-posixtz.c: Likewise.
2242         * time/tst-strptime2.c: Likewise.
2243         * time/tst-strptime3.c: Likewise.
2244         * wcsmbs/tst-btowc.c: Likewise.
2245         * wcsmbs/tst-mbrtowc.c: Likewise.
2246         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2247         * wcsmbs/tst-wchar-h.c: Likewise.
2248         * wcsmbs/tst-wcpncpy.c: Likewise.
2249         * wcsmbs/tst-wcrtomb.c: Likewise.
2250         * wcsmbs/tst-wcsnlen.c: Likewise.
2251         * wcsmbs/tst-wcstof.c: Likewise.
2252
2253 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2254
2255         [BZ #14132]
2256         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2257         INTDEF.
2258         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2259         declaration.
2260         (_dl_mcount): Use rtld_hidden_proto.
2261         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2262         _dl_mcount.
2263         * elf/rtld.c (_rtld_global_ro): Likewise.
2264
2265         [BZ #14132]
2266         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2267         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2268         of _dl_init_internal.
2269         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2270         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2271         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2272         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2273         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2274         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2275         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2276         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2277         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2278         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2279         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2280         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2281         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2282         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2283         * sysdeps/tile/dl-start.S (_start): Likewise.
2284         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2285         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2286
2287         [BZ #14132]
2288         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2289         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2290         (rtld_progname): Make macro definition unconditional.
2291         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2292         INTDEF.
2293         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2294         (dl_main): Likewise.
2295         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2296         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2297         instead of _dl_argv_internal.
2298         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2299         __GI__dl_argv instead of INTUSE(_dl_argv).
2300         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2301         __GI__dl_argv instead of _dl_argv_internal.
2302
2303         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2304         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2305         macro.
2306         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2307         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2308         New macro.
2309         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2310         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2311         macro.
2312         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2313         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2314
2315 2014-11-04  Andreas Schwab  <schwab@suse.de>
2316
2317         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2318
2319 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2320
2321         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2322         mtvsrd instruction in binary form.
2323
2324 2014-11-03  Andreas Schwab  <schwab@suse.de>
2325
2326         [BZ #17522]
2327         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2328         for less than MB_LEN_MAX use a local buffer of that size.
2329         * libio/tst-fputws.c: New file.
2330         * libio/Makefile (tests): Add tst-fputws.
2331
2332 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2333
2334         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2335         the size of the fpu_fr.fpu_dregs[] array.
2336
2337 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2338
2339         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2340         (__nanosleep): Do not define as alias.
2341         (nanosleep): Define as alias of __nanosleep.
2342         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2343         __libc_nanosleep name.
2344
2345 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2346
2347         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2348         install.texi in comment.
2349
2350 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2351
2352         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2353         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2354         ... add here and use lwsync or sync ...
2355         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2356         ... and add here using lwsync.
2357
2358 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2359
2360         * elf/dl-machine-reject-phdr.h: New file.
2361         * elf/dl-load.c: #include that.
2362         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2363         if that returned true.
2364
2365 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2366
2367         [BZ #17496]
2368         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2369         gen-as-const-headers chunk.  Add a big scare comment after the last
2370         safe place to touch before-compile.
2371
2372 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2373
2374         * manual/install.texi (Tools for Compilation): Update autoconf
2375         version requirements.
2376         * INSTALL: Regenerated.
2377
2378         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2379         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2380         (__libc_pselect): Likewise.
2381
2382         [BZ #14138]
2383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2387
2388 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2389
2390         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2391         correct barrier instruction.
2392         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2393         Likewise.
2394         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2395         Likewise.
2396
2397 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2398
2399         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2400         after defining inlines.  Instead, just use parens to defeat macro
2401         expansion of __isctype in its declaration.
2402
2403 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2404
2405         * include/sys/uio.h (__libc_readv): Remove declaration.
2406         (__libc_writev): Likewise.
2407         * misc/readv.c (__libc_readv): Rename to __readv.
2408         (__readv): Do not define as alias.
2409         (readv): Define as alias of __readv.
2410         * misc/writev.c (__libc_writev): Rename to __writev.
2411         (__writev): Do not define as alias.
2412         (writev): Define as alias of __writev.
2413         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2414         (__readv): Do not define as alias.
2415         (readv): Define unconditionally as alias of __readv.
2416         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2417         (__writev): Do not define as alias.
2418         (writev): Define unconditionally as alias of __writev.
2419         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2420         name.
2421         (writev): Do not define __libc_writev name.
2422
2423 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2424
2425         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2426         (convert_charseq): New function, broken out of ...
2427         (use_from_charmap): ... here.  Call it.
2428         (use_to_charmap): Use convert_charseq and free instead of duplicating
2429         its code with a variable-length stack struct.
2430
2431 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2432
2433         * include/fcntl.h (__libc_creat): Remove declaration.
2434         * io/creat.c (__libc_creat): Rename to creat.
2435         (creat): Do not define as alias.
2436         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2437         of creat instead of __libc_creat.
2438         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2439         to creat.
2440         (creat): Do not define as alias.
2441         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2442         __libc_creat.
2443         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2444         __libc_creat name.
2445         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2446         Likewise.
2447
2448 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2449
2450         * manual/llio.texi: Add comments discussing why write() may be
2451         considered MT-unsafe on Linux.
2452
2453 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2454
2455         * dl-load.c (local_strdup): Remove.
2456         (expand_dynamic_string_token): Use __strdup.
2457         (decompose_rpath): Likewise.
2458         (_dl_map_object): Likewise.
2459
2460 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2461
2462         [BZ #14132]
2463         * sysdeps/generic/unwind-dw2-fde.c
2464         (__register_frame_info_bases_internal): Do not declare.
2465         (__register_frame_info_table_bases_internal): Likewise.
2466         (__deregister_frame_info_bases_internal): Likewise.
2467         (__register_frame_info_bases): Declare and use hidden_proto before
2468         definition.  Use hidden_def instead of INTDEF.
2469         (__register_frame_info_table_bases): Likewise.
2470         (__deregister_frame_info_bases): Likewise.
2471         (__register_frame_info): Do not use INTUSE.
2472         (__register_frame): Likewise.
2473         (__register_frame_info_table): Likewise.
2474         (__register_frame_table): Likewise.
2475         (__deregister_frame_info): Likewise.
2476         (__deregister_frame): Likewise.
2477
2478 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2479
2480         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2481         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2482         not undefine.
2483         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2484         Likewise.
2485         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2486         Likewise.
2487
2488 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2489
2490         [BZ #14138]
2491         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2492         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2493         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2494         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2495         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2496         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2497         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2498         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2499         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2500         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2501         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2502         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2503         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2504         syscall.
2505         (setfsuid): Likewise.
2506         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2507         (setfsuid): Likewise.
2508         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2509         (setfsuid): Likewise.
2510         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2511         Likewise.
2512         (setfsuid): Likewise.
2513         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2514         (setfsuid): Likewise.
2515         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2516         Likewise.
2517         (setfsuid): Likewise.
2518
2519 2014-10-27  Andreas Schwab  <schwab@suse.de>
2520
2521         [BZ #17501]
2522         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2523         check for Slow_SSE4_2 feature bit.
2524         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2525         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2526         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2527         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2528
2529 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2530
2531         * configure.ac: Validate compiler version with a empirical test of
2532         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2533         $CC -v output.
2534         * configure: Regenerated.
2535
2536         * inet/htons.c (htons): Prototypify.
2537         * inet/htonl.c (htonl): Likewise.
2538
2539 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2540
2541         * string/strncat.c (strncat): Improve performance by using strlen.
2542
2543 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2544
2545         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2546
2547 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2548
2549         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2550         Call libc_fetestexcept_aarch64.
2551
2552 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2553
2554         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2555         Call libc_feholdexcept_aarch64.
2556
2557 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2558
2559         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2560         Call get_rounding_mode.
2561
2562 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2563
2564         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2565         Simplify logic.
2566
2567 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2568
2569         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2570         Simplify logic.
2571
2572 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2573
2574         [BZ #14138]
2575         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2576         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2577         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2578         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2579         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2580         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2581         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2582         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2583         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2584         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2585         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2586         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2587         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2588         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2589         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2590         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2591         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2592         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2593         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2594         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2595         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2596         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2597         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2598         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2599         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2600         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2601         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2602         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2603         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2604         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2605         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2606         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2607         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2608         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2609         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2610         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2611         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2612         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2613         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2614         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2615         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2616         syscall.
2617         (geteuid): Likewise.
2618         (getgid): Likewise.
2619         (getuid): Likewise.
2620         (getresgid): Likewise.
2621         (getresuid): Likewise.
2622         (getgroups): Likewise.
2623         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2624         (geteuid): Likewise.
2625         (getgid): Likewise.
2626         (getuid): Likewise.
2627         (getresgid): Likewise.
2628         (getresuid): Likewise.
2629         (getgroups): Likewise.
2630         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2631         (geteuid): Likewise.
2632         (getgid): Likewise.
2633         (getuid): Likewise.
2634         (getresgid): Likewise.
2635         (getresuid): Likewise.
2636         (getgroups): Likewise.
2637         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2638         Likewise.
2639         (geteuid): Likewise.
2640         (getgid): Likewise.
2641         (getuid): Likewise.
2642         (getresgid): Likewise.
2643         (getresuid): Likewise.
2644         (getgroups): Likewise.
2645         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2646         (geteuid): Likewise.
2647         (getgid): Likewise.
2648         (getuid): Likewise.
2649         (getresgid): Likewise.
2650         (getresuid): Likewise.
2651         (getgroups): Likewise.
2652         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2653         Likewise.
2654         (geteuid): Likewise.
2655         (getgid): Likewise.
2656         (getuid): Likewise.
2657         (getgroups): Likewise.
2658
2659         [BZ #14138]
2660         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2661         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2662         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2663         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2664         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2665         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2666         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2667         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2668         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2669         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2670         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2671         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2672         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2673         __chown.
2674         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2675         (lchown): Likewise.
2676         (fchown): Likewise.
2677         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2678         Likewise.
2679         (lchown): Likewise.
2680         (fchown): Likewise.
2681         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2682         (lchown): Likewise.
2683         (fchown): Likewise.
2684         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2685         Likewise.
2686         (lchown): Likewise.
2687         (fchown): Likewise.
2688
2689 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2690
2691         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2692         Simplify logic.
2693
2694 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2695
2696         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2697         Cleanup logic.
2698
2699 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2700
2701         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2702         Remove unused include.
2703
2704 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2705
2706         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2707         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2708         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2709         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2710
2711 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
2712             Helge Deller <deller@gmx.de>
2713
2714         [BZ #17508]
2715         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2716         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2717         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2718
2719 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
2720
2721         [BZ #14132]
2722         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2723         Remove macro definition.
2724         (__ashrdi3_v_glibc20): Likewise.
2725         (__lshrdi3_v_glibc20): Likewise.
2726         (__cmpdi2_v_glibc20): Likewise.
2727         (__ucmpdi2_v_glibc20): Likewise.
2728         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2729         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2730         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2731         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2732         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2733         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2734
2735 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2736
2737         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
2738         old GNU extension [0] syntax.
2739         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
2740         alloca rather than an array member with variable length.
2741         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
2742         * nscd/nscd.c (invalidate_db): New function, broken out of ...
2743         (parse_opt): ... here.  Likewise use alloca there.
2744         Validate the -i argument before checking for rootness.
2745         (send_shutdown): New function, broken out of ...
2746         (parse_opt): ... here.
2747
2748 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2749
2750         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
2751         macro to get at the _rt_local_ro field.
2752         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
2753         ([PIC] case) or _dl_hwcap ([!PIC] case).
2754         * sysdeps/arm/setjmp.S: Likewise.
2755
2756         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
2757         * sysdeps/arm/configure.ac: New check to define it.
2758         * sysdeps/arm/configure: Regenerated.
2759         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
2760         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
2761         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
2762         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
2763         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
2764         Use move/movt pair instead of a load.
2765         (LDST_GLOBAL): Macro removed.
2766         (LDR_GLOBAL): New macro replaces it.
2767         (LDR_HIDDEN): New macro.
2768         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
2769         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
2770
2771         * setjmp/tst-setjmp-static.c: New file.
2772         * setjmp/Makefile (tests): Add it.
2773         (tests-static): New variable.
2774
2775 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
2776
2777         [BZ #17485]
2778         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
2779
2780 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
2781
2782         [BZ #14132]
2783         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
2784
2785 2014-10-21  Roland McGrath  <roland@hack.frob.com>
2786
2787         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
2788
2789 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2790
2791         * io/fts.c (dirent_not_directory): New function.
2792         (fts_build): Call it.
2793
2794 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2795
2796         * nptl/version.c (__nptl_main): Use normal __write rather than
2797         INTERNAL_SYSCALL.
2798         (banner): Update copyright years.
2799
2800         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
2801         gettimeofday.
2802         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2803         * nptl/pthread_cond_timedwait.c: Likewise.
2804         * nptl/pthread_mutex_timedlock.c: Likewise.
2805         * nptl/sem_timedwait.c: Likewise.
2806
2807         * sysdeps/nptl/bits/libc-lock.h
2808         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
2809         (__libc_lock_init_recursive): Return void, not 0.
2810         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
2811         (__libc_rwlock_init): Likewise.
2812         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
2813
2814 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2815
2816         [BZ #15215]
2817         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
2818         (__pthread_once_slow): ... here.
2819         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
2820         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
2821
2822 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2823
2824         [BZ #15215]
2825         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
2826         __PTHREAD_ONCE_FORK_GEN_INCR): New.
2827         * sysdeps/nptl/fork.c (__libc_fork): Use them.
2828         * nptl/pthread_once.c (__pthread_once): Likewise.
2829         Update comments.
2830
2831 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
2832
2833         [BZ #14138]
2834         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
2835         name.
2836         (writev): Use __libc_writev as strong name.
2837         * sysdeps/unix/sysv/linux/readv.c: Remove file.
2838         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2839
2840 2014-10-17  Roland McGrath  <roland@hack.frob.com>
2841
2842         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
2843
2844         * sysdeps/i386/nptl/tls.h
2845         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
2846         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
2847         New macros.
2848         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
2849         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
2850         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
2851         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
2852         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
2853         Call CHECK_THREAD_SYSINFO instead of doing an assert.
2854
2855         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2856         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
2857         on [__NR_futex].
2858         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
2859         broken out of ...
2860         (__pthread_mutex_init): ... here.  Call it.
2861         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
2862         Conditionalize PI cases on [__NR_futex].
2863         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
2864         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
2865         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
2866
2867         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
2868         conditional on [SIGSETXID].
2869         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
2870         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
2871         is defined.  Likewise for SIGSETXID.
2872         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
2873         Conditionalize definitions on [SIGSETXID].
2874         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
2875         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
2876         unblocking on [SIGCANCEL].
2877
2878         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
2879         [__NR_set_robust_list].
2880
2881 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2882
2883         * string/strcoll_l.c (get_next_seq): Fix up formatting.
2884         (do_compare): Likewise.
2885
2886 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
2887
2888         [BZ #15884]
2889         * string/strcoll_l.c: Don't include stdio.h.
2890         (coll_seq): Remove members idxarr and rulearr.
2891         (get_next_seq_cached): Remove function.
2892         (get_next_seq): Likewise.
2893         (get_next_seq_nocache): Rename to get_next_seq.
2894         (do_compare): Remove function.
2895         (do_compare_nocache): Rename to do_compare.
2896         (STRCOLL): Remove weight and rules cache.
2897
2898 2014-10-16  Roland McGrath  <roland@hack.frob.com>
2899
2900         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
2901         * sysdeps/arm/sfp-machine.h: ... to here.
2902         * sysdeps/arm/Implies: Remove arm/soft-fp.
2903
2904 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
2905
2906         * conform/data/sys/utsname.h-data (*_t): Allow.
2907         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
2908         [POSIX] (WEXITED): Do not expect constant.
2909         [POSIX] (WSTOPPED): Likewise.
2910         [POSIX] (WNOHANG): Likewise.
2911         [POSIX] (WNOWAIT): Likewise.
2912         [POSIX] (siginfo_t): Do not expect type or elements.
2913         [POSIX] (pid_t): Do not expect type.
2914         [POSIX] (signal.h): Do not allow header.
2915         [POSIX] (sys/resource.h): Likewise.
2916         [POSIX] (si_*): Do not allow pattern.
2917         [POSIX] (W*): Likewise.
2918         [POSIX] (P_*): Likewise.
2919         [POSIX] (BUS_*): Likewise.
2920         [POSIX] (CLD_*): Likewise.
2921         [POSIX] (FPE_*): Likewise.
2922         [POSIX] (ILL_*): Likewise.
2923         [POSIX] (POLL_*): Likewise.
2924         [POSIX] (SEGV_*): Likewise.
2925         [POSIX] (SI_*): Likewise.
2926         [POSIX] (TRAP_*): Likewise.
2927         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
2928         variable.
2929
2930 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2931
2932         [BZ #12926]
2933         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
2934         infinite loop when __recvmsg returns 0.
2935
2936 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
2937
2938         * CANCEL-FCT-WAIVE: Remove file.
2939         * CANCEL-FILE-WAIVE: Likewise.
2940
2941         [BZ #14132]
2942         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
2943         instead of INTVARDEF.
2944         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2945         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
2946         rtld_hidden_data_def instead of INTVARDEF.
2947         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2948         * elf/dl-deps.c (expand_dst): Likewise.
2949         * elf/dl-load.c (_dl_dst_count): Likewise.
2950         (_dl_dst_substitute): Likewise.
2951         (decompose_rpath): Likewise.
2952         (_dl_init_paths): Likewise.
2953         (open_path): Likewise.
2954         (_dl_map_object): Likewise.
2955         * elf/rtld.c (dl_main): Likewise.
2956         (process_dl_audit): Likewise.
2957         (process_envvars): Likewise.
2958         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
2959         Remove declaration.
2960         (__libc_enable_secure): Use rtld_hidden_proto.
2961
2962 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
2963
2964         * elf/dl-load.c
2965         (add_path): New function broken out of _dl_rtld_di_serinfo.
2966         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
2967
2968 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
2969
2970         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
2971         parentheses around macro arguments.
2972         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
2973         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
2974         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
2975         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
2976         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
2977         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2978         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2979         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
2980         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
2981         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
2982         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
2983         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
2984         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
2985         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
2986         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
2987         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
2988         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
2989         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
2990         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
2991         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
2992         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
2993         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
2994         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
2995         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2996         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2997         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
2998         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
2999         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3000         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3001         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3002         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3003         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3004         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3005         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3006         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3007         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3008         Likewise.
3009         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3010         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3011         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3012         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3013         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3014         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3015         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3016         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3017         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3018         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3019         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3020         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3021         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3022         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3023         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3024         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3025         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3026         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3027         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3028         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3029         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3030         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3031         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3032         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3033         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3034         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3035         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3036         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3037         (_FP_FRAC_SRS_1): Likewise.
3038         (_FP_FRAC_CLZ_1): Likewise.
3039         (_FP_MUL_MEAT_1_imm): Likewise.
3040         (_FP_MUL_MEAT_1_wide): Likewise.
3041         (_FP_MUL_MEAT_1_hard): Likewise.
3042         (_FP_SQRT_MEAT_1): Likewise.
3043         (_FP_FRAC_ASSEMBLE_1): Likewise.
3044         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3045         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3046         (__FP_CLZ_2): Likewise.
3047         (_FP_MUL_MEAT_2_wide): Likewise.
3048         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3049         (_FP_MUL_MEAT_2_gmp): Likewise.
3050         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3051         (_FP_SQRT_MEAT_2): Likewise.
3052         (_FP_FRAC_ASSEMBLE_2): Likewise.
3053         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3054         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3055         (_FP_FRAC_CLZ_4): Likewise.
3056         (_FP_MUL_MEAT_4_wide): Likewise.
3057         (_FP_MUL_MEAT_4_gmp): Likewise.
3058         (_FP_SQRT_MEAT_4): Likewise.
3059         (_FP_FRAC_ASSEMBLE_4): Likewise.
3060         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3061         * soft-fp/op-common.h (_FP_CMP): Likewise.
3062         (_FP_CMP_EQ): Likewise.
3063         (_FP_CMP_UNORD): Likewise.
3064         (_FP_TO_INT): Likewise.
3065         (_FP_FROM_INT): Likewise.
3066         [!__FP_CLZ] (__FP_CLZ): Likewise.
3067         (_FP_DIV_HELP_imm): Likewise.
3068         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3069         Likewise.
3070         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3071         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3072         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3073         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3074         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3075         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3076         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3077         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3078         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3079         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3080         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3081         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3082         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3083         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3084         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3085         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3086         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3087         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3088         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3089         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3090         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3091         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3092         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3093         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3094         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3095         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3096         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3097         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3098         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3099         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3100         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3101         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3102         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3103         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3104         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3105         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3106         (FP_UNPACK_RAW_SP): Likewise.
3107         (FP_PACK_RAW_S): Likewise.
3108         (FP_PACK_RAW_SP): Likewise.
3109         (FP_UNPACK_S): Likewise.
3110         (FP_UNPACK_SP): Likewise.
3111         (FP_UNPACK_SEMIRAW_S): Likewise.
3112         (FP_UNPACK_SEMIRAW_SP): Likewise.
3113         (FP_PACK_S): Likewise.
3114         (FP_PACK_SP): Likewise.
3115         (FP_PACK_SEMIRAW_S): Likewise.
3116         (FP_PACK_SEMIRAW_SP): Likewise.
3117         (_FP_SQRT_MEAT_S): Likewise.
3118         (FP_CMP_S): Likewise.
3119         (FP_CMP_EQ_S): Likewise.
3120         (FP_CMP_UNORD_S): Likewise.
3121         (FP_TO_INT_S): Likewise.
3122         (FP_FROM_INT_S): Likewise.
3123
3124         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3125
3126         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3127         (FP_EX_INVALID_IMZ): Likewise.
3128         (FP_EX_INVALID_IMZ_FMA): Likewise.
3129         (FP_EX_INVALID_ISI): Likewise.
3130         (FP_EX_INVALID_ZDZ): Likewise.
3131         (FP_EX_INVALID_IDI): Likewise.
3132         (FP_EX_INVALID_SQRT): Likewise.
3133         (FP_EX_INVALID_CVI): Likewise.
3134         (FP_EX_INVALID_VC): Likewise.
3135         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3136         "invalid" exceptions.
3137         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3138         (_FP_ADD_INTERNAL): Likewise.
3139         (_FP_MUL): Likewise.
3140         (_FP_FMA): Likewise.
3141         (_FP_DIV): Likewise.
3142         (_FP_CMP_CHECK_NAN): Likewise.
3143         (_FP_SQRT): Likewise.
3144         (_FP_TO_INT): Likewise.
3145         (FP_EXTEND): Likewise.
3146
3147 2014-10-09  Allan McRae  <allan@archlinux.org>
3148
3149         * po/fr.po: Update French translation from translation project.
3150
3151 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3152
3153         [BZ #14132]
3154         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3155         of INTDEF.
3156         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3157         (__cxa_atexit): Use libc_hidden_proto.
3158         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3159
3160         [BZ #14132]
3161         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3162         declaration.
3163         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3164         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3165         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3166         [!_ISOMAC] (__iswctype_internal): Likewise.
3167         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3168         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3169         alias.
3170         (fcntl): Remove __fcntl_internal alias.
3171         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3172         __connect_internal alias.
3173         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3174         Likewise.
3175
3176         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3177         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3178         FP_DENORM_ZERO.
3179         (_FP_CHECK_FLUSH_ZERO): New macro.
3180         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3181         (_FP_CMP): Likewise.
3182         (_FP_CMP_EQ): Likewise.
3183         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3184         FP_DENORM_ZERO.
3185         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3186         (FP_TRUNC): Likewise.
3187
3188         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3189         treated as invalid conversion, not as normal exponent.
3190
3191         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3192         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3193         (_FP_CMP_EQ): Likewise.
3194         (_FP_CMP_UNORD): Likewise.
3195         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3196         (FP_CMP_EQ_D): Likewise.
3197         (FP_CMP_UNORD_D): Likewise.
3198         * soft-fp/extended.h (FP_CMP_E): Likewise.
3199         (FP_CMP_EQ_E): Likewise.
3200         (FP_CMP_UNORD_E): Likewise.
3201         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3202         (FP_CMP_EQ_Q): Likewise.
3203         (FP_CMP_UNORD_Q): Likewise.
3204         * soft-fp/single.h (FP_CMP_S): Likewise.
3205         (FP_CMP_EQ_S): Likewise.
3206         (FP_CMP_UNORD_S): Likewise.
3207         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3208         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3209         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3210         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3211         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3212         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3213         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3214         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3215         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3216         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3217         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3218         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3219         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3220         to FP_CMP_Q.
3221         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3222         FP_CMP_Q.
3223         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3224         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3225         FP_CMP_EQ_Q.
3226         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3227         FP_CMP_Q.
3228         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3229         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3230         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3231         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3232         FP_CMP_EQ_Q.
3233         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3234         FP_CMP_Q.
3235         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3236         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3237         FP_CMP_EQ_Q.
3238         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3239         FP_CMP_Q.
3240         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3241         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3242         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3243         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3244         FP_CMP_EQ_Q.
3245
3246         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3247         a subnormal result, set the underflow exception if trapping on
3248         underflow is enabled.
3249         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3250         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3251         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3252         redefine to 0.
3253         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3254         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3255         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3256         * soft-fp/extendxftf2.c (__extendxftf2): Use
3257         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3258
3259         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3260         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3261         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3262         FP_HANDLE_EXCEPTIONS.
3263         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3264         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3265         FP_HANDLE_EXCEPTIONS.
3266         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3267         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3268         FP_HANDLE_EXCEPTIONS.
3269         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3270         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3271         FP_HANDLE_EXCEPTIONS.
3272
3273 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3274
3275         [BZ #14132]
3276         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3277         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3278         use INTUSE.
3279         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3280         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3281         Remove alias.
3282         (__adjtimex): Define using libc_hidden_ver.
3283         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3284         Remove declaration.
3285         (ntp_gettime): Call __adjtimex directly.
3286         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3287         Remove declaration.
3288         (ntp_gettimex): Call __adjtimex directly.
3289         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3290         __adjtimex_internal alias.
3291
3292 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3293
3294         [BZ #17460]
3295         * nscd/nscd.c (more_help): Rewrite list of tables collection
3296         using xstrdup and asprintf.
3297
3298         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3299
3300 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3301             Roland McGrath  <roland@hack.frob.com>
3302
3303         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3304         (do_lookup_unique): ... local function 'enter' here; update callers.
3305
3306 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3307
3308         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3309         compat_symbol calls on [SHARED].
3310         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3311         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3312         Remove.
3313         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3314         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3315         (oldsetrlimit): Remove.
3316         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3318         (lchown): New syscall entry.
3319         (oldsetrlimit): Remove.
3320         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3321         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3322         (oldsetrlimit): Remove.
3323         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3324
3325         [BZ #14138]
3326         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3327         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3328         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3329         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3330         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3331         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3332         (fchown): Likewise.
3333         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3334         (fchown): Likewise.
3335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3336         Likewise.
3337
3338 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3339
3340         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3341         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3342         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3343         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3344         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3345         Likewise.
3346         (__old_sem_post): Likewise.
3347
3348 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3349
3350         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3351         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3352         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3353         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3354         Use INLINE_VSYSCALL macro.
3355         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3356         __vdso_clock_gettime.
3357         * sysdeps/unix/sysv/linux/tile/init-first.c
3358         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3359         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3360         __vdso_clock_gettime.
3361
3362         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3363         to set up frame more cleanly.
3364
3365         * sysdeps/tile/memcmp.c: New file.
3366
3367         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3368
3369         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3370         * sysdeps/tile/tilegx/strcasestr.c: New file.
3371         * sysdeps/tile/tilegx/strnlen.c: New file.
3372         * sysdeps/tile/tilegx/strstr.c: New file.
3373
3374         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3375
3376 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3377
3378         * nptl/tst-setuid3.c: Write errors to stdout.
3379
3380 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3381
3382         * elf/dl-deps.c
3383         (preload): New functions broken out of _dl_map_object_deps.
3384         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3385
3386 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3387
3388         [BZ #14138]
3389         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3390         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3391
3392 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3393
3394         * sysdeps/mips/strcmp.S: New.
3395
3396 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3397
3398         [BZ #14138]
3399         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3400         (linkat): Likewise.
3401         (mkdirat): Likewise.
3402         (readlinkat): Likewise.
3403         (renameat): Likewise.
3404         (symlinkat): Likewise.
3405         (unlinkat): Likewise.
3406         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3407         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3408         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3409         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3410         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3411         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3412         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3413
3414 2014-09-30  Will Newton  <will.newton@linaro.org>
3415
3416         * math/math.h: Define long double math functions if
3417         _LIBC_TEST is defined.
3418         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3419
3420         * localedata/Makefile: Move assignment to tests-special
3421         into an ifdef testing run-built-tests.
3422         * timezone/Makefile: Likewise.
3423
3424 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3425
3426         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3427         with $(BASH) not $(SHELL).
3428
3429 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3430             Matthew LeGendre  <legendre1@llnl.gov>
3431
3432         [BZ #17411]
3433         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3434         l_reloc_result.
3435
3436 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3437
3438         * stdio-common/printf_fp.c
3439         (hack_digit): New function, broken out of ...
3440         (__printf_fp): ... local function here.  Update call sites.
3441         hack_digit now takes an additional parameter that is a pointer
3442         to a struct of the referenced locals.  Those locals moved inside
3443         the struct and references updated.
3444
3445 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3446
3447         * aclocal.m4: Require autoconf 2.69.
3448         * configure: Regenerated.
3449         * sysdeps/aarch64/configure: Likewise.
3450         * sysdeps/alpha/configure: Likewise.
3451         * sysdeps/arm/armv7/configure: Likewise.
3452         * sysdeps/arm/configure: Likewise.
3453         * sysdeps/ia64/configure: Likewise.
3454         * sysdeps/mach/configure: Likewise.
3455         * sysdeps/mips/configure: Likewise.
3456         * sysdeps/s390/configure: Likewise.
3457         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3459
3460         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3461         file.
3462         * sysdeps/ia64/configure.ac: Likewise.
3463
3464 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3465
3466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3467         specify symbol version for ld.so.  Do not include entry for
3468         libpthread.
3469         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3470         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3471         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3472
3473         [BZ #14171]
3474         * Makeconfig [$(build-shared) = yes]
3475         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3476         makefiles.
3477         [$(build-shared) = yes && $(soversions.mk-done) = t]
3478         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3479         [$(build-shared) = yes && $(soversions.mk-done) = t]
3480         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3481         to Makerules.
3482         [$(build-shared) = yes && $(soversions.mk-done) = t]
3483         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3484         here.
3485         [$(build-shared) = yes && $(soversions.mk-done) = t]
3486         (common-generated): Don't append gnu/lib-names.h and
3487         gnu/lib-names.stmp here.
3488         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3489         (lib-names-h-abi): New variable.
3490         [$(build-shared) = yes && $(soversions.mk-done) = t]
3491         (lib-names-stmp-abi): Likewise.
3492         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3493         abi-variants] (before-compile): Append
3494         $(common-objpfx)$(lib-names-h-abi).
3495         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3496         abi-variants] (common-generated): Append gnu/lib-names.h.
3497         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3498         abi-variants] (install-others-nosubdir): Depend on
3499         $(inst_includedir)/$(lib-names-h-abi).
3500         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3501         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3502         [$(build-shared) = yes && $(soversions.mk-done) = t]
3503         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3504         [$(build-shared) = yes && $(soversions.mk-done) = t]
3505         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3506         [$(build-shared) = yes && $(soversions.mk-done) = t]
3507         (common-generated): Append $(lib-names-h-abi) and
3508         $(lib-names-stmp-abi).
3509         * scripts/lib-names.awk: Do not handle multi being set.
3510         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3511         Remove variable.
3512         (abi-lp64_be-ld-soname): Likewise.
3513         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3514         Likewise.
3515         (abi-hard-ld-soname): Likewise.
3516         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3517         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3518         Remove variable.
3519         (abi-o32_hard-ld-soname): Likewise.
3520         (abi-o32_soft_2008-ld-soname): Likewise.
3521         (abi-o32_hard_2008-ld-soname): Likewise.
3522         (abi-n32_soft-ld-soname): Likewise.
3523         (abi-n32_hard-ld-soname): Likewise.
3524         (abi-n32_soft_2008-ld-soname): Likewise.
3525         (abi-n32_hard_2008-ld-soname): Likewise.
3526         (abi-n64_soft-ld-soname): Likewise.
3527         (abi-n64_hard-ld-soname): Likewise.
3528         (abi-n64_soft_2008-ld-soname): Likewise.
3529         (abi-n64_hard_2008-ld-soname): Likewise.
3530         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3531         Likewise.
3532         (abi-64-v2-ld-soname): Likewise.
3533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3534         ld.so entries.
3535         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3536         variable.
3537         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3538         entry.
3539         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3540         variable.
3541         (abi-64-ld-soname): Likewise.
3542         (abi-x32-ld-soname): Likewise.
3543         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3544         entry.
3545         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3546
3547 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3548
3549         [BZ #14138]
3550         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3551         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3552         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3553         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3554         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3555         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3556         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3557         syscall entry for GLIBC_2.2 symbol version.
3558         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3559         Likewise.
3560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3561         (setrlimit): Likewise.
3562         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3563         Likewise.
3564
3565 2014-09-23  Will Newton  <will.newton@linaro.org>
3566
3567         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3568         _LINUX_ARM_SYSDEP_H include guard too.
3569         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3570         define.
3571
3572 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3573
3574         * sysdeps/unix/sysv/linux/eventfd.c:
3575         Make first argument unsigned.
3576         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3577         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3578
3579 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3580
3581         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3582         * socket/sys/socket.h: Likewise
3583         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3584
3585 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3586
3587         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3588
3589 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3590
3591         * time/tst-ftime.c: New test.
3592         * time/Makefile (tests): Add tst-ftime.
3593
3594 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3595
3596         * soft-fp/extended.h: Fix comment formatting.
3597         * soft-fp/op-1.h: Likewise.
3598         * soft-fp/op-2.h: Likewise.
3599         * soft-fp/op-4.h: Likewise.
3600         * soft-fp/op-8.h: Likewise.
3601         * soft-fp/op-common.h: Likewise.
3602         * soft-fp/soft-fp.h: Likewise.
3603
3604         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3605
3606 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3607
3608         [BZ #6652]
3609         * Makeconfig (soversions-default-setname): Remove variable.
3610         ($(common-objpfx)soversions.i): Don't pass default_setname to
3611         soversions.awk.
3612         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3613         oldest_abi to abi-versions.awk.
3614         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3615         * config.make.in (oldest-abi): Remove variable.
3616         * configure.ac (--enable-oldest-abi): Remove configure option.
3617         * configure: Regenerated.
3618         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3619         text.
3620         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3621         * scripts/soversions.awk: Do not handle default_setname variable.
3622         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3623         variable.
3624         * sysdeps/mach/hurd/configure: Regenerated.
3625         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3626         variable.
3627         * sysdeps/unix/sysv/linux/configure: Regenerated.
3628
3629 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3630
3631         * elf/Makefile (CFLAGS-interp.c): Remove.
3632         ($(elf-objpfx)runtime-linker.h): Generate header with linker
3633         path string.
3634         * elf/interp.c: Include generated runtime-linker.h
3635
3636         * Makerules (lib%.so): Don't include $(+interp) in
3637         prerequisites.
3638         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3639         * dlfcn/eval.c: Remove file.
3640
3641         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3642         macros.
3643
3644         [BZ #17266]
3645         * misc/sys/cdefs.h: Define __extern_always_inline for clang
3646         4.2 and newer.
3647
3648         [BZ #17370]
3649         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3650
3651 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3652             Jakub Jelinek  <jakub@redhat.com>
3653
3654         [BZ #17266]
3655         * libio/stdio.h: Check definition of __fortify_function
3656         instead of __extern_always_inline to include bits/stdio2.h.
3657         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3658         check if __extern_always_inline is defined.
3659         [__USE_MISC || __USE_XOPEN]: Likewise.
3660         [__USE_ISOC99] Likewise.
3661         * misc/sys/cdefs.h (__fortify_function): Define only if
3662         __extern_always_inline is defined.
3663         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3664         __extern_always_inline and __extern_inline only for g++-4.3
3665         and newer or a compatible gcc.
3666
3667 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
3668
3669         [BZ #17371]
3670         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3671         last change to handle zero prefix length.
3672
3673 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3674
3675         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3676         _SC_REGEX_VERSION.
3677
3678         * posix/getconf.c (vars): Add _POSIX_IPV6 and
3679         _POSIX_RAW_SOCKETS.
3680
3681 2014-09-13  Allan McRae  <allan@archlinux.org>
3682
3683         * po/ru.po: Update Russian translation from translation project.
3684
3685 2014-09-12  Roland McGrath  <roland@hack.frob.com>
3686
3687         * locale/programs/locale.c (show_locale_vars): Inline local function
3688         into its sole call site.  Clean up some style nits.
3689         (print_item): New function, broken out of ...
3690         (show_info): ... local function here.  Clean up style nits.
3691
3692         * locale/programs/ld-ctype.c (set_one_default): New function, broken
3693         out of ...
3694         (set_class_defaults): ... local function set_default here.
3695         Define set_default as a macro locally to pass constant parameters.
3696         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3697         rather than a shared local.
3698
3699         * stdlib/rpmatch.c (try): New function, broken out of ...
3700         (rpmatch): ... local function here.  Also, prototypify definition.
3701
3702 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3703
3704         * scripts/soversions.awk: Do not handle configuration names.
3705         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3706         vendor and os variables to soversions.awk.
3707         * configure.ac: Do not modify gnu-* host_os.
3708         * configure: Regenerated
3709         * shlib-versions: Remove first column with configuration names.
3710         * nptl/shlib-versions: Likewise.
3711         * nptl_db/shlib-versions: Likewise.
3712         * sysdeps/hppa/shlib-versions: Likewise.
3713         * sysdeps/m68k/shlib-versions: Likewise.
3714         * sysdeps/mach/hurd/shlib-versions: Likewise.
3715         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3716         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3717         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3718         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3719         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3720         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3721         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3722         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3724         Likewise.
3725         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3726         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3727         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3728         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3729         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3730         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3731         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3732         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3733
3734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
3735         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
3736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
3737         Regenerated.
3738         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
3739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3740         Condition symbol version definitions on [HAVE_ELFV2_ABI].
3741
3742         * shlib-versions: Remove OS-specific entries.  Moved to files in
3743         sysdeps.
3744         * sysdeps/mach/hurd/shlib-versions: New file.
3745         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3746
3747         * nptl/shlib-versions: Remove architecture-specific entries.
3748         Moved to files in sysdeps.
3749         * shlib-versions: Likewise.
3750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
3751         file.
3752         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3753         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3754         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3755         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3756
3757         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
3758         (UDP_NO_CHECK6_RX): Likewise.
3759
3760 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3761
3762         * sysdeps/posix/sysconf.c (__sysconf): Spell
3763         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
3764
3765 2014-08-12  Florian Weimer  <fweimer@redhat.com>
3766
3767         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
3768         loading.
3769         * iconv/Versions (__gconv_transliterate): Export for use from
3770         gconv modules.
3771         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
3772         (struct __gconv_trans_data, __gconv_trans_fct,
3773         __gconv_trans_context_fct, __gconv_trans_query_fct,
3774         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
3775         definitions.
3776         (struct __gconv_step_data): Remove __trans member.
3777         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
3778         longer hidden.  Remove unused trans_data argument.
3779         * iconv/gconv_int.h (struct trans_struct): Remove definition.
3780         (__gconv_translit_find): Remove declaration.
3781         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
3782         prototype.
3783         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
3784         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
3785         trans_data argument.  Add hidden definition.
3786         (__gconv_translit_find): Remove.
3787         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
3788         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
3789         * iconv/skeleton.c: Remove transliteration initialization.
3790         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
3791         __gconv_step_data initialization.
3792         * libio/iofwide.c (__libio_translit_): Remove.
3793         (_IO_fwide): Adjust struct __gconv_step_data initialization.
3794         * wcsmbs/btowc.c (__btowc): Likewise.
3795         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3796         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3797         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3798         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3799         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
3800         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3801         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3802         * wcsmbs/wctob.c (wctob): Likewise.
3803
3804 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3805
3806         [BZ #16194]
3807         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
3808         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
3809         register usage.
3810         * sysdeps/x86/Makefile: Adjust.
3811
3812 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3813             Roland McGrath  <roland@hack.frob.com>
3814
3815         * locale/weight.h: Add include guard.
3816         (findidx): Make static rather than auto; take new parameters
3817         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
3818         * locale/weightwc.h: Likewise.
3819         * posix/fnmatch_loop.c
3820         (FCT): Change type of EXTRA from int32_t to wint_t.
3821         Don't include either header inside the function.
3822         Call FINDIDX rather than findidx, and pass new arguments.
3823         #undef FINDIDX at the end of the file.
3824         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
3825         FINDIDX before including fnmatch_loop.c for the non-wide version.
3826         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
3827         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
3828         for the wide version.
3829         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
3830         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
3831         Pass new arguments to findidx.
3832         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
3833         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
3834         Don't #include it inside the function.  Pass new arguments to findidx.
3835         * posix/regex_internal.h
3836         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
3837         (re_string_elem_size_at): Don't #include it inside the function.
3838         Pass new arguments to findidx.
3839         * string/strcoll_l.c: #include WEIGHT_H at top level.
3840         (get_next_seq): Don't #include it inside the function.
3841         Pass new arguments to findidx.
3842         (get_next_seq_nocache): Likewise.
3843         * string/strxfrm_l.c: #include WEIGHT_H at top level.
3844         (STRXFRM): Don't #include it inside the function.
3845         Pass new arguments to findidx.
3846
3847 2014-09-11  Florian Weimer  <fweimer@redhat.com>
3848
3849         [BZ #17344]
3850         * malloc/malloc.c (unlink): Turn asserts into a call to
3851         malloc_printerr.
3852
3853 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
3854
3855         [BZ #17370]
3856         * libio/wfileops (do_ftell_wide): Free OUT.
3857
3858 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
3859
3860         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
3861
3862 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3863
3864         [BZ #17363]
3865         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
3866         group if the current group is empty.
3867
3868 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3869
3870         * benchtests/bench-memset.c (test_main): Add more test from size
3871         from 32 to 512 bytes.
3872         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3873         Add POWER8 memset object.
3874         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3875         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
3876         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
3877         implementation.
3878         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
3879         Likewise.
3880         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
3881         multiarch POWER8 memset optimization.
3882         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
3883         POWER8 memset optimization.
3884
3885         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3886         Remove bzero multiarch objects.
3887         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
3888         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
3889         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
3890         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
3891         Remove define.
3892         [__bzero]: Redefine to specific name.
3893         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
3894         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
3895         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
3896         define.
3897         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3898         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
3899
3900 2014-09-10  Florian Weimer  <fweimer@redhat.com>
3901
3902         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
3903         warnings into errors.
3904
3905         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
3906         __cxa_thread_atexit_impl prototype.
3907
3908 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3909
3910         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
3911         Fix capitalization of error message.
3912
3913 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3914
3915         * sysdeps/mips/preconfigure: Modify ABI tests.
3916
3917 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
3918
3919         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
3920
3921 2014-09-07  Roland McGrath  <roland@hack.frob.com>
3922             Carlos O'Donell  <carlos@systemhalted.org>
3923
3924         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
3925         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
3926         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
3927         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
3928         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
3929         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
3930         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
3931         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
3932         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
3933         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
3934         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
3935         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
3936         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
3937         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
3938         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
3939         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
3940         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
3941         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
3942         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
3943         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
3944         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
3945         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
3946         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
3947         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
3948         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
3949         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
3950         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
3951         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
3952         Deconditionalize the code that was previously under [RESET_PID].
3953         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
3954         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
3955         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
3956         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
3957         include sysdep.h.
3958
3959 2014-09-08  Allan McRae  <allan@archlinux.org>
3960
3961         * version.h (RELEASE): Set to "development".
3962         (VERSION): Set to "2.20.90"
3963
3964 2014-09-07  Allan McRae  <allan@archlinux.org
3965
3966         * version.h (RELEASE): Set to "stable".
3967         (VERSION): Set to "2.20"
3968         * include/features.h (__GLIBC_MINOR__): Set to 20.
3969
3970         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
3971         Liebler.
3972
3973         * po/ko.po: Update Korean translation from translation project.
3974
3975 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
3976
3977         [BZ #17354]
3978         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
3979         macro for handling signed relocations.
3980
3981 2014-09-03  Florian Weimer  <fweimer@redhat.com>
3982
3983         [BZ #17325]
3984         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
3985         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
3986         assert.
3987         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
3988         * iconvdata/ibm935.c (BODY): Likewise.
3989         * iconvdata/ibm937.c (BODY): Likewise.
3990         * iconvdata/ibm939.c (BODY): Likewise.
3991         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
3992         assert.
3993         * iconvdata/Makefile (iconv-test.out): Pass module list to test
3994         script.
3995         * iconvdata/run-iconv-test.sh: New test loop for checking for
3996         decoder crashers.
3997
3998 2014-09-02  Khem Raj  <raj.khem@gmail.com>
3999
4000         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4001         libm_hidden_ver.
4002
4003 2014-09-01  Allan McRae  <allan@archlinux.org>
4004
4005         * po/eo.po: Update Esperanto translation from translation project.
4006
4007         * po/ca.po: Update Catalan translation from translation project.
4008
4009 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4010
4011         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4012         __proc_dostop call.
4013
4014 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4015
4016         [BZ #17319]
4017         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4018         to call set_thread_area instead of hand written asm.
4019         (__NR_set_thread_area): Removed define.
4020         (TLS_FLAG_WRITABLE): Likewise.
4021         (__ASSUME_SET_THREAD_AREA): Remove check.
4022         (TLS_EBX_ARG): Remove define.
4023         (TLS_LOAD_EBX): Likewise.
4024
4025 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4026
4027         Simplify atomicity of socket creation in bind.
4028
4029         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4030         looking up the name after linking the file.
4031
4032 2014-08-27  Allan McRae  <allan@archlinux.org>
4033
4034         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4035
4036 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4037
4038         [BZ #17187]
4039         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4040         trans_compare, open_translit, __gconv_translit_find):
4041         Remove module loading code.
4042
4043 2014-08-26  Allan McRae  <allan@archlinux.org>
4044
4045         * po/vi.po: Update Vietnamese translation from translation project.
4046
4047         * po/uk.po: Update Ukrainian translation from translation project.
4048
4049         * po/fr.po: Update French translation from translation project.
4050
4051         * po/ru.po: Update Russian translation from translation project.
4052
4053         * po/pl.po: Update Polish translation from translation project.
4054
4055         * po/cs.po: Update Czech translation from translation project.
4056
4057         * po/de.po: Update German translation from translation project.
4058
4059         * po/bg.po: Update Bulgarian translation from translation project.
4060
4061         * po/sv.po: Update Sweedish translation from translation project.
4062
4063         * po/nl.po: Update Dutch translation from translation project.
4064
4065         * po/es.po: Update Spanish translation from translation project.
4066
4067 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4068
4069         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4070
4071         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4072         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4073         (CPPFLAGS-iconvconfig): Likewise.
4074         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4075
4076         * include/libc-symbols.h: Remove unnecessary check for
4077         NOT_IN_libc.
4078         * nptl/pthreadP.h: Likewise.
4079         * sysdeps/aarch64/setjmp.S: Likewise.
4080         * sysdeps/alpha/setjmp.S: Likewise.
4081         * sysdeps/arm/sysdep.h: Likewise.
4082         * sysdeps/i386/setjmp.S: Likewise.
4083         * sysdeps/m68k/setjmp.c: Likewise.
4084         * sysdeps/posix/getcwd.c: Likewise.
4085         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4086         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4087         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4088         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4089         * sysdeps/sh/sh3/setjmp.S: Likewise.
4090         * sysdeps/sh/sh4/setjmp.S: Likewise.
4091         * sysdeps/unix/alpha/sysdep.h: Likewise.
4092         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4093         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4094         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4095         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4098         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4099         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4100         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4101         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4102         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4103         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4104         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4105         * sysdeps/x86_64/setjmp.S: Likewise.
4106
4107 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4108
4109         [BZ #17263]
4110         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4111         <stdint.h>.
4112         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4113         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4114
4115 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4116
4117         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4118
4119         [BZ #17262]
4120         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4121         and __x86_64__ when disabling x87 inline functions.
4122
4123 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4124
4125         [BZ #17259]
4126         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4127         asm statement with __cpuid_count.
4128
4129 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4130
4131         * configure.ac: Change __ehdr_start code to dereference the struct.
4132         Run readelf on the output to look for relocations.
4133         * configure: Regenerated.
4134
4135 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4136
4137         [BZ #17261]
4138         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4139         value to 0.
4140         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4141
4142 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4143
4144         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4145
4146 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4147
4148         [BZ #16892]
4149         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4150         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4151
4152 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4153
4154         * malloc/malloc.c: Fix typo in comment.
4155
4156 2014-08-09  Allan McRae  <allan@archlinux.org>
4157
4158         * Regenerate libc.po.
4159
4160 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4161
4162         * intl/tst-gettext2.sh: Check every lang file for creation.
4163
4164 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4165
4166         * sysdeps/aarch64/fpu/math_private.h
4167         (libc_feholdsetround_noex_aarch64_ctx): New function.
4168
4169 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4170
4171         * sysdeps/arm/armv6/strcpy.S (strcpy):
4172         Fix performance issue in misaligned cases.
4173
4174 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4175
4176         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4177         Move definition from termios.h.
4178         (struct termio): Likewise.
4179         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4180         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4181         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4182         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4183         Likewise.
4184         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4185         Move definition to ioctl-types.h
4186         (struct termio): Likewise.
4187         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4188         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4189         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4190         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4191         Likewise.
4192
4193 2014-08-05  Richard Henderson  <rth@redhat.com>
4194
4195         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4196         exceptions.
4197         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4198         Add fraiseexcpt.
4199         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4200         Use __feraiseexcept.
4201         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4202         Protect libm symbols with IS_IN_libm.
4203
4204         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4205
4206 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4207
4208         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4209
4210 2014-08-04  Will Newton  <will.newton@linaro.org>
4211
4212         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4213         file.
4214
4215 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4216
4217         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4218         variants for each function.
4219
4220 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4221
4222         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4223         appended ...
4224         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4225         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4226         appended ...
4227         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4228         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4229         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4230         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4231         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4232         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4233         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4234         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4235         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4236         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4237         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4238         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4239         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4240         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4241         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4242         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4243         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4244         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4245         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4246         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4247         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4248         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4249         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4250         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4251         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4252         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4253         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4254         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4255         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4256         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4257         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4258         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4259         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4260         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4261         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4262         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4263         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4264         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4265         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4266         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4267         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4268         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4269         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4270         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4271         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4272         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4273         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4274         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4275         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4276         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4277         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4278         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4279         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4280         Update #include.
4281         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4282         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4283
4284 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4285
4286         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4287         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4288         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4289         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4290         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4291         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4292
4293 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4294
4295         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4296         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4297         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4298         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4299
4300 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4301
4302         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4303         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4304         (__libc_vfork): Define function under this name.
4305         (__vfork): Define as an alias.
4306         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4307         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4308
4309 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4310
4311         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4312         that was previously under [RESET_PID].
4313         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4314
4315 2014-08-04  Andreas Schwab  <schwab@suse.de>
4316
4317         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4318
4319 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4320
4321         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4322         (main): Likewise.
4323
4324 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4325
4326         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4327
4328 2014-08-01  Richard Henderon  <rth@redhat.com>
4329
4330         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4331         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4332         typo in exact zero test.
4333         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4334         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4335         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4336
4337 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4338
4339         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4340         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4341         * sysdeps/arm/sysdep.h: ... here.
4342         [!__ASSEMBLER__]: Include <stdint.h>.
4343
4344 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4345
4346         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4347         (HAVE_WCTYPE_H): Likewise.
4348         (HAVE_ISWCTYPE): Likewise.
4349         (ENABLE_NLS): Likewise.
4350         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4351         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4352
4353         * posix/regex_internal.c: Check if DEBUG is defined and is
4354         set.
4355
4356         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4357         (HAVE_MBSRTOWCS): Likewise.
4358         * posix/fnmatch.c: Include string.h unconditionally.
4359
4360 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4361
4362         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4363         reversal.
4364
4365 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4366
4367         * sysdeps/generic/safe-fatal.h: New file.
4368         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4369         * nptl/forward.c: Include it.
4370         (__pthread_unwind): Use __safe_fatal as default action, rather
4371         than a bogus use of INTERNAL_SYSCALL that could never work.
4372
4373         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4374         * configure.ac (libc_cv_builtin_trap): New test.
4375         * configure: Regenerated.
4376         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4377         (ABORT_INSTRUCTION): Define using __builtin_trap.
4378
4379         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4380         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4381         * sysdeps/nptl/nptl-signals.h: New file.
4382         * nptl/pthreadP.h: Include <nptl-signals.h>.
4383
4384 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4385
4386         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4387         (ONE_DIRECTION): Define.
4388         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4389         (ONE_DIRECTION): Define.
4390         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4391         (ONE_DIRECTION): Define.
4392
4393 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4394
4395         * sysdeps/s390/Makefile: Delete file.
4396         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4397         * sysdeps/s390/__longjmp.c: Delete file.
4398         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4399         Remove fields __flags and __reserved.
4400         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4401         and add versioning.
4402         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4403         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4404         * sysdeps/s390/rtld-setjmp.S: Likewise.
4405         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4406         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4407         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4408         * sysdeps/s390/s390-32/setjmp.S: ... here.
4409         Add versioning.
4410         (__sigsetjmp): Remove setting __flags field.
4411         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4412         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4413         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4414         * sysdeps/s390/s390-64/setjmp.S: ... here.
4415         Add versioning.
4416         (__sigsetjmp): Remove setting __flags field.
4417         * sysdeps/s390/setjmp.S: Delete file.
4418         * sysdeps/s390/sigjmp.c: Likewise.
4419         * sysdeps/s390/v1-longjmp.c: Likewise.
4420         * sysdeps/s390/v1-setjmp.h: Likewise.
4421         * sysdeps/s390/v1-sigjmp.c: Likewise.
4422         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4423         Remove v1-longjmp_chk.
4424         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4425         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4426         Include debug/longjmp_chk.c and add versioning.
4427         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4428         Include nptl/pt-longjmp.c and add versioning.
4429         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4430         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4431         Include __longjmp.c.
4432         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4433         Move to ...
4434         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4435         (__getcontext): Remove setting __flags field.
4436         Add versioning.
4437         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4438         Don't restore upper high grps.
4439         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4440         Likewise.
4441         (__swapcontext): Remove setting uc_flags field.
4442         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4443         Delete file.
4444         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4445         Include __longjmp.c.
4446         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4447         Move to ...
4448         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4449         (__getcontext): Remove setting __flags field.
4450         Add versioning.
4451         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4452         (__swapcontext): Remove setting uc_flags field.
4453         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4454         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4455         Remove fields uc_high_gprs and __reserved.
4456         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4457         New file with reverted content.
4458         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4459         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4460         Regenerated.
4461         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4462         Regenerated.
4463
4464 2014-07-31  Andreas Schwab  <schwab@suse.de>
4465
4466         * config.h.in (HAVE_IFUNC): Define to 0.
4467         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4468         definedness.
4469
4470 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4471
4472         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4473         memmove-avx-unaligned, memcpy-avx-unaligned and
4474         mempcpy-avx-unaligned.
4475         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4476         Add tests for AVX memcpy functions.
4477         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4478         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4479         memcpy_chk.
4480         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4481         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4482         memmove_chk.
4483         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4484         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4485         mempcpy_chk.
4486         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4487         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4488         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4489
4490 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4491
4492         [BZ #17213]
4493         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4494         powerpc64le.
4495
4496 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4497
4498         [BZ #16839]
4499         * manual/llio.texi: Add section about open file description locks.
4500         * manual/examples/ofdlocks.c: Example of open file description
4501         lock usage.
4502         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4503         F_OFD_SETLK, and F_OFD_SETLKW.
4504
4505 2014-07-23  Allan McRae  <allan@archlinux.org>
4506
4507         * po/es.po: Update Spanish translation from translation project.
4508
4509 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4510
4511         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4512
4513 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4514
4515         [BZ #17078]
4516         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4517         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4518         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4519
4520 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4521
4522         [BZ #17088]
4523         * math/fesetenv.c (__fesetenv)
4524         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4525         * math/feupdateenv.c (__feupdateenv)
4526         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4527
4528         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4529         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4530         (__ASSUME_SOCKETCALL): Do not define.
4531
4532         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4533         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4534         (__ASSUME_SOCKETCALL): Do not define.
4535         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4536         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4537         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4538         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4539         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4540         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4541         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4542         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4543
4544         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4545         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4546         (__ASSUME_SOCKETCALL): Do not define.
4547         (__ASSUME_IPC64): Define unconditionally.
4548         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4549         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4550         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4551         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4552         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4553         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4554         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4555         Likewise.
4556
4557         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4558         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4559         (__ASSUME_SOCKETCALL): Do not define.
4560         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4561         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4562         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4563         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4564         (__ASSUME_REQUEUE_PI): Define unconditionally.
4565         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4566         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4567         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4568         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4569         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4570         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4571
4572         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4573         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4574         (__ASSUME_SOCKETCALL): Do not define.
4575         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4576         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4577         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4578         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4579         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4580         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4581
4582         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4583         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4584         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4585         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4586         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4587         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4588         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4589         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4590         (__ASSUME_GETCPU_SYSCALL): Likewise.
4591
4592         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4593         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4594         cases for individual architectures.
4595         * sysdeps/gnu/configure: Regenerated.
4596         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4597         LIBC_SLIBDIR_RTLDDIR.
4598         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4599         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4600         LIBC_SLIBDIR_RTLDDIR.
4601         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4603         LIBC_SLIBDIR_RTLDDIR.
4604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4605         Regenerated.
4606         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4607         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4608         file.
4609         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4610         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4611         file.
4612         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4613         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4614         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4615         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4616
4617         * sysdeps/aarch64/shlib-versions: Move to ...
4618         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4619         * sysdeps/alpha/shlib-versions: Move to ...
4620         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4621         * sysdeps/arm/shlib-versions: Move to ...
4622         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4623         * sysdeps/hppa/shlib-versions: Move all contents except for
4624         libgcc_s entry to ...
4625         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4626         entry from ...
4627         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4628         * sysdeps/ia64/shlib-versions: Move to ...
4629         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
4630         entry from ...
4631         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
4632         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4633         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4634         * sysdeps/microblaze/shlib-versions: Move to ...
4635         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4636         * sysdeps/mips/shlib-versions: Move to ...
4637         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
4638         entry from ...
4639         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
4640         * sysdeps/tile/shlib-versions: Move to ...
4641         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4642         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4643         from ...
4644         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
4645         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4646         entry from ...
4647         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
4648
4649 2014-07-17  Will Newton  <will.newton@linaro.org>
4650
4651         * sysdeps/arm/bits/atomic.h
4652         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4653         (__arch_compare_and_exchange_bool_16_int): Likewise.
4654         (__arch_compare_and_exchange_bool_64_int): Likewise.
4655
4656         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4657         into an #else block.
4658
4659 2014-07-16  Roland McGrath  <roland@hack.frob.com>
4660
4661         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4662         just Linux configurations.  Test empirically that the compiler sets
4663         __ARM_EABI__, rather than using the tuple to decide.
4664         * sysdeps/arm/preconfigure: Regenerated.
4665         * sysdeps/unix/sysv/linux/arm/configure: File removed.
4666         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4667         contents appended ...
4668         * sysdeps/arm/configure.ac: ... here.
4669         * sysdeps/arm/configure: Regenerated.
4670
4671 2014-07-15  Roland McGrath  <roland@hack.frob.com>
4672
4673         * nptl/pthread_kill.c: New file.
4674         * nptl/pthread_sigmask.c: New file.
4675         * nptl/pthread_sigqueue.c: New file.
4676
4677         * sysdeps/nptl/lowlevellock.h: New file.
4678         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4679         * sysdeps/nptl/lowlevellock-futex.h: New file.
4680
4681         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4682         Remove dead declarations.
4683
4684 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
4685
4686         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4687         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4688         config-cflags-avx2.
4689         * sysdeps/x86_64/configure.ac: Likewise.
4690         * sysdeps/i386/configure: Regenerated.
4691         * sysdeps/x86_64/configure: Likewise.
4692         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4693         memset-avx2 only if config-cflags-avx2 is yes.
4694         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4695         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4696         defined.
4697         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4698         only if HAVE_AVX2_SUPPORT is defined.
4699         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4700
4701 2014-07-14  Alan Modra  <amodra@gmail.com>
4702
4703         [BZ #17153]
4704         * elf/elf.h (DT_PPC64_NUM): Correct value.
4705         * NEWS: Add to fixed bug list.
4706
4707 2014-07-13  Jim Meyering  <meyering@fb.com>
4708
4709         [BZ 17150]
4710         regex: don't deref NULL upon heap allocation failure
4711         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4712         failure in one more place.
4713         To trigger the segfault, configure grep -with-included-regex,
4714         build it, and run these commands:
4715         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4716
4717 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
4718
4719         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4720
4721 2014-07-11  Richard Henderson  <rth@redhat.com>
4722
4723         * sysdeps/aarch64/libm-test-ulps: Update.
4724
4725 2014-07-10  Florian Weimer  <fweimer@redhat.com>
4726
4727         [BZ #17135]
4728         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4729         * nptl/allocatestack.c (__nptl_setxid_error): New function.
4730         (__nptl_setxid): Initialize error member.  Call
4731         __nptl_setxid_error.
4732         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4733         * nptl/descr.h (struct xid_command): Add error member.
4734         * nptl/tst-setuid3.c: New file.
4735         * nptl/Makefile (tests): Add it.
4736
4737 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4738
4739         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
4740         New define.
4741         (__lll_trylock): Use __lll_base_trylock.
4742         (__lll_cond_trylock): Likewise.
4743
4744 2014-07-10  Roland McGrath  <roland@hack.frob.com>
4745
4746         * nptl/pthread_create.c (start_thread): Use atomic_or and
4747         lll_futex_wake directly rather than lll_robust_dead.
4748         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4749         (lll_robust_dead): Macro removed.
4750         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
4751         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4752         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4753         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4754         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4755         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4756         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4757         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4758         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4759         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4760         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4761         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4762         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4763         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4764         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4765
4766         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
4767         Use atomic_compare_and_exchange_val_acq directly rather than
4768         lll_robust_trylock.
4769         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4770         (__lll_robust_trylock, lll_robust_trylock): Removed.
4771         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4772         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4773         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4774         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4775         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4776         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4777         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4778         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4779         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4780         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4781         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4782         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4783         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4784         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4785
4786 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4787
4788         * manual/locale.texi (Locale Names): New section documenting
4789         locale name syntax.  Adjust menu and node chaining accordingly.
4790         (Choosing Locale): Reference Locale Names, Locale Categories.
4791         Mention setting LC_ALL=C.  Reflect that name syntax is now
4792         documented.
4793         (Locale Categories): New section title.  Reference Locale Names.
4794         LC_ALL is an environment variable, but not a category.
4795         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
4796         description, now in Locale Name.  Reference that section.  Locale
4797         name syntax is now documented.
4798
4799 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4800
4801         [BZ #17137]
4802         * locale/findlocale.c (name_present, valid_locale_name): New
4803         functions.
4804         (_nl_find_locale): Use the loc_name variable to store name
4805         candidates.  Call name_present and valid_locale_name to check and
4806         validate locale names.  Return an error if the locale is invalid.
4807
4808 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4809
4810         * locale/setlocale.c (setlocale): Use strdup for allocating
4811         composite name copy.
4812
4813 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4814
4815         Sync up with gnulib.
4816         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
4817         [!_LIBC && ENABLE_NLS]: Include gettext.h.
4818         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
4819         and _GL_ARG_NONNULL.
4820         [USE_UNLOCKED_IO]: Include unlocked-io.h.
4821         [!_LIBC]: Include code for Windows and Cygwin.
4822         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
4823         Include prototype for int strerror_r.
4824         [!_LIBC] (is_open): New function.
4825         (flush_stdout): New function.
4826         (print_errno_message): Use it.
4827         (error): Likewise.
4828         (error_at_line): Likewise.
4829         (error_tail) Add function attribute macros.  Use
4830         __builtin_expect.
4831
4832         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
4833
4834         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
4835
4836         * io/ftw.c: Include sys/param.h unconditionally.
4837
4838         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
4839
4840         [BZ #17125]
4841         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
4842         libc_freeres_ptr.
4843         (freecache): New function to free CACHE on exit.
4844
4845         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
4846         initialization.
4847
4848 2014-07-09  David S. Miller  <davem@davemloft.net>
4849
4850         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4851
4852         * sysdeps/sparc/nptl/internaltypes.h: Delete.
4853         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
4854         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
4855         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
4856         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
4857         * sysdeps/sparc/nptl/sem_init.c: Likewise.
4858         * sysdeps/sparc/nptl/sem_post.c: Likewise.
4859         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
4860         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
4861         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
4862         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
4863         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
4864         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
4865
4866 2014-07-09  Andreas Schwab  <schwab@suse.de>
4867
4868         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
4869         output.
4870         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
4871         (do_test): Likewise.
4872
4873         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4874
4875 2014-07-09  Will Newton  <will.newton@linaro.org>
4876
4877         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
4878         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
4879         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
4880         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
4881         * sysdeps/hppa/start.S (_start): Likewise.
4882
4883 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
4884
4885         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
4886
4887         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
4888         defined.
4889
4890 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4891
4892         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
4893         after checking that it is non-NULL.
4894
4895         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
4896
4897 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4898
4899         * sysdeps/powerpc/memmove.c: Remove file.
4900         * sysdeps/powerpc/powerpc32/power4/memcopy.h
4901         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
4902         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
4903         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
4904         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
4905         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
4906         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
4907         string memmove instead of removed powerpc one.
4908
4909         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
4910         [weak_alias]: Fix compiler warning due trailing data.
4911         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
4912         [weak_alias]: Likewise.
4913         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
4914         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
4915
4916         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
4917         (__libc_ifunc_impl_list): Add memmove functions.
4918
4919 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4920
4921         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
4922         Remove code.
4923         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
4924         Likewise
4925         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
4926         Likewise
4927         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
4928         Likewise
4929         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
4930         Likewise
4931         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
4932         Likewise
4933         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
4934         Likewise
4935         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
4936         Likewise
4937         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
4938         Likewise
4939         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
4940         Likewise
4941         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
4942         Likewise
4943         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
4944         Likewise
4945         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
4946         Likewise
4947         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
4948         Likewise
4949         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
4950         Likewise
4951         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
4952         Likewise
4953         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
4954         Likewise
4955
4956 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4957
4958         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
4959         to avoid alignment traps in non-cacheable memory.
4960         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
4961
4962         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
4963         multiarch objects.
4964         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
4965         file: multiarch power7 memmove.
4966         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
4967         multiarch default memmove.
4968         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
4969         multiarch memove for powerpc32/power4.
4970
4971         * string/bcopy.c: Use full path to include memmove.c.
4972         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
4973         multiarch objects.
4974         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
4975         bcopy for powerpc64.
4976         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
4977         bcopy for powerpc64.
4978         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
4979         and memmove implementations.
4980         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
4981         optimized multiarch memmove for POWER7/powerpc64.
4982         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
4983         default multiarch memmove for powerpc64.
4984         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
4985         multiarch for powerpc64.
4986         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
4987         for POWER7/powerpc64.
4988         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
4989         memmove for POWER7/powerpc64.
4990
4991         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
4992         glibc default one.
4993
4994         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
4995         __ELF_NATIVE_CLASS equal to 64.
4996
4997 2014-07-07  Roland McGrath  <roland@hack.frob.com>
4998
4999         * sysdeps/nptl/lowlevellock.h: File removed.
5000
5001         * NEWS: NPTL is no longer an add-on!
5002         * nptl/internaltypes.h: Moved ...
5003         * sysdeps/nptl/internaltypes.h: ... here.
5004         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5005         * sysdeps/nptl/fork.c: Likewise.
5006         * sysdeps/nptl/gai_misc.h: Likewise.
5007         * sysdeps/nptl/librt-cancellation.c: Likewise.
5008         * sysdeps/nptl/jmp-unwind.c: Likewise.
5009         * sysdeps/nptl/setxid.h: Likewise.
5010         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5011         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5012         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5013         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5014         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5015         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5016         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5017         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5018         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5019         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5020         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5021         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5022         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5023         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5024         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5025         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5026         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5027         * nptl/Makeconfig: Moved ...
5028         * sysdeps/nptl/Makeconfig: ... here.
5029         * nptl/configure: File removed.
5030         * nptl/ANNOUNCE: File removed.
5031         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5032         * sysdeps/unix/sysv/linux/configure: Regenerated.
5033
5034         * nptl/Makefile (routines): Add libc_pthread_init,
5035         libc_multiple_threads, register-atfork and unregister-atfork.
5036         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5037         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5038         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5039         pthread-pi-defines.sym, structsem.sym.
5040         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5041         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5042         [$(subdir) = nptl] (tests): Add tst-setgetname.
5043         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5044         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5045         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5046         [!LIBC_SIGACTION]: Remove aliases.
5047         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5048         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5049         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5050         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5051         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5052         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5053         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5054         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5055         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5056         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5057         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5058         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5059         __libc_allocate_rtsig_private.
5060         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5061         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5062         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5063         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5064         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5065         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5066         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5067         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5068         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5069         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5070         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5071         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5072         * nptl/internaltypes.h: ... here.
5073         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5074         * sysdeps/nptl/jmp-unwind.c: ... here.
5075         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5076         * nptl/libc-lowlevellock.c: ... here.
5077         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5078         * nptl/libc_multiple_threads.c: ... here.
5079         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5080         * nptl/libc_pthread_init.c: ... here.
5081         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5082         * nptl/lowlevelbarrier.sym: ... here.
5083         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5084         * nptl/lowlevelcond.sym: ... here.
5085         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5086         * nptl/lowlevellock.c: ... here.
5087         * nptl/lowlevellock.h: Moved ...
5088         * sysdeps/nptl/lowlevellock.h: ... here.
5089         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5090         * nptl/lowlevelrobustlock.c: ... here.
5091         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5092         * nptl/lowlevelrobustlock.sym: ... here.
5093         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5094         * nptl/lowlevelrwlock.sym: ... here.
5095         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5096         * nptl/pt-fork.c: ... here.
5097         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5098         * nptl/pthread-pi-defines.sym: ... here.
5099         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5100         * nptl/pthread_attr_getaffinity.c: ... here.
5101         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5102         * nptl/pthread_attr_setaffinity.c: ... here.
5103         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5104         * nptl/pthread_mutex_cond_lock.c: ... here.
5105         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5106         Update #include.
5107         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5108         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5109         * nptl/pthread_once.c: ... here, replacing old file.
5110         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5111         * nptl/pthread_yield.c: ... here.
5112         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5113         * nptl/register-atfork.c: ... here.
5114         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5115         * nptl/sem_post.c: ... here.
5116         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5117         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5118         * nptl/sem_timedwait.c: ... here.
5119         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5120         * nptl/sem_trywait.c: ... here.
5121         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5122         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5123         * nptl/sem_wait.c: ... here.
5124         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5125         * nptl/structsem.sym: ... here.
5126         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5127         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5128         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5129         * nptl/unregister-atfork.c: ... here.
5130         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5131         * nptl/unwindbuf.sym: ... here.
5132         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5133         * sysdeps/nptl/fork.c: ... here.
5134         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5135         * sysdeps/nptl/fork.h: ... here.
5136         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5137         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5138         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5139         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5140         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5141         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5142         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5143         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5144         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5145         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5146         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5147         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5148         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5149         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5150         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5151         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5152         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5153         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5154         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5155         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5156         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5157         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5158         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5159         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5160         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5161         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5162         * sysdeps/unix/sysv/linux/raise.c: ... here.
5163         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5164         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5165         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5166         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5167         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5168         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5169         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5170         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5171         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5172         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5173         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5174         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5175         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5176         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5177         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5178
5179 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5180
5181         * sysdeps/generic/memcopy.h: Add comment for
5182         MEMCPY_OK_FOR_FWD_MEMMOVE.
5183
5184 2014-07-04  Will Newton  <will.newton@linaro.org>
5185
5186         * string/memchr.c: Merge from gnulib.
5187         [_LIBC]: Remove conditionals.
5188         (__ptr_t): Remove define.
5189         (LONG_MAX_32_BITS): Likewise.
5190         (LONG_MAX): Likewise.
5191         (MEMCHR): Use ANSI prototype and optimize algorithm.
5192
5193         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5194
5195 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5196
5197         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5198         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5199
5200         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5201         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5202         in a bare environment with no <stdlib.h> installed.
5203         * sysdeps/nptl/configure: Regenerated.
5204
5205         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5206
5207         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5208         AC_EGREP_CPP for kernel header checks, so they only succeed if
5209         including <linux/version.h> actually works right.
5210         * sysdeps/unix/sysv/linux/configure: Regenerated.
5211
5212         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5213         value so it's not diagnosed as unused.
5214
5215         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5216         thing) with "ifeq ($(subdir),rt)".
5217
5218 2014-07-03  Richard Henderson  <rth@redhat.com>
5219
5220         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5221         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5222         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5223
5224         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5225         (math_force_eval): New.
5226
5227         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5228         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5229
5230         * sysdeps/alpha/fpu/s_round.c: Remove file.
5231         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5232
5233         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5234         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5235         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5236         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5237         (_dl_start, print_statistics): Likewise.
5238         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5239         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5240
5241         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5242         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5243         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5244         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5245         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5246         (HP_SMALL_TIMING_AVAIL): Define.
5247         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5248         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5249         (HP_SMALL_TIMING_AVAIL): Define.
5250         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5251         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5252
5253         * sysdeps/aarch64/hp-timing.h: New file.
5254
5255         * sysdeps/generic/hp-timing.h: Remove dead comment.
5256         * sysdeps/generic/hp-timing-common.h: New file.
5257         * sysdeps/alpha/hp-timing.h: Include it.
5258         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5259         * sysdeps/i386/i686/hp-timing.h: Likewise.
5260         * sysdeps/ia64/hp-timing.h: Likewise.
5261         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5262         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5263         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5264         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5265         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5266         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5267         (hp_timing_t): New.
5268
5269         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5270         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5271         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5272         * elf/rtld.c (_dl_start_final): Likewise.
5273         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5274         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5275         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5276         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5277         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5278         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5279         (HP_TIMING_DIFF_INIT): Remove.
5280         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5281         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5282         (HP_TIMING_DIFF_INIT): Remove.
5283         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5284         * sysdeps/i386/i686/hp-timing.c: Remove file.
5285         * sysdeps/x86_64/hp-timing.c: Remove file.
5286         * sysdeps/ia64/hp-timing.c: Remove file.
5287         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5288         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5289         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5290         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5291
5292         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5293         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5294         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5295         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5296         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5297         (HP_TIMING_ACCUM): Remove.
5298         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5299         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5300         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5301
5302         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5303         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5304         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5305         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5306         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5307         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5308         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5309         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5310
5311         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5312
5313 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5314
5315         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5316
5317 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5318
5319         Sync up with gettext.
5320         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5321         [_MSC_VER]: Include malloc.h
5322         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5323         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5324         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5325         TEMP_FAILURE_RETRY.  Cast return of alloca.
5326         [!_LIBC] Call gl_rwlock_init.
5327         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5328
5329 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5330
5331         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5332         before checking its value.
5333
5334 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5335
5336         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5337
5338         * debug/memcpy_chk.c: Don't include pagecopy.h.
5339         * debug/mempcpy_chk.c: Likewise.
5340         * string/memcpy.c: Likewise.
5341         * string/memmove.c: Likewise.
5342         * sysdeps/powerpc/memmove.c: Likewise.
5343         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5344         definition of PAGE_COPY_FWD_MAYBE here...
5345         * sysdeps/generic/pagecopy.h: ... from here.
5346         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5347
5348 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5349             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5350
5351         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5352         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5353         optimizations.
5354         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5355         (__libc_ifunc_impl_list): Likewise.
5356         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5357         multiarch strcat for PPC64.
5358         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5359         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5360
5361 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5362
5363         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5364
5365 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5366
5367         * intl/loadmsgcat.c: Remove declaration of
5368         get_sysdep_segment_value.
5369         (get_sysdep_segment_value): Use ISO C style.
5370         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5371         semicolon.  Fix typo and formatting in comment.
5372         (_nl_unload_domain): Use ISO C style.
5373
5374         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5375
5376 2014-07-02  Will Newton  <will.newton@linaro.org>
5377
5378         * malloc/obstack.c: Merge from gnulib master.
5379         [HAVE_CONFIG_H]: Remove conditional code.
5380         [!_LIBC]: Include config.h.
5381         [!ELIDE_CODE]: Don't include inttypes.h, include
5382         stdint.h unconditionally.
5383         (print_and_abort): Mark as _Noreturn.
5384         (_obstack_allocated_p): Mark as __attribute_pure__.
5385         (obstack_free): Rename to __obstack_free.
5386         [!__attribute__]: Remove conditional code.
5387         * malloc/obstack.h: Merge from gnulib master.
5388         [__cplusplus]: Move conditional down.
5389         [!__attribute_pure__]: Define __attribute_pure__ here
5390         if it is not already defined.
5391         (_obstack_memory_used): Mark as __attribute_pure__.
5392         [!__obstack_free]: Define as obstack_free.
5393         [__GNUC__]: Remove check for ancient NeXT gcc.
5394
5395 2014-07-02  Will Newton  <will.newton@linaro.org>
5396             Paul Eggert  <eggert@cs.ucla.edu>
5397
5398         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5399
5400 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5401
5402         * resolv/gethnamaddr.c: Add comment warning that the file is
5403         not maintained.
5404
5405 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5406
5407         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5408         entries.
5409
5410         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5411         entry for aio_cancel and aio_cancel64.
5412         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5413         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5414         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5415         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5416         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5417         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5418         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5419         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5420         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5421         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5422         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5423         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5424         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5425
5426 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5427
5428         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5429         * nptl/pthread_mutex_lock.c: Likewise.
5430         * nptl/pthread_mutex_timedlock.c: Likewise.
5431         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5432
5433 2014-07-01  Richard henderson  <rth@redhat.com>
5434
5435         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5436         (__isnan, __isnanl): Remove.
5437         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5438
5439         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5440
5441 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5442
5443         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5444
5445 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5446
5447         * resolv/nss_dns/dns-host.c (getanswer_r)
5448         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5449
5450 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5451
5452         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5453         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5454         undefine.
5455         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5456         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5457
5458 2014-07-01  Roland McGrath <roland@hack.frob.com>
5459
5460         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5461         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5462
5463         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5464         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5465
5466         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5467         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5468         ... here.
5469         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5470         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5471
5472         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5473         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5474         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5475         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5476
5477         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5478         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5479         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5480         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5481         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5482         Moved ...
5483         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5484         ... here.
5485         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5486         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5487         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5488         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5489         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5490         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5491         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5492         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5493         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5494         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5495         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5496         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5497         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5498         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5499         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5500         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5501         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5502         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5503         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5504         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5505         ... here.
5506         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5507         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5508         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5509         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5510         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5511         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5512         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5513         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5514
5515 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5516
5517         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5518         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5519         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5520         Add sysdep.
5521
5522 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5523
5524         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5525
5526 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5527
5528         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5529         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5530
5531         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5532
5533         * sysdeps/arm/libm-test-ulps: Regenerated.
5534
5535 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5536             Roland McGrath <roland@hack.frob.com>
5537
5538         * test-skeleton.c (signal_handler): Kill the whole process group
5539         before killing the child individually.
5540         (main): Report any failure on `setpgid'.
5541
5542 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5543
5544         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5545         from _TLS_H to _ARM_NPTL_TLS_H.
5546         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5547         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5548
5549 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5550
5551         [BZ #16539]
5552         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5553         (__expm1l): Return argument unchanged when small but not
5554         subnormal.
5555
5556         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5557         include macro name.
5558         (_FP_UNPACK_RAW_1_P): Likewise.
5559         (_FP_PACK_RAW_1): Likewise.
5560         (_FP_PACK_RAW_1_P): Likewise.
5561         (_FP_MUL_MEAT_1_wide): Likewise.
5562         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5563         (_FP_MUL_MEAT_1_hard): Likewise.
5564         (_FP_DIV_MEAT_1_imm): Likewise.
5565         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5566         (_FP_DIV_MEAT_1_udiv): Likewise.
5567         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5568         (_FP_UNPACK_RAW_2): Likewise.
5569         (_FP_UNPACK_RAW_2_P): Likewise.
5570         (_FP_PACK_RAW_2): Likewise.
5571         (_FP_PACK_RAW_2_P): Likewise.
5572         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5573         (_FP_MUL_MEAT_2_wide): Likewise.
5574         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5575         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5576         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5577         (_FP_MUL_MEAT_2_gmp): Likewise.
5578         (_FP_DIV_MEAT_2_udiv): Likewise.
5579         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5580         (_FP_FRAC_SRL_4): Likewise.
5581         (_FP_FRAC_SRST_4): Likewise.
5582         (_FP_FRAC_SRS_4): Likewise.
5583         (_FP_UNPACK_RAW_4): Likewise.
5584         (_FP_UNPACK_RAW_4_P): Likewise.
5585         (_FP_PACK_RAW_4): Likewise.
5586         (_FP_PACK_RAW_4_P): Likewise.
5587         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5588         (_FP_MUL_MEAT_4_wide): Likewise.
5589         (_FP_MUL_MEAT_4_gmp): Likewise.
5590         (umul_ppppmnnn): Likewise.
5591         (_FP_DIV_MEAT_4_udiv): Likewise.
5592         (__FP_FRAC_ADD_4): Likewise.
5593         (__FP_FRAC_SUB_3): Likewise.
5594         (__FP_FRAC_SUB_4): Likewise.
5595         (__FP_FRAC_DEC_3): Likewise.
5596         (__FP_FRAC_DEC_4): Likewise.
5597         (__FP_FRAC_ADDI_4): Likewise.
5598         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5599         (_FP_FRAC_SRL_8): Likewise.
5600         (_FP_FRAC_SRS_8): Likewise.
5601
5602         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5603         include macro name.
5604         (FP_UNPACK_RAW_EP): Likewise.
5605         (FP_PACK_RAW_E): Likewise.
5606         (FP_PACK_RAW_EP): Likewise.
5607         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5608         (_FP_ISSIGNAN): Likewise.
5609         (_FP_ADD_INTERNAL): Likewise.
5610         (_FP_FMA): Likewise.
5611         (_FP_CMP): Likewise.
5612         (_FP_SQRT): Likewise.
5613         (_FP_TO_INT): Likewise.
5614         (_FP_FROM_INT): Likewise.
5615         (FP_EXTEND): Likewise.
5616         (_FP_DIV_MEAT_N_loop): Likewise.
5617
5618 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5619
5620         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5621         throughout.
5622
5623 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5624
5625         [BZ #17097]
5626         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5627         result with correct sign in case of exponents that produce
5628         overflow except for X very close to 1.
5629
5630 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5631
5632         mktime: merge #if/#ifdef usage from glibc
5633         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5634         as that works with both Glibc's and Gnulib's style.
5635         See thread starting at Siddhesh Poyarekar's bug report at:
5636         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5637
5638 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5639
5640         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5641         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5642         * sysdeps/tile/tilegx/memmove.c: Remove file.
5643
5644 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5645
5646         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5647         abi-name definition.
5648         * scripts/soversions.awk: Do not handle or generate ABI lines.
5649         * shlib-versions: Remove ABI entries.
5650         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5651         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5652
5653 2014-06-27  Roland McGrath  <roland@hack.frob.com>
5654
5655         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5656         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5657         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5658         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5659         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5660         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5661         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5662         Moved ...
5663         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5664         ... here.
5665         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5666         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5667         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5668         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5669         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5670         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5671         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5672         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5673         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5674         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5675         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5676         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5677         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5678         Moved ...
5679         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5680         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5681         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5682         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5683         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5684         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5685         Moved ...
5686         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5687         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5688         Moved ...
5689         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5690         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5691         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5692         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5693         Moved ...
5694         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5695         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5696         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5697         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5698         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5699         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5700         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5701         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5702         Moved ...
5703         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5704         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5705         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5706         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5707         Moved ...
5708         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5709         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5710         Moved ...
5711         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5712         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5713         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5714         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5715         Moved ...
5716         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5717         ... here.
5718         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5719         Identical file removed.
5720         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5721         Moved ...
5722         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5723         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5724         Identical file removed.
5725         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5726         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5727         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5728         Moved ...
5729         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5730         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5731         Identical file removed.
5732         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5733         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5734         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
5735         Identical file removed.
5736         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
5737         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
5738         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
5739         Identical file removed.
5740         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
5741         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
5742         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
5743         Identical file removed.
5744         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
5745         Moved ...
5746         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
5747         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
5748         Identical file removed.
5749         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
5750         Moved ...
5751         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
5752         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
5753         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
5754         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
5755         Identical file removed.
5756         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
5757         Moved ...
5758         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
5759         ... here.
5760         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
5761         Identical file removed.
5762         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
5763         Moved ...
5764         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
5765         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
5766         Identical file removed.
5767         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
5768         Moved ...
5769         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
5770         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
5771         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
5772         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
5773         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
5774         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
5775         Moved ...
5776         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
5777         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
5778         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
5779
5780         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
5781         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
5782         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
5783         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
5784         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
5785
5786 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
5787
5788         [BZ #17092]
5789         * nscd/nscd.c (monitor_child): Return exit status of child
5790         instead of return value from wait syscall.
5791
5792 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5793
5794         * configure.ac (libc_commonpagesize): Remove variable.
5795         (libc_relro_required): Likewise.
5796         (libc_cv_z_relro): Remove configure test.
5797         * configure: Regenerated.
5798         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
5799         variable.
5800         (libc_relro_required): Likewise.
5801         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
5802         (libc_relro_required): Likewise.
5803         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
5804         (libc_relro_required): Likewise.
5805         * sysdeps/arm/preconfigure: Regenerated.
5806         * sysdeps/ia64/preconfigure: Remove file.
5807         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
5808         variable.
5809         (libc_relro_required): Likewise.
5810
5811         [BZ #16561]
5812         [BZ #16562]
5813         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
5814         (__ieee754_yn): Set FE_TONEAREST mode internally and then
5815         recompute overflowing results in original rounding mode.
5816         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
5817         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
5818         recompute overflowing results in original rounding mode.
5819         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
5820         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5821         recompute overflowing results in original rounding mode.
5822         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
5823         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5824         recompute overflowing results in original rounding mode.
5825         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
5826         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5827         recompute overflowing results in original rounding mode.
5828         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
5829         (libc_feholdsetround_ctx): New macro.
5830         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
5831         * sysdeps/i386/fpu/libm-test-ulps: Update.
5832         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
5833
5834 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5835
5836         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
5837         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
5838         corresponding .cpsetup call.
5839
5840 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5841
5842         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
5843         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
5844         * sysdeps/arm/Makefile [$(subdir) = csu]
5845         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
5846         (static-only-routines): Add aeabi_read_tp here.
5847         (shared-only-routines): Add libc-aeabi_read_tp here.
5848         (CFLAGS-libc-start.c): Add -fexceptions here.
5849         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
5850         (sysdep_routines, static-only-routines, shared-only-routines):
5851         Don't add to these here.
5852         (CFLAGS-libc-start.c): Likewise.
5853
5854         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
5855         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5856         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
5857         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5858         * sysdeps/arm/Makefile [$(subdir) = rt]
5859         (librt-sysdep_routines, librt-shared-only-routines):
5860         Append rt-aeabi_unwind_cpp_pr1 here.
5861         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
5862         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
5863         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
5864         (libpthread-sysdep_routines, libpthread-shared-only-routines):
5865         Append nptl-aeabi_unwind_cpp_pr1 here.
5866         (tests): Filter out tst-cleanupx4 here.
5867         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
5868         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
5869         Don't do those here.
5870
5871 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5872
5873         * scripts/list-sources.sh: Do not handle ports specially.
5874
5875 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5876
5877         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
5878         * sysdeps/arm/feupdateenv.c: Likewise.
5879
5880         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
5881
5882 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5883
5884         * manual/texinfo.tex: Update to version 2014-05-05.10 with
5885         trailing whitespace removed.
5886         * scripts/config.guess: Update to version 2014-03-23.
5887         * scripts/config.sub: Update to version 2014-05-01
5888         * scripts/install-sh: Update to version 2013-12-25.23.
5889         * scripts/move-if-change: Update from gnulib.
5890
5891 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5892
5893         * debug/memmove_chk.c: Remove pagecopy.h include.
5894
5895 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
5896
5897         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
5898         identical to gnulib mktime.
5899
5900 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5901
5902         * configure.ac: Do not test for machine being rs6000.  Do not test
5903         for powerpc*-*soft.
5904         * configure: Regenerated.
5905
5906         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
5907         test.
5908         * configure: Regenerated.
5909         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
5910         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
5911         Remove configure test.
5912         * sysdeps/arm/configure: Regenerated.
5913         * sysdeps/nptl/configure.ac: Do not check
5914         libc_cv_asm_cfi_directives.
5915         * sysdeps/nptl/configure: Regenerated.
5916         * sysdeps/x86_64/nptl/configure.ac: Remove file.
5917         * sysdeps/x86_64/nptl/configure: Remove generated file.
5918         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
5919         unconditional.
5920         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
5921
5922 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5923
5924         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
5925         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
5926         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
5927         it is defined.
5928
5929         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
5930         instead of whether it is defined.
5931         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
5932         * sysdeps/hppa/dl-machine.h: Likewise.
5933         * sysdeps/ia64/dl-machine.h: Likewise.
5934         * sysdeps/m68k/dl-machine.h: Likewise.
5935         * sysdeps/microblaze/dl-machine.h: Likewise.
5936         * sysdeps/mips/dl-machine.: Likewise.
5937         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
5938         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
5939         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5940         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5941         * sysdeps/sh/dl-machine.h: Likewise.
5942         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5943         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5944         * sysdeps/tile/dl-machine.h: Likewise.
5945         * sysdeps/x86_64/dl-machine.h: Likewise.
5946
5947         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
5948         code.
5949         (verify_persistent_db): Likewise.
5950
5951 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5952
5953         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
5954         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
5955         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
5956         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
5957         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
5958         Moved ...
5959         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
5960         ... here.
5961         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
5962         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
5963         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
5964         Identical file removed.
5965         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
5966         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
5967         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
5968         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
5969         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
5970         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
5971         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
5972         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
5973         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
5974         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
5975         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
5976         Moved ...
5977         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
5978         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
5979         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
5980         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
5981         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
5982         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
5983         Moved ...
5984         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
5985         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
5986         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
5987         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
5988         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
5989         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
5990         Identical file removed.
5991         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
5992         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
5993         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
5994         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
5995         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
5996         Moved ...
5997         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
5998         ... here.
5999         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6000         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6001         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6002         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6003         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6004         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6005         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6006         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6007         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6008         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6009         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6010         Moved ...
6011         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6012         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6013         Moved ...
6014         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6015         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6016         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6017         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6018         Moved ...
6019         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6020         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6021         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6022
6023         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6024         folded into ...
6025         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6026         * sysdeps/unix/sysv/linux/s390/Versions
6027         (libpthread: GLIBC_2.19): New version set.
6028         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6029         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6030         (librt: GLIBC_2.3.3): New version set.
6031         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6032         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6033         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6034         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6035         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6036         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6037         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6038         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6039         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6040         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6041         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6042         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6043         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6044         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6045         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6046         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6047         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6048         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6049         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6050         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6051         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6052         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6053         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6054         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6055         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6056         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6057         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6058         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6059         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6060         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6061         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6062         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6063         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6064         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6065         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6066         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6067         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6068         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6069         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6070         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6071         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6072         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6073         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6074         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6075         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6076
6077         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6078         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6079         (__libc_vfork): Define the function under this name.
6080         [!NOT_IN_libc] (__vfork): Make this an alias.
6081         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6082         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6083         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6084         (__libc_vfork): Define the function under this name.
6085         [!NOT_IN_libc] (__vfork): Make this an alias.
6086         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6087         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6088         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6089         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6090         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6091         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6092
6093         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6094         code that was previously under [RESET_PID].
6095         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6096         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6097         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6098
6099         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6100         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6101         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6102         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6103         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6104         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6105         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6106         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6107         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6108         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6109         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6110         Moved ...
6111         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6112         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6113         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6114         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6115         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6116         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6117         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6118         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6119         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6120         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6121         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6122         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6123         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6124         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6125         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6126         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6127         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6128         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6129         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6130         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6131         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6132         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6133         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6134         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6135         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6136         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6137         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6138         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6139         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6140
6141 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6142
6143         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6144         that was previously under [RESET_PID].
6145         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6146
6147 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6148
6149         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6150         not undefine and redefine.
6151         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6152         [O_CLOEXEC]: Make code unconditional.
6153         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6154         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6155         <kernel-features.h>.
6156         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6157         conditional variable definition.
6158         (shm_open) [O_CLOEXEC]: Make code unconditional.
6159         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6160         code.
6161
6162         * configure.ac (USE_REGPARMS): Don't define here.
6163         * configure: Regenerated.
6164         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6165         * sysdeps/i386/configure: Regenerated.
6166
6167         * nptl/createthread.c: Don't include kernel-features.h.
6168         * nptl/pthread_cancel.c: Likewise.
6169         * nptl/pthread_condattr_setclock.c: Likewise.
6170         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6171         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6172         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6173         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6174         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6175         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6176         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6177         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6178         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6179         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6180         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6181         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6182         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6183         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6184         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6185         * nscd/gai.c: Likewise.
6186         * nss/nss_db/db-open.c: Likewise.
6187         * sysdeps/generic/ldsodefs.h: Likewise.
6188         * sysdeps/sh/nptl/tls.h: Likewise.
6189         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6190         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6191         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6192         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6193         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6194         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6195         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6196         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6197         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6198         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6199         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6200         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6201         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6202         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6203         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6204         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6205         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6206         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6207         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6208         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6209         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6210         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6211         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6212         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6213         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6214         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6215         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6216         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6217         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6218         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6219         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6220         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6221         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6222         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6223         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6224         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6225         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6226         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6227         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6228         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6229         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6230         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6231         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6232         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6233         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6234         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6235         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6236         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6237         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6238         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6239         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6240         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6241         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6242         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6243         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6244         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6245         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6246         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6269         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6270         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6271         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6272         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6273         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6274         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6275         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6276         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6277         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6278         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6279         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6280         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6281         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6282         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6283         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6284         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6285         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6286         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6287         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6288         * sysdeps/unix/sysv/linux/system.c: Likewise.
6289         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6290         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6291         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6292         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6293         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6294         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6295         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6296
6297         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6298         * configure: Regenerated.
6299         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6300
6301         * configure.ac (base_machine): Do not set specially for particular
6302         machines here.
6303         * configure: Regenerated.
6304         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6305         settings from configure.ac.
6306         * sysdeps/i386/preconfigure: New file.
6307         * sysdeps/s390/preconfigure: Likewise.
6308         * sysdeps/sh/preconfigure: Likewise.
6309         * sysdeps/sparc/preconfigure: Likewise.
6310
6311 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6312
6313         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6314         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6315         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6316         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6317         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6318         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6319         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6320         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6321         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6322         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6323         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6324         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6325         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6326         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6327         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6328         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6329         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6330         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6331         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6332
6333         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6334         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6335         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6336         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6337         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6338         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6339         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6340         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6341         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6342         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6343         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6344         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6345         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6346         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6347         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6348         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6349         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6350         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6351         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6352         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6353         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6354         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6355         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6356         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6357         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6358         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6359         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6360         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6361         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6362         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6363         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6364         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6365         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6366         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6367         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6368         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6369         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6370         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6371
6372         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6373         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6374         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6375         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6376         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6377         Moved ...
6378         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6379         ... here.
6380         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6381         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6382         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6383         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6384         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6385         Moved ...
6386         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6387         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6388         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6389         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6390         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6391         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6392         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6393         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6394         Moved ...
6395         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6396         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6397         Moved ...
6398         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6399         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6400         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6401         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6402         Moved ...
6403         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6404         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6405         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6406         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6407         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6408         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6409         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6410         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6411         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6412         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6413         Moved ...
6414         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6415         ... here.
6416         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6417         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6418         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6419         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6420         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6421         Moved ...
6422         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6423         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6424         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6425         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6426         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6427         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6428         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6429         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6430         Moved ...
6431         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6432         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6433         Moved ...
6434         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6435         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6436         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6437         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6438         Moved ...
6439         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6440         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6441         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6442         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6443         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6444
6445 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6446
6447         * timezone/checktab.awk: Update from tzcode 2014e.
6448         * timezone/private.h: Likewise.
6449         * timezone/tzfile.h: Likewise.
6450         * timezone/zdump.c: Likewise.
6451         * timezone/zic.c: Likewise.
6452
6453         * sysdeps/unix/sysv/linux/kernel-features.h
6454         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6455         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6456         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6457         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6458         Remove conditional code.
6459
6460 2014-06-25  Will Newton  <will.newton@linaro.org>
6461
6462         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6463         (_dl_arm_cap_flags): Add HWCAP2 values.
6464         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6465         (_DL_HWCAP_COUNT): Increase to 37.
6466         (_DL_HWCAP_LAST): New define.
6467         (_DL_HWCAP2_LAST): New define.
6468         (_dl_procinfo): Add support for printing
6469         AT_HWCAP2 entries.
6470         (_dl_string_hwcap): Use _dl_hwcap_string.
6471
6472 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6473
6474         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6475
6476 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6477
6478         * README: Do not mention ports directory.
6479
6480         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6481         Remove macro.
6482         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6483         <kernel-features.h>.
6484         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6485         conditional variable definition.
6486         (__futimes): Update comment.
6487         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6488         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6489
6490         [BZ #16560]
6491         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6492         arguments close to 0.
6493         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6494         Likewise.
6495         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6496         Likewise.
6497         * math/auto-libm-test-in: Add more tests of exp10.
6498         * math/auto-libm-test-out: Regenerated.
6499         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6500
6501         * sysdeps/unix/sysv/linux/kernel-features.h
6502         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6503         * sysdeps/unix/sysv/linux/readv.c: Do not include
6504         <kernel-features.h>.
6505         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6506         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6507         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6508         unconditional.
6509         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6510         conditional code.
6511         * sysdeps/unix/sysv/linux/writev.c: Do not include
6512         <kernel-features.h>.
6513         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6514         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6515         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6516         unconditional.
6517         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6518         conditional code.
6519
6520 2014-06-25  Will Newton  <will.newton@linaro.org>
6521
6522         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6523         comment changes throughout the file.  Remove checks
6524         for HAVE_*_H definitions that are not required.
6525         (__gen_tempname): Call abort if an unknown kind value is
6526         passed.
6527
6528 2014-06-25  Andreas Schwab  <schwab@suse.de>
6529
6530         [BZ #17086]
6531         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6532         scalbln, scalblnf, scalblnl in libc.
6533
6534 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6535
6536         [BZ #17086]
6537         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6538         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6539         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6540
6541 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6542
6543         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6544         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6545         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6546         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6547         Update #include.
6548         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6549         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6550         Update #include.
6551         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6552         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6553         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6554         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6555         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6556         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6557         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6558         * sysdeps/x86/bits/semaphore.h: ... here.
6559         * sysdeps/x86/nptl/elide.h: Moved ...
6560         * sysdeps/x86/elide.h: ... here.
6561         * sysdeps/x86_64/nptl/Implies: File removed.
6562         * sysdeps/i386/nptl/Implies: File removed.
6563
6564 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6565
6566         [BZ #16539]
6567         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6568         return the argument for normal arguments with exponent below -64.
6569         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6570         Likewise.
6571         * math/auto-libm-test-in: Add another test of expm1.
6572         * math/auto-libm-test-out: Regenerated.
6573
6574         [BZ #16287]
6575         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6576         calling __erfcl for arguments at least 16.
6577         * math/auto-libm-test-in: Add more tests of erf.
6578         * math/auto-libm-test-out: Regenerated.
6579
6580         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6581         individual architectures.
6582         * sysdeps/unix/sysv/linux/configure: Regenerated.
6583         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6584         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6585         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6586         (ldd_rewrite_script): Define variable.
6587         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6589         file.
6590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6591         generated file.
6592         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6593         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6594         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6595         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6596         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6597         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6598         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6599         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6600
6601 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6602
6603         [BZ #17084]
6604         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6605         Rename member __data.d to __data.__elision_data.
6606
6607 2014-06-24  Wilco  <wdijkstr@arm.com>
6608
6609         * NEWS: Add 16918 to fixed bug list.
6610
6611 2014-06-24  Wilco  <wdijkstr@arm.com>
6612
6613         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6614
6615 2014-06-24  Wilco  <wdijkstr@arm.com>
6616
6617         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6618         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6619         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6620         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6621         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6622         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6623         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6624         Use _FPU_MASK_RM.
6625
6626 2014-06-24  Wilco  <wdijkstr@arm.com>
6627
6628         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6629
6630 2014-06-24  Wilco  <wdijkstr@arm.com>
6631
6632         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6633         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6634         * sysdeps/arm/fesetround.c (fesetround): Remove space.
6635         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6636
6637 2014-06-24  Wilco  <wdijkstr@arm.com>
6638
6639         [BZ #16918]
6640         * sysdeps/arm/feupdateenv.c (feupdateenv):
6641         Rewrite to reduce FPSCR accesses and fix return value.
6642
6643 2014-06-24  Wilco  <wdijkstr@arm.com>
6644
6645         * sysdeps/arm/fclrexcpt.c (feclearexcept):
6646         Optimize to avoid unnecessary FPSCR writes.
6647         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6648         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6649         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6650         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6651
6652 2014-06-24  Wilco  <wdijkstr@arm.com>
6653
6654         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6655         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6656         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6657         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6658         Call libc_fetestexcept_vfp.
6659         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6660         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6661         __SOFTFP__ ifdef so that they can be built for softfp.
6662
6663 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6664
6665         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6666         argument type signed char.
6667
6668         * Makerules (check-abi): Dump diff of symlist if the test
6669         fails.
6670
6671 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6672
6673         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6674         using abort.
6675
6676         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6677         Remove unused variable ST.
6678
6679 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6680
6681         [BZ #16354]
6682         [BZ #17061]
6683         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6684         small arguments before calling __expm1.
6685         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6686         small arguments before calling __expm1f.
6687         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6688         small arguments before calling __expm1l.
6689         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6690         Likewise.
6691         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6692         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
6693         spurious underflow for some cosh tests.
6694         * math/auto-libm-test-out: Regenerated.
6695         * sysdeps/i386/fpu/libm-test-ulps: Update.
6696
6697         [BZ #17050]
6698         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6699         (__ieee754_y1): Set errno if return value overflows.
6700         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6701         (__ieee754_y1f): Set errno if return value overflows.
6702         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6703         (__ieee754_y1l): Set errno if return value overflows.
6704         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6705         (__ieee754_y1l): Set errno if return value overflows.
6706         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6707         * math/auto-libm-test-out: Regenerated.
6708
6709         * math/gen-auto-libm-tests.c: Document use of
6710         ignore-zero-inf-sign.
6711         (input_flag_type): Add value flag_ignore_zero_inf_sign.
6712         (input_flags): Add ignore-zero-inf-sign.
6713         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6714         * math/gen-libm-test.pl (generate_testfile): Handle
6715         ignore-zero-inf-sign.
6716         * math/auto-libm-test-in: Mark some cpow tests with
6717         ignore-zero-inf-sign and some with xfail-rounding.
6718         * math/auto-libm-test-out: Regenerated.
6719         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6720         * sysdeps/i386/fpu/libm-test-ulps: Update.
6721         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6722
6723         [BZ #16315]
6724         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6725         overflowing or underflowing operations take place with sign of
6726         result.
6727         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6728         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6729         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6730         (__ieee754_pow): Recompute overflowing and underflowing results in
6731         original rounding mode.
6732         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6733         (__powl_helper): Allow negative argument X and scale negated value
6734         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
6735         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
6736         overflowing or underflowing operations take place with sign of
6737         result.
6738         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
6739         Include <math.h>.
6740         * math/auto-libm-test-in: Add more tests of pow.
6741         * math/auto-libm-test-out: Regenerated.
6742         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
6743         (pow_tonearest_test_data): Remove.
6744         (pow_test_tonearest): Likewise.
6745         (pow_towardzero_test_data): Likewise.
6746         (pow_test_towardzero): Likewise.
6747         (pow_downward_test_data): Likewise.
6748         (pow_test_downward): Likewise.
6749         (pow_upward_test_data): Likewise.
6750         (pow_test_upward): Likewise.
6751         (main): Don't call removed functions.
6752         * sysdeps/i386/fpu/libm-test-ulps: Update.
6753         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6754
6755 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6756
6757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
6758         Moved ...
6759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
6760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6761         Moved ...
6762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
6763         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6764         Moved ...
6765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
6766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
6767         Moved ...
6768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
6769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
6770         File removed.
6771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6772         File removed.
6773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
6774         File removed.
6775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
6776         File removed.
6777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
6778         File removed.
6779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
6780         File removed.
6781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
6782         File removed.
6783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6784         File removed.
6785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
6786         File removed.
6787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6788         File removed.
6789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
6790         File removed.
6791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
6792         File removed.
6793         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
6794         Moved ...
6795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
6796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
6797         Moved ...
6798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
6799         ... here.
6800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
6801         Moved ...
6802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
6803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
6804         Moved ...
6805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
6806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
6807         Moved ...
6808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
6809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
6810         Moved ...
6811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
6812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
6813         Moved ...
6814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
6815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
6816         Moved ...
6817         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
6818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
6819         Moved ...
6820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
6821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
6822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
6823         ... here.
6824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
6825         Moved ...
6826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
6827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
6828         Moved ...
6829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
6830         ... here.
6831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
6832         Moved ...
6833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
6834         ... here.
6835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
6836         Moved ...
6837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6838         ... here.
6839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
6840         Moved ...
6841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
6842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
6843         Moved ...
6844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
6845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
6846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
6847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
6848         Moved ...
6849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
6850         ... here.
6851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6852         Moved ...
6853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
6854         ... here.
6855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
6856         Moved ...
6857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
6858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6859         Moved ...
6860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
6861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
6862         Moved ...
6863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
6864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6865         Moved ...
6866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
6867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
6868         Moved ...
6869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
6870         ... here.
6871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6872         Moved ...
6873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
6874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
6875         Moved ...
6876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
6877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6878         Moved ...
6879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
6880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
6881         Moved ...
6882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
6883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
6884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
6885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
6886         Moved ...
6887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
6888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
6889         Moved ...
6890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
6891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
6892         Moved ...
6893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
6894         ... here.
6895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6896         Moved ...
6897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
6898         ... here.
6899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
6900         Moved ...
6901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
6902         ... here.
6903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
6904         Moved ...
6905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
6906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
6907         Moved ...
6908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
6909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
6910         Moved ...
6911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
6912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
6913         Moved ...
6914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
6915         ... here.
6916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
6917         Moved ...
6918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
6919         ... here.
6920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
6921         Moved ...
6922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
6923         ... here.
6924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
6925         Moved ...
6926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
6927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
6928         Moved ...
6929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
6930
6931 2014-06-23  Will Newton  <will.newton@linaro.org>
6932             Wilco  <wdijkstr@arm.com>
6933
6934         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
6935         implementation.  Include get-rounding-mode.h.
6936         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
6937         [!libc_feholdsetround_noex_ctx]: Define
6938         libc_feholdsetround_noex_ctx.
6939         [!libc_feholdsetround_noexf_ctx]: Define
6940         libc_feholdsetround_noexf_ctx.
6941         [!libc_feholdsetround_noexl_ctx]: Define
6942         libc_feholdsetround_noexl_ctx.
6943         (libc_feholdsetround_ctx): New function.
6944         (libc_feresetround_ctx): New function.
6945         (libc_feholdsetround_noex_ctx): New function.
6946         (libc_feresetround_noex_ctx): New function.
6947
6948 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6949
6950         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
6951         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
6952         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
6953         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
6954         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
6955         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
6956
6957         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
6958         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
6959         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
6960         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
6961         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
6962         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
6963         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
6964         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
6965         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
6966         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
6967         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
6968         Moved ...
6969         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
6970         ... here.
6971         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
6972         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
6973         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
6974         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
6975         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
6976         Moved ...
6977         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
6978         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
6979         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
6980         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
6981         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
6982         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
6983         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
6984         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
6985         Moved ...
6986         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
6987         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
6988         Moved ...
6989         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
6990         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
6991         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
6992         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
6993         Moved ...
6994         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
6995         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
6996         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
6997         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
6998         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
6999         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7000         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7001         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7002         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7003         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7004         Moved ...
7005         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7006         ... here.
7007         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7008         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7009         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7010         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7011         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7012         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7013         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7014         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7015         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7016         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7017         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7018         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7019         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7020         Moved ...
7021         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7022         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7023         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7024         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7025         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7026         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7027         Moved ...
7028         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7029         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7030         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7031         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7032         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7033
7034         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7035         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7036         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7037         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7038         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7039         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7040         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7041         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7042         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7043         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7044         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7045         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7046         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7047         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7048         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7049         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7050         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7051         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7052         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7053         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7054         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7055         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7056         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7057         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7058         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7059         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7060         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7061         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7062
7063 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7064
7065         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7066         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7067         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7068         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7069         (IPV6_PMTUDISC_INTERFACE): Likewise.
7070         (IPV6_PMTUDISC_OMIT): Likewise.
7071
7072 2014-06-23  Andreas Schwab  <schwab@suse.de>
7073
7074         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7075         Remove unused errout label.
7076
7077 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7078
7079         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7080         macro: hardware supports Vector Crypto instructions.
7081
7082 2014-06-23  Will Newton  <will.newton@linaro.org>
7083
7084         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7085         rather than __builtin_expect.
7086
7087         * elf/dl-lookup.c (undefined_msg): Remove variable.
7088         (_dl_lookup_symbol_x): Replace undefined_msg with string
7089         literal.
7090
7091         * elf/dl-lookup.c (do_lookup_unique): New function.
7092         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7093         to a separate function.
7094
7095 2014-06-23  Andreas Schwab  <schwab@suse.de>
7096
7097         [BZ #17079]
7098         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7099         before reading the next line.
7100
7101 2014-06-23  Will Newton  <will.newton@linaro.org>
7102
7103         * test-skeleton.c (signal_handler): Use printf and %m
7104         rather than perror.  Use printf rather than fprintf to
7105         stderr.  Use puts rather than fputs to stderr.
7106         (main): Likewise.
7107
7108 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7109
7110         * nscd/nscd.c (thread_info_t): Remove typedef.
7111         (thread_info): Remove variable.
7112
7113 2014-06-21  Allan McRae  <allan@archlinux.org>
7114
7115         * NEWS: Mention CVE-2014-4043.
7116
7117 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7118
7119         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7120         * nptl/smp.h: ... here.
7121
7122         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7123
7124         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7125         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7126         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7127         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7128
7129         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7130         * nptl/stack-aliasing.h: New file.
7131         * sysdeps/i386/i686/stack-aliasing.h: New file.
7132         * sysdeps/i386/i686/nptl/Makefile: File removed.
7133         * sysdeps/x86_64/stack-aliasing.h: New file.
7134         * sysdeps/x86_64/nptl/Makefile
7135         (CFLAGS-pthread_create.c): Variable removed.
7136
7137         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7138         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7139         old file.
7140         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7141         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7142         old file.
7143
7144 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7145
7146         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7147         (__ASSUME_SIGFRAME_V2): Remove macro.
7148         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7149         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7150         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7151         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7152         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7153         Declare as function.  Remove conditional macro definitions.
7154         (__default_rt_sa_restorer): Likewise.
7155         (__default_sa_restorer_v1): Remove declaration.
7156         (__default_sa_restorer_v2): Likewise.
7157         (__default_rt_sa_restorer_v1): Likewise.
7158         (__default_rt_sa_restorer_v2): Likewise.
7159         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7160         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7161         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7162
7163 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7164
7165         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7166         (libpthread-routines): Add sysdep.
7167         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7168         * sysdeps/unix/sysv/linux/sparc/Versions
7169         (libpthread: GLIBC_2.3.3): New version set.
7170         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7171         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7172         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7173         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7174         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7175         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7176         Moved ...
7177         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7178         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7179         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7180         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7181         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7182         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7183         * sysdeps/sparc/nptl/sem_init.c: ... here.
7184         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7185         * sysdeps/sparc/nptl/sem_post.c: ... here.
7186         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7187         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7188         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7189         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7190         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7191         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7192         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7193         (libpthread-routines): Add cpu_relax.
7194         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7195         File removed.
7196         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7197         (librt: GLIBC_2.3.3): New version set.
7198         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7199         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7200         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7201         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7202         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7203         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7204         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7205         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7206         Moved ...
7207         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7208         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7209         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7210         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7211         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7212         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7213         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7214         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7215         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7216         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7217         Moved ...
7218         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7219         Update #include.
7220         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7221         Moved ...
7222         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7223         Update #include.
7224         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7225         Moved ...
7226         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7227         Update #include.
7228         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7229         Moved ...
7230         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7231         Update #include.
7232         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7233         Moved ...
7234         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7235         Update #include.
7236         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7237         Moved ...
7238         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7239         Update #include.
7240         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7241         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7242         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7243         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7244         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7245         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7246         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7247         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7248         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7249         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7250         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7251         Moved ...
7252         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7253         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7254         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7255         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7256         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7257
7258 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7259
7260         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7261         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7262         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7263         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7264         * nscd/nscd.c: Likewise.
7265         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7266         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7267         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7268         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7269
7270         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7271         <kernel-features.h>.
7272         (init_mq_netlink): Remove conditional have_sock_cloexec
7273         definitions.  Remove code conditional on have_sock_cloexec < 0.
7274         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7275         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7276         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7277         <kernel-features.h>.
7278         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7279         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7280
7281 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7282
7283         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7284         Add tests for memset_chk and memset.
7285
7286         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7287         with AVX2_Usable.
7288
7289 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7290
7291         [BZ #16046]
7292         * elf/tst-dl-iter-static.c: New file.
7293         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7294
7295         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7296         error.
7297
7298 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7299
7300         * sysdeps/unix/sysv/linux/kernel-features.h
7301         (__ASSUME_F_GETOWN_EX): Remove macro.
7302         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7303         <kernel-features.h>.
7304         (miss_F_GETOWN_EX): Remove variable or macro.
7305         (do_fcntl): Do not check miss_F_GETOWN_EX.
7306         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7307
7308         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7309         Remove macro.
7310         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7311         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7312         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7313
7314         * sysdeps/unix/sysv/linux/kernel-features.h
7315         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7316         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7317         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7318         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7319
7320 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7321
7322         [BZ #17075]
7323         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7324         Fix calculation of the symbol's value.
7325         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7326         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7327         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7328         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7329         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7330         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7331         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7332         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7333         (modules-names): Add `tst-armtlsdescmod',
7334         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7335         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7336         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7337         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7338         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7339         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7340         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7341         ($(objpfx)tst-armtlsdescloc): New dependency.
7342         ($(objpfx)tst-armtlsdescextnow): Likewise.
7343         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7344         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7345         TLS scheme support.
7346         * sysdeps/arm/configure: Regenerate.
7347
7348 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7349
7350         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7351         (__atfct_seterrno_2): Likewise.
7352         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7353         <kernel-features.h>.
7354         (__ASSUME_ATFCTS): Do not undefine and redefine.
7355         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7356         (__have_atfcts): Remove conditional definition.
7357         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7358         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7359         unreachable if [__ASSUME_ATFCTS].
7360         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7361         not undefine and redefine.
7362         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7363         <kernel-features.h>.
7364         (faccessat) [__NR_faccessat]: Make code unconditional.
7365         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7366         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7367         <kernel-features.h>.
7368         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7369         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7370         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7371         <kernel-features.h>.
7372         (fchownat) [__NR_fchownat]: Make code unconditional.
7373         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7374         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7375         <kernel-features.h>.
7376         (futimesat) [__NR_futimesat]: Make code unconditional.
7377         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7378         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7379         <kernel-features.h>.
7380         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7381         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7382         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7383         <kernel-features.h>.
7384         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7385         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7386         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7387         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7388         <kernel-features.h>.
7389         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7390         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7391         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7392         <kernel-features.h>.
7393         (linkat) [__NR_linkat]: Make code unconditional.
7394         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7395         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7396         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7397         <kernel-features.h>.
7398         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7399         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7400         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7401         <kernel-features.h>.
7402         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7403         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7404         * sysdeps/unix/sysv/linux/openat.c: Do not include
7405         <kernel-features.h>.
7406         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7407         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7408         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7409         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7410         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7411         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7412         <kernel-features.h>.
7413         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7414         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7415         result of INLINE_SYSCALL directly, not via int variable.
7416         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7417         <kernel-features.h>.
7418         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7419         (renameat) [__NR_renameat]: Make code unconditional.
7420         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7421         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7422         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7423         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7424         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7425         (__ASSUME_ATFCTS): Do not undefine and redefine.
7426         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7427         <kernel-features.h>.
7428         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7429         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7430         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7431         <kernel-features.h>.
7432         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7433         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7434         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7435         (__ASSUME_ATFCTS): Do not undefine and redefine.
7436         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7437         <kernel-features.h>.
7438         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7439         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7440         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7441         <kernel-features.h>.
7442         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7443         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7444
7445 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7446
7447         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7448
7449 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7450
7451         [BZ #17069]
7452         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7453         constructed tree before returning error.
7454         * posix/bug-regexp36.c: Expand test case.
7455
7456 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7457
7458         [BZ #6803]
7459         * math/libm-test.inc (scalbln_test_date):
7460         Add errno expectations.
7461         * math/w_scalblnf.c: New File.
7462         Add wrapper which checks for setting errno to ERANGE.
7463         Add weak_alias for corresponding scalbln function.
7464         * math/w_scalbln.c: Likewise.
7465         * math/w_scalblnl.c: Likewise.
7466         * math/Makefile (libm-calls): Add w_scalbln.
7467         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7468         Remove weak_alias for corresponding scalbln function.
7469         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7470         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7471         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7472         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7473         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7474         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7475         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7476         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7477         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7478         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7479         Remove long_double_symbol for scalblnl function in libm, libc.
7480         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7481         Add wrapper which checks for setting errno to ERANGE.
7482         Add long_double_symbol for scalblnl function in libm, libc.
7483         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7484         Remove long_double_symbol for scalblnl in libm.
7485         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7486         Add wrapper which checks for setting errno to ERANGE.
7487         Add long_double_symbol for scalblnl function in libm.
7488         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7489         Do not use wrapper because of own implementation.
7490
7491 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7492
7493         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7494         3 bytes for __pad1 for x32.
7495         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7496
7497 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7498             H.J. Lu  <hongjiu.lu@intel.com>
7499
7500         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7501         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7502         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7503         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7504         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7505
7506 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7507
7508         [BZ #17069]
7509         * posix/regcomp.c (parse_expression): Deallocate partially
7510         constructed tree before returning error.
7511         * posix/Makefile.c (tests): Add bug-regex36.
7512         (generated): Add bug-regex36.mtrace.
7513         (tests-special): Add $(objpfx)bug-regex36-mem.out
7514         (bug-regex36-ENV): New variable.
7515         ($(objpfx)bug-regex36-mem.out): New rule.
7516         * posix/bug-regex36.c: New file.
7517
7518 2014-06-19  Will Newton  <will.newton@linaro.org>
7519
7520         * malloc/malloc.c (systrim): If extra is zero then return
7521         early.
7522
7523 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7524
7525         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7526
7527 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7528
7529         * sysdeps/aarch64/strchr.S: New file.
7530
7531 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7532
7533         [BZ #17022]
7534         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7535         from arguments -2 or below.
7536         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7537         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7538
7539 2014-06-18  Andreas Schwab  <schwab@suse.de>
7540
7541         [BZ #17062]
7542         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7543         of a bracket expr not to run off the end of the string.
7544         * posix/Makefile (tests): Add tst-fnmatch3.
7545         * posix/tst-fnmatch3.c: New file.
7546
7547 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7548
7549         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7550         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7551         [$(cross-compiling) = no]: Likewise.
7552         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7553         [$(cross-compiling) = no]: Likewise.
7554
7555 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7556
7557         [BZ #17031]
7558         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7559         double, adjusted for any remainder from the high double.
7560         * math/libm-test.inc (nearbyint): Add tests.
7561         (rint): Likewise.
7562
7563 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7564
7565         * nptl/sysdeps/powerpc/Makefile: Moved ...
7566         * sysdeps/powerpc/nptl/Makefile: ... here.
7567         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7568         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7569         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7570         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7571         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7572         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7573         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7574         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7575         * nptl/sysdeps/powerpc/tls.h: Moved ...
7576         * sysdeps/powerpc/nptl/tls.h: ... here.
7577
7578 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7579
7580         [BZ #16681]
7581         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7582         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7583         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7584         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7585         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7586         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7587         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7588         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7589         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7590
7591 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7592
7593         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7594
7595 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7596
7597         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7598         defined operator.
7599
7600         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7601         $TIMEOUTFACTOR.
7602
7603 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7604
7605         [BZ #17058]
7606         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7607         non-executed part of the test.
7608
7609 2014-06-16  Andreas Schwab  <schwab@suse.de>
7610
7611         * string/bits/string2.h (strdup, strndup): Update feature guard.
7612
7613 2014-06-14  David S. Miller  <davem@davemloft.net>
7614
7615         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7616
7617 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7618
7619         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7620         that was previously under [RESET_PID].
7621         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7622
7623         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7624         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7625         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7626         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7627         (__libc_vfork): New strong alias.
7628         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7629
7630 2014-06-14 Andi Kleen  <ak@linux.intel.com>
7631
7632         * sysdeps/generic/elide.h: New file.
7633
7634 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7635
7636         * Makefile (installed-headers): Adjust path of pthread.h header.
7637
7638 2014-06-13  Roland McGrath  <roland@hack.frob.com>
7639
7640         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7641         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7642         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7643         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7644
7645         * nptl/sysdeps/s390/Makefile: Moved ...
7646         * sysdeps/s390/nptl/Makefile: ... here.
7647         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7648         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7649         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7650         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7651         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7652         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7653         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7654         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7655         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7656         * sysdeps/s390/nptl/pthreaddef.h: ... here.
7657         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7658         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7659         * nptl/sysdeps/s390/tls.h: Moved ...
7660         * sysdeps/s390/nptl/tls.h: ... here.
7661
7662         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7663         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7664
7665 2014-06-13  David S. Miller  <davem@davemloft.net>
7666
7667         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7668         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7669         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7670         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7671         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7672         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7673         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7674         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7675         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7676         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7677         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7678         Remove RESET_PID cpp guards.
7679         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7680         Remove RESET_PID cpp guards.
7681         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7682
7683 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
7684
7685         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7686         __sp to uintptr_t.
7687
7688 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7689
7690         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7691         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7692         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7693         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7694         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7695         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7696         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7697         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7698         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7699         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7700         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7701         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7702         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7703         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7704         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7705         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7706         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7707         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7708         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7709         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
7710
7711         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
7712         (pthread_rwlock_rdlock): Add elision.
7713         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7714         (pthread_rwlock_wrlock): Add elision.
7715         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7716         (pthread_rwlock_trywrlock): Add elision.
7717         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7718         (pthread_rwlock_tryrdlock): Add elision.
7719         * nptl/pthread_rwlock_unlock.c: Include elide.h.
7720         (pthread_rwlock_tryrdlock): Add elision unlock.
7721         * nptl/sysdeps/pthread/pthread.h:
7722         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7723         (PTHREAD_RWLOCK_INITIALIZER,
7724         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7725         Handle new elision field.
7726         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7727         * sysdeps/arm/nptl/bits/pthreadtypes.h
7728         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7729         * sysdeps/sh/nptl/bits/pthreadtypes.h
7730         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7731         * sysdeps/tile/nptl/bits/pthreadtypes.h
7732         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7733         * sysdeps/a/nptl/bits/pthreadtypes.h
7734         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7735         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7736         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7737         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7738         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7739         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
7740         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7741         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7742         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7743         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7744         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7745         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7746         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7747         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7748         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7749         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
7750         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7751         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
7752         (elision_init): Set try_xbegin to zero when no RTM.
7753         * sysdeps/x86/nptl/bits/pthreadtypes.h
7754         (pthread_rwlock_t): Change __pad1 to __rwelision.
7755         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7756
7757 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7758
7759         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
7760         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
7761         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
7762         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
7763
7764 2014-06-13  Meador Inge  <meadori@codesourcery.com>
7765
7766         [BZ #16996]
7767         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
7768         that the cached result has been set before returning it.
7769
7770 2014-06-12  Roland McGrath  <roland@hack.frob.com>
7771
7772         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
7773         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
7774         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
7775         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
7776         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
7777         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
7778
7779         * nptl/sysdeps/sparc/Makefile: Moved ...
7780         * sysdeps/sparc/nptl/Makefile: ... here.
7781         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
7782         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
7783         * nptl/sysdeps/sparc/tls.h: Moved ...
7784         * sysdeps/sparc/nptl/tls.h: ... here.
7785         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
7786         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
7787         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
7788         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
7789         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
7790         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
7791         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
7792         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
7793         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
7794         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
7795         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
7796         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
7797         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
7798         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
7799         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
7800         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
7801         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
7802         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
7803         Update #include.
7804         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
7805         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
7806         Update #include.
7807         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
7808         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
7809         Update #include.
7810         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
7811         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
7812         Update #include.
7813
7814         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7815
7816         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
7817         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
7818
7819         * sysdeps/pthread/posix-timer.h: Include <list.h>.
7820         (struct list_links): Type removed.
7821         (struct thread_node, struct timer_node): Replace struct list_links
7822         with struct list_head.
7823         (list_unlink_ip): Likewise.
7824         * sysdeps/pthread/timer_routines.c
7825         (timer_free_list, thread_free_list, thread_active_list): Likewise.
7826         (list_append, list_insbefore): Likewise.
7827         (list_init): Function removed.
7828         (thread_init, init_module): Use INIT_LIST_HEAD instead.
7829         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
7830         * sysdeps/pthread/Makefile: ... here, new file.
7831
7832         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
7833         * sysdeps/nptl/Implies: ... here.
7834         * sysdeps/unix/sysv/linux/Implies: Add nptl.
7835         * nptl/sysdeps/pthread/list.h: Moved ...
7836         * include/list.h: ... here.
7837         * nptl/sysdeps/pthread/createthread.c: Moved ...
7838         * nptl/createthread.c: ... here.
7839         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
7840         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
7841         * nptl/pt-longjmp.c: ... here.
7842         * nptl/sysdeps/pthread/Makefile: Moved ...
7843         * sysdeps/nptl/Makefile: ... here.
7844         * nptl/sysdeps/pthread/Subdirs: Moved ...
7845         * sysdeps/nptl/Subdirs: ... here.
7846         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
7847         * sysdeps/nptl/aio_misc.h: ... here.
7848         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
7849         * sysdeps/nptl/bits/libc-lock.h: ... here.
7850         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
7851         * sysdeps/nptl/bits/libc-lockP.h: ... here.
7852         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
7853         * sysdeps/nptl/bits/stdio-lock.h: ... here.
7854         * nptl/sysdeps/pthread/configure: Moved ...
7855         * sysdeps/nptl/configure: ... here.
7856         * nptl/sysdeps/pthread/configure.ac: Moved ...
7857         * sysdeps/nptl/configure.ac: ... here.
7858         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
7859         * sysdeps/nptl/gai_misc.h: ... here.
7860         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
7861         * sysdeps/nptl/librt-cancellation.c: ... here.
7862         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
7863         * sysdeps/nptl/malloc-machine.h: ... here.
7864         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
7865         * sysdeps/nptl/pthread-functions.h: ... here.
7866         * nptl/sysdeps/pthread/pthread.h: Moved ...
7867         * sysdeps/nptl/pthread.h: ... here.
7868         * nptl/sysdeps/pthread/setxid.h: Moved ...
7869         * sysdeps/nptl/setxid.h: ... here.
7870         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
7871         * sysdeps/nptl/sigfillset.c: ... here.
7872         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
7873         * sysdeps/nptl/tcb-offsets.h: ... here.
7874         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
7875         * sysdeps/nptl/tst-mqueue8x.c: ... here.
7876         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
7877         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
7878         * nptl/sysdeps/pthread/allocalim.h: Moved ...
7879         * sysdeps/pthread/allocalim.h: ... here.
7880         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
7881         * sysdeps/pthread/bits/sigthread.h: ... here.
7882         * nptl/sysdeps/pthread/flockfile.c: Moved ...
7883         * sysdeps/pthread/flockfile.c: ... here.
7884         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
7885         * sysdeps/pthread/ftrylockfile.c: ... here.
7886         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
7887         * sysdeps/pthread/funlockfile.c: ... here.
7888         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
7889         * sysdeps/pthread/posix-timer.h: ... here.
7890         * nptl/sysdeps/pthread/timer_create.c: Moved ...
7891         * sysdeps/pthread/timer_create.c: ... here.
7892         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
7893         * sysdeps/pthread/timer_delete.c: ... here.
7894         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
7895         * sysdeps/pthread/timer_getoverr.c: ... here.
7896         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
7897         * sysdeps/pthread/timer_gettime.c: ... here.
7898         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
7899         * sysdeps/pthread/timer_routines.c: ... here.
7900         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
7901         * sysdeps/pthread/timer_settime.c: ... here.
7902         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
7903         * sysdeps/pthread/tst-timer.c: ... here.
7904         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
7905         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
7906
7907         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
7908         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
7909
7910         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
7911         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
7912         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
7913         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
7914         Update #include target.
7915         * nptl/sysdeps/i386/i686/Makefile: Moved ...
7916         * sysdeps/i386/i686/nptl/Makefile: ... here.
7917         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
7918         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
7919         Update #include target.
7920         * nptl/sysdeps/i386/i686/tls.h: Moved ...
7921         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
7922         * nptl/sysdeps/i386/Makefile: Moved ...
7923         * sysdeps/i386/nptl/Makefile: ... here.
7924         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
7925         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
7926         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
7927         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
7928         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
7929         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
7930         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
7931         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
7932         * sysdeps/i386/nptl/pthreaddef.h: ... here.
7933         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
7934         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
7935         * nptl/sysdeps/i386/tls.h: Moved ...
7936         * sysdeps/i386/nptl/tls.h: ... here.
7937
7938         * sysdeps/sh/Makefile [$(subdir) = csu]
7939         (gen-as-const-headers): Add tcb-offsets.sym.
7940         * nptl/sysdeps/sh/Makefile: File removed.
7941         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
7942         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
7943         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
7944         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
7945         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
7946         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
7947         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
7948         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
7949         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
7950         * sysdeps/sh/nptl/pthreaddef.h: ... here.
7951         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
7952         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
7953         * nptl/sysdeps/sh/tls.h: Moved ...
7954         * sysdeps/sh/nptl/tls.h: ... here.
7955         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
7956         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
7957         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
7958         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
7959         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
7960         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
7961         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
7962         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
7963         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
7964         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
7965         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
7966         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
7967         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
7968         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
7969         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
7970         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
7971         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
7972         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
7973         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
7974         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
7975         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
7976         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
7977         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
7978         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
7979         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
7980         Moved ...
7981         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
7982         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
7983         Moved ...
7984         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
7985         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
7986         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
7987         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
7988         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
7989         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
7990         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
7991         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
7992         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
7993         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
7994         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
7995         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
7996         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
7997         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
7998         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
7999         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8000         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8001         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8002         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8003
8004 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8005
8006         * posix/spawn_faction_addopen.c: Include string.h.
8007
8008 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8009
8010         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8011         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8012         * nptl/sysdeps/x86_64/Makefile: Moved ...
8013         * sysdeps/x86_64/nptl/Makefile: ... here.
8014         * nptl/sysdeps/x86_64/configure: Moved ...
8015         * sysdeps/x86_64/nptl/configure: ... here.
8016         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8017         * sysdeps/x86_64/nptl/configure.ac: ... here.
8018         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8019         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8020         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8021         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8022         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8023         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8024         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8025         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8026         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8027         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8028         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8029         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8030         * nptl/sysdeps/x86_64/tls.h: Moved ...
8031         * sysdeps/x86_64/nptl/tls.h: ... here.
8032         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8033         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8034         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8035         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8036
8037         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8038
8039 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8040
8041         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8042
8043 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8044
8045         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8046         type.
8047         [POSIX] (off_t): Likewise.
8048         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8049         [POSIX] (S_ISBLK): Require macro.
8050         [POSIX] (S_ISCHR): Likewise.
8051         [POSIX] (S_ISDIR): Likewise.
8052         [POSIX] (S_ISFIFO): Likewise.
8053         [POSIX] (S_ISREG): Likewise.
8054         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8055         optional-macro.
8056         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8057         type.
8058         [POSIX] (time_t): Likewise.
8059         [POSIX] (timer_t): Likewise.
8060
8061 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8062
8063         [BZ #17048]
8064         * posix/spawn_int.h (struct __spawn_action): Make the path string
8065         non-const to support deallocation.
8066         * posix/spawn_faction_addopen.c
8067         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8068         * posix/spawn_faction_destroy.c
8069         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8070         path in all spawn_do_open actions.
8071         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8072         posix_spawn_file_actions_addopen.
8073
8074 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8075
8076         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8077         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8078         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8079         conditional code always true.
8080         (__libc_vfork): New alias.
8081
8082 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8083
8084         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8085         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8086
8087         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8088
8089         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8090         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8091
8092         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8093         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8094
8095         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8096         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8097
8098 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8099
8100         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8101         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8102         multiarch strcmp for PPC64.
8103         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8104         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8105         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8106         multiarch optimizations.
8107         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8108         (__libc_ifunc_impl_list): Likewise.
8109
8110 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8111
8112         * benchtests/scripts/validate_benchout.py: New script.
8113         * benchtests/Makefile (bench-func): Call it.
8114         * benchtests/scripts/benchout.schema.json: New file.
8115
8116 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8117
8118         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8119         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8120         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8121         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8122         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8123         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8124         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8125         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8126         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8127         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8128         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8129         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8130         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8131         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8132         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8133         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8134         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8135         Moved ...
8136         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8137         ... here.
8138         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8139         Moved ...
8140         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8141         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8142         Moved ...
8143         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8144         ... here.
8145         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8146         Moved ...
8147         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8148         ... here.
8149         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8150         Moved ...
8151         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8152         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8153         Moved ...
8154         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8155         ... here.
8156         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8157         Moved ...
8158         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8159         ... here.
8160         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8161         Moved ...
8162         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8163         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8164         Moved ...
8165         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8166         ... here.
8167         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8168         Moved ...
8169         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8170         ... here.
8171         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8172         Moved ...
8173         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8174         ... here.
8175         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8176         Moved ...
8177         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8178         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8179         Moved ...
8180         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8181         ... here.
8182         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8183         Moved ...
8184         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8185         ... here.
8186         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8187         Moved ...
8188         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8189         ... here.
8190         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8191         Moved ...
8192         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8193         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8194         Moved ...
8195         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8196         ... here.
8197         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8198         Moved ...
8199         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8200         ... here.
8201         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8202         Moved ...
8203         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8204         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8205         Moved ...
8206         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8207         ... here.
8208         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8209         Moved ...
8210         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8211         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8212         Moved ...
8213         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8214         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8215         Moved ...
8216         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8217         ... here.
8218         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8219         Moved ...
8220         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8221         ... here.
8222         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8223         Moved ...
8224         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8225         ... here.
8226         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8227         Moved ...
8228         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8229         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8230         Moved ...
8231         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8232         ... here.
8233         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8234         Moved ...
8235         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8236         ... here.
8237         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8238         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8239         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8240         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8241         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8242         Moved ...
8243         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8244         ... here.
8245         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8246         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8247         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8248         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8249         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8250         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8251         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8252         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8253         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8254         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8255         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8256         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8257         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8258         Moved ...
8259         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8260         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8261         Moved ...
8262         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8263         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8264         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8265         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8266         Moved ...
8267         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8268         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8269         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8270         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8271         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8272         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8273         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8274
8275 2014-06-10  Wilco  <wdijkstr@arm.com>
8276
8277         * math/test-fenv-return.c: New file.
8278         * math/Makefile: Add new test test-fenv-return.
8279
8280 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8281
8282         [BZ #17042]
8283         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8284         when x - 1 is zero.
8285         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8286         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8287         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8288         0.0L for an argument of 1.0L.
8289         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8290         Likewise.
8291         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8292         value when x - 1 is zero.
8293         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8294         * sysdeps/i386/fpu/libm-test-ulps: Update.
8295         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8296
8297 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8298
8299         [BZ #15119]
8300         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8301
8302 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8303
8304         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8305         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8306
8307 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8308
8309         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8310         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8311
8312         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8313         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8314
8315         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8316         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8317
8318         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8319         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8320
8321         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8322         if not already defined.
8323         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8324         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8325         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8326         (TLS_INIT_TP): Use it.
8327         (TLS_DEFINE_INIT_TP): New macro.
8328         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8329
8330 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8331
8332         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8333         constant.
8334         [POSIX] (IXANY): Likewise.
8335         [POSIX] (OLCUC): Likewise.
8336         [POSIX || POSIX2008] (CBAUD): Do not allow.
8337         [POSIX || POSIX2008] (DEFECHO): Likewise.
8338         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8339         [POSIX || POSIX2008] (ECHOKE): Likewise.
8340         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8341         [POSIX || POSIX2008] (EXTA): Likewise.
8342         [POSIX || POSIX2008] (EXTB): Likewise.
8343         [POSIX || POSIX2008] (FLUSHO): Likewise.
8344         [POSIX || POSIX2008] (LOBLK): Likewise.
8345         [POSIX || POSIX2008] (PENDIN): Likewise.
8346         [POSIX || POSIX2008] (SWTCH): Likewise.
8347         [POSIX || POSIX2008] (VDISCARD): Likewise.
8348         [POSIX || POSIX2008] (VDSUSP): Likewise.
8349         [POSIX || POSIX2008] (VLNEXT): Likewise.
8350         [POSIX || POSIX2008] (VREPRINT): Likewise.
8351         [POSIX || POSIX2008] (VSTATUS): Likewise.
8352         [POSIX || POSIX2008] (VWERASE): Likewise.
8353         (B*): Change to B[0123456789]*.
8354         * conform/data/time.h-data [POSIX || UNIX98]
8355         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8356         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8357         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8358         [POSIX] (tm_*): Do not allow.
8359
8360 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8361
8362         * Makefile (install): Don't set LANGUAGE.
8363         * Makefile.in (install): Likewise.
8364         * assert/Makefile (test-assert-ENV): Remove variable.
8365         (test-assert-perr-ENV): Likewise.
8366         * elf/Makefile (neededtest4-ENV): Likewise.
8367         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8368         [$(cross-compiling) = no]: Don't set LANGUAGE.
8369         * io/ftwtest-sh (LANG): Remove variable.
8370         * libio/Makefile (tst-widetext-ENV): Likewise.
8371         * manual/install.texi (Running make install): Don't refer to
8372         environment settings for make install.
8373         * INSTALL: Regenerated.
8374         * nptl/tst-tls6.sh: Don't set LANG.
8375         * posix/globtest.sh (LANG): Remove variable.
8376         * string/Makefile (tester-ENV): Likewise.
8377         (inl-tester-ENV): Likewise.
8378         (noinl-tester-ENV): Likewise.
8379         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8380         [$(cross-compiling) = no]: Don't set LANGUAGE.
8381         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8382         without explicit environment settings.
8383
8384 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8385
8386         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8387         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8388         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8389         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8390
8391 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8392
8393         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8394         other files in the crypt directory.
8395         * crypt/crypt.c: Remove duplicate includes.
8396         * crypt/crypt-entry.c: Likewise.
8397         * crypt/crypt_util.c: Likewise.
8398
8399 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8400
8401         * Makeconfig (run-program-env): New variable.
8402         (run-program-prefix-before-env): Likewise.
8403         (run-program-prefix-after-env): Likewise.
8404         (run-program-prefix): Define in terms of new variables.
8405         (built-program-cmd-before-env): New variable.
8406         (built-program-cmd-after-env): Likewise.
8407         (built-program-cmd): Define in terms of new variables.
8408         (test-program-prefix-before-env): New variable.
8409         (test-program-prefix-after-env): Likewise.
8410         (test-program-prefix): Define in terms of new variables.
8411         (test-program-cmd-before-env): New variable.
8412         (test-program-cmd-after-env): Likewise.
8413         (test-program-cmd): Define in terms of new variables.
8414         * Rules (make-test-out): Use $(run-program-env).
8415         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8416         (help): Do not mention environment variables.  Mention
8417         --timeoutfactor option.
8418         (timeoutfactor): New variable.
8419         (blacklist_exports): Remove function.
8420         (exports): Remove variable.
8421         (command): Do not include ${exports}.
8422         * manual/install.texi (Configuring and compiling): Do not mention
8423         test wrappers preserving environment variables.  Mention that last
8424         assignment to a variable must take precedence.
8425         * INSTALL: Regenerated.
8426         * benchtests/Makefile (run-bench): Use $(run-program-env).
8427         * catgets/Makefile ($(objpfx)test1.cat): Use
8428         $(built-program-cmd-before-env), $(run-program-env) and
8429         $(built-program-cmd-after-env).
8430         ($(objpfx)test2.cat): Do not specify environment variables
8431         explicitly.
8432         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8433         $(run-program-env) and $(built-program-cmd-after-env).
8434         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8435         $(run-program-env) and $(test-program-cmd-after-env).
8436         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8437         explicitly.
8438         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8439         run_program_env and test_program_cmd_after_env arguments.
8440         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8441         * elf/tst-pathopt.sh: Use run_program_env argument.
8442         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8443         $(test-wrapper-env) and $(run-program-env).
8444         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8445         run_program_env arguments.
8446         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8447         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8448         $(test-program-prefix-before-env), $(run-program-env) and
8449         $(test-program-prefix-after-env).
8450         ($(objpfx)tst-gettext2.out): Likewise.
8451         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8452         run_program_env and test_program_prefix_after_env arguments.
8453         * intl/tst-gettext2.sh: Likewise.
8454         * intl/tst-gettext4.sh: Do not set environment variables
8455         explicitly.
8456         * intl/tst-gettext6.sh: Likewise.
8457         * intl/tst-translit.sh: Likewise.
8458         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8459         $(test-program-prefix-before-env), $(run-program-env) and
8460         $(test-program-prefix-after-env).
8461         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8462         run_program_env and test_program_prefix_after_env arguments.
8463         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8464         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8465         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8466         explicitly with each use of ${test_wrapper_env}.
8467         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8468         $(test-program-prefix-before-env), $(run-program-env) and
8469         $(test-program-prefix-after-env).
8470         * posix/tst-getconf.sh: Do not set environment variables
8471         explicitly.
8472         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8473         run_program_env and test_program_prefix_after_env arguments.
8474         * stdio-common/tst-printf.sh: Do not set environment variables
8475         explicitly.
8476         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8477         $(test-program-prefix-before-env), $(run-program-env) and
8478         $(test-program-prefix-after-env).
8479         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8480         run_program_env and test_program_prefix_after_env arguments.
8481         Split $test calls into $test_pre and $test.
8482         * timezone/Makefile (build-testdata): Use
8483         $(built-program-cmd-before-env), $(run-program-env) and
8484         $(built-program-cmd-after-env).
8485
8486 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8487
8488         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8489         strlen for non SHARED builds.
8490
8491 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8492
8493         * nptl/allocatestack.c (check_list): Inlined function...
8494         (__reclaim_stacks): ... here.
8495
8496 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8497
8498         [BZ #15698]
8499         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8500         memory overrun.
8501
8502 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8503
8504         * Rules (make-test-out): Include
8505         LOCPATH=$(common-objpfx)localedata in default environment.
8506         * debug/Makefile (tst-chk1-ENV): Remove variable.
8507         (tst-chk2-ENV): Likewise.
8508         (tst-chk3-ENV): Likewise.
8509         (tst-chk4-ENV): Likewise.
8510         (tst-chk5-ENV): Likewise.
8511         (tst-chk6-ENV): Likewise.
8512         (tst-lfschk1-ENV): Likewise.
8513         (tst-lfschk2-ENV): Likewise.
8514         (tst-lfschk3-ENV): Likewise.
8515         (tst-lfschk4-ENV): Likewise.
8516         (tst-lfschk5-ENV): Likewise.
8517         (tst-lfschk6-ENV): Likewise.
8518         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8519         (tst-iconv7-ENV): Likewise.
8520         * intl/Makefile (LOCPATH-ENV): Likewise.
8521         (tst-codeset-ENV): Likewise.
8522         (tst-gettext3-ENV): Likewise.
8523         (tst-gettext5-ENV): Likewise.
8524         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8525         (tst-fopenloc-ENV): Likewise.
8526         (tst-fgetws-ENV): Remove variable.
8527         (tst-ungetwc1-ENV): Likewise.
8528         (tst-ungetwc2-ENV): Likewise.
8529         (bug-ungetwc2-ENV): Likewise.
8530         (tst-swscanf-ENV): Likewise.
8531         (bug-ftell-ENV): Likewise.
8532         (tst-fgetwc-ENV): Likewise.
8533         (tst-fseek-ENV): Likewise.
8534         (tst-ftell-partial-wide-ENV): Likewise.
8535         (tst-ftell-active-handler-ENV): Likewise.
8536         (tst-ftell-append-ENV): Likewise.
8537         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8538         (tst-regexloc-ENV): Likewise.
8539         (bug-regex1-ENV): Likewise.
8540         (tst-regex-ENV): Likewise.
8541         (tst-regex2-ENV): Likewise.
8542         (bug-regex5-ENV): Likewise.
8543         (bug-regex6-ENV): Likewise.
8544         (bug-regex17-ENV): Likewise.
8545         (bug-regex18-ENV): Likewise.
8546         (bug-regex19-ENV): Likewise.
8547         (bug-regex20-ENV): Likewise.
8548         (bug-regex22-ENV): Likewise.
8549         (bug-regex23-ENV): Likewise.
8550         (bug-regex25-ENV): Likewise.
8551         (bug-regex26-ENV): Likewise.
8552         (bug-regex30-ENV): Likewise.
8553         (bug-regex32-ENV): Likewise.
8554         (bug-regex33-ENV): Likewise.
8555         (bug-regex34-ENV): Likewise.
8556         (bug-regex35-ENV): Likewise.
8557         (tst-rxspencer-ENV): Likewise.
8558         (tst-rxspencer-no-utf8-ENV): Likewise.
8559         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8560         (tst-sscanf-ENV): Likewise.
8561         (tst-swprintf-ENV): Likewise.
8562         (tst-swscanf-ENV): Likewise.
8563         (test-vfprintf-ENV): Likewise.
8564         (scanf13-ENV): Likewise.
8565         (bug14-ENV): Likewise.
8566         (tst-grouping-ENV): Likewise.
8567         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8568         (tst-strtod3-ENV): Likewise.
8569         (tst-strtod4-ENV): Likewise.
8570         (tst-strtod5-ENV): Likewise.
8571         (testmb2-ENV): Likewise./
8572         * string/Makefile (tst-strxfrm-ENV): Likewise.
8573         (tst-strxfrm2-ENV): Likewise.
8574         (bug-strcoll1-ENV): Likewise.
8575         (test-strcasecmp-ENV): Likewise.
8576         (test-strncasecmp-ENV): Likewise.
8577         * time/Makefile (tst-strptime-ENV): Likewise.
8578         (tst-ftime_l-ENV): Likewise.
8579         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8580         (tst-mbrtowc-ENV): Likewise.
8581         (tst-wcrtomb-ENV): Likewise.
8582         (tst-mbrtowc2-ENV): Likewise.
8583         (tst-c16c32-1-ENV): Likewise.
8584         (tst-mbsnrtowcs-ENV): Likewise.
8585
8586 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8587
8588         * manual/resource.texi (How to get information about the memory
8589         subsystem?): Fix typo.
8590         Reported by Peon de la Parra Ivan <peon@keba.com>
8591
8592 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8593
8594         [BZ #16882]
8595         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8596         (pthread_spin_lock): Branch out of spin loop to proper location.
8597         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8598         (pthread_spin_lock): Likewise.
8599
8600         * nptl/tst-spin4.c: New test.
8601         * nptl/Makefile (tests): Add tst-spin4.
8602
8603 2014-06-03  Andreas Schwab  <schwab@suse.de>
8604
8605         [BZ #15946]
8606         * resolv/res_send.c (send_dg): Reload file descriptor after
8607         calling reopen.
8608
8609 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8610
8611         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8612
8613 2014-06-03  Richard Henderson  <rth@redhat.com>
8614
8615         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8616         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8617         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8618         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8619         in the SAVE_PID block.
8620         (__libc_vfork): New alias.
8621         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8622
8623         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8624         child in registers, not on the stack.  Remove RESET_PID conditionals.
8625         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8626
8627 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8628
8629         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8630
8631 2014-06-03  Wilco  <wdijkstr@arm.com>
8632
8633         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8634         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8635         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8636         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8637         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8638         Likewise.
8639
8640 2014-06-03  Wilco  <wdijkstr@arm.com>
8641
8642         * sysdeps/aarch64/fpu/math_private.h
8643         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8644         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8645         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8646         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8647         Fix declarations.
8648
8649 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8650
8651         * crypt/crypt-private.h: Include ufc-crypt.h.
8652         (__b64_from_24bit): Declare extern.
8653         * crypt/crypt_util.c(__b64_from_24bit): New function.
8654         (b64t): New static const variable.
8655         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8656         (b64t): Remove variable.
8657         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8658         * crypt/sha256-crypt.c: Include crypt-private.h.
8659         (b64t): Remove variable.
8660         (__sha256_crypt_r): Remove b64_from_24bit and replace
8661         with __b64_from_24bit.
8662         * crypt/sha512-crypt.c: Likewise.
8663
8664 2014-06-02  Roland McGrath  <roland@hack.frob.com>
8665
8666         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8667         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8668         Label the code __libc_vfork rather than __vfork.
8669         [!NOT_IN_libc] (vfork): Define as weak alias.
8670         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8671         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8672         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8673
8674 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8675
8676         * malloc/malloc.c (malloc_info): Fix format specifier for
8677         n_mmaps.
8678
8679 2014-06-02  Wilco  <wdijkstr@arm.com>
8680
8681         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8682         FPCR write.
8683
8684 2014-06-02  Wilco  <wdijkstr@arm.com>
8685
8686         [BZ #17009]
8687         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8688         Rewrite to reduce FPCR/FPSR accesses.
8689
8690 2014-06-01  David S. Miller  <davem@davemloft.net>
8691
8692         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8693
8694 2014-05-31  David S. Miller  <davem@davemloft.net>
8695
8696         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8697         to occur in round to nearest mode when |x| >= 2.0
8698
8699 2014-05-30  Richard Henderson  <rth@twiddle.net>
8700
8701         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8702         (PSEUDO_RET_NOERRNO): Remove.
8703         (ret): Don't redefine.
8704         (ret_NOERRNO): Define in terms of ret.
8705         (ret_ERRVAL): Likewise.
8706
8707         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8708         use of PSEUDO_RET; perform the error check directly.
8709
8710 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
8711
8712         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8713         with __int128_t.
8714
8715 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8716
8717         * malloc/malloc (malloc_info): Fix formatting.
8718
8719 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8720             Roland McGrath  <roland@hack.frob.com>
8721
8722         * malloc/malloc (malloc_info): Also print mmapped statistics.
8723
8724 2014-05-30  Roland McGrath  <roland@hack.frob.com>
8725
8726         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8727         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8728
8729 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
8730
8731         * malloc/malloc.c (malloc_info): Inline mi_arena.
8732
8733 2014-05-29  Richard Henderson  <rth@twiddle.net>
8734
8735         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
8736         Remove comma before expanding ASM_ARGS_##nr.
8737         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
8738         Make _x0 a strict output; make _x8 a strict input; adjust expansion
8739         of ASM_ARGS_##nr.
8740         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
8741         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
8742         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
8743         (ASM_ARGS_1): Add leading comma.
8744
8745         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
8746         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
8747         to __errno_location.
8748         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
8749         Remove the expected plt for __errno_location.
8750
8751         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8752         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
8753         call to __read_tp.
8754
8755         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8756         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
8757         it and break it down.
8758         (DOCARGS_0, DOCARGS_1): Do nothing.
8759         (DOCARGS_2): Update to store into the new stack frame.
8760         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
8761         (UNDOCARGS_1): Update to restore from the new stack frame.
8762         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
8763         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
8764
8765         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8766         (SINGLE_THREAD_P): New parameter for result regno.
8767         (PSEUDO): Update to match; use cbz instead of beq.
8768
8769         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8770         Use ENTRY to define the _nocancel entry point.  Share the syscall
8771         and syscall error check paths with the cancel path.
8772         (PSEUDO_END): New.
8773
8774         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
8775         whitespace; tabs before and after asm mnemonics.
8776
8777 2014-05-29  Eric Wong  <normalperson@yhbt.net>
8778
8779         [BZ #15132]
8780         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8781         Call fstat64 or stat64 internally, depending on arguments passed.
8782         Replace stat buffer argument with file descriptor argument.
8783         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
8784         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8785         Pass fd to __internal_statvfs instead of calling fstat64.
8786         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
8787         Pass fd to __internal_statvfs64 instead of calling fstat64.
8788         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
8789         Pass -1 to __internal_statvfs instead of calling stat64.
8790         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
8791         Pass -1 to __internal_statvfs64 instead of calling stat64.
8792
8793 2014-05-28  Roland McGrath  <roland@hack.frob.com>
8794
8795         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
8796         that was previously under [RESET_PID].
8797         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
8798
8799         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
8800         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
8801
8802 2014-05-27  Roland McGrath  <roland@hack.frob.com>
8803
8804         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
8805
8806         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
8807         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
8808
8809 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
8810
8811         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
8812
8813 2014-05-27  Andreas Schwab  <schwab@suse.de>
8814
8815         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
8816         TLS_INIT_TP macro.
8817         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
8818         * elf/rtld.c (init_tls, dl_main): Likewise.
8819         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
8820         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
8821         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
8822         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
8823         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
8824         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
8825         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
8826         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
8827         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
8828         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
8829         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
8830         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
8831         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
8832         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
8833         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
8834         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
8835         * sysdeps/generic/tls.h: Update description.
8836
8837 2014-05-27  Will Newton  <will.newton@linaro.org>
8838
8839         [BZ #16990]
8840         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
8841         and restore r2 rather than just restoring.
8842
8843 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8844
8845         [BZ #16724]
8846         * libio/tst-ftell-append.c: New test case.
8847         * libio/Makefile (tests): Add test case.
8848         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
8849         append mode.
8850         * libio/wfileops.c (do_ftell_wide): Likewise.
8851
8852 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8853
8854         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8855
8856         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
8857         ...
8858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
8859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8860         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
8861         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
8862         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
8863         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
8864         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
8865         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
8866         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
8867         Moved ...
8868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
8869         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
8870         Moved ...
8871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
8872         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
8873         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
8874         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
8875         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
8876         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
8877         ...
8878         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
8879         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
8880         Moved ...
8881         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
8882         here.
8883         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
8884         ...
8885         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
8886         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
8887         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
8888
8889         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
8890         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
8891         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
8892         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
8893
8894         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
8895         merge into ...
8896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
8897         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
8898         ...
8899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
8900         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
8901         ...
8902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
8903         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
8904         Moved ...
8905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
8906         here.
8907         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
8908         Moved ...
8909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
8910         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
8911         Moved ...
8912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
8913
8914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
8915         conditional [RESET_PID].
8916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
8917         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
8918         removed.
8919         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
8920         removed.
8921
8922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
8923         <tcb-offsets.h>.
8924         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8925         (__libc_vfork): New strong alias.
8926         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
8927         removed.
8928         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
8929         Removed.
8930
8931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
8932         <tcb-offsets.h>.
8933         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
8934         (__libc_vfork): New strong alias.
8935         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
8936         removed.
8937         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
8938         removed.
8939
8940 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
8941
8942         * malloc/malloc.c (mi_arena): New function.
8943         (malloc_info): Remove nested function mi_arena. Call non-nosted
8944         function mi_arena.
8945
8946 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8947
8948         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
8949         by insrwi.
8950         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
8951         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
8952         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
8953         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
8954         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
8955         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
8956         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
8957
8958 2014-05-26  Andreas Schwab  <schwab@suse.de>
8959
8960         [BZ #16984]
8961         * locale/programs/repertoire.c (repertoire_read): Add slash
8962         between I18NPATH element and file name.
8963         * locale/programs/locfile.c (locfile_read): Likewise.
8964
8965 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8966
8967         * nptl/pthread_mutexattr_settype.c
8968         (__pthread_mutexattr_settype):
8969         Disable lock elision for PTHREAD_MUTEX_NORMAL.
8970
8971 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8972
8973         * nptl/tst-mutex5 (do_test):
8974         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
8975
8976 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8977
8978         * benchtests/README: Document 'init' directive.
8979         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
8980         BENCH_INIT.
8981         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
8982         (parse_file): Recognize 'init' directive.
8983
8984 2014-05-26  Kyle McMartin  <kyle@redhat.com>
8985
8986         [BZ #16796]
8987         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
8988         alignment of struct pthread.
8989
8990 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8991
8992         [BZ #16878]
8993         * nscd/netgroupcache.c (addgetnetgrentX): Look for
8994         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8995         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
8996         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8997
8998 2014-05-25  Richard Henderson  <rth@twiddle.net>
8999
9000         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9001         (SINGLE_THREAD_P_PIC): Remove.
9002         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9003         (SINGLE_THREAD_P_PIC): Remove.
9004
9005         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9006         branch to syscall error ...
9007         (PSEUDO): ... here.
9008         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9009         from __local_syscall_error to .Lsyscall_error.
9010         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9011         (SYSCALL_ERROR): Update label name.
9012
9013         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9014         Do not use DOARGS/UNDOARGS.
9015         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9016         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9017         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9018         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9019         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9020
9021         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9022         block comment.
9023
9024         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9025         define if !NOT_IN_libc.
9026         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9027         define with non-default symbol versions.
9028
9029 2014-05-23  Richard Henderson  <rth@twiddle.net>
9030
9031         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9032         (vfork, __vfork): Define via compat_symbol.
9033
9034         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9035         [!HAVE_IFUNC] (vfork_compat): Remove.
9036         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9037
9038 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9039
9040         [BZ #16978]
9041         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9042         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9043         variable.
9044
9045 2014-05-23  Richard Henderson  <rth@twiddle.net>
9046
9047         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9048         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9049         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9050         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9051
9052         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9053         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9054         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9055         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9056         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9057         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9058         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9059         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9060         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9061         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9062         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9063         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9064         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9065         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9066         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9067         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9068         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9069         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9070         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9071         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9072         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9073         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9074         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9075         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9076         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9077         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9078         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9079         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9080         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9081         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9082         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9083         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9084         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9085         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9086         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9087         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9088         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9089         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9090         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9091         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9092         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9093         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9094         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9095         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9096         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9097         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9098         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9099         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9100         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9101         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9102         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9103         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9104         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9105         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9106         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9107         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9108
9109         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9110         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9111         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9112         before exiting on error.
9113         (__libc_vfork): New strong alias.
9114         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9115         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9116
9117         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9118         that was previously under [RESET_PID].
9119         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9120
9121         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9122
9123 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9124
9125         [BZ #16977]
9126         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9127         value when x - 1 is zero.
9128         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9129         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9130         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9131         0.0L for an argument of 1.0L.
9132         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9133         Likewise.
9134         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9135         value when x - 1 is zero.
9136         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9137         * sysdeps/i386/fpu/libm-test-ulps: Update.
9138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9139
9140 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9141
9142         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9143         alphasort and versionsort.
9144
9145 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9146
9147         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9148         macro.
9149         [copysignf]: Likewise.
9150
9151 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9152
9153         * crypt/md5-crypt.c: Fix formatting.
9154
9155 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9156
9157         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9158         (b64_from_24bit): New function.
9159
9160 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9161
9162         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9163         libc_hidden_builtin_def to ifunc.
9164         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9165         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9166
9167 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9168
9169         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9170         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9171
9172 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9173
9174         * nscd/Depend (linuxthreads): Remove.
9175         (nptl): Add.
9176         * resolv/Depend (linuxthreads): Remove.
9177         * rt/Depend (linuxthreads): Remove.
9178
9179         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9180         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9181         $(common-objpfx)elf/.
9182         (link-libc-before-gnulib): Likewise.
9183         (elfobjdir): Remove variable.
9184         * Makefile (install): Use $(elf-objpfx) instead of
9185         $(common-objpfx)elf/.
9186         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9187         $(elfobjdir)/.
9188         (link-libc-deps): Likewise.
9189         ($(common-objpfx)libc.so): Likewise.
9190         ($(common-objpfx)linkobj/libc.so): Likewise.
9191         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9192         instead of $(common-objpfx)elf/.
9193         (symbolic-link-list): Likewise.
9194         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9195         [$(cross-compiling) = no]: Likewise.
9196         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9197         $(elfobjdir)/.
9198         (static-gnulib-arch): Likewise.
9199         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9200         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9201         $(common-objpfx)elf/.
9202
9203 2014-05-21  Richard Henderson  <rth@redhat.com>
9204
9205         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9206         (SINGLE_THREAD_P): Use the correct width load.  Fold
9207         into the ldr offset.
9208
9209         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9210         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9211
9212 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9213
9214         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9215         (libgcc_s_resume): Use __attribute_used__.
9216         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9217         Likewise.
9218
9219 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9220
9221         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9222         optimization when used with float constants.
9223
9224         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9225
9226 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9227
9228         [BZ #16915]
9229         * locale/nl_langinfo_l.c: Make direct reference to every
9230         _nl_current_CATEGORY symbol.
9231         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9232         (tests-static): Add tst-langinfo-static.
9233         (tests-special): Add tst-langinfo-static.out.
9234         ($(objpfx)tst-langinfo.out): Redirect output.
9235         ($(objpfx)tst-langinfo-static.out): New.
9236         * localedata/tst-langinfo.sh: Send output to stdout.
9237         * localedata/tst-langinfo-static.c: New file.
9238
9239         [BZ #16965]
9240         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9241         when the shift amount is modulo the limb size.
9242
9243 2014-05-20  Richard Henderson  <rth@redhat.com>
9244
9245         [BZ #16967]
9246         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9247         Change type of sa_flags from unsigned int to int.
9248
9249         [BZ #16966]
9250         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9251
9252         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9253
9254 2014-05-20  Will Newton  <will.newton@linaro.org>
9255
9256         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9257         Test the return value of the system call in the nocancel case.
9258
9259 2014-05-20  Will Newton  <will.newton@linaro.org>
9260             Yvan Roux  <yvan.roux@linaro.org>
9261
9262         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9263         #include of asm/ptrace.h.
9264         (PTRACE_GET_THREAD_AREA): Remove #undef.
9265         (PTRACE_GETHBPREGS): Likewise.
9266         (PTRACE_SETHBPREGS): Likewise.
9267         (struct user_regs_struct): New structure.
9268         (struct user_fpsimd_struct): New structure.
9269         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9270         #include of asm/ptrace.h and second #include of sys/user.h.
9271         (PTRACE_GET_THREAD_AREA): Remove #undef.
9272         (PTRACE_GETHBPREGS): Likewise.
9273         (PTRACE_SETHBPREGS): Likewise.
9274         (ELF_NGREG): Use new struct user_regs_struct.
9275         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9276
9277 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9278
9279         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9280         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9281
9282 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9283
9284         [BZ #16958]
9285         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9286         membar to avoid block loads/stores to overlap previous stores.
9287
9288 2014-05-17  Richard Henderson  <rth@redhat.com>
9289
9290         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9291         Create the __##syscall_name##_nocancel entry point.
9292         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9293         Remove; let the sysdep-cancel.h code create it.
9294
9295 2014-05-17  David S. Miller  <davem@davemloft.net>
9296
9297         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9298         Protect with __USE_GNU.
9299         (TIOCSET_TEMPT): Likewise.
9300         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9301         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9302         these are already provided in bits/ioctl-types.h
9303
9304 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9305
9306         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9307         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9308
9309         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9310         Use wait4 regardless of [__NR_waitpid].
9311
9312 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9313
9314         PR libgcc/60166
9315         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9316         (_FP_NANSIGN_Q): Set the quiet bit.
9317
9318 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9319
9320         * benchtests/Makefile
9321         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9322         not $(common-objpfx)math/libm.so.
9323         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9324         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9325         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9326         $(common-objpfx)dlfcn/libdl.so.
9327         ($(objpfx)tst-audit8): Depend on $(libm), not
9328         $(common-objpfx)math/libm.so.
9329         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9330         not $(common-objpfx)dlfcn/libdl.so.
9331         * math/Makefile
9332         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9333         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9334         [$(build-shared) = yes].
9335         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9336         $(common-objpfx)nptl/libpthread.so.
9337         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9338         $(common-objpfx)math/libm.so$(libm.so-version) or
9339         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9340         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9341         $(common-objpfx)dlfcn/libdl.so.
9342         * setjmp/Makefile (link-libm): Remove variable.
9343         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9344         * stdio-common/Makefile (link-libm): Remove variable.
9345         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9346         * stdlib/Makefile (link-libm): Remove variable.
9347         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9348         ($(objpfx)tst-strtod-round): Likewise.
9349         ($(objpfx)tst-tininess): Likewise.
9350         ($(objpfx)tst-strtod-underflow): Likewise.
9351         ($(objpfx)tst-strtod6): Likewise.
9352         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9353         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9354         $(common-objpfx)dlfcn/libdl.so.
9355
9356 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9357
9358         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9359         BSD terminal modes definitions.
9360
9361 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9362
9363         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9364         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9365
9366         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9367         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9368         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9369         Don't do #include_next.
9370         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9371         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9372         Don't do #include_next.
9373         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9374         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9375         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9376         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9377
9378 2014-05-16  Allan McRae  <allan@archlinux.org>
9379
9380         * po/sv.po: Update Swedish translation from translation project.
9381
9382         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9383         in sed expression.
9384
9385 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9386
9387         [BZ #16917]
9388         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9389         errno if the TIOCGPTN ioctl fails with an error different than
9390         EINVAL.
9391         * login/tst-ptsname.c: New file.
9392         * login/Makefile (tests): Add tst-ptsname.
9393
9394         [BZ #16943]
9395         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9396         and prlimit64.
9397
9398 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9399
9400         [BZ #16849]
9401         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9402         herrno to return EAI_AGAIN.
9403
9404 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9405
9406         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9407         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9408         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9409         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9410         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9411         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9412         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9413         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9414         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9415         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9416         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9417         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9418         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9419         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9420         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9421         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9422         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9423         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9424         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9425         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9426         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9427         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9428         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9429         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9430         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9431         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9432         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9433         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9434         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9435         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9436         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9437         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9438         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9439         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9440         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9441         Moved ...
9442         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9443         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9444         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9445         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9446         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9447         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9448         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9449         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9450         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9451         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9452         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9453         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9454         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9455         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9456         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9457         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9458         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9459         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9460         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9461         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9462         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9463         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9464         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9465         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9466         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9467         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9468         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9469         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9470         Moved ...
9471         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9472         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9473         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9474         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9475         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9476         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9477         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9478         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9479         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9480         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9481         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9482         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9483         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9484         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9485         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9486         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9487         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9488         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9489         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9490         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9491         Moved ...
9492         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9493         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9494         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9495
9496         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9497         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9498         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9499         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9500         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9501         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9502         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9503         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9504         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9505         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9506         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9507         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9508         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9509         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9510         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9511         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9512         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9513         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9514         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9515         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9516         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9517         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9518         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9519         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9520         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9521         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9522         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9523         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9524         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9525         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9526         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9527
9528         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9529         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9530
9531         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9532         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9533         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9534         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9535         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9536         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9537         Moved ...
9538         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9539         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9540         Moved ...
9541         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9542         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9543         Moved ...
9544         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9545         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9546         Moved ...
9547         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9548         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9549         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9550         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9551         Moved ...
9552         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9553         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9554         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9555         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9556         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9557         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9558         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9559         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9560         Moved ...
9561         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9562         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9563         Moved ...
9564         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9565         ... here.
9566         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9567         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9568         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9569         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9570         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9571         Moved ...
9572         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9573         ... here.
9574         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9575         Moved ...
9576         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9577         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9578         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9579         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9580         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9581         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9582         Moved ...
9583         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9584         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9585         Moved ...
9586         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9587         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9588         Moved ...
9589         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9590         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9591         Moved ...
9592         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9593         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9594         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9595         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9596         Moved ...
9597         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9598         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9599         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9600         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9601         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9602         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9603         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9604         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9605         Moved ...
9606         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9607         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9608         Moved ...
9609         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9610         ... here.
9611         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9612         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9613         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9614         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9615         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9616         Moved ...
9617         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9618         ... here.
9619         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9620         Moved ...
9621         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9622         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9623         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9624         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9625         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9626         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9627         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9628         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9629         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9630         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9631         Moved ...
9632         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9633         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9634         Moved ...
9635         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9636         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9637         Moved ...
9638         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9639         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9640         Moved ...
9641         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9642         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9643         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9644         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9645         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9646         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9647         Moved ...
9648         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9649         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9650         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9651         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9652         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9653         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9654         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9655         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9656         Moved ...
9657         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9658         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9659         Moved ...
9660         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9661         ... here.
9662         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9663         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9664         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9665         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9666         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9667         Moved ...
9668         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9669         ... here.
9670         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9671         Moved ...
9672         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9673         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9674         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9675         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9676         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9677         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9678         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9679         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9680         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9681         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9682         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9683
9684         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9685         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9686
9687         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9688         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9689
9690         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9691         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9692         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9693         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9694         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9695         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9696         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9697         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9698         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9699         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9700         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9701         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9702         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9703         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9704         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9705         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9706         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9707         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9708         Moved ...
9709         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9710         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9711         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9712         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9713         Moved ...
9714         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9715         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9716         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9717         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9718         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9719         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9720         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9721         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9722         Moved ...
9723         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9724         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9725         Moved ...
9726         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9727         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9728         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9729         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9730         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9731         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9732         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9733         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9734         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
9735         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
9736         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
9737         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
9738         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
9739         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
9740         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
9741         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
9742         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
9743
9744         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
9745         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
9746         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
9747         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
9748         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
9749
9750         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
9751         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
9752         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
9753         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
9754         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
9755         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
9756         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
9757         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
9758         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
9759         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
9760
9761         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
9762         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
9763
9764         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
9765         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
9766         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
9767         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
9768         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
9769         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
9770         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
9771         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
9772         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
9773         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
9774         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
9775         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
9776         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
9777         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
9778         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
9779         Update #include.
9780         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
9781         Likewise.
9782         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9783         Likewise.
9784         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9785         Likewise.
9786         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9787         Likewise.
9788         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
9789         Likewise.
9790         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
9791         Likewise.
9792         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9793         Likewise.
9794         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
9795         Likewise.
9796         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
9797         Likewise.
9798         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
9799         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
9800         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
9801         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
9802         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
9803         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
9804         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
9805         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
9806         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
9807         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
9808         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
9809         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
9810         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
9811         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
9812         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
9813
9814         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
9815         that was previously under [RESET_PID].
9816         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9817         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
9818         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
9819
9820         * sysdeps/i386/nptl/Implies: New file.
9821         * sysdeps/x86_64/nptl/Implies: New file.
9822         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
9823         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
9824         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
9825         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
9826
9827         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
9828         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9829         (__libc_vfork): New strong alias.
9830         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
9831         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
9832
9833         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
9834         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9835         (__libc_vfork): New strong alias.
9836         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
9837         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
9838
9839         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
9840         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9841         (__libc_vfork): New strong alias.
9842         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
9843         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
9844         * nptl/pt-vfork.c: New file.
9845         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
9846         (libpthread: GLIBC_2.20): New version set (empty).
9847
9848 2014-05-14  Will Newton  <will.newton@linaro.org>
9849
9850         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
9851         rather than #if.
9852
9853 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9854
9855         [BZ #16564]
9856         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
9857         arguments with exponent 65 or above.
9858         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
9859         arguments 0x1p113L or above.
9860         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
9861         to arguments 0x1p107L or above.
9862         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
9863         positive arguments with exponent 65 or above.
9864         * math/auto-libm-test-in: Add more tests of log1p.
9865         * math/auto-libm-test-out: Regenerated.
9866
9867         [BZ #16928]
9868         * math/s_cacos.c (__cacos): Ensure zero real part of result from
9869         non-finite arguments is +0.
9870         * math/s_cacosf.c (__cacosf): Likewise.
9871         * math/s_cacosl.c (__cacosl): Likewise.
9872         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
9873         * sysdeps/i386/fpu/libm-test-ulps: Update.
9874         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9875
9876         [BZ #16927]
9877         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
9878         value.
9879         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
9880         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
9881         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
9882         for explicit high bit of mantissa when testing for argument equal
9883         to 1.
9884         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
9885         * sysdeps/i386/fpu/libm-test-ulps: Update.
9886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9887
9888         [BZ #16516]
9889         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
9890         (__erf): Scale by 16 instead of 8 in potentially underflowing
9891         case.  Ensure exception if result actually underflows.
9892         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
9893         (__erff): Scale by 16 instead of 8 in potentially underflowing
9894         case.  Ensure exception if result actually underflows.
9895         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
9896         (efx8): Remove variable.
9897         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9898         case.  Ensure exception if result actually underflows.
9899         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
9900         (efx8): Remove variable.
9901         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9902         case.  Ensure exception if result actually underflows.
9903         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
9904         (efx8): Remove variable.
9905         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9906         case.  Ensure exception if result actually underflows.
9907         * math/auto-libm-test-in: Add more tests of erf.
9908         * math/auto-libm-test-out: Regenerated.
9909
9910 2014-05-14  Andreas Schwab  <schwab@suse.de>
9911
9912         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
9913         Remove code conditionalized on USE___THREAD.
9914
9915         * config.h.in (HAVE_PT_CHOWN): Define as 0.
9916         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
9917         not definedness.
9918
9919 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9920
9921         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
9922         Define unconditionally.
9923         (__ASSUME_O_CLOEXEC): Likewise.
9924         (__ASSUME_SOCK_CLOEXEC): Likewise.
9925         (__ASSUME_IN_NONBLOCK): Likewise.
9926         (__ASSUME_PIPE2): Likewise.
9927         (__ASSUME_EVENTFD2): Likewise.
9928         (__ASSUME_SIGNALFD4): Likewise.
9929         (__ASSUME_DUP3): Likewise.
9930         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9931         (__ASSUME_DUP3): Do not define.
9932         (__ASSUME_EVENTFD2): Likewise.
9933         (__ASSUME_IN_NONBLOCK): Likewise.
9934         (__ASSUME_O_CLOEXEC): Likewise.
9935         (__ASSUME_PIPE2): Likewise.
9936         (__ASSUME_SIGNALFD4): Likewise.
9937         (__ASSUME_SOCK_CLOEXEC): Likewise.
9938         (__ASSUME_UTIMES): Undefine.
9939         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9940         (__ASSUME_UTIMES): Do not define.
9941         (__ASSUME_O_CLOEXEC): Likewise.
9942         (__ASSUME_SOCK_CLOEXEC): Likewise.
9943         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
9944         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
9945         0x020621].
9946         (__ASSUME_PIPE2): Likewise.
9947         (__ASSUME_EVENTFD2): Likewise.
9948         (__ASSUME_SIGNALFD4): Likewise.
9949         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
9950         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
9951         Do not define.
9952         (__ASSUME_EVENTFD2): Likewise.
9953         (__ASSUME_SIGNALFD4): Likewise.
9954         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
9955         (__ASSUME_32BITUIDS): Likewise.
9956         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
9957         (__ASSUME_IPC64): Likewise.
9958         (__ASSUME_ST_INO_64_BIT): Likewise.
9959         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
9960         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
9961         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9962         (__ASSUME_UTIMES): Do not define.
9963         (__ASSUME_PSELECT): Likewise.
9964         (__ASSUME_PPOLL): Likewise.
9965         (__ASSUME_O_CLOEXEC): Likewise.
9966         (__ASSUME_SOCK_CLOEXEC): Likewise.
9967         (__ASSUME_IN_NONBLOCK): Likewise.
9968         (__ASSUME_PIPE2): Likewise.
9969         (__ASSUME_EVENTFD2): Likewise.
9970         (__ASSUME_SIGNALFD4): Likewise.
9971         (__ASSUME_DUP3): Likewise.
9972         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9973         (__ASSUME_UTIMES): Likewise.
9974         (__ASSUME_O_CLOEXEC): Likewise.
9975         (__ASSUME_SOCK_CLOEXEC): Likewise.
9976         (__ASSUME_IN_NONBLOCK): Likewise.
9977         (__ASSUME_PIPE2): Likewise.
9978         (__ASSUME_EVENTFD2): Likewise.
9979         (__ASSUME_SIGNALFD4): Likewise.
9980         (__ASSUME_DUP3): Likewise.
9981         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9982         (__ASSUME_UTIMES): Likewise.
9983         (__ASSUME_O_CLOEXEC): Likewise.
9984         (__ASSUME_SOCK_CLOEXEC): Likewise.
9985         (__ASSUME_IN_NONBLOCK): Likewise.
9986         (__ASSUME_PIPE2): Likewise.
9987         (__ASSUME_EVENTFD2): Likewise.
9988         (__ASSUME_SIGNALFD4): Likewise.
9989         (__ASSUME_DUP3): Likewise.
9990         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
9991         Likewise.
9992         (__ASSUME_UTIMES): Likewise.
9993         (__ASSUME_EVENTFD2): Likewise.
9994         (__ASSUME_SIGNALFD4): Likewise.
9995         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9996         (__ASSUME_O_CLOEXEC): Likewise.
9997         (__ASSUME_SOCK_CLOEXEC): Likewise.
9998         (__ASSUME_IN_NONBLOCK): Likewise.
9999         (__ASSUME_PIPE2): Likewise.
10000         (__ASSUME_EVENTFD2): Likewise.
10001         (__ASSUME_SIGNALFD4): Likewise.
10002         (__ASSUME_DUP3): Likewise.
10003         (__ASSUME_UTIMES): Undefine.
10004
10005         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10006         feclearexcept.  Remove symbol versioning code.
10007         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10008         symbol versioning code.
10009         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10010         symbol versioning code.
10011         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10012         feupdateenv.  Remove symbol versioning code.
10013         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10014         fegetexceptflag.  Remove symbol versioning code.
10015         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10016         fesetexceptflag.  Remove symbol versioning code.
10017         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10018         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10019         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10020         (__posix_fadvise64_l32): Remove prototype.
10021         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10022         code.
10023
10024 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10025
10026         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10027         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10028         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10029         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10030
10031 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10032
10033         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10034         current working directory
10035
10036 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10037
10038         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10039         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10040         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10041         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10042         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10043         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10044         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10045         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10046         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10047         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10048         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10049         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10050         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10051         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10052         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10053         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10054         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10055         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10056         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10057         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10058         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10059         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10060         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10061         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10062         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10063         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10064         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10065         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10066         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10067         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10068         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10069         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10070         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10071         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10072         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10073         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10074         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10075         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10076         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10077         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10078         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10079         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10080
10081         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10082         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10083
10084         * sysdeps/unix/sysv/linux/arm/Makefile
10085         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10086         Add rt-aeabi_unwind_cpp_pr1.
10087         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10088         Add nptl-aeabi_unwind_cpp_pr1.
10089         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10090         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10091         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10092         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10093         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10094         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10095
10096         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10097         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10098         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10099         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10100
10101         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10102         Deconditionalize the code that was previously under [RESET_PID].
10103         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10104
10105         * sysdeps/generic/exit-thread.h: New file.
10106         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10107         * include/unistd.h (__exit_thread): Remove declaration.
10108         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10109         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10110         * csu/libc-start.c: Include <exit-thread.h>.
10111         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10112         * nptl/pthread_create.c: Include <exit-thread.h>.
10113         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10114         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10115         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10116         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10117         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10118         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10119         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10120         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10121         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10122         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10123         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10124         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10125         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10126         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10127         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10128         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10129         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10130
10131 2014-05-13  Andreas Schwab  <schwab@suse.de>
10132
10133         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10134
10135 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10136
10137         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10138         (__ASSUME_UTIMES): Do not condition on kernel version.
10139         (__ASSUME_PSELECT): Define unconditionally.
10140         (__ASSUME_PPOLL): Likewise.
10141         (__ASSUME_ATFCTS): Likewise.
10142         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10143         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10144         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10145         (__ASSUME_UTIMENSAT): Define unconditionally.
10146         (__ASSUME_PRIVATE_FUTEX): Likewise.
10147         (__ASSUME_FALLOCATE): Likewise.
10148         (__ASSUME_O_CLOEXEC): Likewise.
10149         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10150         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10151         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10152         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10153         (__ASSUME_IN_NONBLOCK): Likewise.
10154         (__ASSUME_PIPE2): Likewise.
10155         (__ASSUME_EVENTFD2): Likewise.
10156         (__ASSUME_SIGNALFD4): Likewise.
10157         (__ASSUME_DUP3): Likewise.
10158         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10159         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10160         (__ASSUME_AT_RANDOM): Likewise.
10161         (__ASSUME_PREADV): Likewise.
10162         (__ASSUME_PWRITEV): Likewise.
10163         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10164         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10165         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10166         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10167         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10168         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10169         (__ASSUME_O_CLOEXEC): Define unconditionally.
10170         (__ASSUME_PSELECT): Do not undefine conditionally.
10171         (__ASSUME_PPOLL): Likewise.
10172         (__ASSUME_ATFCTS): Likewise.
10173         (__ASSUME_SET_ROBUST_LIST): Likewise.
10174         (__ASSUME_UTIMENSAT): Likewise.
10175         (__ASSUME_FDATASYNC): Define unconditionally.
10176         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10177         (__ASSUME_SIGFRAME_V2): Likewise.
10178         )__ASSUME_EVENTFD2): Likewise.
10179         (__ASSUME_SIGNALFD4): Likewise.
10180         (__ASSUME_PSELECT): Do not undefine conditionally.
10181         (__ASSUME_PPOLL): Likewise.
10182         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10183         (__ASSUME_PSELECT): Define unconditionally.
10184         (__ASSUME_PPOLL): Likewise.
10185         (__ASSUME_O_CLOEXEC): Likewise.
10186         (__ASSUME_SOCK_CLOEXEC): Likewise.
10187         (__ASSUME_IN_NONBLOCK): Likewise.
10188         (__ASSUME_PIPE2): Likewise.
10189         (__ASSUME_EVENTFD2): Likewise.
10190         (__ASSUME_SIGNALFD4): Likewise.
10191         (__ASSUME_DUP3): Likewise.
10192         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10193         (__ASSUME_O_CLOEXEC): Likewise.
10194         (__ASSUME_SOCK_CLOEXEC): Likewise.
10195         (__ASSUME_IN_NONBLOCK): Likewise.
10196         (__ASSUME_PIPE2): Likewise.
10197         (__ASSUME_EVENTFD2): Likewise.
10198         (__ASSUME_SIGNALFD4): Likewise.
10199         (__ASSUME_DUP3): Likewise.
10200         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10201         (__ASSUME_EVENTFD2): Likewise.
10202         (__ASSUME_SIGNALFD4): Likewise.
10203         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10204
10205 2014-05-12  Andreas Schwab  <schwab@suse.de>
10206
10207         [BZ #16932]
10208         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10209         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10210         than maximum RPC packet size.
10211         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10212         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10213         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10214         (_nss_nis_getservbyport_r): Likewise.
10215
10216 2014-05-12  Will Newton  <will.newton@linaro.org>
10217
10218         * malloc/Makefile (tests): Add tst-mallopt.
10219         * malloc/tst-mallopt.c: New file.
10220
10221 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10222
10223         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10224         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10225
10226 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10227
10228         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10229         (tst-tlsmod6.so): Likewise.
10230
10231 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10232
10233         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10234
10235 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10236
10237         [BZ #16064]
10238         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10239         and <dl-procinfo.h>.
10240         (__fegetenv): Save SSE state in envp->__eip if supported.
10241         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10242         envp->__eip if supported.
10243         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10244         and <dl-procinfo.h>.
10245         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10246         __data_offset and __data_selector in environment to 0.  Set SSE
10247         state if supported.
10248         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10249         test-fenv-sse.
10250         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10251         -mfpmath=sse.
10252         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10253
10254 2014-05-09  Will Newton  <will.newton@linaro.org>
10255
10256         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10257         and libc_relro_required for ARM.
10258         * sysdeps/arm/preconfigure: Regenerate.
10259
10260 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10261             Stefan Liebler  <stli@linux.vnet.ibm.com>
10262
10263         * config.make.in (enable-lock-elision): New Makefile variable.
10264         * configure.ac: Likewise.
10265         * configure: Regenerate.
10266         * sysdeps/s390/configure.ac:
10267         Add check for gcc transactions support.
10268         * sysdeps/s390/configure: Regenerate.
10269         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10270         Build elision files if enabled.
10271         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10272         Add lock elision support for s390.
10273         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10274         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10275         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10276         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10277         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10278         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10279         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10280         Likewise.
10281         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10282         Likewise.
10283         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10284         Likewise.
10285         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10286         Likewise.
10287         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10288         (__lll_timedlock_elision, __lll_lock_elision)
10289         (__lll_unlock_elision, __lll_trylock_elision)
10290         (lll_timedlock_elision, lll_lock_elision)
10291         (lll_unlock_elision, lll_trylock_elision): Add.
10292         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10293         (pthread_mutex_t): Add lock elision support for s390.
10294
10295 2014-05-14  Wilco  <wdijkstr@arm.com>
10296
10297         * sysdeps/arm/fclrexcpt.c: Cleanup.
10298         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10299         * sysdeps/arm/feenablxcpt.c: Cleanup.
10300         * sysdeps/arm/fegetenv.c: Cleanup.
10301         * sysdeps/arm/fegetexcept.c: Cleanup.
10302         * sysdeps/arm/fegetround.c: Cleanup.
10303         * sysdeps/arm/feholdexcpt.c: Cleanup.
10304         * sysdeps/arm/fesetenv.c: Cleanup.
10305         * sysdeps/arm/fesetround.c: Cleanup.
10306         * sysdeps/arm/feupdateenv.c: Cleanup.
10307         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10308         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10309         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10310         * sysdeps/arm/ftestexcept.c: Cleanup.
10311         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10312         * sysdeps/arm/setfpucw.c: Cleanup.
10313
10314 2014-05-09  Will Newton  <will.newton@linaro.org>
10315
10316         * sysdeps/arm/armv7/strcmp.S: New file.
10317         * NEWS: Mention addition of ARMv7 optimized strcmp.
10318
10319 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10320
10321         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10322         look for %.ac rather than %.in.
10323
10324         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10325         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10326         * sysdeps/mach/hurd/configure: Regenerated.
10327         * sysdeps/unix/sysv/linux/configure: Regenerated.
10328
10329         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10330
10331 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10332
10333         [BZ# 16922]
10334         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10335         (LONG_SUB): Ditto.
10336         (PTR_SUB): Ditto.
10337
10338 2014-05-07  Andreas Schwab  <schwab@suse.de>
10339
10340         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10341         when skipping over non-matching result from nscd.
10342
10343 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10344
10345         [BZ #16876]
10346         * nptl/sockperf.c (client): Check socket return value.
10347
10348         [BZ #16877]
10349         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10350         nscd security class.
10351
10352 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10353
10354         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10355         * sysdeps/arm/unwind.h: ... here.
10356
10357 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10358
10359         [BZ# 16916]
10360         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10361         Define.
10362
10363 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10364
10365         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10366         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10367         multiarch strncpy for PPC64.
10368         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10369         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10370         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10371         multiarch optimizations.
10372         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10373         (__libc_ifunc_impl_list): Likewise.
10374         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10375         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10376         multiarch stpncpy for PPC64.
10377         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10378         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10379
10380 2014-05-06  Andreas Schwab  <schwab@suse.de>
10381
10382         [BZ #16912]
10383         * gmon/mcount.c (_MCOUNT_DECL): Use
10384         atomic_compare_and_exchange_bool_acq instead of
10385         catomic_compare_and_exchange_bool_acq.
10386
10387 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10388
10389         * elf/Makefile (others, install-bin): Remove pldd.
10390         (pldd-modules): Variable removed.
10391         ($(objpfx)pldd): Target removed.
10392         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10393         (others, install-bin): Append pldd here.
10394         ($(objpfx)pldd): New target.
10395
10396         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10397         to 0, so the first #if test emitted later doesn't see it undefined.
10398         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10399         * sysdeps/gnu/errlist.c: Regenerated.
10400
10401 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10402
10403         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10404         [libc_hidden_builtin_def]: Define to empty value.
10405         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10406         [libc_hidden_builtin_def]: Likewise.
10407         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10408         [libc_hidden_builtin_def]: Likewise.
10409         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10410         [libc_hidden_builtin_def]: Likewise.
10411         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10412         __redirect_memcpy and define ifunc as default hidden symbol.
10413         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10414         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10415
10416 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10417
10418         * locale/iso-4217.def: Reintroduce XDR currency.
10419
10420 2014-05-04  Allan McRae  <allan@archlinux.org>
10421
10422         * po/eo.po: Update Esperanto translation from translation project.
10423
10424 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10425
10426         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10427         and FEATURE_INDEX_MAX to 1.
10428         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10429
10430 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10431
10432         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10433         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10434         * iconvdata/big5.c (ONE_DIRECTION): Define.
10435         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10436         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10437         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10438         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10439         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10440         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10441         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10442         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10443         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10444         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10445         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10446         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10447         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10448         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10449         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10450         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10451         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10452         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10453         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10454         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10455         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10456         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10457         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10458         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10459         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10460         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10461         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10462         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10463         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10464         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10465         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10466         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10467         * iconvdata/johab.c (ONE_DIRECTION): Define.
10468         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10469         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10470         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10471         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10472         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10473         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10474         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10475         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10476         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10477         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10478
10479 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10480
10481         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10482         (_IO_JUMPS_OFFSET): Define to 0.
10483
10484         * nptl/sysdeps/pthread/bits/libc-lock.h
10485         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10486         (__libc_lock_define_initialized_recursive): Always define using
10487         initializer.  Modern compilers treat uninitialized (implicit zero) and
10488         explicit zero initializers the same (i.e. put the datum in bss).
10489
10490 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10491
10492         * nscd/nscd-client.h: Include <string.h>.
10493
10494 2014-05-01  David S. Miller  <davem@davemloft.net>
10495
10496         [BZ #16885]
10497         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10498         multiple zero bytes exist at the end of a string.
10499         Reported by Aurelien Jarno <aurelien@aurel32.net>
10500
10501         * string/test-strcmp.c (check): Add explicit test for situations where
10502         there are multiple zero bytes after the first.
10503
10504 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10505
10506         [BZ #16890]
10507         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10508         when compiling wprintf.
10509         * stdio-common/tstdiomisc.c (t3): New function.
10510         (main): Call it.
10511
10512 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10513
10514         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10515         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10516         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10517         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10518
10519 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10520
10521         * stdlib/longlong.h: Updated from GCC.
10522
10523 2014-05-01  Will Newton  <will.newton@linaro.org>
10524             Bernard Ogden  <bernie.ogden@linaro.org>
10525
10526         * NEWS: Update fixed bug list.
10527
10528         [BZ #15119]
10529         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10530
10531 2014-04-30  David S. Miller  <davem@davemloft.net>
10532
10533         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10534         (libc_feholdexcept_setround_sparc_ctx): New function.
10535         (libc_fesetenv_sparc_ctx): Likewise.
10536         (libc_feupdateenv_sparc_ctx): Likewise.
10537         (libc_feholdsetround_sparc_ctx): Likewise.
10538         (libc_feholdexcept_setround_ctx): Define.
10539         (libc_feholdexcept_setroundf_ctx): Likewise.
10540         (libc_feholdexcept_setroundl_ctx): Likewise.
10541         (libc_fesetenv_ctx): Likewise.
10542         (libc_fesetenvf_ctx): Likewise.
10543         (libc_fesetenvl_ctx): Likewise.
10544         (libc_feupdateenv_ctx): Likewise.
10545         (libc_feupdateenvf_ctx): Likewise.
10546         (libc_feupdateenvl_ctx): Likewise.
10547         (libc_feresetround_ctx): Likewise.
10548         (libc_feresetroundf_ctx): Likewise.
10549         (libc_feresetroundl_ctx): Likewise.
10550         (libc_feholdsetround_ctx): Likewise.
10551         (libc_feholdsetroundf_ctx): Likewise.
10552         (libc_feholdsetroundl_ctx): Likewise.
10553
10554         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10555         with __USE_GNU instead of XOPEN cpp guards.
10556
10557         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10558         0.
10559
10560         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10561         with XOPEN cpp guards.
10562
10563 2014-04-30  Julian Brown  <julian@codesourcery.com>
10564
10565         [BZ #16888]
10566         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10567         handling.
10568
10569 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10570
10571         [BZ #9894]
10572         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10573         Change to 2.6.32.
10574         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10575         * sysdeps/unix/sysv/linux/configure: Regenerated.
10576         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10577         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10578         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10579         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10580         * README: Update reference to required Linux kernel version.
10581         * manual/install.texi (Linux): Update reference to required Linux
10582         kernel headers version.
10583         * INSTALL: Regenerated.
10584
10585         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10586         header inclusion.
10587         [POSIX] (limits.h): Likewise.
10588         [POSIX] (math.h): Likewise.
10589         [POSIX] (sys/wait.h): Likewise.
10590         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10591         function.
10592         [POSIX] (stddef.h): Do not allow header inclusion.
10593
10594 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10595
10596         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10597
10598 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10599
10600         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10601         Return immediately after lll_futex_wake.
10602
10603 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10604
10605         [BZ #16791]
10606         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10607         structure.
10608         (datahead_init_pos): Call datahead_init_common early.
10609         (datahead_init_neg): Likewise.
10610
10611         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10612         datahead_init_neg): New functions.
10613         * nscd/aicache.c (addhstaiX): Use them.
10614         * nscd/grpcache.c (cache_addgr): Likewise.
10615         * nscd/hstcache.c (cache_addhst): Likewise.
10616         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10617         * nscd/netgroupcache.c (do_notfound): Likewise.
10618         (addgetnetgrentX): Likewise.
10619         (addinnetgrX): Likewise.
10620         * nscd/pwdcache.c (cache_addpw): Likewise.
10621         * nscd/servicescache.c (cache_addserv): Likewise.
10622
10623 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10624             Atsushi Onoe  <atsushi@onoe.org>
10625
10626         [BZ #14308]
10627         [BZ #12994]
10628         [BZ #13651]
10629         * resolv/res_query.c (__libc_res_nsearch): Return if at least
10630         one response is valid.
10631         * resolv/res_send.c (send_dg): Check for validity of other
10632         response if the current response is a referral.
10633
10634 2014-04-29  Steve Ellcey  <sellcey@mips.com>
10635
10636         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10637
10638 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
10639
10640         [BZ #16823]
10641         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10642         Always divide by positive zero when computing -Inf result.
10643         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10644         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10645
10646 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10647
10648         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10649         FPSCR if value do not change.
10650         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10651         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10652         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10653         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10654         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10655         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10656         function.
10657
10658 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
10659
10660         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10661         * sysdeps/unix/sysv/linux/hppa: Move directory from
10662         ports/systeps/unix/sysv/linux/hppa.
10663         * README: Update listing for hppa-*-linux-gnu.
10664
10665 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
10666
10667         [BZ #16754]
10668         * manual/stdio.texi (Hook functions): Fix types of stream hook
10669         functions.
10670         [BZ #16854]
10671         * socket/sys/socket.h: Fix typo in comment.
10672
10673 2014-04-28  Wilco  <wdijkstr@arm.com>
10674
10675         * sysdeps/arm/fenv_private.h: New file.
10676         * sysdeps/arm/math_private.h: New file.
10677         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10678
10679 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10680
10681         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10682         with __int128_t.
10683         (La_x86_64_retval): Likewise.
10684
10685 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
10686
10687         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10688         fpsr if value didn't change.
10689         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10690         to fpcr if value didn't change.
10691         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10692         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10693         fpsr or fpcr if value didn't change.
10694         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10695         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10696         fpcr if value didn't change.
10697         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10698         to fpsr if value didn't change.
10699
10700 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10701
10702         * nptl/tst-sem3.c: Use test-skeleton.c
10703         (main): Rename to do_test.  Use return instead of
10704         exit.
10705         * nptl/tst-sem4.c: Use test-skeleton.c
10706         (main): Rename to do_test.
10707
10708 2014-04-22  David S. Miller  <davem@davemloft.net>
10709
10710         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10711         (struct sigaction): New struct member __glibc_reserved0, change
10712         type of sa_flags to int.
10713
10714 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
10715
10716         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10717         (COUNT_LEADING_ZEROS_0): Define for AArch64.
10718
10719 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10720
10721         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10722         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10723
10724 2014-04-22  Will Newton  <will.newton@linaro.org>
10725             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
10726
10727         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10728         (__longjmp): Add longjmp and longjmp_target SystemTap
10729         probes.
10730         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10731         (__sigsetjmp): Add setjmp SystemTap probe.
10732
10733 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
10734
10735         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
10736         match manual order.
10737
10738 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10739
10740         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
10741
10742         * sysdeps/powerpc/fpu/fenv_private.h
10743         (libc_feholdexcept_setroundl_ctx): Define to
10744         libc_feholdexcept_setround_ppc_ctx.
10745         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
10746         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
10747         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
10748         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
10749
10750 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10751
10752         * sysdeps/aarch64/math-tests.h: New file.
10753
10754 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
10755
10756         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
10757         New.
10758         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10759         Check and set bit_AVX2_Usable.
10760         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
10761         macro.
10762         (bit_AVX2): Likewise.
10763         (index_AVX2_Usable): Likewise.
10764         (CPUID_AVX2): Likewise.
10765         (HAS_AVX2): Likewise.
10766
10767 2014-04-17  Will Newton  <will.newton@linaro.org>
10768
10769         * manual/setjmp.texi (System V contexts): Add note that
10770         calling setcontext on a context created by a call to a
10771         signal handler is undefined.  Update text to note that
10772         setcontext from a signal handler is possible but not
10773         recommended.
10774
10775         [BZ #16629]
10776         * stdlib/tst-setcontext.c: Include signal.h.
10777         (main): Check that the signal stack before and
10778         after swapcontext is the same.
10779
10780         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
10781         Re-implement to restore registers in user code and avoid
10782         rt_sigreturn system call.
10783
10784 2014-04-17  Wilco  <wdijkstr@arm.com>
10785
10786         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
10787         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
10788         * math/test-fenv.c: Skip exception trap tests on targets which only
10789         support non-stop mode.
10790
10791 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10792             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10793
10794         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
10795         (libc_feholdsetround_aarch64_ctx)
10796         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
10797         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
10798         (libc_feresetround_ctx, libc_feresetroundf_ctx)
10799         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
10800         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
10801         (libc_feresetround_noexl_ctx): Define.
10802
10803 2014-04-16  Richard Henderson  <rth@redhat.com>
10804
10805         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
10806
10807         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
10808         unwind tables.
10809
10810         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
10811         const from the non-libc, non-ldso copy.
10812
10813         * sysdeps/alpha/libm-test-ulps: Regenerate.
10814
10815 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
10816             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10817
10818         * sysdeps/aarch64/fpu/math_private.h: New file.
10819
10820 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10821
10822         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10823
10824 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
10825
10826         [BZ #16275]
10827         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
10828         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
10829         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
10830         Intel MPX bound registers before _dl_profile_fixup.
10831         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
10832         registers after _dl_profile_fixup.  Save and restore bound
10833         registers bnd0/bnd1 when calling _dl_call_pltexit.
10834         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
10835         (LR_BND_OFFSET): Likewise.
10836         (LRV_BND0_OFFSET): Likewise.
10837         (LRV_BND1_OFFSET): Likewise.
10838
10839 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10840
10841         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
10842         to...
10843         * sysdeps/mach/hurd/i386/tls.h: ... here.
10844         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
10845         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
10846         fields.
10847
10848 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10849
10850         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
10851
10852 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10853
10854         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10855
10856 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10857
10858         [BZ #14770]
10859         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
10860         * sysdeps/s390/configure: Regenerate.
10861
10862         [BZ #16824]
10863         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
10864         Set round-to-nearest internally to reduce error accumulation.
10865
10866 2014-04-16  Alan Modra  <amodra@gmail.com>
10867
10868         [BZ #16740]
10869         [BZ #16619]
10870         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
10871         * math/libm-test.inc (frexp_test_data): Add tests.
10872         * NEWS: Update fixed bug list.
10873
10874 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10875
10876         * benchtests/Makefile: Depend on libraries in build directory.
10877         (bench-math): Separate out math tests.
10878         (bench-pthread): Separate out pthread tests.
10879         (bench): Include math and pthread tests.
10880
10881 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
10882
10883         [BZ #16831]
10884         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
10885         _dl_debug_initialize.
10886
10887         * configure.ac: Remove SELinux header check.
10888         * configure: Regenerate.
10889         * nscd/selinux.c (perms): Array of const char* to permission names.
10890         (nscd_request_avc_has_perm): Call security_deny_unknown to find
10891         default policy. Call string_to_security_class and string_to_av_perm to
10892         translate strings. Enforce default policy and call avs_has_perm with
10893         results of translated strings.
10894
10895 2014-04-13  David S. Miller  <davem@davemloft.net>
10896
10897         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10898
10899 2014-04-12  Allan McRae  <allan@archlinux.org>
10900
10901         [BZ #16838]
10902         * manual/string.texi (Collation Functions): Fix qsort argument
10903         order in example.
10904         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
10905
10906 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
10907
10908         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
10909         Make the test a no-op if there are no exceptions defined.
10910
10911 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
10912
10913         * elf/Makefile (tests): make tst-dlopen-aout conditional on
10914         enable-hardcoded-path-in-tests
10915
10916 2014-04-11  Will Newton  <will.newton@linaro.org>
10917
10918         * benchtests/Makefile (extra-objs): Add json-lib.o.
10919         (bench-func): Tidy up JSON output.
10920         * benchtests/bench-skeleton.c: Include json-lib.h.
10921         (main): Use JSON library functions to do output of
10922         benchmark results.
10923         * benchtests/bench-timing-type.c (main): Output the
10924         timing type simply, leaving formatting to the user.
10925         * benchtests/json-lib.c: New file.
10926         * benchtests/json-lib.h: Likewise.
10927
10928 2014-04-11  Torvald Riegel  <triegel@redhat.com>
10929
10930         [BZ #15215]
10931         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
10932         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
10933         memory barriers.  Add comments.
10934         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
10935         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
10936         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
10937         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
10938         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
10939         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
10940
10941 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10942
10943         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
10944         * sysdeps/s390/s390-64/configure.ac: ... this ...
10945         * sysdeps/s390/configure.ac: ... to here.
10946         * sysdeps/s390/s390-32/configure: Delete file.
10947         * sysdeps/s390/s390-64/configure: Delete file.
10948         * sysdeps/s390/configure: Regenerate.
10949
10950 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
10951
10952         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
10953
10954 2014-04-11  Will Newton  <will.newton@linaro.org>
10955
10956         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
10957         to zero if it is not defined elsewhere.  (mtrim): Test
10958         the value of MALLOC_DEBUG with #if rather than #ifdef.
10959
10960 2014-04-10 Torvald Riegel  <triegel@redhat.com>
10961
10962         * benchtests/pthread_once-inputs: New file.
10963         * benchtests/pthread_once-source.c: New file.
10964         * benchtests/README: Update documentation.
10965
10966 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
10967             H.J. Lu  <hongjiu.lu@intel.com>
10968
10969         [BZ #16275]
10970         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
10971         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
10972         * sysdeps/x86_64/configure: Regenerated.
10973         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
10974         macro.
10975         (REGISTER_SAVE_RAX): Likewise.
10976         (REGISTER_SAVE_RCX): Likewise.
10977         (REGISTER_SAVE_RDX): Likewise.
10978         (REGISTER_SAVE_RSI): Likewise.
10979         (REGISTER_SAVE_RDI): Likewise.
10980         (REGISTER_SAVE_R8): Likewise.
10981         (REGISTER_SAVE_R9): Likewise.
10982         (REGISTER_SAVE_BND0): Likewise.
10983         (REGISTER_SAVE_BND1): Likewise.
10984         (REGISTER_SAVE_BND2): Likewise.
10985         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
10986         bound registers when calling _dl_fixup.
10987
10988 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10989
10990         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
10991         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
10992         of its definition.
10993         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
10994         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
10995         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
10996         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
10997         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
10998         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
10999         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11000
11001 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11002
11003         [BZ #15514]
11004         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11005         pathconf(_PC_NAME_MAX).
11006
11007 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11008
11009         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11010         Remove macro usage.
11011         (__PTHREAD_SPINS): Move definition to ...
11012         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11013         (__PTHREAD_SPINS): ... here.
11014         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11015         (__PTHREAD_SPIN): Likewise.
11016         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11017         (__PTHREAD_SPIN): Likewise.
11018         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11019         (__PTHREAD_SPIN): Likewise.
11020         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11021         (__PTHREAD_SPIN): Likewise.
11022         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11023         (__PTHREAD_SPIN): Likewise.
11024         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11025         (__PTHREAD_SPIN): Likewise.
11026         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11027         (__PTHREAD_SPIN): Likewise.
11028         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11029         (__PTHREAD_SPIN): Likewise.
11030         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11031         (__PTHREAD_SPIN): Likewise.
11032         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11033         (__PTHREAD_SPIN): Likewise.
11034         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11035         (__PTHREAD_SPIN): Likewise.
11036         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11037         (__PTHREAD_SPIN): Likewise.
11038
11039         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11040         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11041         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11042         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11043         imply folder.
11044         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11045         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11046         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11047         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11048         correct imply path.
11049         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11050         strlen symbol for non multi-arch builds.
11051         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11052         missing hidden_def and weak_alias.
11053
11054 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11055
11056         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11057
11058 2014-04-07  Will Newton  <will.newton@linaro.org>
11059
11060         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11061         and contents.  [!_LIBC] Remove #ifndef and contents.
11062         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11063         * string/memccpy.c (__memccpy): Use ANSI prototype.
11064         * string/memfrob.c (memfrob): Likewise.
11065         * string/strcoll.c (STRCOLL): Likewise.
11066         * string/strlen.c (strlen): Likewise.
11067         * string/strtok.c (STRTOK): Likewise.
11068         * string/strcat.c: Remove unused #include of memcopy.h.
11069         (strcat): Use ANSI prototype.
11070         * string/strchr.c: Remove unused #include of memcopy.h.
11071         (strchr): Use ANSI prototype.
11072         * string/strcmp.c: Remove unused #include of memcopy.h.
11073         (strcmp): Use ANSI prototype.
11074         * string/strcpy.c: Remove unused #include of memcopy.h.
11075         (strcpy): Use ANSI prototype.
11076
11077 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11078
11079         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11080         * config.make.in (config-extra-cppflags): Set it from
11081         libc_extra_cppflags.
11082         * configure.ac (libc_extra_cflags): Make it accumulate over
11083         configure fragments.
11084         (libc_extra_cppflags): New flag.
11085         * configure. Regenerate.
11086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11087         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11088         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11090
11091         [BZ #16815]
11092         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11093         result for FE_DOWNWARD rounding mode.
11094         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11095         Likewise.
11096         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11097
11098 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11099
11100         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11101         in function argument name.
11102
11103 2014-04-03  David Svoboda  <svoboda@cert.org>
11104
11105         [BZ #5666]
11106         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11107         explicitly.
11108
11109 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11110
11111         * elf/dl-unmap-segments.h: New file.
11112         * sysdeps/generic/ldsodefs.h
11113         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11114         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11115         * elf/dl-fptr.c: Likewise.
11116         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11117         * sysdeps/aarch64/tlsdesc.c: Likewise.
11118         * sysdeps/arm/tlsdesc.c: Likewise.
11119         * sysdeps/i386/tlsdesc.c: Likewise.
11120         * sysdeps/tile/dl-runtime.c: Likewise.
11121         * sysdeps/x86_64/tlsdesc.c: Likewise.
11122         * elf/dl-load.h: New file.
11123         * elf/dl-load.c: Include it.
11124         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11125         Macros moved to dl-load.h.
11126         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11127         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11128         Use _dl_unmap_segments in place of __munmap.
11129         Break out segment-mapping loop into ...
11130         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11131
11132 2014-04-03  Will Newton  <will.newton@linaro.org>
11133
11134         * elf/dl-lookup.c (do_lookup_x): Remove comment
11135         referring to nested function and move variable
11136         declarations down to before first use.
11137
11138 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11139
11140         [BZ #16799]
11141         [BZ #16800]
11142         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11143         with 0 numerator.
11144         * math/s_catanf.c (__catanf): Likewise.
11145         * math/s_catanh.c (__catanh): Likewise.
11146         * math/s_catanhf.c (__catanhf): Likewise.
11147         * math/s_catanhl.c (__catanhl): Likewise.
11148         * math/s_catanl.c (__catanl): Likewise.
11149         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11150         by positive zero when computing -Inf result.
11151         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11152         (catanh_test): Likewise.
11153         * sysdeps/i386/fpu/libm-test-ulps: Update.
11154         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11155
11156         [BZ #16789]
11157         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11158         instead of using underflowing value in computing result.
11159         * math/s_clog10.c (__clog10): Likewise.
11160         * math/s_clog10f.c (__clog10f): Likewise.
11161         * math/s_clog10l.c (__clog10l): Likewise.
11162         * math/s_clogf.c (__clogf): Likewise.
11163         * math/s_clogl.c (__clogl): Likewise.
11164         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11165         (clog10_test): Likewise.
11166         * sysdeps/i386/fpu/libm-test-ulps: Update.
11167         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11168
11169 2014-04-02  Alan Modra  <amodra@gmail.com>
11170
11171         [BZ #16739]
11172         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11173         output when value is near a power of two.  Use int64_t for lx and
11174         remove casts.  Use decimal rather than hex exponent constants.
11175         Don't use long double multiplication when double will suffice.
11176         * math/libm-test.inc (nextafter_test_data): Add tests.
11177         * NEWS: Add 16739 and 16786 to bug list.
11178
11179         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11180
11181         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11182
11183 2014-04-01  Will Newton  <will.newton@linaro.org>
11184
11185         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11186         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11187
11188 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11189
11190         [BZ #13347]
11191         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11192         * nptl/tst-setuid2.c: New file.
11193         * nptl/Makefile (xtests): Add tst-setuid2.
11194
11195 2014-04-01  Alan Modra  <amodra@gmail.com>
11196
11197         [BZ #16786]
11198         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11199
11200 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11201
11202         [BZ #6803]
11203         [BZ #6804]
11204         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11205         set errno as appropriate.
11206         * math/w_scalbf.c (__scalbf): Likewise.
11207         * math/w_scalbl.c (__scalbl): Likewise.
11208         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11209         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11210         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11211         Add more NaN tests.
11212
11213         [BZ #16349]
11214         * math/w_atan2.c: Include <errno.h>.
11215         (__atan2): Set errno for result underflowing to zero.
11216         * math/w_atan2f.c: Include <errno.h>.
11217         (__atan2f): Set errno for result underflowing to zero.
11218         * math/w_atan2l.c: Include <errno.h>.
11219         (__atan2l): Set errno for result underflowing to zero.
11220         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11221         tests.
11222         * math/auto-libm-test-out: Regenerated.
11223
11224 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11225
11226         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11227         Encode instruction correctly in little endian.
11228         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11229         Likewise.
11230         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11231         Likewise.
11232         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11233         Likewise.
11234         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11235         Likewise.
11236
11237 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11238
11239         [BZ #9894]
11240         * sysdeps/unix/sysv/linux/kernel-features.h
11241         [__sparc__ && !__arch64__ && !__sparc_v9__]
11242         (__ASSUME_SET_ROBUST_LIST): Do not define.
11243         [__sparc__ && !__arch64__ && !__sparc_v9__]
11244         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11245         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11246         Likewise.
11247         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11248         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11249         (__ASSUME_REQUEUE_PI): Likewise.
11250         (__ASSUME_SET_ROBUST_LIST): Likewise.
11251         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11252         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11253         Undefine.
11254         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11255         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11256         Likewise.
11257         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11258         Likewise.
11259         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11260         Likewise.
11261         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11262         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11263         Undefine.
11264         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11265         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11266         Likewise.
11267
11268         [BZ #16648]
11269         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11270         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11271         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11272
11273 2014-03-31  Will Newton  <will.newton@linaro.org>
11274
11275         * benchtests/Makefile (bench): Add ffs and ffsll to list
11276         of tests.
11277         * benchtests/ffs-inputs: New file.
11278         * benchtests/ffsll-inputs: Likewise.
11279
11280 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11281
11282         [BZ #16770]
11283         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11284         too large before casting to int.
11285         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11286         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11287         * math/libm-test.inc (scalb_test_data): Add more tests.
11288
11289 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11290
11291         * benchtests/Makefile (DETAILED_OPT): New make option.
11292         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11293         set.
11294         * benchtests/bench-skeleton.c: Include stdbool.h.
11295         (main): Store and print timings per input.
11296         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11297         member to each argument value.
11298         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11299         (_print_arg_data): Initialize per-input timing to 0.
11300
11301         * benchtests/Makefile (timing-type): New binary.
11302         (bench-clean): Also remove bench-timing-type.
11303         (bench): New target for timing-type.
11304         (bench-func): Print output in JSON format.
11305         * benchtests/bench-skeleton.c (main): Print output in JSON
11306         format.
11307         * benchtests/bench-timing-type.c: New file.
11308         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11309         (TIMING_PRINT_STATS): Remove.
11310         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11311         name separately.
11312
11313         * benchtests/bench-modf.c: Remove.
11314         * benchtests/modf-inputs: New inputs file.
11315
11316 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11317
11318         [BZ #16362]
11319         * math/s_clog10.c (M_PI_LOG10E): New macro.
11320         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11321         imaginary parts are 0.
11322         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11323         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11324         imaginary parts are 0.
11325         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11326         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11327         imaginary parts are 0.
11328         * math/libm-test.inc (clog10_test_data): Update expected results
11329         for when real and imaginary parts are 0.
11330
11331 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11332
11333         * elf/dl-load.c: Finish conversion of __builtin_expect into
11334         __glibc_{un}likely.
11335
11336 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11337
11338         [BZ #16348]
11339         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11340         1+x for argument with exponent below -67.
11341         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11342         Likewise.
11343         * math/auto-libm-test-in: Add more tests of exp.
11344         * math/auto-libm-test-out: Regenerated.
11345
11346 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11347
11348         [BZ #16759]
11349         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11350         (nscd_getnetgrent): Use it.
11351
11352         [BZ #16760]
11353         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11354         of stpcpy.
11355
11356 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11357
11358         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11359         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11360         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11361         (lll_robust_unlock): Remove out of line section. Use cfi
11362         intrinsics.
11363         (LLL_STUB_UNWIND_INFO*): Remove.
11364         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11365         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11366         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11367         (lll_robust_unlock): Remove out of line section. Use cfi
11368         intrinsics.
11369         (LLL_STUB_UNWIND_INFO*): Remove.
11370
11371 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11372
11373         [BZ #16758]
11374         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11375         blank values.
11376
11377 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11378
11379         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11380
11381 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11382
11383         [BZ #16198]
11384         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11385         fnstenv.
11386         * math/test-fenv-preserve.c: New file.
11387         * math/Makefile (tests): Add test-fenv-preserve.
11388
11389 2014-03-26  Will Newton <will.newton@linaro.org>
11390
11391         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11392
11393 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11394
11395         * scripts/versionlist.awk: Partition the version sets and emit all
11396         GLIBC_* (sorted) before all others (sorted).
11397
11398 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11399
11400         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11401         GLIBC_2.2.5 version.
11402
11403 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11404
11405         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11406         calls.
11407
11408         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11409         previous change.
11410
11411         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11412
11413 2014-03-25  Andreas Schwab  <schwab@suse.de>
11414
11415         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11416         label to be used after in6ailist is initialized.
11417
11418 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11419
11420         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11421         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11422
11423 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11424
11425         [BZ #16357]
11426         [BZ #16599]
11427         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11428         min_plus_half.
11429         (fp_formats): Update initializers.
11430         (init_fp_formats): Initialize new field.
11431         (output_for_one_input_case): Allow underflow for results up to
11432         min_plus_half.
11433         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11434         * math/auto-libm-test-in: Don't mark some underflows from asin and
11435         atanh as spurious.
11436         * math/auto-libm-test-out: Regenerated.
11437         * sysdeps/i386/fpu/libm-test-ulps: Update.
11438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11439
11440 2014-03-25  Andreas Schwab  <schwab@suse.de>
11441
11442         * libio/Makefile (tst-ftell-partial-wide-ENV)
11443         (tst-ftell-active-handler-ENV): Define.
11444
11445 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11446
11447         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11448
11449 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11450
11451         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11452
11453 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11454
11455         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11456         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11457         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11458
11459 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11460
11461         [BZ #16634]
11462         * elf/dl-load.c (open_verify): Add mode parameter.
11463         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11464         (open_path): Change from boolean 'secure' to complete flag 'mode'
11465         (_dl_map_object): Adjust.
11466         * elf/Makefile (tests): Add tst-dlopen-aout.
11467         * elf/tst-dlopen-aout.c: New test.
11468
11469 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11470
11471         [BZ #16714]
11472         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11473         (struct stat): Rename member pad0 to __glibc_reserved0.
11474
11475         [BZ #16712]
11476         * sysdeps/s390/s390-32/bits/wordsize.h
11477         (__WORDSIZE32_SIZE_ULONG): New define.
11478         * sysdeps/s390/s390-64/bits/wordsize.h
11479         (__WORDSIZE32_SIZE_ULONG): Likewise.
11480         * sysdeps/generic/stdint.h (SIZE_MAX):
11481         Define as UL if __WORDSIZE32_SIZE_ULONG.
11482
11483         [BZ #16713]
11484         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11485         (__glibc_reserved0): New variable.
11486         (sa_flags): Change type to int.
11487
11488         * posix/Makefile (before-compile): Use += before-compile instead
11489         of a :=.
11490
11491         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11492         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11493
11494 2014-03-20  Andreas Schwab  <schwab@suse.de>
11495
11496         [BZ #16743]
11497         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11498         non-matching result from nscd.
11499
11500 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11501
11502         * scripts/bench.py: Moved to ...
11503         * benchtests/scripts/bench.py: ... here.
11504         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11505
11506 2014-03-24  Andreas Schwab  <schwab@suse.de>
11507
11508         [BZ #16002]
11509         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11510         alloca_account and account alloca use for struct in6ailist.
11511
11512 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11513
11514         [BZ #16284]
11515         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11516         rounding mode to recompute results that overflow to infinity or
11517         underflow to zero.
11518         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11519         bug 16284.
11520         * math/auto-libm-test-out: Regenerated.
11521         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11522         (ccosh_test): Likewise.
11523         (csin_test_data): Use plus_oflow.
11524         (csin_test): Use ALL_RM_TEST.
11525         (csinh_test_data): Use plus_oflow.
11526         (csinh_test): Use ALL_RM_TEST.
11527         * sysdeps/i386/fpu/libm-test-ulps: Update.
11528         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11529
11530 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11531
11532         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11533         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11534         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11535
11536         [BZ #16731]
11537         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11538         when x - 1 is zero.
11539         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11540         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11541         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11542         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11543         argument is 1.
11544         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11545         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11546         zero.
11547         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11548         * sysdeps/i386/fpu/libm-test-ulps: Update.
11549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11550
11551 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11552
11553         * scripts/bench.pl: Remove file.
11554         * scripts/bench.py: New benchmark script.
11555         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11556         * benchtests/README: Mention python dependency.
11557         * scripts/pylintrc: New file.
11558         * scripts/pylint: New file.
11559
11560         * bits/mathdef.h: Use #ifdef instead of #if.
11561         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11562         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11563         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11564         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11565         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11566         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11567
11568 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11569             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11570
11571         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11572         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11573         and strpbrk-ppc64 objects.
11574         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11575         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11576         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11577         multiarch strpbrk for POWER7.
11578         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11579         multiarch strpbrk for PPC64.
11580         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11581         ifunc selector.
11582         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11583         strpbrk for POWER7.
11584
11585 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11586
11587         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11588         (atan_test): Likewise.
11589         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11590         (atanh_test): Use ALL_RM_TEST.
11591         (atan2_test_data): Likewise.
11592         (cabs_test): Likewise.
11593         (cacosh_test): Likewise.
11594         (carg_test): Likewise.
11595         (casin_test): Likewise.
11596         (casinh_test): Likewise.
11597         (cbrt_test): Likewise.
11598         (csqrt_test): Likewise.
11599         (erf_test): Likewise.
11600         (erfc_test): Likewise.
11601         (pow10_test): Likewise.
11602         (exp2_test): Likewise.
11603         (hypot_test): Likewise.
11604         (j0_test): Likewise.
11605         (j1_test): Likewise.
11606         (lgamma_test): Likewise.
11607         (gamma_test): Likewise.
11608         (sincos_test): Likewise.
11609         (tanh_test): Likewise.
11610         (y0_test): Likewise.
11611         (y1_test): Likewise.
11612         * sysdeps/i386/fpu/libm-test-ulps: Update.
11613         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11614
11615 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11616
11617         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11618         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11619         and strcspn-ppc64 objects.
11620         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11621         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11622         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11623         multiarch strcspn for POWER7.
11624         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11625         multiarch strcspn for PPC64.
11626         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11627         ifunc selector.
11628         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11629         strcspn for POWER7.
11630
11631 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11632
11633         * math/gen-libm-test.pl (generate_testfile): Expect only function
11634         name as argument to AUTO_TESTS_* and pass results for all rounding
11635         modes to parse_args.
11636         (parse_auto_input): Separate inputs of automatic tests from
11637         outputs before storing in %auto_tests.
11638         * math/libm-test.inc (acos_test_data): Update call to
11639         AUTO_TESTS_f_f.
11640         (acos_test): Use ALL_RM_TEST.
11641         (acos_tonearest_test_data): Remove.
11642         (acos_test_tonearest): Likewise.
11643         (acos_towardzero_test_data): Likewise.
11644         (acos_test_towardzero): Likewise.
11645         (acos_downward_test_data): Likewise.
11646         (acos_test_downward): Likewise.
11647         (acos_upward_test_data): Likewise.
11648         (acos_test_upward): Likewise.
11649         (acosh_test_data): Update call to AUTO_TESTS_f_f.
11650         (asin_test_data): Likewise.
11651         (asin_test): Use ALL_RM_TEST.
11652         (asin_tonearest_test_data): Remove.
11653         (asin_test_tonearest): Likewise.
11654         (asin_towardzero_test_data): Likewise.
11655         (asin_test_towardzero): Likewise.
11656         (asin_downward_test_data): Likewise.
11657         (asin_test_downward): Likewise.
11658         (asin_upward_test_data): Likewise.
11659         (asin_test_upward): Likewise.
11660         (asinh_test_data): Update call to AUTO_TESTS_f_f.
11661         (atan_test_data): Likewise.
11662         (atanh_test_data): Likewise.
11663         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11664         (cabs_test_data): Update call to AUTO_TESTS_c_f.
11665         (carg_test_data): Likewise.
11666         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11667         (ccos_test_data): Update call to AUTO_TESTS_c_c.
11668         (ccosh_test_data): Likewise.
11669         (cexp_test_data): Likewise.
11670         (clog_test_data): Likewise.
11671         (clog10_test_data): Likewise.
11672         (cos_test_data): Update call to AUTO_TESTS_f_f.
11673         (cos_test): Use ALL_RM_TEST.
11674         (cos_tonearest_test_data): Remove.
11675         (cos_test_tonearest): Likewise.
11676         (cos_towardzero_test_data): Likewise.
11677         (cos_test_towardzero): Likewise.
11678         (cos_downward_test_data): Likewise.
11679         (cos_test_downward): Likewise.
11680         (cos_upward_test_data): Likewise.
11681         (cos_test_upward): Likewise.
11682         (cosh_test_data): Update call to AUTO_TESTS_f_f.
11683         (cosh_test): Use ALL_RM_TEST.
11684         (cosh_tonearest_test_data): Remove.
11685         (cosh_test_tonearest): Likewise.
11686         (cosh_towardzero_test_data): Likewise.
11687         (cosh_test_towardzero): Likewise.
11688         (cosh_downward_test_data): Likewise.
11689         (cosh_test_downward): Likewise.
11690         (cosh_upward_test_data): Likewise.
11691         (cosh_test_upward): Likewise.
11692         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11693         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11694         (ctan_test_data): Likewise.
11695         (ctan_test): Use ALL_RM_TEST.
11696         (ctan_tonearest_test_data): Remove.
11697         (ctan_test_tonearest): Likewise.
11698         (ctan_towardzero_test_data): Likewise.
11699         (ctan_test_towardzero): Likewise.
11700         (ctan_downward_test_data): Likewise.
11701         (ctan_test_downward): Likewise.
11702         (ctan_upward_test_data): Likewise.
11703         (ctan_test_upward): Likewise.
11704         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11705         (ctanh_test): Use ALL_RM_TEST.
11706         (ctanh_tonearest_test_data): Remove.
11707         (ctanh_test_tonearest): Likewise.
11708         (ctanh_towardzero_test_data): Likewise.
11709         (ctanh_test_towardzero): Likewise.
11710         (ctanh_downward_test_data): Likewise.
11711         (ctanh_test_downward): Likewise.
11712         (ctanh_upward_test_data): Likewise.
11713         (ctanh_test_upward): Likewise.
11714         (erf_test_data): Update call to AUTO_TESTS_f_f.
11715         (erfc_test_data): Likewise.
11716         (exp_test_data): Likewise.
11717         (exp_test): Use ALL_RM_TEST.
11718         (exp_tonearest_test_data): Remove.
11719         (exp_test_tonearest): Likewise.
11720         (exp_towardzero_test_data): Likewise.
11721         (exp_test_towardzero): Likewise.
11722         (exp_downward_test_data): Likewise.
11723         (exp_test_downward): Likewise.
11724         (exp_upward_test_data): Likewise.
11725         (exp_test_upward): Likewise.
11726         (exp10_test_data): Update call to AUTO_TESTS_f_f.
11727         (exp10_test): Use ALL_RM_TEST.
11728         (exp10_tonearest_test_data): Remove.
11729         (exp10_test_tonearest): Likewise.
11730         (exp10_towardzero_test_data): Likewise.
11731         (exp10_test_towardzero): Likewise.
11732         (exp10_downward_test_data): Likewise.
11733         (exp10_test_downward): Likewise.
11734         (exp10_upward_test_data): Likewise.
11735         (exp10_test_upward): Likewise.
11736         (exp2_test_data): Update call to AUTO_TESTS_f_f.
11737         (expm1_test_data): Likewise.
11738         (expm1_test): Use ALL_RM_TEST.
11739         (expm1_tonearest_test_data): Remove.
11740         (expm1_test_tonearest): Likewise.
11741         (expm1_towardzero_test_data): Likewise.
11742         (expm1_test_towardzero): Likewise.
11743         (expm1_downward_test_data): Likewise.
11744         (expm1_test_downward): Likewise.
11745         (expm1_upward_test_data): Likewise.
11746         (expm1_test_upward): Likewise.
11747         (fma_test_data): Update call to AUTO_TESTS_fff_f.
11748         (fma_test): Use ALL_RM_TEST.
11749         (fma_towardzero_test_data): Remove.
11750         (fma_test_towardzero): Likewise.
11751         (fma_downward_test_data): Likewise.
11752         (fma_test_downward): Likewise.
11753         (fma_upward_test_data): Likewise.
11754         (fma_test_upward): Likewise.
11755         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
11756         (j0_test_data): Update call to AUTO_TESTS_f_f.
11757         (j1_test_data): Likewise.
11758         (jn_test_data): Update call to AUTO_TESTS_if_f.
11759         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
11760         (log_test_data): Update call to AUTO_TESTS_f_f.
11761         (log10_test_data): Likewise.
11762         (log1p_test_data): Likewise.
11763         (log2_test_data): Likewise.
11764         (pow_test_data): Update call to AUTO_TESTS_ff_f.
11765         (pow_tonearest_test_data): Likewise.
11766         (sin_test_data): Update call to AUTO_TESTS_f_f.
11767         (sin_test): Use ALL_RM_TEST.
11768         (sin_tonearest_test_data): Remove.
11769         (sin_test_tonearest): Likewise.
11770         (sin_towardzero_test_data): Likewise.
11771         (sin_test_towardzero): Likewise.
11772         (sin_downward_test_data): Likewise.
11773         (sin_test_downward): Likewise.
11774         (sin_upward_test_data): Likewise.
11775         (sin_test_upward): Likewise.
11776         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
11777         (sinh_test_data): Update call to AUTO_TESTS_f_f.
11778         (sinh_test): Use ALL_RM_TEST.
11779         (sinh_tonearest_test_data): Remove.
11780         (sinh_test_tonearest): Likewise.
11781         (sinh_towardzero_test_data): Likewise.
11782         (sinh_test_towardzero): Likewise.
11783         (sinh_downward_test_data): Likewise.
11784         (sinh_test_downward): Likewise.
11785         (sinh_upward_test_data): Likewise.
11786         (sinh_test_upward): Likewise.
11787         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
11788         (sqrt_test): Use ALL_RM_TEST.
11789         (sqrt_tonearest_test_data): Remove.
11790         (sqrt_test_tonearest): Likewise.
11791         (sqrt_towardzero_test_data): Likewise.
11792         (sqrt_test_towardzero): Likewise.
11793         (sqrt_downward_test_data): Likewise.
11794         (sqrt_test_downward): Likewise.
11795         (sqrt_upward_test_data): Likewise.
11796         (sqrt_test_upward): Likewise.
11797         (tan_test_data): Update call to AUTO_TESTS_f_f.
11798         (tan_test): Use ALL_RM_TEST.
11799         (tan_tonearest_test_data): Remove.
11800         (tan_test_tonearest): Likewise.
11801         (tan_towardzero_test_data): Likewise.
11802         (tan_test_towardzero): Likewise.
11803         (tan_downward_test_data): Likewise.
11804         (tan_test_downward): Likewise.
11805         (tan_upward_test_data): Likewise.
11806         (tan_test_upward): Likewise.
11807         (tanh_test_data): Update call to AUTO_TESTS_f_f.
11808         (tgamma_test_data): Likewise.
11809         (y0_test_data): Likewise.
11810         (y1_test_data): Likewise.
11811         (yn_test_data): Update call to AUTO_TESTS_if_f.
11812         (main): Do not call removed functions.
11813
11814 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11815
11816         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
11817         (ldexp_test_data): Remove.
11818         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
11819         scalbn_test_data.
11820         (scalb_test): Use ALL_RM_TEST.
11821
11822 2014-03-19  Andreas Schwab  <schwab@suse.de>
11823
11824         * nscd/nscd.service: Also invalidate netgroup cache on reload.
11825
11826 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11827
11828         [BZ #16649]
11829         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11830         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
11831         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
11832         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11833         (__ASSUME_PREADV): Undefine.
11834         (__ASSUME_PWRITEV): Likewise.
11835
11836 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11837
11838         * bits/mman-linux.h: Add comment about non-Linux use.
11839         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
11840         bits/mman-linux.h resting place.
11841
11842         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
11843         * bits/mman-linux.h: ... here.
11844
11845 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11846
11847         * conform/conformtest.pl: Add standard definition when calling C
11848         preprocessor on data files.
11849         (checknamespace): Remove unused variable.
11850
11851 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11852
11853         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
11854         minus_oflow, plus_uflow and minus_uflow in expected results.
11855         * math/libm-test.inc (scalbn_test_data): Add more tests of
11856         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
11857         minus_uflow.
11858         (scalbn_test): Use ALL_RM_TEST.
11859         (scalbln_test_data): Add more tests of negative arguments.  Use
11860         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
11861         (scalbln_test): Use ALL_RM_TEST.
11862
11863 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11864
11865         * scripts/abilist.awk: Ignore symbols marked with .hidden.
11866
11867 2014-03-18  Will Newton  <will.newton@linaro.org>
11868
11869         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
11870         inaccurate comment.
11871
11872 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11873
11874         * Makerules [!subdir] (check-abi): Exit with error status if a
11875         test failed.
11876
11877 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11878
11879         * math/libm-test.inc (nearbyint_test_data): Include all tests used
11880         for rint.  Include results for all rounding modes.
11881         (nearbyint_test): Use ALL_RM_TEST.
11882         (rint_test_data): Include all tests used for nearbyint.
11883
11884 2014-03-17  Will Newton  <will.newton@linaro.org>
11885
11886         * nptl/sysdeps/pthread/pthread.h: Revert previous
11887         change.
11888
11889         * sysdeps/generic/ldsodefs.h: Revert previous
11890         change.
11891
11892         * libio/genops.c: Revert previous change.
11893         * libio/libioP.h: Likewise.
11894         * stdio-common/vfprintf.c: Likewise.
11895
11896         * sysdeps/generic/math_private.h: Revert previous
11897         change.
11898
11899         * sysdeps/generic/math_private.h: Check whether
11900         HAVE_RM_CTX is defined with #ifdef rather
11901         than #if.
11902
11903         * argp/argp-fmtstream.h: Check whether
11904         __STRICT_ANSI__ is defined with #ifdef rather
11905         than #if.
11906         * argp/argp.h: Likewise.
11907
11908         * libio/genops.c: Check whether
11909         _IO_JUMPS_OFFSET is defined with #ifdef rather
11910         than #if.
11911         * libio/libioP.h: Likewise.
11912         * stdio-common/vfprintf.c: Likewise.
11913
11914         * sysdeps/generic/ldsodefs.h: Check whether
11915         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
11916         than #if.
11917
11918         * nptl/sysdeps/pthread/pthread.h: Check
11919         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
11920         its value.
11921
11922 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
11923
11924         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
11925         setting O_APPEND.
11926         * libio/tst-ftell-active-handler.c (do_append_test): Add a
11927         test case.
11928
11929         [BZ #16680]
11930         * libio/fileops.c (_IO_file_open): Seek to end of file but
11931         don't cache the offset.
11932         (get_file_offset): Remove function.
11933         (do_ftell): Use cached offset when available.
11934         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
11935         don't cache the offset.
11936         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
11937         case.
11938         (do_one_test): Call it.
11939         (do_ftell_test): Fix up expected old offset for a+ mode.
11940         * libio/wfileops.c (do_ftell_wide): Used cached offset when
11941         available.
11942
11943         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
11944         up test status with function return status.
11945         (do_write_test): Likewise.
11946         (do_append_test): Likewise.
11947
11948         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
11949         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
11950         Remove.
11951
11952 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11953
11954         * math/gen-libm-test.pl (parse_args): Handle results specified for
11955         each rounding mode separately.
11956         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
11957         tests and results from lrint_tonearest_test_data,
11958         lrint_towardzero_test_data, lrint_downward_test_data and
11959         lrint_upward_test_data.
11960         (lrint_test): Use ALL_RM_TEST.
11961         (lrint_tonearest_test_data): Remove.
11962         (lrint_test_tonearest): Likewise.
11963         (lrint_towardzero_test_data): Likewise.
11964         (lrint_test_towardzero): Likewise.
11965         (lrint_downward_test_data): Likewise.
11966         (lrint_test_downward): Likewise.
11967         (lrint_upward_test_data): Likewise.
11968         (lrint_test_upward): Likewise.
11969         (llrint_test_data): Merge in per-rounding-mode tests and results
11970         from llrint_tonearest_test_data, llrint_towardzero_test_data,
11971         llrint_downward_test_data and llrint_upward_test_data.
11972         (llrint_test): Use ALL_RM_TEST.
11973         (llrint_tonearest_test_data): Remove.
11974         (llrint_test_tonearest): Likewise.
11975         (llrint_towardzero_test_data): Likewise.
11976         (llrint_test_towardzero): Likewise.
11977         (llrint_downward_test_data): Likewise.
11978         (llrint_test_downward): Likewise.
11979         (llrint_upward_test_data): Likewise.
11980         (llrint_test_upward): Likewise.
11981         (rint_test_data): Merge in per-rounding-mode tests and results
11982         from rint_tonearest_test_data, rint_towardzero_test_data,
11983         rint_downward_test_data and rint_upward_test_data.  Add
11984         per-rounding-mode results for tests not in those arrays.
11985         (rint_test): Use ALL_RM_TEST.
11986         (rint_tonearest_test_data): Remove.
11987         (rint_test_tonearest): Likewise.
11988         (rint_towardzero_test_data): Likewise.
11989         (rint_test_towardzero): Likewise.
11990         (rint_downward_test_data): Likewise.
11991         (rint_test_downward): Likewise.
11992         (rint_upward_test_data): Likewise.
11993         (rint_test_upward): Likewise.
11994         (main): Don't call removed functions.
11995
11996 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11997
11998         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
11999         "Compiled on ..." crapola.  It is anti-useful.
12000
12001 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12002
12003         * scripts/evaluate-test.sh: Handle fourth argument to determine
12004         whether test run should stop on failure.
12005         * Makeconfig (stop-on-test-failure): New variable.
12006         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12007         $(stop-on-test-failure).
12008         * Makefile (tests): Give a summary of results from testing and
12009         exit with failure status if they include an ERROR or FAIL.
12010         (xtests): Likewise.
12011         * manual/install.texi (Configuring and compiling): Mention
12012         stop-on-test-failure=y.
12013         * INSTALL: Regenerated.
12014
12015 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12016
12017         * scripts/versionlist.awk: New file.
12018         * Makerules [$(build-shared) = yes]
12019         (postclean-generated): Add Versions.def, not Versions.def.v and
12020         Versions.def.v.i.
12021         ($(common-objpfx)Versions.def.v.i): Target removed.
12022         ($(common-objpfx)Versions.def): New target.
12023         ($(common-objpfx)Versions.all): Depend on that rather that
12024         $(common-objpfx)Versions.def.v.
12025         * Versions.def: File removed.
12026
12027         * Makeconfig (+gccwarn): Add -Wundef.
12028         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12029         a dl-sysdep.h breaking its contract.
12030         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12031         * include/stackinfo.h: New file.
12032         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12033         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12034         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12035         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12036         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12037         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12038         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12039         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12040         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12041         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12042         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12043         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12044         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12045         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12046         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12047
12048 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12049
12050         [BZ #16707]
12051         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12052         implementation.
12053         * math/libm-test.inc (round_test_data): Add more tests.
12054
12055         [BZ #16706]
12056         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12057         implementation.
12058         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12059
12060         [BZ #16701]
12061         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12062         implementation.
12063         * math/libm-test.inc (ceil_test_data): Add more tests.
12064
12065         * math/libm-test.inc (trunc_test_data): Add more tests related to
12066         BZ#16414.
12067
12068 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12069
12070         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12071         with #if rather than #ifdef.
12072         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12073
12074 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12075
12076         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12077         first.  Disable AVX-512 GCC support if assembler doesn't support
12078         it.
12079         * sysdeps/x86_64/configure: Regenerated.
12080
12081 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12082
12083         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12084         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12085         (__old_pthread_attr_setstack): Likewise.
12086         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12087         [!_STACK_GROWS_DOWN]: Likewise.
12088
12089 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12090
12091         * config.make.in (have-bash2): Delete.
12092         * configure.ac (libc_cv_have_bash2): Delete.
12093         * configure: Regenerate.
12094         * elf/Makefile (common-ldd-rewrite): Rename to ...
12095         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12096         (sh-ldd-rewrite): Delete.
12097         (bash-ldd-rewrite): Delete.
12098         (have-bash2): Delete checks.
12099         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12100         ldd-rewrite.
12101
12102         * config.make.in (have-ksh): Delete.
12103         (KSH): Delete.
12104         * configure.ac (libc_cv_have_ksh): Delete.
12105         * configure: Regenerate.
12106
12107         * elf/Makefile: Delete $(have-ksh) check.
12108         ($(objpfx)sotruss): Change KSH to BASH.
12109         * elf/sotruss.ksh: Rename to ...
12110         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12111         function style to match POSIX.  Drop ksh vim mode setting.
12112
12113         * manual/time.texi (Specifying the Time Zone with TZ): Change
12114         Tuesday to Thursday.
12115
12116         * debug/tst-longjmp_chk2.c: Update header comment.
12117         (stackoverflow_handler): Add comment.  Call assert on pass value.
12118
12119 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12120
12121         [BZ #16194]
12122         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12123         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12124         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12125         (La_x86_64_vector): Add zmm.
12126         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12127         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12128         ($(objpfx)tst-audit10): New target.
12129         ($(objpfx)tst-audit10.out): Likewise.
12130         (tst-audit10-ENV): New.
12131         (AVX512-CFLAGS): Likewise.
12132         (CFLAGS-tst-audit10.c): Likewise.
12133         (CFLAGS-tst-auditmod10a.c): Likewise.
12134         (CFLAGS-tst-auditmod10b.c): Likewise.
12135         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12136         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12137         * sysdeps/x86_64/configure: Regenerated.
12138         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12139         AVX-512 zmm register support.
12140         (_dl_x86_64_save_sse): Likewise.
12141         (_dl_x86_64_restore_sse): Likewise.
12142         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12143         size vector registers.
12144         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12145         (ZMM_SIZE): Likewise.
12146         * sysdeps/x86_64/tst-audit10.c: New file.
12147         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12148         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12149
12150 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12151
12152         * configure.ac (HAVE_EHDR_START): New check.
12153         * configure: Regenerated.
12154         * config.h.in (HAVE_EHDR_START): New #undef.
12155         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12156         assuming the lowest-addressed segment maps the start of the file.
12157
12158 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12159
12160         * INSTALL: Regenerated.
12161
12162 2014-03-13  Will Newton  <will.newton@linaro.org>
12163
12164         * manual/setjmp.texi (System V contexts): Improve
12165         clarity and grammar of documentation.
12166
12167 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12168
12169         [BZ #16381]
12170         * elf/Makefile (tests): Add tst-pie2.
12171         (tests-pie): Add tst-pie2.
12172         * elf/tst-pie2.c: New file.
12173         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12174         for ET_EXEC.
12175         * elf/rtld.c (map_doit): Load executable as lt_executable.
12176         (dl_main): Likewise.
12177
12178 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12179
12180         [BZ #16642]
12181         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12182         (__ASSUME_PSELECT): Undefine.
12183
12184 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12185
12186         [BZ #16689]
12187         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12188         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12189         static build.
12190         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12191         selector for static builds.
12192
12193 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12194
12195         [BZ #16695]
12196         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12197         key in the buffer.
12198
12199 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12200
12201         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12202         IFUNC selector for static builds.
12203
12204 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12205
12206         * sysdeps/mips/math_private.h [__mips_hard_float]
12207         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12208         libc_feresetround_mips_ctx.
12209         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12210         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12211         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12212
12213         [BZ #16677]
12214         * math/s_nextafter.c (__nextafter): Do not return value from
12215         overflowing computation.
12216         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12217         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12218         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12219         Likewise.
12220         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12221         Likewise.
12222         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12223         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12224
12225 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12226
12227         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12228         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12229         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12230         the new mov targetting sp.
12231
12232 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12233
12234         [BZ #16683]
12235         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12236         Define it for static builds as well.
12237         (NO_BZERO_IMPL): Likewise.
12238
12239 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12240
12241         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12242         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12243         multiarch strspn for PPC64.
12244         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12245         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12246         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12247         (__libc_ifunc_impl_list): Likewise.
12248         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12249         multiarch optimizations
12250         * string/strspn.c (strspn): Using macro to redefine symbol name.
12251
12252 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12253             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12254
12255         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12256         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12257         multiarch strncat for PPC64.
12258         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12259         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12260         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12261         (__libc_ifunc_impl_list): Likewise.
12262         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12263         multiarch optimizations
12264
12265 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12266
12267         [BZ #16639]
12268         * nscd/nscd.service: Make service type forking.
12269
12270 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12271
12272         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12273         sign in non default rounding modes.
12274         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12275
12276 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12277
12278         * math/libm-test.inc (ALL_RM_TEST): New macro.
12279         (ceil_test): Use ALL_RM_TEST.
12280         (cimag_test): Likewise.
12281         (conj_test): Likewise.
12282         (copysign_test): Likewise.
12283         (cproj_test): Likewise.
12284         (creal_test): Likewise.
12285         (fabs_test): Likewise.
12286         (floor_test): Likewise.
12287         (fmax_test): Likewise.
12288         (fmin_test): Likewise.
12289         (fmod_test): Likewise.
12290         (fpclassify_test): Likewise.
12291         (frexp_test): Likewise.
12292         (ilogb_test): Likewise.
12293         (isfinite_test): Likewise.
12294         (finite_test): Likewise.
12295         (isgreater_test): Likewise.
12296         (isgreaterequal_test): Likewise.
12297         (isinf_test): Likewise.
12298         (isless_test): Likewise.
12299         (islessequal_test): Likewise.
12300         (islessgreater_test): Likewise.
12301         (isnan_test): Likewise.
12302         (isnormal_test): Likewise.
12303         (issignaling_test): Likewise.
12304         (isunordered_test): Likewise.
12305         (logb_test): Likewise.
12306         (logb_downward_test_data): Remove.
12307         (logb_test_downward): Likewise.
12308         (lround_test): Use ALL_RM_TEST.
12309         (llround_test): Likewise.
12310         (modf_test): Likewise.
12311         (nexttoward_test): Likewise.
12312         (remainder_test): Likewise.
12313         (drem_test): Likewise.
12314         (remainder_tonearest_test_data): Likewise.
12315         (remainder_test_tonearest): Likewise.
12316         (drem_test_tonearest): Likewise.
12317         (remainder_towardzero_test_data): Likewise.
12318         (remainder_test_towardzero): Likewise.
12319         (drem_test_towardzero): Likewise.
12320         (remainder_downward_test_data): Likewise.
12321         (remainder_test_downward): Likewise.
12322         (drem_test_downward): Likewise.
12323         (remainder_upward_test_data): Likewise.
12324         (remainder_test_upward): Likewise.
12325         (drem_test_upward): Likewise.
12326         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12327         (round_test): Use ALL_RM_TEST.
12328         (signbit_test): Likewise.
12329         (trunc_test): Likewise.
12330         (significand_test): Likewise.
12331         (main): Don't call removed functions.
12332
12333 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12334
12335         [BZ #16674]
12336         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12337         || __USE_XOPEN2K8].
12338         (ILL_ILLOPN): Likewise.
12339         (ILL_ILLADR): Likewise.
12340         (ILL_ILLTRP): Likewise.
12341         (ILL_PRVOPC): Likewise.
12342         (ILL_PRVREG): Likewise.
12343         (ILL_COPROC): Likewise.
12344         (ILL_BADSTK): Likewise.
12345         (FPE_INTDIV): Likewise.
12346         (FPE_INTOVF): Likewise.
12347         (FPE_FLTDIV): Likewise.
12348         (FPE_FLTOVF): Likewise.
12349         (FPE_FLTUND): Likewise.
12350         (FPE_FLTRES): Likewise.
12351         (FPE_FLTINV): Likewise.
12352         (FPE_FLTSUB): Likewise.
12353         (SEGV_MAPERR): Likewise.
12354         (SEGV_ACCERR): Likewise.
12355         (BUS_ADRALN): Likewise.
12356         (BUS_ADRERR): Likewise.
12357         (BUS_OBJERR): Likewise.
12358         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12359         (TRAP_TRACE): Likewise.
12360         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12361         __USE_XOPEN2K8].
12362         (CLD_KILLED): Likewise.
12363         (CLD_DUMPED): Likewise.
12364         (CLD_TRAPPED): Likewise.
12365         (CLD_STOPPED): Likewise.
12366         (CLD_CONTINUED): Likewise.
12367         (POLL_IN): Likewise.
12368         (POLL_OUT): Likewise.
12369         (POLL_MSG): Likewise.
12370         (POLL_ERR): Likewise.
12371         (POLL_PRI): Likewise.
12372         (POLL_HUP): Likewise.
12373         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12374         Likewise.
12375         (ILL_ILLOPN): Likewise.
12376         (ILL_ILLADR): Likewise.
12377         (ILL_ILLTRP): Likewise.
12378         (ILL_PRVOPC): Likewise.
12379         (ILL_PRVREG): Likewise.
12380         (ILL_COPROC): Likewise.
12381         (ILL_BADSTK): Likewise.
12382         (FPE_INTDIV): Likewise.
12383         (FPE_INTOVF): Likewise.
12384         (FPE_FLTDIV): Likewise.
12385         (FPE_FLTOVF): Likewise.
12386         (FPE_FLTUND): Likewise.
12387         (FPE_FLTRES): Likewise.
12388         (FPE_FLTINV): Likewise.
12389         (FPE_FLTSUB): Likewise.
12390         (SEGV_MAPERR): Likewise.
12391         (SEGV_ACCERR): Likewise.
12392         (BUS_ADRALN): Likewise.
12393         (BUS_ADRERR): Likewise.
12394         (BUS_OBJERR): Likewise.
12395         (BUS_MCEERR_AR): Likewise.
12396         (BUS_MCEERR_AO): Likewise.
12397         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12398         (TRAP_TRACE): Likewise.
12399         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12400         __USE_XOPEN2K8].
12401         (CLD_KILLED): Likewise.
12402         (CLD_DUMPED): Likewise.
12403         (CLD_TRAPPED): Likewise.
12404         (CLD_STOPPED): Likewise.
12405         (CLD_CONTINUED): Likewise.
12406         (POLL_IN): Likewise.
12407         (POLL_OUT): Likewise.
12408         (POLL_MSG): Likewise.
12409         (POLL_ERR): Likewise.
12410         (POLL_PRI): Likewise.
12411         (POLL_HUP): Likewise.
12412         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12413         (ILL_ILLOPN): Likewise.
12414         (ILL_ILLADR): Likewise.
12415         (ILL_ILLTRP): Likewise.
12416         (ILL_PRVOPC): Likewise.
12417         (ILL_PRVREG): Likewise.
12418         (ILL_COPROC): Likewise.
12419         (ILL_BADSTK): Likewise.
12420         (FPE_INTDIV): Likewise.
12421         (FPE_INTOVF): Likewise.
12422         (FPE_FLTDIV): Likewise.
12423         (FPE_FLTOVF): Likewise.
12424         (FPE_FLTUND): Likewise.
12425         (FPE_FLTRES): Likewise.
12426         (FPE_FLTINV): Likewise.
12427         (FPE_FLTSUB): Likewise.
12428         (SEGV_MAPERR): Likewise.
12429         (SEGV_ACCERR): Likewise.
12430         (BUS_ADRALN): Likewise.
12431         (BUS_ADRERR): Likewise.
12432         (BUS_OBJERR): Likewise.
12433         (BUS_MCEERR_AR): Likewise.
12434         (BUS_MCEERR_AO): Likewise.
12435         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12436         (TRAP_TRACE): Likewise.
12437         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12438         __USE_XOPEN2K8].
12439         (CLD_KILLED): Likewise.
12440         (CLD_DUMPED): Likewise.
12441         (CLD_TRAPPED): Likewise.
12442         (CLD_STOPPED): Likewise.
12443         (CLD_CONTINUED): Likewise.
12444         (POLL_IN): Likewise.
12445         (POLL_OUT): Likewise.
12446         (POLL_MSG): Likewise.
12447         (POLL_ERR): Likewise.
12448         (POLL_PRI): Likewise.
12449         (POLL_HUP): Likewise.
12450         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12451         Likewise.
12452         (ILL_ILLOPN): Likewise.
12453         (ILL_ILLADR): Likewise.
12454         (ILL_ILLTRP): Likewise.
12455         (ILL_PRVOPC): Likewise.
12456         (ILL_PRVREG): Likewise.
12457         (ILL_COPROC): Likewise.
12458         (ILL_BADSTK): Likewise.
12459         (ILL_BADIADDR): Likewise.
12460         (ILL_BREAK): Likewise.
12461         (FPE_INTDIV): Likewise.
12462         (FPE_INTOVF): Likewise.
12463         (FPE_FLTDIV): Likewise.
12464         (FPE_FLTOVF): Likewise.
12465         (FPE_FLTUND): Likewise.
12466         (FPE_FLTRES): Likewise.
12467         (FPE_FLTINV): Likewise.
12468         (FPE_FLTSUB): Likewise.
12469         (FPE_DECOVF): Likewise.
12470         (FPE_DECDIV): Likewise.
12471         (FPE_DECERR): Likewise.
12472         (FPE_INVASC): Likewise.
12473         (FPE_INVDEC): Likewise.
12474         (SEGV_MAPERR): Likewise.
12475         (SEGV_ACCERR): Likewise.
12476         (SEGV_PSTKOVF): Likewise.
12477         (BUS_ADRALN): Likewise.
12478         (BUS_ADRERR): Likewise.
12479         (BUS_OBJERR): Likewise.
12480         (BUS_MCEERR_AR): Likewise.
12481         (BUS_MCEERR_AO): Likewise.
12482         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12483         (TRAP_TRACE): Likewise.
12484         (TRAP_BRANCH): Likewise.
12485         (TRAP_HWBKPT): Likewise.
12486         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12487         __USE_XOPEN2K8].
12488         (CLD_KILLED): Likewise.
12489         (CLD_DUMPED): Likewise.
12490         (CLD_TRAPPED): Likewise.
12491         (CLD_STOPPED): Likewise.
12492         (CLD_CONTINUED): Likewise.
12493         (POLL_IN): Likewise.
12494         (POLL_OUT): Likewise.
12495         (POLL_MSG): Likewise.
12496         (POLL_ERR): Likewise.
12497         (POLL_PRI): Likewise.
12498         (POLL_HUP): Likewise.
12499         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12500         (ILL_ILLOPN): Likewise.
12501         (ILL_ILLADR): Likewise.
12502         (ILL_ILLTRP): Likewise.
12503         (ILL_PRVOPC): Likewise.
12504         (ILL_PRVREG): Likewise.
12505         (ILL_COPROC): Likewise.
12506         (ILL_BADSTK): Likewise.
12507         (FPE_INTDIV): Likewise.
12508         (FPE_INTOVF): Likewise.
12509         (FPE_FLTDIV): Likewise.
12510         (FPE_FLTOVF): Likewise.
12511         (FPE_FLTUND): Likewise.
12512         (FPE_FLTRES): Likewise.
12513         (FPE_FLTINV): Likewise.
12514         (FPE_FLTSUB): Likewise.
12515         (SEGV_MAPERR): Likewise.
12516         (SEGV_ACCERR): Likewise.
12517         (BUS_ADRALN): Likewise.
12518         (BUS_ADRERR): Likewise.
12519         (BUS_OBJERR): Likewise.
12520         (BUS_MCEERR_AR): Likewise.
12521         (BUS_MCEERR_AO): Likewise.
12522         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12523         (TRAP_TRACE): Likewise.
12524         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12525         __USE_XOPEN2K8].
12526         (CLD_KILLED): Likewise.
12527         (CLD_DUMPED): Likewise.
12528         (CLD_TRAPPED): Likewise.
12529         (CLD_STOPPED): Likewise.
12530         (CLD_CONTINUED): Likewise.
12531         (POLL_IN): Likewise.
12532         (POLL_OUT): Likewise.
12533         (POLL_MSG): Likewise.
12534         (POLL_ERR): Likewise.
12535         (POLL_PRI): Likewise.
12536         (POLL_HUP): Likewise.
12537         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12538         (ILL_ILLOPN): Likewise.
12539         (ILL_ILLADR): Likewise.
12540         (ILL_ILLTRP): Likewise.
12541         (ILL_PRVOPC): Likewise.
12542         (ILL_PRVREG): Likewise.
12543         (ILL_COPROC): Likewise.
12544         (ILL_BADSTK): Likewise.
12545         (FPE_INTDIV): Likewise.
12546         (FPE_INTOVF): Likewise.
12547         (FPE_FLTDIV): Likewise.
12548         (FPE_FLTOVF): Likewise.
12549         (FPE_FLTUND): Likewise.
12550         (FPE_FLTRES): Likewise.
12551         (FPE_FLTINV): Likewise.
12552         (FPE_FLTSUB): Likewise.
12553         (SEGV_MAPERR): Likewise.
12554         (SEGV_ACCERR): Likewise.
12555         (BUS_ADRALN): Likewise.
12556         (BUS_ADRERR): Likewise.
12557         (BUS_OBJERR): Likewise.
12558         (BUS_MCEERR_AR): Likewise.
12559         (BUS_MCEERR_AO): Likewise.
12560         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12561         (TRAP_TRACE): Likewise.
12562         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12563         __USE_XOPEN2K8].
12564         (CLD_KILLED): Likewise.
12565         (CLD_DUMPED): Likewise.
12566         (CLD_TRAPPED): Likewise.
12567         (CLD_STOPPED): Likewise.
12568         (CLD_CONTINUED): Likewise.
12569         (POLL_IN): Likewise.
12570         (POLL_OUT): Likewise.
12571         (POLL_MSG): Likewise.
12572         (POLL_ERR): Likewise.
12573         (POLL_PRI): Likewise.
12574         (POLL_HUP): Likewise.
12575         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12576         (ILL_ILLOPN): Likewise.
12577         (ILL_ILLADR): Likewise.
12578         (ILL_ILLTRP): Likewise.
12579         (ILL_PRVOPC): Likewise.
12580         (ILL_PRVREG): Likewise.
12581         (ILL_COPROC): Likewise.
12582         (ILL_BADSTK): Likewise.
12583         (FPE_INTDIV): Likewise.
12584         (FPE_INTOVF): Likewise.
12585         (FPE_FLTDIV): Likewise.
12586         (FPE_FLTOVF): Likewise.
12587         (FPE_FLTUND): Likewise.
12588         (FPE_FLTRES): Likewise.
12589         (FPE_FLTINV): Likewise.
12590         (FPE_FLTSUB): Likewise.
12591         (SEGV_MAPERR): Likewise.
12592         (SEGV_ACCERR): Likewise.
12593         (BUS_ADRALN): Likewise.
12594         (BUS_ADRERR): Likewise.
12595         (BUS_OBJERR): Likewise.
12596         (BUS_MCEERR_AR): Likewise.
12597         (BUS_MCEERR_AO): Likewise.
12598         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12599         (TRAP_TRACE): Likewise.
12600         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12601         __USE_XOPEN2K8].
12602         (CLD_KILLED): Likewise.
12603         (CLD_DUMPED): Likewise.
12604         (CLD_TRAPPED): Likewise.
12605         (CLD_STOPPED): Likewise.
12606         (CLD_CONTINUED): Likewise.
12607         (POLL_IN): Likewise.
12608         (POLL_OUT): Likewise.
12609         (POLL_MSG): Likewise.
12610         (POLL_ERR): Likewise.
12611         (POLL_PRI): Likewise.
12612         (POLL_HUP): Likewise.
12613         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12614         (ILL_ILLOPN): Likewise.
12615         (ILL_ILLADR): Likewise.
12616         (ILL_ILLTRP): Likewise.
12617         (ILL_PRVOPC): Likewise.
12618         (ILL_PRVREG): Likewise.
12619         (ILL_COPROC): Likewise.
12620         (ILL_BADSTK): Likewise.
12621         (ILL_DBLFLT): Likewise.
12622         (ILL_HARDWALL): Likewise.
12623         (FPE_INTDIV): Likewise.
12624         (FPE_INTOVF): Likewise.
12625         (FPE_FLTDIV): Likewise.
12626         (FPE_FLTOVF): Likewise.
12627         (FPE_FLTUND): Likewise.
12628         (FPE_FLTRES): Likewise.
12629         (FPE_FLTINV): Likewise.
12630         (FPE_FLTSUB): Likewise.
12631         (SEGV_MAPERR): Likewise.
12632         (SEGV_ACCERR): Likewise.
12633         (BUS_ADRALN): Likewise.
12634         (BUS_ADRERR): Likewise.
12635         (BUS_OBJERR): Likewise.
12636         (BUS_MCEERR_AR): Likewise.
12637         (BUS_MCEERR_AO): Likewise.
12638         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12639         (TRAP_TRACE): Likewise.
12640         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12641         __USE_XOPEN2K8].
12642         (CLD_KILLED): Likewise.
12643         (CLD_DUMPED): Likewise.
12644         (CLD_TRAPPED): Likewise.
12645         (CLD_STOPPED): Likewise.
12646         (CLD_CONTINUED): Likewise.
12647         (POLL_IN): Likewise.
12648         (POLL_OUT): Likewise.
12649         (POLL_MSG): Likewise.
12650         (POLL_ERR): Likewise.
12651         (POLL_PRI): Likewise.
12652         (POLL_HUP): Likewise.
12653         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12654         (ILL_ILLOPN): Likewise.
12655         (ILL_ILLADR): Likewise.
12656         (ILL_ILLTRP): Likewise.
12657         (ILL_PRVOPC): Likewise.
12658         (ILL_PRVREG): Likewise.
12659         (ILL_COPROC): Likewise.
12660         (ILL_BADSTK): Likewise.
12661         (FPE_INTDIV): Likewise.
12662         (FPE_INTOVF): Likewise.
12663         (FPE_FLTDIV): Likewise.
12664         (FPE_FLTOVF): Likewise.
12665         (FPE_FLTUND): Likewise.
12666         (FPE_FLTRES): Likewise.
12667         (FPE_FLTINV): Likewise.
12668         (FPE_FLTSUB): Likewise.
12669         (SEGV_MAPERR): Likewise.
12670         (SEGV_ACCERR): Likewise.
12671         (BUS_ADRALN): Likewise.
12672         (BUS_ADRERR): Likewise.
12673         (BUS_OBJERR): Likewise.
12674         (BUS_MCEERR_AR): Likewise.
12675         (BUS_MCEERR_AO): Likewise.
12676         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12677         (TRAP_TRACE): Likewise.
12678         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12679         __USE_XOPEN2K8].
12680         (CLD_KILLED): Likewise.
12681         (CLD_DUMPED): Likewise.
12682         (CLD_TRAPPED): Likewise.
12683         (CLD_STOPPED): Likewise.
12684         (CLD_CONTINUED): Likewise.
12685         (POLL_IN): Likewise.
12686         (POLL_OUT): Likewise.
12687         (POLL_MSG): Likewise.
12688         (POLL_ERR): Likewise.
12689         (POLL_PRI): Likewise.
12690         (POLL_HUP): Likewise.
12691         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12692         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12693
12694         [BZ #16670]
12695         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12696         before #include of <time.h>.
12697         [!__USE_XOPEN2K] (__need_timespec): Likewise.
12698         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12699         (test-xfail-UNIX98/sched.h/conform): Likewise.
12700
12701 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12702
12703         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12704         error absence of trapping exception support.
12705         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12706
12707 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12708
12709         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12710         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12711         * timezone/Makefile (testdata): Move definition above include of
12712         Rules.
12713         (test-zones): New variable.
12714         (tests-special): Add zone files.
12715         (build-testdata): Use $(evaluate-test).
12716
12717         * elf/Makefile (tests-special): Rename tests to end with .out.
12718         ($(objpfx)noload-mem): Likewise.
12719         ($(objpfx)tst-leaks1-mem): Likewise.
12720         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12721         * iconv/Makefile (xtests-special): Change test-iconvconfig to
12722         $(objpfx)test-iconvconfig.out.
12723         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
12724         set -e inside subshell and redirect output to file.
12725         * iconvdata/Makefile (generated): Rename tests to end with .out.
12726         Correct type.
12727         (tests-special): Rename tests to end with .out.
12728         ($(objpfx)mtrace-tst-loading): Likewise.
12729         * intl/Makefile (generated): Likewise.
12730         (tests-special): Likewise.
12731         ($(objpfx)mtrace-tst-gettext): Likewise.
12732         * misc/Makefile (generated): Likewise.
12733         (tests-special): Likewise.
12734         ($(objpfx)tst-error1-mem): Likewise.
12735         * nptl/Makefile (tests-special): Likewise.
12736         ($(objpfx)tst-stack3-mem): Likewise.
12737         (generated): Likewise.
12738         * posix/Makefile (generated): Likewise.
12739         (tests-special): Likewise.
12740         (xtests-special): Likewise.
12741         ($(objpfx)tst-fnmatch-mem): Likewise.
12742         ($(objpfx)bug-regex2-mem): Likewise.
12743         ($(objpfx)bug-regex14-mem): Likewise.
12744         ($(objpfx)bug-regex21-mem): Likewise.
12745         ($(objpfx)bug-regex31-mem): Likewise.
12746         ($(objpfx)tst-vfork3-mem): Likewise.
12747         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
12748         ($(objpfx)tst-pcre-mem): Likewise.
12749         ($(objpfx)tst-boost-mem): Likewise.
12750         ($(objpfx)bug-ga2-mem): Likewise.
12751         ($(objpfx)bug-glob2-mem): Likewise.
12752         * resolv/Makefile (generate): Likewise.
12753         (tests-special): Likewise.
12754         (xtests-special): Likewise.
12755         (generated): Likewise.
12756         ($(objpfx)mtrace-tst-leaks): Likewise.
12757         ($(objpfx)mtrace-tst-leaks2): Likewise.
12758
12759         * scripts/merge-test-results.sh: New file.
12760         * Makefile (tests-special-notdir): New variable.
12761         (tests): Run merge-test-results.sh.
12762         (xtests): Likewise.
12763         * Rules (tests-special-notdir): New variable.
12764         (xtests-special-notdir): Likewise.
12765         (tests): Run merge-test-results.sh
12766         (xtests): Likewise.
12767
12768         * Makeconfig (test-xfail-name): New variable.
12769         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
12770         compute variable name for expected failures.
12771         * conform/Makefile (conformtest-headers-data): New variable.
12772         (conformtest-standards): Likewise.
12773         (conformtest-headers-ISO): Likewise.
12774         (conformtest-headers-ISO99): Likewise.
12775         (conformtest-headers-ISO11): Likewise.
12776         (conformtest-headers-POSIX): Likewise.
12777         (conformtest-headers-XPG3): Likewise.
12778         (conformtest-headers-XPG4): Likewise.
12779         (conformtest-headers-UNIX98): Likewise.
12780         (conformtest-headers-XOPEN2K): Likewise.
12781         (conformtest-headers-POSIX2008): Likewise.
12782         (conformtest-headers-XOPEN2K8): Likewise.
12783         (conformtest-header-list-base): Likewise.
12784         (conformtest-header-list-tests): Likewise.
12785         (conformtest-header-base): Likewise.
12786         (conformtest-header-tests): Likewise.
12787         (tests-special): Add $(conformtest-header-list-tests).  If
12788         [$(fast-check) && !$(cross-compiling)], add
12789         $(conformtest-header-tests) instead of
12790         $(objpfx)run-conformtest.out.
12791         (generated): Add $(conformtest-header-list-base).  If
12792         [$(fast-check) && !$(cross-compiling)], add
12793         $(conformtest-header-base).  Remove previous setting.
12794         ($(conformtest-header-list-tests)): New target.
12795         (test-xfail-run-conformtest): Remove variable.
12796         ($(objpfx)run-conformtest.out): Remove target.
12797         (test-xfail-ISO11/complex.h/conform): New variable.
12798         (test-xfail-ISO11/stdalign.h/conform): Likewise.
12799         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
12800         (test-xfail-XPG3/varargs.h/conform): Likewise.
12801         (test-xfail-XPG4/varargs.h/conform): Likewise.
12802         (test-xfail-UNIX98/varargs.h/conform): Likewise.
12803         (test-xfail-XPG4/ndbm.h/conform): Likewise.
12804         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
12805         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
12806         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
12807         (test-xfail-XPG3/fcntl.h/conform): Likewise.
12808         (test-xfail-XPG3/ftw.h/conform): Likewise.
12809         (test-xfail-XPG3/grp.h/conform): Likewise.
12810         (test-xfail-XPG3/langinfo.h/conform): Likewise.
12811         (test-xfail-XPG3/limits.h/conform): Likewise.
12812         (test-xfail-XPG3/pwd.h/conform): Likewise.
12813         (test-xfail-XPG3/search.h/conform): Likewise.
12814         (test-xfail-XPG3/signal.h/conform): Likewise.
12815         (test-xfail-XPG3/stdio.h/conform): Likewise.
12816         (test-xfail-XPG3/stdlib.h/conform): Likewise.
12817         (test-xfail-XPG3/string.h/conform): Likewise.
12818         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
12819         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
12820         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
12821         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
12822         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
12823         (test-xfail-XPG3/sys/types.h/conform): Likewise.
12824         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
12825         (test-xfail-XPG3/termios.h/conform): Likewise.
12826         (test-xfail-XPG3/time.h/conform): Likewise.
12827         (test-xfail-XPG3/unistd.h/conform): Likewise.
12828         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
12829         (test-xfail-XPG4/fcntl.h/conform): Likewise.
12830         (test-xfail-XPG4/langinfo.h/conform): Likewise.
12831         (test-xfail-XPG4/netdb.h/conform): Likewise.
12832         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
12833         (test-xfail-XPG4/signal.h/conform): Likewise.
12834         (test-xfail-XPG4/stdio.h/conform): Likewise.
12835         (test-xfail-XPG4/stdlib.h/conform): Likewise.
12836         (test-xfail-XPG4/stropts.h/conform): Likewise.
12837         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
12838         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
12839         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
12840         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
12841         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
12842         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
12843         (test-xfail-XPG4/sys/time.h/conform): Likewise.
12844         (test-xfail-XPG4/sys/types.h/conform): Likewise.
12845         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
12846         (test-xfail-XPG4/termios.h/conform): Likewise.
12847         (test-xfail-XPG4/ucontext.h/conform): Likewise.
12848         (test-xfail-XPG4/unistd.h/conform): Likewise.
12849         (test-xfail-XPG4/utmpx.h/conform): Likewise.
12850         (test-xfail-POSIX/sched.h/conform): Likewise.
12851         (test-xfail-POSIX/signal.h/conform): Likewise.
12852         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12853         (test-xfail-POSIX/tar.h/conform): Likewise.
12854         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
12855         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
12856         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
12857         (test-xfail-UNIX98/netdb.h/conform): Likewise.
12858         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
12859         (test-xfail-UNIX98/sched.h/conform): Likewise.
12860         (test-xfail-UNIX98/signal.h/conform): Likewise.
12861         (test-xfail-UNIX98/stdio.h/conform): Likewise.
12862         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
12863         (test-xfail-UNIX98/stropts.h/conform): Likewise.
12864         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
12865         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
12866         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
12867         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
12868         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
12869         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
12870         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
12871         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
12872         (test-xfail-UNIX98/unistd.h/conform): Likewise.
12873         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
12874         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
12875         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
12876         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
12877         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
12878         (test-xfail-XOPEN2K/math.h/conform): Likewise.
12879         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
12880         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
12881         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
12882         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
12883         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
12884         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
12885         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
12886         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
12887         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
12888         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
12889         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
12890         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
12891         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
12892         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
12893         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
12894         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
12895         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
12896         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
12897         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
12898         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
12899         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
12900         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
12901         (test-xfail-POSIX2008/signal.h/conform): Likewise.
12902         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
12903         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
12904         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
12905         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
12906         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
12907         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
12908         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
12909         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
12910         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
12911         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
12912         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
12913         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
12914         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
12915         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
12916         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
12917         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
12918         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
12919         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
12920         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
12921         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
12922         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
12923         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
12924         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
12925         (conformtest-cc-flags): Likewise.
12926         ($(conformtest-header-tests): New target.
12927         * conform/check-header-lists.sh: New file.
12928         * conform/run-conformtest.sh: Remove.
12929
12930         * conform/conformtest.pl: Allow ' and \ in values given for
12931         constants.
12932         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
12933         inclusion.
12934         [POSIX] (sys/types.h): Likewise.
12935         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
12936         inclusion.
12937         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
12938         inclusion.
12939         * conform/data/signal.h-data (SIGIO): Remove expectation.
12940         [XPG3] (SIGBUS): Do not expect.
12941         [POSIX || XPG3] (SIGPOLL): Likewise.
12942         [POSIX || XPG3] (SIGPROF): Likewise.
12943         [POSIX || XPG3] (SIGSYS): Likewise.
12944         [XPG3] (SIGTRAP): Likewise.
12945         [POSIX || XPG3] (SIGURG): Likewise.
12946         [POSIX || XPG3] (SIGVTALRM): Likewise.
12947         [POSIX || XPG3] (SIGXCPU): Likewise.
12948         [POSIX || XPG3] (SIGXFSZ): Likewise.
12949         [POSIX] (SA_SIGINFO): Expect.
12950         [XPG3] (siginfo_t): Do not expect type or contents.
12951         [POSIX] (si_pid): Do not expect element.
12952         [POSIX] (si_uid): Likewise.
12953         [POSIX] (si_addr): Likewise.
12954         [POSIX] (si_status): Likewise.
12955         [POSIX] (si_band): Likewise.
12956         [XPG4] (si_value): Likewise.
12957         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
12958         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
12959         [POSIX || XPG3] (ILL_ILLADR): Likewise.
12960         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
12961         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
12962         [POSIX || XPG3] (ILL_PRVREG): Likewise.
12963         [POSIX || XPG3] (ILL_COPROC): Likewise.
12964         [POSIX || XPG3] (ILL_BADSTK): Likewise.
12965         [POSIX || XPG3] (FPE_INTDIV): Likewise.
12966         [POSIX || XPG3] (FPE_INTOVF): Likewise.
12967         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
12968         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
12969         [POSIX || XPG3] (FPE_FLTUND): Likewise.
12970         [POSIX || XPG3] (FPE_FLTRES): Likewise.
12971         [POSIX || XPG3] (FPE_FLTINV): Likewise.
12972         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
12973         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
12974         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
12975         [POSIX || XPG3] (BUS_ADRALN): Likewise.
12976         [POSIX || XPG3] (BUS_ADRERR): Likewise.
12977         [POSIX || XPG3] (BUS_OBJERR): Likewise.
12978         [POSIX || XPG3] (CLD_EXITED): Likewise.
12979         [POSIX || XPG3] (CLD_KILLED): Likewise.
12980         [POSIX || XPG3] (CLD_DUMPED): Likewise.
12981         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
12982         [POSIX || XPG3] (CLD_STOPPED): Likewise.
12983         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
12984         [POSIX || XPG3] (POLL_IN): Likewise.
12985         [POSIX || XPG3] (POLL_OUT): Likewise.
12986         [POSIX || XPG3] (POLL_MSG): Likewise.
12987         [POSIX || XPG3] (POLL_ERR): Likewise.
12988         [POSIX || XPG3] (POLL_PRI): Likewise.
12989         [POSIX || XPG3] (POLL_HUP): Likewise.
12990         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
12991         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
12992         (SIG*): Do not allow.
12993         [XPG3] (si_*): Likewise.
12994         [XPG3] (SI_*): Likewise.
12995         [XPG3 || XPG4] (sigev_*): Likewise.
12996         [XPG3 || XPG4] (SIGEV_*): Likewise.
12997         [XPG3 || XPG4] (sival_*): Likewise.
12998         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
12999         [POSIX || XPG3] (BUS_*): Likewise.
13000         [POSIX || XPG3] (CLD_*): Likewise.
13001         [POSIX || XPG3] (FPE_*): Likewise.
13002         [POSIX || XPG3] (ILL_*): Likewise.
13003         [POSIX || XPG3] (POLL_*): Likewise.
13004         [POSIX || XPG3] (SEGV_*): Likewise.
13005         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13006         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13007         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13008         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13009         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13010         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13011         Specify type and value.
13012         (TVERSLEN): Likewise.
13013         (REGTYPE): Likewise.
13014         (AREGTYPE): Likewise.
13015         (LNKTYPE): Likewise.
13016         (SYMTYPE): Likewise.
13017         (CHRTYPE): Likewise.
13018         (BLKTYPE): Likewise.
13019         (DIRTYPE): Likewise.
13020         (FIFOTYPE): Likewise.
13021         (CONTTYPE): Likewise.
13022         (TSUID): Likewise.
13023         (TSGID): Likewise.
13024         (TSVTX): Likewise.
13025         (TUREAD): Likewise.
13026         (TUWRITE): Likewise.
13027         (TUEXEC): Likewise.
13028         (TGREAD): Likewise.
13029         (TGWRITE): Likewise.
13030         (TGEXEC): Likewise.
13031         (TOREAD): Likewise.
13032         (TOWRITE): Likewise.
13033         (TOEXEC): Likewise.
13034         [POSIX] (TSVTX): Expect constant.
13035
13036 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13037
13038         * Makefile (tests): Change dependencies to ....
13039         (tests-special): ... additions to this variable.
13040         (tests): Depend on $(tests-special).
13041         * Makerules (check-abi-list): New variable.
13042         (check-abi): Depend on $(check-abi-list).
13043         [$(subdir) = elf] (tests-special): Add
13044         $(objpfx)check-abi-libc.out.
13045         [$(build-shared) = yes && subdir] (tests-special): Add
13046         $(check-abi-list).
13047         [$(build-shared) = yes && subdir] (tests): Do not depend on
13048         check-abi.
13049         * Rules (tests): Depend on $(tests-special).
13050         (xtests): Depend on $(xtests-special).
13051         * catgets/Makefile (tests): Change dependencies to ....
13052         (tests-special): ... additions to this variable.
13053         * conform/Makefile (tests): Change dependencies to ....
13054         (tests-special): ... additions to this variable.
13055         * elf/Makefile (tests): Change dependencies to ....
13056         (tests-special): ... additions to this variable.
13057         * grp/Makefile (tests): Change dependencies to ....
13058         (tests-special): ... additions to this variable.
13059         * iconv/Makefile (xtests): Change dependencies to ....
13060         (xtests-special): ... additions to this variable.
13061         * iconvdata/Makefile (tests): Change dependencies to ....
13062         (tests-special): ... additions to this variable.
13063         * intl/Makefile (tests): Change dependencies to ....
13064         (tests-special): ... additions to this variable.  Also add
13065         $(objpfx)tst-gettext.out.
13066         * io/Makefile (tests): Change dependencies to ....
13067         (tests-special): ... additions to this variable.
13068         * libio/Makefile (tests): Change dependencies to ....
13069         (tests-special): ... additions to this variable.
13070         * malloc/Makefile (tests): Change dependencies to ....
13071         (tests-special): ... additions to this variable.
13072         * misc/Makefile (tests): Change dependencies to ....
13073         (tests-special): ... additions to this variable.
13074         * nptl/Makefile (tests): Change dependencies to ....
13075         (tests-special): ... additions to this variable.
13076         * nptl_db/Makefile (tests): Change dependencies to ....
13077         (tests-special): ... additions to this variable.
13078         * posix/Makefile (tests): Change dependencies to ....
13079         (tests-special): ... additions to this variable.
13080         (xtests): Change dependencies to ....
13081         (xtests-special): ... additions to this variable.
13082         * resolv/Makefile (tests): Change dependencies to ....
13083         (tests-special): ... additions to this variable.
13084         (xtests): Change dependencies to ....
13085         (xtests-special): ... additions to this variable.
13086         * stdio-common/Makefile (tests): Change dependencies to ....
13087         (tests-special): ... additions to this variable.
13088         (do-tst-unbputc): Remove target.
13089         (do-tst-printf): Likewise.
13090         * stdlib/Makefile (tests): Change dependencies to ....
13091         (tests-special): ... additions to this variable.
13092         * string/Makefile (tests): Change dependencies to ....
13093         (tests-special): ... additions to this variable.
13094         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13095         (tests-special): ... additions to this variable.
13096
13097         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13098         whole file.
13099         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13100         whole file.
13101         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13102         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13103
13104         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13105         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13106         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13107         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13108         * conform/data/libgen.h-data [XPG3]: Likewise.
13109         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13110         * conform/data/ndbm.h-data [XPG3]: Likewise.
13111         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13112         * conform/data/netdb.h-data [XPG3]: Likewise.
13113         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13114         * conform/data/poll.h-data [XPG3]: Likewise.
13115         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13116         * conform/data/strings.h-data [XPG3]: Likewise.
13117         * conform/data/stropts.h-data [XPG3]: Likewise.
13118         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13119         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13120         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13121         Likewise.
13122         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13123         * conform/data/sys/time.h-data [XPG3]: Likewise.
13124         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13125         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13126         * conform/data/sys/un.h-data [XPG3]: Likewise.
13127         * conform/data/syslog.h-data [XPG3]: Likewise.
13128         * conform/data/ucontext.h-data [XPG3]: Likewise.
13129         * conform/data/utmpx.h-data [XPG3]: Likewise.
13130         * conform/data/varargs.h-data [UNIX98]: Enable file.
13131
13132         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13133
13134         * math/libm-test.inc (struct test_f_f_data): Move expected results
13135         into structure for each rounding mode.
13136         (struct test_ff_f_data): Likewise.
13137         (struct test_ff_f_data_nexttoward): Likewise.
13138         (struct test_fi_f_data): Likewise.
13139         (struct test_fl_f_data): Likewise.
13140         (struct test_if_f_data): Likewise.
13141         (struct test_fff_f_data): Likewise.
13142         (struct test_c_f_data): Likewise.
13143         (struct test_f_f1_data): Likewise.
13144         (struct test_fF_f1_data): Likewise.
13145         (struct test_ffI_f1_data): Likewise.
13146         (struct test_c_c_data): Likewise.
13147         (struct test_cc_c_data): Likewise.
13148         (struct test_f_i_data): Likewise.
13149         (struct test_ff_i_data): Likewise.
13150         (struct test_f_l_data): Likewise.
13151         (struct test_f_L_data): Likewise.
13152         (struct test_fFF_11_data): Likewise.
13153         (RM_): New macro.
13154         (RM_FE_DOWNWARD): Likewise.
13155         (RM_FE_TONEAREST): Likewise.
13156         (RM_FE_TOWARDZERO): Likewise.
13157         (RM_FE_UPWARD): Likewise.
13158         (RUN_TEST_LOOP_f_f): Update references to expected results.
13159         (RUN_TEST_LOOP_2_f): Likewise.
13160         (RUN_TEST_LOOP_fff_f): Likewise.
13161         (RUN_TEST_LOOP_c_f): Likewise.
13162         (RUN_TEST_LOOP_f_f1): Likewise.
13163         (RUN_TEST_LOOP_fF_f1): Likewise.
13164         (RUN_TEST_LOOP_fI_f1): Likewise.
13165         (RUN_TEST_LOOP_ffI_f1): Likewise.
13166         (RUN_TEST_LOOP_c_c): Likewise.
13167         (RUN_TEST_LOOP_cc_c): Likewise.
13168         (RUN_TEST_LOOP_f_i): Likewise.
13169         (RUN_TEST_LOOP_f_i_tg): Likewise.
13170         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13171         (RUN_TEST_LOOP_f_b): Likewise.
13172         (RUN_TEST_LOOP_f_b_tg): Likewise.
13173         (RUN_TEST_LOOP_f_l): Likewise.
13174         (RUN_TEST_LOOP_f_L): Likewise.
13175         (RUN_TEST_LOOP_fFF_11): Likewise.
13176         * math/gen-libm-test.pl (parse_args): Output four copies of
13177         expected results for each test.
13178
13179         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13180         (__ASSUME_UTIMES): Remove.
13181         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13182         (__ASSUME_UTIMES): Likewise.
13183
13184         * math/gen-auto-libm-tests.c: Update comment on output format.
13185         (output_for_one_input_case): Generate before-rounding and
13186         after-rounding information as conditions on output flags not
13187         floating-point format.
13188         * math/auto-libm-test-out: Regenerated.
13189         * math/gen-libm-test.pl (cond_value): New function.
13190         (or_cond_value): Use cond_value.
13191         (generate_testfile): Handle conditional exceptions.
13192
13193 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13194
13195         * math/libm-test.inc (max_valid_error): New variable.
13196         (init_max_error): Take new argument specifying whether function
13197         results are exactly determined.  Set max_valid_error and bound
13198         other variables for errors based on this argument.
13199         (set_max_error): Do not record results above max_valid_error.
13200         (check_float_internal): Only accept errors of up to 0.5ulps if
13201         also at most max_valid_error.
13202         (START): Take new argument EXACT and pass it to init_max_error.
13203         (acos_test): Update call to START.
13204         (acos_test_tonearest): Likewise.
13205         (acos_test_towardzero): Likewise.
13206         (acos_test_downward): Likewise.
13207         (acos_test_upward): Likewise.
13208         (acosh_test): Likewise.
13209         (asin_test): Likewise.
13210         (asin_test_tonearest): Likewise.
13211         (asin_test_towardzero): Likewise.
13212         (asin_test_downward): Likewise.
13213         (asin_test_upward): Likewise.
13214         (asinh_test): Likewise.
13215         (atan_test): Likewise.
13216         (atanh_test): Likewise.
13217         (atan2_test): Likewise.
13218         (cabs_test): Likewise.
13219         (cacos_test): Likewise.
13220         (cacosh_test): Likewise.
13221         (carg_test): Likewise.
13222         (casin_test): Likewise.
13223         (casinh_test): Likewise.
13224         (catan_test): Likewise.
13225         (catanh_test): Likewise.
13226         (cbrt_test): Likewise.
13227         (ccos_test): Likewise.
13228         (ccosh_test): Likewise.
13229         (ceil_test): Likewise.
13230         (cexp_test): Likewise.
13231         (cimag_test): Likewise.
13232         (clog_test): Likewise.
13233         (clog10_test): Likewise.
13234         (conj_test): Likewise.
13235         (copysign_test): Likewise.
13236         (cos_test): Likewise.
13237         (cos_test_tonearest): Likewise.
13238         (cos_test_towardzero): Likewise.
13239         (cos_test_downward): Likewise.
13240         (cos_test_upward): Likewise.
13241         (cosh_test): Likewise.
13242         (cosh_test_tonearest): Likewise.
13243         (cosh_test_towardzero): Likewise.
13244         (cosh_test_downward): Likewise.
13245         (cosh_test_upward): Likewise.
13246         (cpow_test): Likewise.
13247         (cproj_test): Likewise.
13248         (creal_test): Likewise.
13249         (csin_test): Likewise.
13250         (csinh_test): Likewise.
13251         (csqrt_test): Likewise.
13252         (ctan_test): Likewise.
13253         (ctan_test_tonearest): Likewise.
13254         (ctan_test_towardzero): Likewise.
13255         (ctan_test_downward): Likewise.
13256         (ctan_test_upward): Likewise.
13257         (ctanh_test): Likewise.
13258         (ctanh_test_tonearest): Likewise.
13259         (ctanh_test_towardzero): Likewise.
13260         (ctanh_test_downward): Likewise.
13261         (ctanh_test_upward): Likewise.
13262         (erf_test): Likewise.
13263         (erfc_test): Likewise.
13264         (exp_test): Likewise.
13265         (exp_test_tonearest): Likewise.
13266         (exp_test_towardzero): Likewise.
13267         (exp_test_downward): Likewise.
13268         (exp_test_upward): Likewise.
13269         (exp10_test): Likewise.
13270         (exp10_test_tonearest): Likewise.
13271         (exp10_test_towardzero): Likewise.
13272         (exp10_test_downward): Likewise.
13273         (exp10_test_upward): Likewise.
13274         (pow10_test): Likewise.
13275         (exp2_test): Likewise.
13276         (expm1_test): Likewise.
13277         (expm1_test_tonearest): Likewise.
13278         (expm1_test_towardzero): Likewise.
13279         (expm1_test_downward): Likewise.
13280         (expm1_test_upward): Likewise.
13281         (fabs_test): Likewise.
13282         (fdim_test): Likewise.
13283         (floor_test): Likewise.
13284         (fma_test): Likewise.
13285         (fma_test_towardzero): Likewise.
13286         (fma_test_downward): Likewise.
13287         (fma_test_upward): Likewise.
13288         (fmax_test): Likewise.
13289         (fmin_test): Likewise.
13290         (fmod_test): Likewise.
13291         (fpclassify_test): Likewise.
13292         (frexp_test): Likewise.
13293         (hypot_test): Likewise.
13294         (ilogb_test): Likewise.
13295         (isfinite_test): Likewise.
13296         (finite_test): Likewise.
13297         (isgreater_test): Likewise.
13298         (isgreaterequal_test): Likewise.
13299         (isinf_test): Likewise.
13300         (isless_test): Likewise.
13301         (islessequal_test): Likewise.
13302         (islessgreater_test): Likewise.
13303         (isnan_test): Likewise.
13304         (isnormal_test): Likewise.
13305         (issignaling_test): Likewise.
13306         (isunordered_test): Likewise.
13307         (j0_test): Likewise.
13308         (j1_test): Likewise.
13309         (jn_test): Likewise.
13310         (ldexp_test): Likewise.
13311         (lgamma_test): Likewise.
13312         (gamma_test): Likewise.
13313         (lrint_test): Likewise.
13314         (lrint_test_tonearest): Likewise.
13315         (lrint_test_towardzero): Likewise.
13316         (lrint_test_downward): Likewise.
13317         (lrint_test_upward): Likewise.
13318         (llrint_test): Likewise.
13319         (llrint_test_tonearest): Likewise.
13320         (llrint_test_towardzero): Likewise.
13321         (llrint_test_downward): Likewise.
13322         (llrint_test_upward): Likewise.
13323         (log_test): Likewise.
13324         (log10_test): Likewise.
13325         (log1p_test): Likewise.
13326         (log2_test): Likewise.
13327         (logb_test): Likewise.
13328         (logb_test_downward): Likewise.
13329         (lround_test): Likewise.
13330         (llround_test): Likewise.
13331         (modf_test): Likewise.
13332         (nearbyint_test): Likewise.
13333         (nextafter_test): Likewise.
13334         (nexttoward_test): Likewise.
13335         (pow_test): Likewise.
13336         (pow_test_tonearest): Likewise.
13337         (pow_test_towardzero): Likewise.
13338         (pow_test_downward): Likewise.
13339         (pow_test_upward): Likewise.
13340         (remainder_test): Likewise.
13341         (drem_test): Likewise.
13342         (remainder_test_tonearest): Likewise.
13343         (drem_test_tonearest): Likewise.
13344         (remainder_test_towardzero): Likewise.
13345         (drem_test_towardzero): Likewise.
13346         (remainder_test_downward): Likewise.
13347         (drem_test_downward): Likewise.
13348         (remainder_test_upward): Likewise.
13349         (drem_test_upward): Likewise.
13350         (remquo_test): Likewise.
13351         (rint_test): Likewise.
13352         (rint_test_tonearest): Likewise.
13353         (rint_test_towardzero): Likewise.
13354         (rint_test_downward): Likewise.
13355         (rint_test_upward): Likewise.
13356         (round_test): Likewise.
13357         (scalb_test): Likewise.
13358         (scalbn_test): Likewise.
13359         (scalbln_test): Likewise.
13360         (signbit_test): Likewise.
13361         (sin_test): Likewise.
13362         (sin_test_tonearest): Likewise.
13363         (sin_test_towardzero): Likewise.
13364         (sin_test_downward): Likewise.
13365         (sin_test_upward): Likewise.
13366         (sincos_test): Likewise.
13367         (sinh_test): Likewise.
13368         (sinh_test_tonearest): Likewise.
13369         (sinh_test_towardzero): Likewise.
13370         (sinh_test_downward): Likewise.
13371         (sinh_test_upward): Likewise.
13372         (sqrt_test): Likewise.
13373         (sqrt_test_tonearest): Likewise.
13374         (sqrt_test_towardzero): Likewise.
13375         (sqrt_test_downward): Likewise.
13376         (sqrt_test_upward): Likewise.
13377         (tan_test): Likewise.
13378         (tan_test_tonearest): Likewise.
13379         (tan_test_towardzero): Likewise.
13380         (tan_test_downward): Likewise.
13381         (tan_test_upward): Likewise.
13382         (tanh_test): Likewise.
13383         (tgamma_test): Likewise.
13384         (trunc_test): Likewise.
13385         (y0_test): Likewise.
13386         (y1_test): Likewise.
13387         (yn_test): Likewise.
13388         (significand_test): Likewise.
13389
13390         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13391         individual tests in comment.
13392         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13393         (prev_max_error): New variable.
13394         (prev_real_max_error): Likewise.
13395         (prev_imag_max_error): Likewise.
13396         (compare_ulp_data): Don't refer to test names in comment.
13397         (find_test_ulps): Remove function.
13398         (find_function_ulps): Likewise.
13399         (find_complex_function_ulps): Likewise.
13400         (init_max_error): Take function name as argument.  Look up ulps
13401         for that function.
13402         (print_ulps): Remove function.
13403         (print_max_error): Use prev_max_error instead of calling
13404         find_function_ulps.
13405         (print_complex_max_error): Use prev_real_max_error and
13406         prev_imag_max_error instead of calling find_complex_function_ulps.
13407         (check_float_internal): Take max_ulp parameter instead of calling
13408         find_test_ulps.  Don't call print_ulps.
13409         (check_float): Update call to check_float_internal.
13410         (check_complex): Update calls to check_float_internal.
13411         (START): Pass argument to init_max_error.
13412         * math/gen-libm-test.pl (%results): Don't include "kind"
13413         information.
13414         (parse_ulps): Don't handle ulps of individual tests.
13415         (print_ulps_file): Likewise.
13416         (output_ulps): Likewise.
13417         * math/README.libm-test: Update.
13418         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13419         individual tests.
13420         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13421         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13422         * sysdeps/arm/libm-test-ulps: Likewise.
13423         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13424         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13425         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13426         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13427         * sysdeps/microblaze/libm-test-ulps: Likewise.
13428         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13429         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13430         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13431         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13432         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13433         * sysdeps/sh/libm-test-ulps: Likewise.
13434         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13435         * sysdeps/tile/libm-test-ulps: Likewise.
13436         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13437
13438 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13439
13440         * math/libm-test.inc (print_complex_max_error): Check separately
13441         whether real and imaginary errors are within allowed range and
13442         pass 0 to print_complex_function_ulps instead of value within
13443         allowed range.
13444
13445 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13446
13447         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13448         formatting.
13449         (get_handles_fopen): Likewise.
13450         (do_write_test): Likewise.
13451
13452         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13453
13454         * libio/fileops.c (do_ftell): Use cached offset when
13455         available.
13456         * libio/iofwide.c (do_ftell_wide): Likewise.
13457         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13458         _IO_file_attach.
13459         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13460
13461         [BZ #16532]
13462         * libio/libioP.h (get_file_offset): New function.
13463         * libio/fileops.c (get_file_offset): Likewise.
13464         (do_ftell): Likewise.
13465         (_IO_new_file_seekoff): Split out ftell logic.
13466         * libio/wfileops.c (do_ftell_wide): Likewise.
13467         (_IO_wfile_seekoff): Split out ftell logic.
13468         * libio/tst-ftell-active-handler.c: New test case.
13469         * libio/Makefile (tests): Add it.
13470
13471 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13472
13473         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13474         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13475
13476 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13477
13478         [BZ #16639]
13479         * nscd/connections.c (nscd_init): Call do_exit.
13480         (start_threads): Call do_exit and notify_parent.
13481         (begin_drop_privileges): Call do_exit.
13482         (finish_drop_privileges): Likewise.
13483         * nscd/selinux.c (preserve_capabilities): Likewise.
13484         (install_real_capabilities): Likewise.
13485         (nscd_selinux_enabled): Likewise.
13486         (avc_create_thread): Likewise.
13487         (avc_alloc_lock): Likewise.
13488         (nscd_avc_init): Likewise.
13489         * nscd/nscd.c (parent_fd): New static variable.
13490         (main): Create a pipe between parent and child processes.
13491         Skip closing parent_fd.
13492         (monitor_child): New function.
13493         (do_exit): Likewise.
13494         (notify_parent): Likewise.
13495         * nscd/nscd.h (notify_parent): Likewise.
13496         (do_exit): Likewise.
13497
13498 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13499
13500         * malloc/malloc.c (__libc_calloc): Revert last change.
13501
13502 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13503
13504         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13505
13506 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13507
13508         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13509         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13510         implementation.
13511         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13512         (__libc_ifunc_impl_list): Likewise.
13513         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13514         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13515         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13516         * string/strrchr.c: Define STRRCHR.
13517
13518 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13519
13520         * benchtest/bench-strtok.c (simple_strtok): Delete.
13521         (strtok_string): Use as benchmark.
13522         * string/strtok (STRTOK): New macro.
13523
13524 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13525
13526         * manual/threads.texi: Add header and standard comments to all
13527         functions.
13528
13529         * elf/dl-lookup.c (check_match): New function.
13530         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13531         (do_lookup_x): Remove nested function check_match. Use non-nested
13532         function check_match.
13533
13534 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13535
13536         * csu/Makefile (generated, before-compile): Use += rather than =.
13537         * catgets/Makefile (generated, generated-dirs): Likewise.
13538         * debug/Makefile (generated): Likewise.
13539         * dlfcn/Makefile (generated): Likewise.
13540         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13541         * iconvdata/Makefile (before-compile, generated): Likewise.
13542         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13543         * libio/Makefile (generated): Likewise.
13544         * malloc/Makefile (generated): Likewise.
13545         * manual/Makefile (generated, generated-dirs): Likewise.
13546         * misc/Makefile (generated): Likewise.
13547         * posix/Makefile (generated): Likewise.
13548         * resolv/Makefile (generated): Likewise.
13549         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13550         * timezone/Makefile (generated, generated-dirs): Likewise.
13551
13552         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13553
13554 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13555
13556         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13557         power8 implementation.
13558         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13559         file: POWER8 llround ifunc implementation.
13560         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13561         (__lllround): Add POWER8 implementation.
13562         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13563         POWER8 llround implementation.
13564
13565         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13566         power8 implementation.
13567         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13568         file: POWER8 llrint ifunc implementation.
13569         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13570         Add POWER8 implementation.
13571         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13572         POWER8 llrint implementation.
13573
13574         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13575         power8 implementation.
13576         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13577         file: POWER8 finite ifunc implementation.
13578         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13579         Add POWER8 implementation.
13580         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13581         Likewise.
13582         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13583         POWER8 finite implementation.
13584         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13585
13586         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13587         power8 implementation.
13588         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13589         file: POWER8 isinf ifunc implementation.
13590         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13591         POWER8 implementation.
13592         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13593         Likewise.
13594         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13595         isinf implementation.
13596         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13597
13598         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13599         (INIT_ARCH): Add hwcap2 initialization.
13600         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13601         power8 implementation.
13602         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13603         file: POWER8 isnan ifunc implementation.
13604         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13605         POWER8 implementation.
13606         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13607         Likewise.
13608         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13609         isnan implementation.
13610         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13611
13612 2014-02-27  Joey Ye  <joey.ye@arm.com>
13613
13614         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13615         (_FP_NANFRAC_Q): Set to zero.
13616
13617 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13618
13619         [BZ #16623]
13620         * math/auto-libm-test-in: New test inputs.
13621         * math/auto-libm-test-out: Regenerate.
13622         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13623         and DA.
13624         (__cos): Likewise.
13625         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13626
13627 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13628
13629         * scripts/evaluate-test.sh: Take new argument indicating whether
13630         failure is expected.
13631         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13632         indicating whether failure is expected.
13633         * conform/Makefile (test-xfail-run-conformtest): New variable.
13634         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13635         level.
13636         * posix/Makefile (test-xfail-annexc): New variable.
13637         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13638
13639 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
13640
13641         * argp/Makefile: Include Makeconfig immediately after defining
13642         subdir.
13643         * assert/Makefile: Likewise.
13644         * benchtests/Makefile: Likewise.
13645         * catgets/Makefile: Likewise.
13646         * conform/Makefile: Likewise.
13647         * crypt/Makefile: Likewise.
13648         * csu/Makefile: Likewise.
13649         (all): Remove target.
13650         * ctype/Makefile: Include Makeconfig immediately after defining
13651         subdir.
13652         * debug/Makefile: Likewise.
13653         * dirent/Makefile: Likewise.
13654         * dlfcn/Makefile: Likewise.
13655         * gmon/Makefile: Likewise.
13656         * gnulib/Makefile: Likewise.
13657         * grp/Makefile: Likewise.
13658         * gshadow/Makefile: Likewise.
13659         * hesiod/Makefile: Likewise.
13660         * hurd/Makefile: Likewise.
13661         (all): Remove target.
13662         * iconvdata/Makefile: Include Makeconfig immediately after
13663         defining subdir.
13664         * inet/Makefile: Likewise.
13665         * intl/Makefile: Likewise.
13666         * io/Makefile: Likewise.
13667         * libio/Makefile: Likewise.
13668         (all): Remove target.
13669         * locale/Makefile: Include Makeconfig immediately after defining
13670         subdir.
13671         * login/Makefile: Likewise.
13672         * mach/Makefile: Likewise.
13673         (all): Remove target.
13674         * malloc/Makefile: Include Makeconfig immediately after defining
13675         subdir.
13676         (all): Remove target.
13677         * manual/Makefile: Include Makeconfig immediately after defining
13678         subdir.
13679         * math/Makefile: Likewise.
13680         * misc/Makefile: Likewise.
13681         * nis/Makefile: Likewise.
13682         * nss/Makefile: Likewise.
13683         * po/Makefile: Likewise.
13684         (all): Remove target.
13685         * posix/Makefile: Include Makeconfig immediately after defining
13686         subdir.
13687         * pwd/Makefile: Likewise.
13688         * resolv/Makefile: Likewise.
13689         * resource/Makefile: Likewise.
13690         * rt/Makefile: Likewise.
13691         * setjmp/Makefile: Likewise.
13692         * shadow/Makefile: Likewise.
13693         * signal/Makefile: Likewise.
13694         * socket/Makefile: Likewise.
13695         * soft-fp/Makefile: Likewise.
13696         * stdio-common/Makefile: Likewise.
13697         * stdlib/Makefile: Likewise.
13698         * streams/Makefile: Likewise.
13699         * string/Makefile: Likewise.
13700         * sunrpc/Makefile: Likewise.
13701         (all): Remove target.
13702         * sysvipc/Makefile: Include Makeconfig immediately after defining
13703         subdir.
13704         * termios/Makefile: Likewise.
13705         * time/Makefile: Likewise.
13706         * timezone/Makefile: Likewise.
13707         (all): Remove target.
13708         * wcsmbs/Makefile: Include Makeconfig immediately after defining
13709         subdir.
13710         * wctype/Makefile: Likewise.
13711
13712 2014-02-26  Steve Ellcey  <sellcey@mips.com>
13713
13714         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13715         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13716         (libc_feholdexcept_setround_mips): Ditto.
13717         (libc_feholdsetround): New.
13718         (libc_feholdsetroundf): New.
13719         (libc_feholdsetroundl): New.
13720         (libc_feupdateenv_test_mips): New.
13721         (libc_feupdateenv_test): New.
13722         (libc_feupdateenv_testf): New.
13723         (libc_feupdateenv_testl): New.
13724         (libc_feresetround): New.
13725         (libc_feresetroundf): New.
13726         (libc_feresetroundl): New.
13727         (libc_fetestexcept_mips): New.
13728         (libc_fetestexcept): New.
13729         (libc_fetestexceptf): New.
13730         (libc_fetestexceptl): New.
13731         (HAVE_RM_CTX): New.
13732         (libc_feholdexcept_setround_mips_ctx): New.
13733         (libc_feholdexcept_setround_ctx): New.
13734         (libc_feholdexcept_setroundf_ctx): New.
13735         (libc_feholdexcept_setroundl_ctx): New.
13736         (libc_fesetenv_mips_ctx): New.
13737         (libc_fesetenv_ctx): New.
13738         (libc_fesetenv_ctxf): New.
13739         (libc_fesetenv_ctxl): New.
13740         (libc_feupdateenv_mips_ctx): New.
13741         (libc_feupdateenv_ctx): New.
13742         (libc_feupdateenvf_ctx): New.
13743         (libc_feupdateenvl_ctx): New.
13744         (libc_feholdsetround_mips_ctx): New.
13745         (libc_feholdsetround_ctx): New.
13746         (libc_feholdsetroundf_ctx): New.
13747         (libc_feholdsetroundl_ctx): New.
13748         (libc_feresetround_mips_ctx): New.
13749         (libc_feresetround_ctx): New.
13750         (libc_feresetroundf_ctx): New.
13751         (libc_feresetroundl_ctx): New.
13752
13753 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
13754
13755         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
13756
13757         * manual/ipc.texi: New file.
13758         * manual/Makefile (chapters): Add ipc.
13759         * manual/job.texi: Add "Inter-Process Communication" to next.
13760         * manual/process.texi: Add "Inter-Process Communication" to prev.
13761
13762 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13763
13764         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13765
13766 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
13767
13768         * malloc/malloc.c (__libc_calloc): Simplify implementation.
13769
13770         * manual/arith.texi: Fix spaces after sentences.
13771         * manual/charset.texi: Likewise.
13772         * manual/errno.texi: Likewise.
13773         * manual/install.texi: Likewise.
13774         * manual/llio.texi: Likewise.
13775         * manual/locale.texi: Likewise.
13776         * manual/maint.texi: Likewise.
13777         * manual/math.texi: Likewise.
13778         * manual/memory.texi: Likewise.
13779         * manual/message.texi: Likewise.
13780         * manual/probes.texi: Likewise.
13781         * manual/resource.texi: Likewise.
13782         * manual/signal.texi: Likewise.
13783         * manual/socket.texi: Likewise.
13784         * manual/stdio.texi: Likewise.
13785         * manual/string.texi: Likewise.
13786         * manual/time.texi: Likewise.
13787         * manual/users.texi: Likewise.
13788
13789 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
13790
13791         [BZ #16632]
13792         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
13793         _DEFAULT_SOURCE is defined.
13794
13795 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
13796             Carlos O'Donell  <carlos@redhat.com>
13797
13798         [BZ #16613]
13799         * elf/dl-tls.c (_dl_count_modids): New function.
13800         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
13801         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
13802         audit library and increment generation counter.
13803         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
13804         * elf/tst-audit9.c: New file.
13805         * elf/tst-auditmod9a.c: New file.
13806         * elf/tst-auditmod9b.c: New file.
13807         * elf/Makefile: Add rules to build and run tst-audit9.
13808
13809 2014-02-25  Florian Weimer  <fweimer@redhat.com>
13810
13811         [BZ #15347]
13812         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
13813
13814 2014-02-25  Will Newton  <will.newton@linaro.org>
13815
13816         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
13817         (__longjmp): Restore sp and lr before restoring callee
13818         saved registers.  Add longjmp and longjmp_target
13819         SystemTap probe point.
13820         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
13821         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
13822         Define to zero to match jmpbuf layout.
13823         * sysdeps/arm/setjmp.S: Include stap-probe.h.
13824         (__sigsetjmp): Save sp and lr before saving callee
13825         saved registers.  Add setjmp SystemTap probe point.
13826
13827 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13828
13829         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13830
13831 2014-02-24  Andreas Schwab  <schwab@suse.de>
13832
13833         [BZ #15804]
13834         * elf/pldd.c (wait_for_ptrace_stop): New function.
13835         (main): Call it after attaching.
13836
13837 2014-02-22  Roland McGrath  <roland@hack.frob.com>
13838
13839         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
13840         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
13841         Versions files is now verboten.
13842         * hurd/Versions (libc: GLIBC_2.0):
13843         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
13844         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
13845         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
13846         * mach/Versions: Likewise.
13847
13848         * csu/Versions: Remove unused %include.
13849         * resolv/Versions: Likewise.
13850
13851 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
13852
13853         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
13854         ($(objpfx)check-local-headers.out): Likewise.
13855         ($(objpfx)begin-end-check.out): Likewise.
13856         * Makerules (check-abi-%.out): Likewise.
13857         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
13858         ($(objpfx)test2.cat): Likewise.
13859         ($(objpfx)de/libc.cat): Likewise.
13860         ($(objpfx)test-gencat.out): Likewise.
13861         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
13862         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
13863         ($(objpfx)noload-mem): Likewise.
13864         ($(objpfx)tst-pathopt.out): Likewise.
13865         ($(objpfx)tst-rtld-load-self.out): Likewise.
13866         ($(objpfx)tst-array1-cmp.out): Likewise.
13867         ($(objpfx)tst-array1-static-cmp.out): Likewise.
13868         ($(objpfx)tst-array2-cmp.out): Likewise.
13869         ($(objpfx)tst-array3-cmp.out): Likewise.
13870         ($(objpfx)tst-array4-cmp.out): Likewise.
13871         ($(objpfx)tst-array5-cmp.out): Likewise.
13872         ($(objpfx)tst-array5-static-cmp.out): Likewise.
13873         ($(objpfx)check-textrel.out): Likewise.
13874         ($(objpfx)check-execstack.out): Likewise.
13875         ($(objpfx)check-localplt.out): Likewise.
13876         ($(objpfx)order2-cmp.out): Likewise.
13877         ($(objpfx)tst-leaks1-mem): Likewise.
13878         ($(objpfx)tst-leaks1-static-mem): Likewise.
13879         ($(objpfx)tst-initorder-cmp.out): Likewise.
13880         ($(objpfx)tst-initorder2-cmp.out): Likewise.
13881         ($(objpfx)tst-unused-dep.out): Likewise.
13882         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
13883         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
13884         * iconv/Makefile (test-iconvconfig): Likewise.
13885         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
13886         ($(objpfx)iconv-test.out): Likewise.
13887         ($(objpfx)tst-tables.out): Likewise.
13888         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
13889         ($(objpfx)tst-gettext.out): Likewise.
13890         ($(objpfx)tst-translit.out): Likewise.
13891         ($(objpfx)tst-gettext2.out): Likewise.
13892         ($(objpfx)tst-gettext4.out): Likewise.
13893         ($(objpfx)tst-gettext6.out): Likewise.
13894         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
13895         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
13896         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
13897         ($(objpfx)tst-fopenloc-mem.out): Likewise.
13898         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
13899         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
13900         * posix/Makefile ($(objpfx)globtest.out): Likewise.
13901         ($(objpfx)wordexp-tst.out): Likewise.
13902         ($(objpfx)annexc.out): Likewise.
13903         ($(objpfx)tst-fnmatch-mem): Likewise.
13904         ($(objpfx)bug-regex2-mem): Likewise.
13905         ($(objpfx)bug-regex14-mem): Likewise.
13906         ($(objpfx)bug-regex21-mem): Likewise.
13907         ($(objpfx)bug-regex31-mem): Likewise.
13908         ($(objpfx)tst-vfork3-mem): Likewise.
13909         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13910         ($(objpfx)tst-pcre-mem): Likewise.
13911         ($(objpfx)tst-boost-mem): Likewise.
13912         ($(objpfx)tst-getconf.out): Likewise.
13913         ($(objpfx)bug-ga2-mem): Likewise.
13914         ($(objpfx)bug-glob2-mem): Likewise.
13915         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
13916         ($(objpfx)mtrace-tst-leaks2): Likewise.
13917         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
13918         ($(objpfx)tst-printf.out): Likewise.
13919         ($(objpfx)tst-setvbuf1.out): Likewise.
13920         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
13921         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
13922         ($(objpfx)tst-fmtmsg.out): Likewise.
13923         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
13924         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
13925
13926         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
13927         * bits/sigaction.h [__USE_MISC]: Likewise.
13928         * bits/waitstatus.h: Update #endif comments.
13929         * ctype/ctype.h: Likewise.
13930         * dirent/dirent.h: Likewise.
13931         [__USE_MISC]: Remove redundant conditionals.
13932         * grp/grp.h: Update #endif comments.
13933         [__USE_GNU]: Remove redundant conditionals.
13934         [__USE_MISC]: Likewise.
13935         * inet/netinet/in.h [__USE_GNU]: Likewise.
13936         * io/sys/stat.h [__USE_MISC]: Likewise.
13937         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
13938         * libio/bits/stdio.h: Update #endif comments.
13939         [__USE_MISC]: Remove redundant conditionals.
13940         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
13941         * libio/stdio.h: Update #endif comments.
13942         [__USE_MISC]: Remove redundant conditionals.
13943         * math/bits/math-finite.h [__USE_MISC]: Likewise.
13944         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
13945         * math/math.h: Update #else and #endif comments.
13946         [__USE_MISC]: Remove redundant conditionals.
13947         * misc/sys/uio.h: Update #endif comments.
13948         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
13949         * posix/glob.h [__USE_MISC]: Likewise.
13950         * posix/sys/types.h: Update #endif comments.
13951         [__USE_MISC]: Remove redundant conditionals.
13952         * posix/sys/wait.h: Update #endif comments.
13953         [__USE_MISC]: Remove redundant conditionals.
13954         * posix/unistd.h: Update #endif comments.
13955         [__USE_MISC]: Remove redundant conditionals.
13956         * pwd/pwd.h [__USE_GNU]: Likewise.
13957         [__USE_MISC]: Likewise.
13958         * resolv/netdb.h [__USE_GNU]: Likewise.
13959         * signal/signal.h: Update #endif comments.
13960         [__USE_MISC]: Remove redundant conditionals.
13961         * stdlib/stdlib.h: Update #else and #endif comments.
13962         [__USE_MISC]: Remove redundant conditionals.
13963         [__USE_GNU]: Likewise.
13964         * string/bits/string2.h [__USE_MISC]: Likewise.
13965         * string/string.h: Update #endif comments.
13966         [__USE_MISC]: Remove redundant conditionals.
13967         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
13968         Likewise.
13969         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
13970         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
13971         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
13972         Likewise.
13973         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
13974         Likewise.
13975         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
13976         comments.
13977         [__USE_MISC]: Remove redundant conditionals.
13978         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
13979         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
13980         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
13981         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
13982         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
13983         Likewise.
13984         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
13985         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
13986         Likewise.
13987         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
13988         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
13989         Likewise.
13990         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
13991         Likewise.
13992         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
13993         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
13994         Likewise.
13995         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
13996         Likewise.
13997         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
13998         * sysdeps/x86/bits/string.h: Update #endif comments.
13999         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14000         conditionals.
14001         * time/sys/time.h: Update #endif comments.
14002         * time/time.h: Likewise.
14003         [__USE_MISC]: Remove redundant conditionals.
14004
14005 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14006
14007         [BZ #16600]
14008         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14009
14010 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14011
14012         * Versions.def (librt): Add GLIBC_2.17.
14013
14014 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14015
14016         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14017         synonym for _SYS_AUXV_H to allow direct inclusion.
14018         * sysdeps/sparc/bits/hwcap.h: Likewise.
14019         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14020         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14021         * sysdeps/sparc/sysdep.h: Likewise.
14022
14023 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14024
14025         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14026
14027 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14028
14029         * benchtests/bench-strrchr.c: Print length instead of position.
14030
14031 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14032
14033         [BZ #16611]
14034         * sysdeps/unix/sysv/linux/kernel-features.h
14035         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14036         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14037         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14038         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14039         Likewise.
14040         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14041         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14042         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14043         (__ASSUME_SENDMMSG): Define instead of using previous
14044         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14045         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14046         (__ASSUME_SENDMMSG_SYSCALL): Define.
14047         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14048         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14049         Likewise.
14050         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14051         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14052         Likewise.
14053         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14054         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14055         Likewise.
14056         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14057         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14058         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14059         [__ASSUME_SENDMMSG]: Change conditionals to
14060         [__ASSUME_SENDMMSG_SOCKETCALL].
14061         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14062         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14063         Define.
14064         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14065         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14066         Likewise.
14067         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14068         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14069         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14070         [!__ASSUME_SENDMMSG]: Change conditional to
14071         [!__ASSUME_SENDMMSG_SOCKETCALL].
14072         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14073         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14074         Define.
14075
14076         [BZ #16610]
14077         * sysdeps/unix/sysv/linux/kernel-features.h
14078         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14079         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14080         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14081         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14082         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14083         [__i386__ || __sparc__]
14084         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14085         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14086         (__ASSUME_RECVMMSG): Define instead of using previous
14087         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14088         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14089         (__ASSUME_RECVMMSG_SYSCALL): Define.
14090         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14091         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14092         Likewise.
14093         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14094         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14095         Likewise.
14096         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14097         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14098         Likewise.
14099         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14100         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14101         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14102         [__ASSUME_RECVMMSG]: Change condition to
14103         [__ASSUME_RECVMMSG_SOCKETCALL].
14104         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14105         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14106         Define.
14107         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14108         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14109         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14110         Likewise.
14111         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14112         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14113         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14114         [!__ASSUME_RECVMMSG]: Change condition to
14115         [!__ASSUME_RECVMMSG_SOCKETCALL].
14116         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14117         (__ASSUME_RECVMMSG_SYSCALL): Define.
14118
14119         [BZ #16609]
14120         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14121         __powerpc__ || __s390__ || __sh__ || __sparc__]
14122         (__ASSUME_SOCKETCALL): Define.
14123         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14124         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14125         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14126         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14127         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14128         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14129         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14130         (__ASSUME_ACCEPT4): Define instead of using previous
14131         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14132         __powerpc__ || __sparc__ || __s390__)] condition.
14133         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14134         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14135         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14136         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14137         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14138         [!__ASSUME_ACCEPT4]: Change condition to
14139         [!__ASSUME_ACCEPT4_SOCKETCALL].
14140         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14141         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14142         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14143         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14144         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14145         __ASSUME_ACCEPT4_SYSCALL.
14146         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14147         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14148         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14149         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14150         __ASSUME_ACCEPT4_SYSCALL.
14151         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14152         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14153         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14154         [__ASSUME_ACCEPT4]: Change condition to
14155         [__ASSUME_ACCEPT4_SOCKETCALL].
14156         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14157         (__ASSUME_SOCKETCALL): Define.
14158         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14159         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14160         (__ASSUME_SOCKETCALL): Define.
14161         (__ASSUME_ACCEPT4): Remove.
14162         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14163         Define.
14164         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14165         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14166         Likewise.
14167         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14168         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14169
14170         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14171         macro.
14172         (HWCAP_ARM_LPAE): Likewise.
14173         (HWCAP_ARM_EVTSTRM): Likewise.
14174         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14175         Add vpfd32, lpae and evtstrm.
14176         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14177         Increase to 22.
14178
14179 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14180
14181         * math/auto-libm-test-in: Add tests of clog10.
14182         * math/auto-libm-test-out: Regenerated.
14183         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14184         * sysdeps/i386/fpu/libm-test-ulps: Update.
14185         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14186
14187 2014-02-18  Andreas Schwab  <schwab@suse.de>
14188
14189         [BZ #16574]
14190         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14191         Store non-zero if the second buffer was newly allocated.
14192         (send_dg): Likewise.
14193         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14194         to send_vc and send_dg.
14195         (res_nsend): Pass NULL for ansp2_malloced.
14196         * resolv/res_query.c (__libc_res_nquery): Add parameter
14197         answerp2_malloced and pass it down to __libc_res_nsend.
14198         (res_nquery): Pass additional NULL to __libc_res_nquery.
14199         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14200         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14201         second answer buffer if answerp2_malloced was set.
14202         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14203         (__libc_res_nquerydomain): Add parameter
14204         answerp2_malloced and pass it down to __libc_res_nquery.
14205         (res_nquerydomain): Pass additional NULL to
14206         __libc_res_nquerydomain.
14207         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14208         additional NULL to __libc_res_nsend and __libc_res_nquery.
14209         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14210         additional NULL to __libc_res_nsearch.
14211         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14212         parameter of __libc_res_nsearch to check for separately allocated
14213         second buffer.
14214         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14215         __libc_res_nquery.
14216         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14217         additional NULL to __libc_res_nquery.
14218         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14219         __libc_res_nsearch.
14220         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14221         * include/resolv.h: Update prototypes of __libc_res_nquery,
14222         __libc_res_nsearch, __libc_res_nsend.
14223
14224 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14225
14226         * math/auto-libm-test-in: Add tests of fma.
14227         * math/auto-libm-test-out: Regenerated.
14228         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14229         (fma_towardzero_test_data): Likewise.
14230         (fma_downward_test_data): Likewise.
14231         (fma_upward_test_data): Likewise.
14232         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14233         mpc_mode.
14234         (rounding_modes): Add values for new field.
14235         (func_calc_method): Add value mpfr_fff_f.
14236         (func_calc_desc): Add mpfr_fff_f union field.
14237         (test_function): Add field exact_args.
14238         (FUNC): Add macro argument EXACT_ARGS.
14239         (FUNC_mpfr_f_f): Update call to FUNC.
14240         (FUNC_mpfr_f_f): Likewise.
14241         (FUNC_mpfr_ff_f): Likewise.
14242         (FUNC_mpfr_if_f): Likewise.
14243         (FUNC_mpc_c_f): Likewise.
14244         (FUNC_mpc_c_c): Likewise.
14245         (test_functions): Add fma.  Update calls to FUNC.
14246         (handle_input_arg): Add argument exact_args.
14247         (add_test): Update call to handle_input_arg.
14248         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14249         (output_for_one_input_case): Update call to calc_generic_results.
14250         Recalculate exact zero results in each rounding mode.
14251
14252         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14253         non-negative before setting low bit.
14254         * math/auto-libm-test-in: Mark one asin test possibly having
14255         spurious underflow.
14256         * math/auto-libm-test-out: Regenerated.
14257         * sysdeps/i386/fpu/libm-test-ulps: Update.
14258         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14259
14260 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14261
14262         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14263         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14264         ports/sysdeps/unix/sysv/linux/microblaze.
14265         * README: Add missing listing for microblaze*-*-linux-gnu.
14266
14267 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14268
14269         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14270         duplicate code
14271
14272 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14273
14274         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14275         * sysdeps/unix/sysv/linux/ia64: Move directory from
14276         ports/sysdeps/unix/sysv/linux/ia64.
14277         * README: Update listing for ia64-*-linux-gnu.
14278
14279 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14280             Joseph Myers  <joseph@codesourcery.com>
14281
14282         * Makeconfig (test-name): New variable.
14283         (evaluate-test): Likewise.
14284         * Makerules (do-test-clean): Remove .test-result files.
14285         (common-mostlyclean): Likewise.
14286         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14287         * scripts/evaluate-test.sh: New file.
14288
14289 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14290
14291         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14292         separate $(objpfx)tst-fopenloc-cmp.out and
14293         $(objpfx)tst-fopenloc-mem.out targets.
14294         (tests): Update dependencies.
14295         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14296         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14297         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14298         (tst-rxspencer-no-utf8-ARGS): New variable.
14299         (tst-rxspencer-no-utf8-ENV): Likewise.
14300         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14301         instead of $(objpfx)tst-rxspencer-mem.
14302         ($(objpfx)tst-rxspencer-mem): Change target to
14303         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14304         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14305         * posix/tst-rxspencer-no-utf8.c: New file.
14306
14307         * elf/Makefile ($(objpfx)order.out): Remove rule.
14308         [$(run-built-tests) = yes] (tests): Depend on
14309         $(objpfx)order-cmp.out.
14310         ($(objpfx)order-cmp.out): New rule.
14311         [$(run-built-tests) = yes] (tests): Depend on
14312         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14313         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14314         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14315         $(objpfx)tst-array5-static-cmp.out.
14316         ($(objpfx)tst-array1.out): Remove rule.
14317         ($(objpfx)tst-array1-cmp.out): New rule.
14318         ($(objpfx)tst-array1-static.out): Remove rule.
14319         ($(objpfx)tst-array1-static-cmp.out): New rule.
14320         ($(objpfx)tst-array2.out): Remove rule.
14321         ($(objpfx)tst-array2-cmp.out): New rule.
14322         ($(objpfx)tst-array3.out): Remove rule.
14323         ($(objpfx)tst-array3-cmp.out): New rule.
14324         ($(objpfx)tst-array4.out): Remove rule.
14325         ($(objpfx)tst-array4-cmp.out): New rule.
14326         ($(objpfx)tst-array5.out): Remove rule.
14327         ($(objpfx)tst-array5-cmp.out): New rule.
14328         ($(objpfx)tst-array5-static.out): Remove rule.
14329         ($(objpfx)tst-array5-static-cmp.out): New rule.
14330         [$(run-built-tests) = yes] (tests): Depend on
14331         $(objpfx)order2-cmp.out.
14332         ($(objpfx)order2.out): Remove rule.
14333         ($(objpfx)order2-cmp.out): New rule.
14334         ($(objpfx)tst-initorder.out): Remove rule.
14335         [$(run-built-tests) = yes] (tests): Depend on
14336         $(objpfx)tst-initorder-cmp.out.
14337         ($(objpfx)tst-initorder-cmp.out): New rule.
14338         ($(objpfx)tst-initorder2.out): Remove rule.
14339         [$(run-built-tests) = yes] (tests): Depend on
14340         $(objpfx)tst-initorder2-cmp.out.
14341         ($(objpfx)tst-initorder2-cmp.out): New rule.
14342         [$(run-built-tests) = yes] (tests): Depend on
14343         $(objpfx)tst-unused-dep-cmp.out.
14344         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14345         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14346         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14347         on $(objpfx)tst-setvbuf1-cmp.out.
14348         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14349         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14350         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14351         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14352         ($(objpfx)tst-svc.out): Remove rule.
14353         ($(objpfx)tst-svc-cmp.out): New rule.
14354
14355 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14356
14357         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14358         * ctype/ctype.h [__USE_MISC]: Likewise.
14359         * dirent/dirent.h [__USE_MISC]: Likewise.
14360         * grp/grp.h [__USE_MISC]: Likewise.
14361         * io/fcntl.h [__USE_MISC]: Likewise.
14362         * io/sys/stat.h [__USE_MISC]: Likewise.
14363         * libio/stdio.h [__USE_MISC]: Likewise.
14364         * posix/unistd.h [__USE_MISC]: Likewise.
14365         * pwd/pwd.h [__USE_MISC]: Likewise.
14366         * stdlib.h [__USE_MISC]: Likewise.
14367         * string/bits/string2.h [__USE_MISC]: Likewise.
14368         * string/string.h [__USE_MISC]: Likewise.
14369         * time/time.h [__USE_MISC]: Likewise.
14370
14371 2014-02-13  Andreas Schwab  <schwab@suse.de>
14372
14373         [BZ #16574]
14374         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14375         second answer buffer if it was separately allocated.
14376
14377 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14378
14379         * sysdeps/mips/math-tests.h: Include <features.h>.
14380         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14381         (ROUNDING_TESTS_long_double): Do not define.
14382         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14383         (EXCEPTION_TESTS_long_double): Likewise.
14384         * sysdeps/mips/mips64/libm-test-ulps: Update.
14385
14386         * include/features.h (__USE_BSD): Remove macro definitions.
14387         (__USE_SVID): Likewise.
14388         (_BSD_SOURCE): Likewise.
14389         (_SVID_SOURCE): Likewise.
14390         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14391         from definition of _DEFAULT_SOURCE.
14392         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14393         [_DEFAULT_SOURCE].
14394         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14395         * bits/mman.h [__USE_BSD]: Likewise.
14396         * bits/termios.h [__USE_BSD]: Likewise.
14397         * bits/waitstatus.h [__USE_BSD]: Likewise.
14398         * ctype/ctype.h [__USE_SVID]: Likewise.
14399         * dirent/dirent.h [__USE_BSD]: Likewise.
14400         * grp/grp.h [__USE_SVID]: Likewise.
14401         [__USE_BSD]: Likewise.
14402         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14403         * io/fcntl.h [__USE_BSD]: Likewise.
14404         * io/ftw.h [__USE_BSD]: Likewise.
14405         * io/sys/stat.h [__USE_BSD]: Likewise.
14406         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14407         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14408         * libio/stdio.h [__USE_SVID]: Likewise.
14409         [__USE_BSD]: Likewise.
14410         * math/math.h [__USE_SVID]: Likewise.
14411         [__USE_BSD]: Likewise.
14412         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14413         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14414         * misc/search.h [__USE_SVID]: Likewise.
14415         * misc/sys/mman.h [__USE_BSD]: Likewise.
14416         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14417         * misc/sys/uio.h [__USE_BSD]: Likewise.
14418         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14419         * posix/glob.h [__USE_BSD]: Likewise.
14420         * posix/regex.h [__USE_BSD]: Likewise.
14421         * posix/sys/types.h [__USE_BSD]: Likewise.
14422         [__USE_SVID]: Likewise.
14423         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14424         * posix/sys/wait.h [__USE_BSD]: Likewise.
14425         [__USE_SVID]: Likewise.
14426         * posix/unistd.h [__USE_BSD]: Likewise.
14427         [__USE_SVID]: Likewise.
14428         * pwd/pwd.h [__USE_SVID]: Likewise.
14429         * resolv/netdb.h [__USE_BSD]: Likewise.
14430         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14431         * signal/signal.h [__USE_BSD]: Likewise.
14432         [__USE_SVID]: Likewise.
14433         * socket/sys/socket.h [__USE_BSD]: Likewise.
14434         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14435         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14436         [__USE_SVID]: Likewise.
14437         * string/bits/string2.h [__USE_BSD]: Likewise.
14438         [__USE_SVID]: Likewise.
14439         * string/bits/string3.h [__USE_BSD]: Likewise.
14440         * string/endian.h [__USE_BSD]: Likewise.
14441         * string/string.h [__USE_SVID]: Likewise.
14442         [__USE_BSD]: Likewise.
14443         * string/strings.h [__USE_BSD]: Likewise.
14444         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14445         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14446         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14447         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14448         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14449         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14450         Likewise.
14451         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14452         Likewise.
14453         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14454         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14455         Likewise.
14456         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14457         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14458         Likewise.
14459         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14460         Likewise.
14461         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14462         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14463         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14464         Likewise.
14465         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14466         Likewise.
14467         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14468         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14469         * termios/termios.h [__USE_BSD]: Likewise.
14470         * time/sys/time.h [__USE_BSD]: Likewise.
14471         * time/time.h [__USE_BSD]: Likewise.
14472         [__USE_SVID]: Likewise.
14473
14474         * Makefile (subdir_targets): Remove subdir_lint.out.
14475
14476         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14477         (do-tst-printf): Likewise.
14478         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14479         $(objpfx)tst-printf.out.
14480
14481         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14482
14483         * Makerules (check-abi-%): Change target to
14484         $(objpfx)check-abi-%.out.
14485         (check-abi target): Update dependencies.
14486         (check-abi-pattern variable): Redirect output of diff to $@.
14487         (check-abi variable): Likewise.
14488         * elf/Makefile (check-abi): Update dependencies.
14489
14490         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14491         unused.
14492         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14493         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14494         subnormal range.
14495         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14496         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14497         value has largest subnormal exponent.
14498         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14499         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14500         * sysdeps/aarch64/soft-fp/sfp-machine.h
14501         (_FP_TININESS_AFTER_ROUNDING): New macro.
14502         * sysdeps/alpha/soft-fp/sfp-machine.h
14503         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14504         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14505         Likewise.
14506         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14507         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14508         * sysdeps/mips/soft-fp/sfp-machine.h
14509         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14510         * sysdeps/powerpc/soft-fp/sfp-machine.h
14511         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14512         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14513         Likewise.
14514         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14515         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14516         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14517         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14518         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14519         Likewise.
14520
14521 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14522
14523         [BZ #16545]
14524         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14525         model 1.
14526
14527 2014-02-12  Richard Henderson  <rth@redhat.com>
14528
14529         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14530         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14531         * sysdeps/unix/sysv/linux/alpha: Move directory from
14532         ports/sysdeps/unix/sysv/linux/alpha.
14533         * README: Update listing for alpha-*-linux-gnu.
14534
14535 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14536
14537         * include/features.h: Update comment documenting feature test
14538         macros.
14539         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14540         _DEFAULT_SOURCE.
14541         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14542         (_SVID_SOURCE): Likewise.
14543         (_DEFAULT_SOURCE): Update description of default features.
14544         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14545         with _GNU_SOURCE.
14546         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14547         (S_ISVTX): Likewise.
14548         * manual/math.texi (Mathematical Constants): Likewise.
14549         * manual/signal.texi (Interrupted Primitives): Likewise.
14550         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14551         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14552         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14553         Don't refer to _SVID_SOURCE in warning text.
14554
14555         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14556
14557         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14558         already defined.
14559         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14560         * sysdeps/mips/dl-lookup.c: Remove.
14561         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14562
14563 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14564
14565         [BZ #16447]
14566         * math/auto-libm-test-in: Add testcase for expl.
14567         * math/auto-libm-test-out: Regenerate.
14568         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14569         calculation of unsafe.
14570         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14571
14572 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14573
14574         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14575         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14576         ports/sysdeps/unix/sysv/linux/aarch64.
14577         * README: Update listing for aarch64*-*-linux-gnu.
14578
14579 2014-02-11  Will Newton  <will.newton@linaro.org>
14580
14581         * manual/probes.texi (Mathematical Function Probes): Use
14582         "triggered" instead of "hit".
14583
14584         * manual/probes.texi (Internal Probes): Add documentation
14585         of setjmp, longjmp and longjmp_target probes.
14586
14587         * include/stap-probe.h: Add comment about probe argument
14588         format.
14589
14590         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14591         definition.  (tr_where, tr_freehook, tr_mallochook,
14592         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14593
14594 2014-02-11  David S. Miller  <davem@davemloft.net>
14595
14596         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14597         processing int_tests.
14598
14599 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14600
14601         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14602         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14603         * sysdeps/unix/sysv/linux/mips: Move directory from
14604         ports/sysdeps/unix/sysv/linux/mips.
14605         * README: Update listing for mips-*-linux-gnu and
14606         mips64-*-linux-gnu.
14607
14608 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14609
14610         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14611         * sysdeps/unix/sysv/linux/m68k: Move directory from
14612         ports/sysdeps/unix/sysv/linux/m68k.
14613         * README: Update listing for m68k-*-linux-gnu.
14614
14615 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14616
14617         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14618         * sysdeps/unix/sysv/linux/generic: Move directory from
14619         ports/sysdeps/unix/sysv/linux/generic.
14620         * sysdeps/unix/sysv/linux/tile: Move directory from
14621         ports/sysdeps/unix/sysv/linux/tile.
14622         * README: Update listing for tile*-*-linux-gnu.
14623
14624 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14625
14626         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14627         __builtin_expect.
14628         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14629         * catgets/open_catalog.c (__open_catalog): Likewise.
14630         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14631         * debug/confstr_chk.c: Likewise.
14632         * debug/fread_chk.c (__fread_chk): Likewise.
14633         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14634         * debug/getgroups_chk.c: Likewise.
14635         * debug/mbsnrtowcs_chk.c: Likewise.
14636         * debug/mbsrtowcs_chk.c: Likewise.
14637         * debug/mbstowcs_chk.c: Likewise.
14638         * debug/memcpy_chk.c: Likewise.
14639         * debug/memmove_chk.c: Likewise.
14640         * debug/mempcpy_chk.c: Likewise.
14641         * debug/memset_chk.c: Likewise.
14642         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14643         * debug/strcat_chk.c (__strcat_chk): Likewise.
14644         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14645         * debug/strncat_chk.c (__strncat_chk): Likewise.
14646         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14647         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14648         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14649         * debug/wcpncpy_chk.c: Likewise.
14650         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14651         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14652         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14653         * debug/wcsncpy_chk.c: Likewise.
14654         * debug/wcsnrtombs_chk.c: Likewise.
14655         * debug/wcsrtombs_chk.c: Likewise.
14656         * debug/wcstombs_chk.c: Likewise.
14657         * debug/wmemcpy_chk.c: Likewise.
14658         * debug/wmemmove_chk.c: Likewise.
14659         * debug/wmempcpy_chk.c: Likewise.
14660         * debug/wmemset_chk.c: Likewise.
14661         * dirent/scandirat.c (SCANDIRAT): Likewise.
14662         * dlfcn/dladdr1.c (dladdr1): Likewise.
14663         * dlfcn/dladdr.c (dladdr): Likewise.
14664         * dlfcn/dlclose.c (dlclose_doit): Likewise.
14665         * dlfcn/dlerror.c (__dlerror): Likewise.
14666         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14667         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14668         * dlfcn/dlopen.c (dlopen_doit): Likewise.
14669         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14670         * dlfcn/dlsym.c (dlsym_doit): Likewise.
14671         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14672         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14673         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14674         Likewise.
14675         * elf/dl-conflict.c: Likewise.
14676         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14677         * elf/dl-dst.h: Likewise.
14678         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14679         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14680         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14681         * elf/dl-init.c (call_init, _dl_init): Likewise.
14682         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
14683         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14684         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14685         Likewise.
14686         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14687         Likewise.
14688         * elf/dl-minimal.c (__libc_memalign): Likewise.
14689         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14690         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14691         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14692         * elf/dl-sym.c (do_sym): Likewise.
14693         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14694         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
14695         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14696         * elf/dl-writev.h (_dl_writev): Likewise.
14697         * elf/ldconfig.c (search_dir): Likewise.
14698         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14699         (dl_main): Likewise.
14700         * elf/setup-vdso.h (setup_vdso): Likewise.
14701         * grp/compat-initgroups.c (compat_call): Likewise.
14702         * grp/fgetgrent.c (fgetgrent): Likewise.
14703         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14704         * grp/putgrent.c (putgrent): Likewise.
14705         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14706         Likewise.
14707         * hurd/hurdinit.c: Likewise.
14708         * iconvdata/8bit-gap.c (struct): Likewise.
14709         * iconvdata/ansi_x3.110.c : Likewise.
14710         * iconvdata/big5.c : Likewise.
14711         * iconvdata/big5hkscs.c : Likewise.
14712         * iconvdata/cp1255.c: Likewise.
14713         * iconvdata/cp1258.c : Likewise.
14714         * iconvdata/cp932.c : Likewise.
14715         * iconvdata/euc-cn.c: Likewise.
14716         * iconvdata/euc-jisx0213.c : Likewise.
14717         * iconvdata/euc-jp.c: Likewise.
14718         * iconvdata/euc-jp-ms.c : Likewise.
14719         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14720         * iconvdata/gb18030.c : Likewise.
14721         * iconvdata/gbbig5.c (const): Likewise.
14722         * iconvdata/gbgbk.c: Likewise.
14723         * iconvdata/gbk.c : Likewise.
14724         * iconvdata/ibm1364.c : Likewise.
14725         * iconvdata/ibm930.c : Likewise.
14726         * iconvdata/ibm932.c: Likewise.
14727         * iconvdata/ibm933.c : Likewise.
14728         * iconvdata/ibm935.c : Likewise.
14729         * iconvdata/ibm937.c : Likewise.
14730         * iconvdata/ibm939.c : Likewise.
14731         * iconvdata/ibm943.c: Likewise.
14732         * iconvdata/iso_11548-1.c: Likewise.
14733         * iconvdata/iso-2022-cn.c : Likewise.
14734         * iconvdata/iso-2022-cn-ext.c : Likewise.
14735         * iconvdata/iso-2022-jp-3.c: Likewise.
14736         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
14737         * iconvdata/iso-2022-kr.c : Likewise.
14738         * iconvdata/iso646.c (gconv_end): Likewise.
14739         * iconvdata/iso_6937-2.c : Likewise.
14740         * iconvdata/iso_6937.c : Likewise.
14741         * iconvdata/iso8859-1.c: Likewise.
14742         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
14743         * iconvdata/shift_jisx0213.c : Likewise.
14744         * iconvdata/sjis.c : Likewise.
14745         * iconvdata/t.61.c : Likewise.
14746         * iconvdata/tcvn5712-1.c : Likewise.
14747         * iconvdata/tscii.c: Likewise.
14748         * iconvdata/uhc.c : Likewise.
14749         * iconvdata/unicode.c (gconv_end): Likewise.
14750         * iconvdata/utf-16.c (gconv_end): Likewise.
14751         * iconvdata/utf-32.c (gconv_end): Likewise.
14752         * iconvdata/utf-7.c (base64): Likewise.
14753         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
14754         * iconv/gconv_close.c (__gconv_close): Likewise.
14755         * iconv/gconv_open.c (__gconv_open): Likewise.
14756         * iconv/gconv_simple.c (internal_ucs4_loop_single)
14757         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
14758         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
14759         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
14760         (ucs4le_internal_loop_single): Likewise.
14761         * iconv/iconv.c (iconv): Likewise.
14762         * iconv/iconv_close.c: Likewise.
14763         * iconv/loop.c (SINGLE): Likewise.
14764         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
14765         * include/atomic.h: Likewise.
14766         * inet/inet6_option.c (option_alloc): Likewise.
14767         * intl/bindtextdom.c (set_binding_values): Likewise.
14768         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
14769         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
14770         * intl/localealias.c (read_alias_file): Likewise.
14771         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
14772         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
14773         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
14774         * libio/fmemopen.c (fmemopen): Likewise.
14775         * libio/iofgets.c (_IO_fgets): Likewise.
14776         * libio/iofgets_u.c (fgets_unlocked): Likewise.
14777         * libio/iofgetws.c (fgetws): Likewise.
14778         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
14779         * libio/iogetdelim.c (_IO_getdelim): Likewise.
14780         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
14781         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
14782         * locale/findlocale.c (_nl_find_locale): Likewise.
14783         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
14784         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
14785         Likewise.
14786         * locale/setlocale.c (setlocale): Likewise.
14787         * login/programs/pt_chown.c (main): Likewise.
14788         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
14789         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
14790         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
14791         (mmap, mmap64, mremap, munmap): Likewise.
14792         * math/e_exp2l.c: Likewise.
14793         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
14794         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
14795         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
14796         * math/s_catan.c (__catan): Likewise.
14797         * math/s_catanf.c (__catanf): Likewise.
14798         * math/s_catanh.c (__catanh): Likewise.
14799         * math/s_catanhf.c (__catanhf): Likewise.
14800         * math/s_catanhl.c (__catanhl): Likewise.
14801         * math/s_catanl.c (__catanl): Likewise.
14802         * math/s_ccosh.c (__ccosh): Likewise.
14803         * math/s_ccoshf.c (__ccoshf): Likewise.
14804         * math/s_ccoshl.c (__ccoshl): Likewise.
14805         * math/s_cexp.c (__cexp): Likewise.
14806         * math/s_cexpf.c (__cexpf): Likewise.
14807         * math/s_cexpl.c (__cexpl): Likewise.
14808         * math/s_clog10.c (__clog10): Likewise.
14809         * math/s_clog10f.c (__clog10f): Likewise.
14810         * math/s_clog10l.c (__clog10l): Likewise.
14811         * math/s_clog.c (__clog): Likewise.
14812         * math/s_clogf.c (__clogf): Likewise.
14813         * math/s_clogl.c (__clogl): Likewise.
14814         * math/s_csin.c (__csin): Likewise.
14815         * math/s_csinf.c (__csinf): Likewise.
14816         * math/s_csinh.c (__csinh): Likewise.
14817         * math/s_csinhf.c (__csinhf): Likewise.
14818         * math/s_csinhl.c (__csinhl): Likewise.
14819         * math/s_csinl.c (__csinl): Likewise.
14820         * math/s_csqrt.c (__csqrt): Likewise.
14821         * math/s_csqrtf.c (__csqrtf): Likewise.
14822         * math/s_csqrtl.c (__csqrtl): Likewise.
14823         * math/s_ctan.c (__ctan): Likewise.
14824         * math/s_ctanf.c (__ctanf): Likewise.
14825         * math/s_ctanh.c (__ctanh): Likewise.
14826         * math/s_ctanhf.c (__ctanhf): Likewise.
14827         * math/s_ctanhl.c (__ctanhl): Likewise.
14828         * math/s_ctanl.c (__ctanl): Likewise.
14829         * math/w_pow.c: Likewise.
14830         * math/w_powf.c: Likewise.
14831         * math/w_powl.c: Likewise.
14832         * math/w_scalb.c (sysv_scalb): Likewise.
14833         * math/w_scalbf.c (sysv_scalbf): Likewise.
14834         * math/w_scalbl.c (sysv_scalbl): Likewise.
14835         * misc/error.c (error_tail): Likewise.
14836         * misc/pselect.c (__pselect): Likewise.
14837         * nis/nis_callback.c (__nis_create_callback): Likewise.
14838         * nis/nis_call.c (__nisfind_server): Likewise.
14839         * nis/nis_creategroup.c (nis_creategroup): Likewise.
14840         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
14841         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
14842         * nis/nis_getservlist.c (nis_getservlist): Likewise.
14843         * nis/nis_lookup.c (nis_lookup): Likewise.
14844         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
14845         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
14846         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
14847         * nis/nis_xdr.c (xdr_endpoint): Likewise.
14848         * nis/nss_compat/compat-grp.c (getgrent_next_file)
14849         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
14850         * nis/nss_compat/compat-initgroups.c (add_group)
14851         (internal_getgrent_r): Likewise.
14852         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
14853         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
14854         * nis/nss_compat/compat-spwd.c (getspent_next_file)
14855         (internal_getspnam_r): Likewise.
14856         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
14857         (_nss_nis_getaliasbyname_r): Likewise.
14858         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
14859         (_nss_nis_getntohost_r): Likewise.
14860         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
14861         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
14862         (_nss_nis_getgrgid_r): Likewise.
14863         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
14864         (internal_nis_gethostent_r, internal_gethostbyname2_r)
14865         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
14866         (_nss_nis_gethostbyname4_r): Likewise.
14867         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
14868         (initgroups_netid): Likewise.
14869         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
14870         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
14871         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
14872         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
14873         (_nss_nis_getprotobynumber_r): Likewise.
14874         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
14875         (_nss_nis_getsecretkey): Likewise.
14876         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
14877         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
14878         (_nss_nis_getpwuid_r): Likewise.
14879         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
14880         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
14881         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
14882         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
14883         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
14884         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
14885         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
14886         Likewise.
14887         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
14888         (_nss_nisplus_getntohost_r): Likewise.
14889         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
14890         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
14891         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
14892         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
14893         Likewise.
14894         * nis/nss_nisplus/nisplus-initgroups.c
14895         (_nss_nisplus_initgroups_dyn): Likewise.
14896         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
14897         (_nss_nisplus_getnetbyaddr_r): Likewise.
14898         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
14899         (_nss_nisplus_getprotobynumber_r): Likewise.
14900         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
14901         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
14902         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
14903         Likewise.
14904         * nis/nss_nisplus/nisplus-service.c
14905         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
14906         (_nss_nisplus_getservbyport_r): Likewise.
14907         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
14908         (_nss_nisplus_getspnam_r): Likewise.
14909         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
14910         Likewise.
14911         * nscd/aicache.c (addhstaiX): Likewise.
14912         * nscd/cache.c (cache_search, prune_cache): Likewise.
14913         * nscd/connections.c (register_traced_file, send_ro_fd)
14914         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
14915         (main_loop_epoll): Likewise.
14916         * nscd/grpcache.c (addgrbyX): Likewise.
14917         * nscd/hstcache.c (addhstbyX): Likewise.
14918         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14919         * nscd/mem.c (gc, mempool_alloc): Likewise.
14920         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
14921         (addinnetgrX): Likewise.
14922         * nscd/nscd-client.h (__nscd_acquire_maplock)
14923         (__nscd_drop_map_ref): Likewise.
14924         * nscd/nscd_getai.c (__nscd_getai): Likewise.
14925         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
14926         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
14927         Likewise.
14928         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
14929         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
14930         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
14931         (__nscd_get_map_ref): Likewise.
14932         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
14933         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
14934         Likewise.
14935         * nscd/pwdcache.c (addpwbyX): Likewise.
14936         * nscd/selinux.c (preserve_capabilities): Likewise.
14937         * nscd/servicescache.c (addservbyX): Likewise.
14938         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
14939         * posix/fnmatch.c (fnmatch): Likewise.
14940         * posix/getopt.c (_getopt_internal_r): Likewise.
14941         * posix/glob.c (glob, glob_in_dir): Likewise.
14942         * posix/wordexp.c (exec_comm_child): Likewise.
14943         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
14944         (getanswer_r, gaih_getanswer_slice): Likewise.
14945         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
14946         * resolv/res_init.c: Likewise.
14947         * resolv/res_mkquery.c (res_nmkquery): Likewise.
14948         * resolv/res_query.c (__libc_res_nquery): Likewise.
14949         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
14950         Likewise.
14951         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
14952         * stdio-common/perror.c (perror): Likewise.
14953         * stdio-common/printf_fp.c (___printf_fp): Likewise.
14954         * stdio-common/tmpnam.c (tmpnam): Likewise.
14955         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
14956         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
14957         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
14958         Likewise.
14959         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
14960         * stdlib/putenv.c (putenv): Likewise.
14961         * stdlib/setenv.c (__add_to_environ): Likewise.
14962         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
14963         * stdlib/strtol_l.c (INTERNAL): Likewise.
14964         * string/memmem.c (memmem): Likewise.
14965         * string/strerror.c (strerror): Likewise.
14966         * string/strnlen.c (__strnlen): Likewise.
14967         * string/test-memmem.c (simple_memmem): Likewise.
14968         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
14969         * sunrpc/pm_getport.c (__get_socket): Likewise.
14970         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
14971         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
14972         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
14973         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
14974         Likewise.
14975         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
14976         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
14977         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
14978         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
14979         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
14980         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
14981         Likewise.
14982         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
14983         Likewise.
14984         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
14985         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
14986         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
14987         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
14988         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
14989         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
14990         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14991         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
14992         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
14993         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
14994         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
14995         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
14996         Likewise.
14997         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
14998         Likewise.
14999         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15000         Likewise.
15001         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15002         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15003         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15004         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15005         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15006         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15007         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15008         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15009         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15010         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15011         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15012         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15013         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15014         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15015         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15016         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15017         Likewise.
15018         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15019         Likewise.
15020         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15021         Likewise.
15022         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15023         Likewise.
15024         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15025         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15026         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15027         Likewise.
15028         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15029         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15030         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15031         * sysdeps/posix/sleep.c: Likewise.
15032         * sysdeps/posix/tempname.c: Likewise.
15033         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15034         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15035         Likewise.
15036         * sysdeps/powerpc/powerpc32/dl-machine.h
15037         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15038         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15039         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15040         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15041         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15042         Likewise.
15043         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15044         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15045         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15046         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15047         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15048         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15049         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15050         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15051         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15052         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15053         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15054         (elf_machine_lazy_rel): Likewise.
15055         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15056         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15057         (elf_machine_lazy_rel): Likewise.
15058         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15059         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15060         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15061         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15062         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15063         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15064         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15065         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15066         Likewise.
15067         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15068         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15069         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15070         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15071         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15072         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15073         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15074         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15075         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15076         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15077         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15078         Likewise.
15079         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15080         (__posix_fallocate64_l64): Likewise.
15081         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15082         (posix_fallocate): Likewise.
15083         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15084         Likewise.
15085         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15086         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15087         (getifaddrs_internal): Likewise.
15088         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15089         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15090         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15091         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15092         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15093         (__posix_fallocate64_l64): Likewise.
15094         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15095         Likewise.
15096         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15097         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15098         (__get_clockfreq): Likewise.
15099         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15100         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15101         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15102         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15103         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15104         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15105         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15106         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15107         Likewise.
15108         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15109         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15110         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15111         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15112         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15113         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15114         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15115         Likewise.
15116         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15117         (posix_fallocate): Likewise.
15118         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15119         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15120         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15121         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15122         (elf_machine_rela, elf_machine_rela_relative)
15123         (elf_machine_lazy_rel): Likewise.
15124         * time/asctime.c (asctime_internal): Likewise.
15125         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15126         * time/tzset.c (__tzset_parse_tz): Likewise.
15127         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15128         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15129         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15130         * wcsmbs/wcsmbsload.h: Likewise.
15131
15132         [BZ #15894]
15133         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15134
15135         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15136         (arena_get2): Remove THREAD_STATS conditionals.
15137         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15138         (__malloc_stats, int): Likewise.
15139
15140 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15141
15142         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15143         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15144
15145         * manual/setjmp.texi: Fix typos/grammar errors.
15146
15147         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15148         Only return early when n is <= 0.  Delete unused return statement.
15149
15150         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15151         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15152         * debug/tst-longjmp_chk3.c: New file.
15153
15154         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15155         (test_main): Replace code with set_fortify_handler call.
15156         * debug/test-strcpy_chk.c: Likewise.
15157         * debug/tst-chk1.c: Likewise.
15158         * debug/tst-longjmp_chk.c: Likewise.
15159         * test-skeleton.c: Include fcntl.h & paths.h
15160         (set_fortify_handler): Define.
15161
15162         * debug/tst-longjmp_chk.c: Add header comment and include
15163         ../test-skeleton.c.
15164         (do_test): Mark static.
15165         (TEST_FUNCTION): Define.
15166
15167         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15168         (IP_PMTUDISC_INTERFACE): Likewise.
15169         (IP_MULTICAST_IF): Likewise.
15170         (IP_MULTICAST_TTL): Likewise.
15171         (IP_MULTICAST_LOOP): Likewise.
15172         (IP_ADD_MEMBERSHIP): Likewise.
15173         (IP_DROP_MEMBERSHIP): Likewise.
15174         (IP_UNBLOCK_SOURCE): Likewise.
15175         (IP_BLOCK_SOURCE): Likewise.
15176         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15177         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15178         (IP_MSFILTER): Likewise.
15179         (MCAST_JOIN_GROUP): Likewise.
15180         (MCAST_BLOCK_SOURCE): Likewise.
15181         (MCAST_UNBLOCK_SOURCE): Likewise.
15182         (MCAST_LEAVE_GROUP): Likewise.
15183         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15184         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15185         (MCAST_MSFILTER): Likewise.
15186         (IP_MULTICAST_ALL): Likewise.
15187         (IP_UNICAST_IF): Likewise.
15188
15189         * timezone/Makefile: Delete $(have-ksh) check.
15190         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15191         * timezone/tzselect.ksh: Add +x mode bits.
15192
15193         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15194         (ANON_INODE_FS_MAGIC): Likewise.
15195         (BDEVFS_MAGIC): Likewise.
15196         (BINFMTFS_MAGIC): Likewise.
15197         (BTRFS_TEST_MAGIC): Likewise.
15198         (CRAMFS_MAGIC_WEND): Likewise.
15199         (DEBUGFS_MAGIC): Likewise.
15200         (ECRYPTFS_SUPER_MAGIC): Likewise.
15201         (EXT3_SUPER_MAGIC): Likewise.
15202         (EXT4_SUPER_MAGIC): Likewise.
15203         (FUTEXFS_SUPER_MAGIC): Likewise.
15204         (HOSTFS_SUPER_MAGIC): Likewise.
15205         (HUGETLBFS_MAGIC): Likewise.
15206         (MINIX3_SUPER_MAGIC): Likewise.
15207         (MTD_INODE_FS_MAGIC): Likewise.
15208         (NILFS_SUPER_MAGIC): Likewise.
15209         (OPENPROM_SUPER_MAGIC): Likewise.
15210         (PIPEFS_MAGIC): Likewise.
15211         (PSTOREFS_MAGIC): Likewise.
15212         (QNX6_SUPER_MAGIC): Likewise.
15213         (RAMFS_MAGIC): Likewise.
15214         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15215         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15216         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15217         (SECURITYFS_MAGIC): Likewise.
15218         (SELINUX_MAGIC): Likewise.
15219         (SMACK_MAGIC): Likewise.
15220         (SOCKFS_MAGIC): Likewise.
15221         (SQUASHFS_MAGIC): Likewise.
15222         (STACK_END_MAGIC): Likewise.
15223         (TMPFS_MAGIC): Likewise.
15224         (USBDEVICE_SUPER_MAGIC): Likewise.
15225         (V9FS_MAGIC): Likewise.
15226         (XENFS_SUPER_MAGIC): Likewise.
15227         (CRAMFS_MAGIC): Fix typo in comment.
15228         (EXT2_SUPER_MAGIC): Update comment.
15229         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15230
15231 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15232
15233         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15234         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15235         * sysdeps/unix/sysv/linux/arm: Move directory from
15236         ports/sysdeps/unix/sysv/linux/arm.
15237         * README: Update listing for arm-*-linux-gnueabi.
15238
15239         * README: Remove mention of am33.
15240
15241 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15242
15243         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15244         than the comma operator, to avoid "rhs of comma has no effect"
15245         compiler warnings.
15246         (__sigfillset, __sigandset, __sigorset): Likewise.
15247         * include/signal.h (__sigemptyset): Likewise.
15248         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15249
15250 2014-02-07  Allan McRae  <allan@archlinux.org>
15251
15252         * version.h (RELEASE): Set to "development".
15253         (VERSION): Set to "2.19.90"
15254         * NEWS: Add 2.20 section.
15255
15256 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15257
15258         [BZ #16529]
15259         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15260
15261 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15262
15263         * manual/contrib.texi: Update entry for Carlos O'Donell,
15264         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15265
15266 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15267
15268         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15269
15270         * sysdeps/unix/sysv/linux/kernel-features.h
15271         [__LINUX_KERNEL_VERSION >= 0x020621]
15272         (__ASSUME_PROC_PID_TASK_COMM): Define.
15273
15274 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15275
15276         [BZ #16398]
15277         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15278         conversion when destination buffer does not have enough space.
15279         * libio/tst-ftell-partial-wide.c: New test case.
15280         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15281
15282         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15283         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15284         Leonard and Allan McRae.
15285
15286 2014-02-04  David S. Miller  <davem@davemloft.net>
15287
15288         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15289         32-bit.
15290
15291 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15292
15293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15294         New file
15295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15296         New file
15297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15298         New file.
15299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15300         New file.
15301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15302         New file.
15303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15304         New file.
15305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15306         New file.
15307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15308         New file.
15309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15310         New file.
15311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15312         New file.
15313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15314         New file.
15315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15316         New file.
15317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15318         New file.
15319
15320 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15321
15322         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15323         * shlib-versions: Likewise.
15324
15325 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15326             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15327
15328         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15329         (abilist-pattern): New variable, set to %-le.abilist.
15330
15331         * Makerules (abilist-pattern): New variable.
15332         (vpath): Use $(abilist-pattern) in place of %.abilist.
15333         (check-abi-% pattern rule): Likewise.
15334         (check-abi, update-abi): Likewise.
15335
15336 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15337
15338         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15339
15340 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15341
15342         * manual/startup.texi: Add next, previous, and top entries for
15343         the `Program Arguments' and `Environment Variables' nodes.
15344
15345 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15346
15347         * manual/macros.texi: Add comments before MTASC-safety macros.
15348
15349         * manual/users.texi: Document MTASC-safety properties.
15350
15351         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15352         (pthread_getspecific, pthread_setspecific): Format with
15353         @deftypefun, and add @safety note.
15354         * manual/signal.texi: Move comments that analyze the above
15355         functions to their home place.
15356
15357 2014-02-03  Allan McRae  <allan@archlinux.org>
15358
15359         * po/sl.po: Update Slovenian translation from translation project.
15360
15361 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15362
15363         * manual/time.texi (timegm): Add missing blank after @c.
15364         Reported by Joseph Myers <joseph@codesourcery.com>.
15365
15366 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15367
15368         * manual/check-safety.sh: New.
15369         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15370
15371         * manual/terminal.texi: Document MTASC-safety properties.
15372
15373         * manual/filesys.texi: Document MTASC-safety properties.
15374
15375         * manual/errno.texi: Document MTASC-safety properties.
15376
15377         * manual/intro.texi: Document safety identifiers and
15378         conditionals.
15379
15380         * manual/string.texi (wcstok): Fix prototype.
15381         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15382
15383         * manual/time.texi: Document MTASC-safety properties.
15384
15385         * manual/string.texi: Document MTASC-safety properties.
15386
15387         * manual/threads.texi: Document MTASC-safety properties.
15388
15389         * manual/stdio.texi: Document MTASC-safety properties.
15390
15391         * manual/syslog.texi: Document MTASC-safety properties.
15392
15393         * manual/sysinfo.texi: Document MTASC-safety properties.
15394
15395         * manual/startup.texi: Document MTASC-safety properties.
15396
15397         * manual/socket.texi: Document MTASC-safety properties.
15398
15399         * manual/signal.texi: Document MTASC-safety properties.
15400
15401 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15402
15403         * manual/setjmp.texi: Document MTASC-safety properties.
15404
15405         * manual/search.texi: Document MTASC-safety properties.
15406
15407         * manual/resource.texi: Document MTASC-safety properties.
15408
15409         * manual/process.texi: Document MTASC-safety properties.
15410
15411         * manual/platform.texi: Document MTASC-safety properties.
15412
15413         * manual/pipe.texi: Document MTASC-safety properties.
15414
15415         * manual/pattern.texi: Document MTASC-safety properties.
15416
15417         * manual/message.texi: Document MTASC-safety properties.
15418
15419         [BZ #12751]
15420         * manual/memory.texi: Document MTASC-safety properties.
15421
15422         * manual/math.texi: Document MTASC-safety properties.
15423
15424         * manual/locale.texi: Document MTASC-safety properties.
15425
15426         * manual/llio.texi: Document MTASC-safety properties.
15427
15428         * manual/libdl.texi: New.
15429
15430         * manual/lang.texi: Document MTASC-safety properties.
15431
15432         * manual/job.texi: Document MTASC-safety properties.
15433
15434         * manual/getopt.texi: Document MTASC-safety properties.
15435
15436         * manual/ctype.texi: Document MTASC-safety properties.
15437
15438 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15439
15440         [BZ #16046]
15441         * csu/libc-tls.c (static_map): Remove variable.
15442         (__libc_setup_tls): Use main executable's link map for TLS data.
15443         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15444         casing for LM_ID_BASE and GL(dl_nns).
15445         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15446         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15447         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15448         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15449         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15450         member.
15451         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15452         l_phnum members.
15453
15454 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15455
15456         * manual/debug.texi: Document MTASC-safety properties.
15457
15458 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15459
15460         [BZ #16510]
15461         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15462         of __x86_64__ when disabling x87 inline functions.
15463
15464 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15465
15466         * manual/charset.texi: Document MTASC-safety properties.
15467
15468         * manual/crypt.texi: Document MTASC-safety properties.
15469
15470         * manual/conf.texi: Document MTASC-safety properties.
15471
15472         * manual/arith.texi: Document MTASC-safety properties.
15473
15474         * manual/argp.texi: Document MTASC-safety properties.
15475
15476         * manual/macros.texi: Introduce macros to document multi
15477         thread, asynchronous signal and asynchronous cancellation
15478         safety properties.
15479         * manual/intro.texi: Introduce the properties themselves.
15480
15481 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15482
15483         * sysdeps/sh/sh4/Makefile: New file.
15484
15485 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15486
15487         * math/gen-libm-test.pl ($srcdir): New variable.
15488         ($auto_input): Use it.
15489
15490 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15491
15492         [BZ #16506]
15493         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15494         access beyond array bounds when parsing netgroups file.
15495
15496         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15497         the old buffer before realloc.
15498
15499 2014-01-27  Allan McRae  <allan@archlinux.org>
15500
15501         * po/fr.po: Update French translation from translation project.
15502
15503 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15504
15505         * sysdeps/sh/libm-test-ulps: Regenerate.
15506
15507 2014-01-24  David S. Miller  <davem@davemloft.net>
15508
15509         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15510
15511 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15512
15513         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15514         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15515
15516 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15517
15518         [BZ #16474]
15519         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15520         string pointers after reallocation.
15521
15522 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15523
15524         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15525         __SH4A__ instead of __SH_FPU_ANY__.
15526
15527 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15528
15529         * sysdeps/sh/fpu_control.h: New file.
15530         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15531         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15532         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15533         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15534         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15535         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15536         * sysdeps/sh/sys/ucontext.h: Remove.
15537         * sysdeps/sh/sys: Remove directory.
15538
15539 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15540
15541         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15542         s390/sys/ucontext.h.
15543         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15544         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15545
15546 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15547
15548         [BZ #15605]
15549         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15550
15551 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15552
15553         [BZ#16431]
15554         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15555         Adjust the vDSO correctly for internal calls.
15556         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15557
15558 2014-01-20  Allan McRae  <allan@archlinux.org>
15559
15560         * po/ca.po: Update Catalan translation from translation project.
15561
15562 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15563
15564         * sysdeps/s390/sotruss-lib.c: New file.
15565
15566 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15567
15568         [BZ#16430]
15569         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15570         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15571         local calls issues by not having a PLT stub required for IFUNC calls.
15572         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15573
15574 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15575
15576         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15577         * math/test-fpucw-static.c: Likewise.
15578
15579 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15580
15581         [BZ #16453]
15582         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15583
15584 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15585
15586         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15587         implementation for powerpc.
15588
15589 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15590
15591         [BZ #14782]
15592         * sysdeps/posix/system.c (__libc_system): Do not enable
15593         asynchronous cancellation.
15594
15595 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15596
15597         [BZ #16427]
15598         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15599         handling only for numbers special also in the IEEE case.
15600
15601 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15602
15603         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15604
15605 2014-01-11  Allan McRae  <allan@archlinux.org>
15606
15607         * po/bg.po: Update Bulgarian translation from translation project.
15608
15609         * po/de.po: Update German translation from translation project.
15610
15611 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15612
15613         * sysdeps/generic/gcc-compat.h: New file.
15614
15615 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15616
15617         * benchtests/asin-inputs: Correct slow inputs.
15618         * benchtests/acos-inputs: Likewise.
15619
15620 2014-01-10  Allan McRae  <allan@archlinux.org>
15621
15622         * po:sv.po: Update Swedish translation from translation project.
15623
15624         * po/vi.po: Update Vietnamese translation from translation project.
15625
15626         * po/eo.po: Update Esperanto translation from translation project.
15627
15628         * po/cs.po: Update Czech translation from translation project.
15629
15630         * po/nl.po: Update Dutch translation from translation project.
15631
15632         * po/pl.po: Update Polish translation from translation project.
15633
15634         * po/ru.po: Update Russian translation from translation project.
15635
15636         * po/uk.po: Update Ukrainian translation from translation project.
15637
15638 2014-01-08  Brooks Moses  <bmoses@google.com>
15639
15640         * elf/dl-load.c: Fix comment typo.
15641
15642 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
15643
15644         * po/header.pot: Rename to...
15645         * po/pot.header: ... this.
15646         * po/Makefile: Use pot.header.
15647
15648 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
15649             Maxim Kuvyrkov  <maxim@kugelworks.com>
15650
15651         [BZ #16394]
15652         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15653         SRC and DEST against LEN.
15654
15655 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15656
15657         [BZ #16414]
15658         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15659         implementation.
15660         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15661
15662 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15663
15664         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15665
15666 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
15667
15668         [BZ #16408]
15669         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15670         for large positive arguments.
15671
15672 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
15673
15674         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15675
15676         * math/auto-libm-test-in: Mark various tests with
15677         xfail-rounding:ldbl-128ibm.
15678         * math/auto-libm-test-out: Regenerated.
15679
15680         [BZ #16407]
15681         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15682         Increase overflow threshold.
15683
15684 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
15685
15686         [BZ #14286]
15687         * stdio-common/vfprintf.c: Check for integer overflow.
15688
15689 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15690
15691         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15692         the first argument and return value of __tls_get_addr_internal.
15693
15694 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15695
15696         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15697         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15698
15699 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15700
15701         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15702         * sysdeps/s390/rtld-global-offsets.sym: New file.
15703         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15704         GLIBC_2.19 symbol.
15705         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15706         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15707         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15708         ... this.
15709         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15710         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15711         ... this.
15712         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15713         Regenerate.
15714         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15715         Regenerate.
15716         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15717         halfs of GPRs for high_gprs contexts.
15718         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15719         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
15720         field.
15721         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15722         uc_flags field.
15723         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15724         64 bit versions:
15725         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15726         for high GPRs (uc_high_gprs) and for future extensions
15727         (__reserved).
15728         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15729         for future extensions (__reserved).
15730         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15731         64 bit versions:
15732         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15733         SC_HIGHGPRS offset definition.
15734         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
15735         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
15736
15737         * Versions.def: Add GLIBC_2.19 for libpthread.
15738         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
15739         siglongjmp for libpthread with GLIBC_2.19 symver.
15740         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
15741         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
15742         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
15743         * sysdeps/s390/__longjmp.c: New file.
15744         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
15745         * sysdeps/s390/longjmp.c: New file.
15746         * sysdeps/s390/setjmp.S: New file.
15747         * sysdeps/s390/sigjmp.S: New file.
15748         * sysdeps/s390/v1-longjmp.c: New file.
15749         * sysdeps/s390/v1-setjmp.h: New file.
15750         * sysdeps/s390/v1-sigjmp.c: New file.
15751         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
15752         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
15753         GLIBC_2.19 version.
15754         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
15755         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
15756         versioned symbols for ____longjmp_chk.
15757         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
15758         Likewise.
15759         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15760         Regenerate.
15761         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15762         Regenerate.
15763         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15764         Regenerate.
15765         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15766         Regenerate.
15767         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
15768         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
15769         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
15770         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
15771         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
15772         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
15773         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
15774         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
15775         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
15776         * sysdeps/s390/rtld-__longjmp.c: New file.
15777         * sysdeps/s390/rtld-setjmp.S: New file.
15778
15779 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
15780
15781         [BZ #16400]
15782         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15783         Return -__logl (x) for small positive arguments without evaluating
15784         a polynomial.
15785
15786 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
15787
15788         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
15789         Rename to ...
15790         (__ptrace_peeksiginfo_args): ... this.
15791         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15792         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15793         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15794
15795 2014-01-06  Allan McRae  <allan@archlinux.org>
15796
15797         * inet/netinet/in.h: Fix typo in comment.
15798
15799 2014-01-05  Andreas Jaeger  <aj@suse.de>
15800
15801         * sysdeps/i386/fpu/libm-test-ulps: Update.
15802
15803 2014-01-05  Allan McRae  <allan@archlinux.org>
15804
15805         * po/libc.pot: Regenerated.
15806
15807         * malloc/memusagestat.c: Fix gettext call formatting.
15808
15809 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
15810
15811         * nscd/nscd.c: Improve usage() output.
15812
15813 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
15814
15815         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
15816         * sysdeps/unix/sysv/linux/configure: Regenerated.
15817         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
15818         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
15819
15820 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15821
15822         [BZ #16390]
15823         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15824         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
15825
15826 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15827
15828         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
15829         extra tokens at end of #undef directive.
15830         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
15831         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
15832         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
15833
15834 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15835
15836         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15837
15838         * math/auto-libm-test-in: Mark various tests with
15839         xfail-rounding:ldbl-128ibm.
15840         * math/auto-libm-test-out: Regenerated.
15841
15842 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
15843
15844         [BZ #16386]
15845         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
15846         numbers with subnormal high part when calculating exponent.
15847
15848         [BZ #16385]
15849         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
15850         fabs.
15851
15852         [BZ #16384]
15853         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
15854         M_LN2l.
15855         (__ieee754_acoshl): Use __log1pl not __log1p.
15856
15857 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
15858
15859         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
15860         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
15861         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
15862         (grow_heap, heap_trim, _int_new_arena, get_free_list)
15863         (reused_arena, arena_get2): Convert to GNU style.
15864         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
15865         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
15866         (memalign_check, __malloc_set_state): Likewise.
15867         * malloc/mallocbug.c (main): Likewise.
15868         * malloc/malloc.c (__malloc_assert, malloc_init_state)
15869         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
15870         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
15871         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
15872         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
15873         (__posix_memalign, malloc_info): Likewise.
15874         * malloc/malloc.h: Likewise.
15875         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
15876         (mallochook, memalignhook, reallochook, mabort): Likewise.
15877         * malloc/mcheck.h: Likewise.
15878         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
15879         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
15880         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
15881         * malloc/morecore.c (__default_morecore): Likewise.
15882         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
15883         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
15884         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
15885         (print_and_abort): Likewise.
15886         * malloc/obstack.h: Likewise.
15887         * malloc/set-freeres.c (__libc_freeres): Likewise.
15888         * malloc/tst-mallocstate.c (main): Likewise.
15889         * malloc/tst-mtrace.c (main): Likewise.
15890         * malloc/tst-realloc.c (do_test): Likewise.
15891
15892 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15893
15894         [BZ #16366]
15895         * nscd/netgroupcache.c (do_notfound): New function.
15896         (addgetnetgrentX): Use it.
15897
15898         [BZ # 16365]
15899         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
15900         NSS_STATUS_NOTFOUND.
15901
15902 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
15903
15904         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
15905         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15906
15907 2014-01-01  Allan McRae  <allan@archlinux.org>
15908
15909         * scripts/update-copyrights: Update configure input file suffix.
15910
15911         * NEWS: Update copyright year.
15912         * catgets/gencat.c: Likewise.
15913         * csu/version.c: Likewise.
15914         * debug/catchsegv.sh: Likewise.
15915         * debug/pcprofiledump.c: Likewise.
15916         * debug/xtrace.sh: Likewise.
15917         * elf/ldconfig.c: Likewise.
15918         * elf/ldd.bash.in: Likewise.
15919         * elf/pldd.c: Likewise.
15920         * elf/sotruss.ksh: Likewise.
15921         * elf/sprof.c: Likewise.
15922         * iconv/iconv_prog.c: Likewise.
15923         * iconv/iconvconfig.c: Likewise.
15924         * locale/programs/locale.c: Likewise.
15925         * locale/programs/localedef.c: Likewise.
15926         * login/programs/pt_chown.c: Likewise.
15927         * malloc/memusage.sh: Likewise.
15928         * malloc/memusagestat.c: Likewise.
15929         * malloc/mtrace.pl: Likewise.
15930         * manual/libc.texinfo: Likewise.
15931         * nscd/nscd.c: Likewise.
15932         * nss/getent.c: Likewise.
15933         * nss/makedb.c: Likewise.
15934         * posix/getconf.c: Likewise.
15935         * scripts/test-installation.pl: Likewise.
15936
15937         * All files with FSF copyright notices: Update copyright dates
15938         using scripts/update-copyrights.
15939         * intl/plural.c: Regenerated.
15940         * locale/programs/charmap-kw.h: Likewise.
15941         * locale/programs/locfile-kw.h: Likewise.
15942
15943 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
15944
15945         * sysdeps/unix/sysv/linux/configure: Regenerated.
15946         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
15947         the linux/fanotify.h header.
15948         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
15949         HAVE_LINUX_FANOTIFY_H is defined.
15950
15951 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
15952
15953         * benchtests/cos-inputs: New inputs.
15954         * benchtests/sin-inputs: Likewise.
15955
15956         * benchtests/atan-inputs: New inputs. Fix name of multiple
15957         precision fallback inputs.
15958
15959         * benchtests/atanh-inputs: New inputs.
15960         * benchtests/tanh-inputs: Likewise.
15961
15962         * benchtests/acosh-inputs: New inputs.
15963         * benchtests/asinh-inputs: Likewise.
15964
15965         * benchtests/cosh-inputs: New inputs.
15966         * benchtests/sinh-inputs: Likewise.
15967
15968         * benchtests/acos-inputs: Add more inputs.
15969         * benchtests/asin-inputs: Likewise.
15970
15971 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
15972
15973         [BZ #16375]
15974         * manual/arith.texi: Fix spelling.
15975         * manual/charset.texi: Likewise.
15976         * manual/errno.texi: Likewise.
15977         * manual/filesys.texi: Likewise.
15978         * manual/lang.texi: Likewise.
15979         * manual/llio.texi: Likewise.
15980         * manual/locale.texi: Likewise.
15981         * manual/message.texi: Likewise.
15982         * manual/resource.texi: Likewise.
15983         * manual/search.texi: Likewise.
15984         * manual/setjmp.texi: Likewise.
15985         * manual/stdio.texi: Likewise.
15986         * manual/string.texi: Likewise.
15987         * manual/sysinfo.texi: Likewise.
15988         * manual/time.texi: Likewise.
15989
15990 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
15991
15992         * po/sl.po: New file.
15993
15994 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
15995
15996         * .gitignore: Add core/.gdbinit/.gdb_history.
15997
15998 2013-12-27  Allan McRae  <allan@archlinux.org>
15999
16000         [BZ #16369]
16001         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16002         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16003
16004 2013-12-24  Brooks Moses  <bmoses@google.com>
16005
16006         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16007         all compilers that claim C++98 compliance, not just GCC.
16008         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16009         Likewise.
16010
16011 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16012
16013         * NEWS: Restore accidentally deleted bug-fix entries.
16014
16015 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16016             Ondřej Bílka  <neleai@seznam.cz>
16017
16018         [BZ #15073]
16019         * malloc/malloc.c (_int_free): Perform sanity check only if we
16020         have_lock.
16021
16022 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16023
16024         [BZ #12986]
16025         * manual/stdio.texi (String Input Conversions): Clarify that character
16026         classes are not supported.
16027
16028 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16029
16030         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16031
16032 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16033
16034         [BZ #16337]
16035         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16036         Calculate results for small negative arguments directly rather
16037         than using reflection formula with special underflow handling.
16038
16039         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16040         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16041         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16042         (fchflags): Likewise.
16043         (revoke): Likewise.
16044         (setlogin): Likewise.
16045         (sigaltstack): Likewise.
16046         (wait4): Likewise.
16047         (sigblock): Remove.
16048         (sigsetmask): Likewise.
16049         (wait3): Likewise.
16050         (waitpid): Likewise.
16051         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16052         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16053         file.
16054         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16055         * sysdeps/unix/bsd/Makefile: ... here.
16056         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16057         * sysdeps/unix/bsd/Versions: ... here.
16058         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16059         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16060         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16061         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16062         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16063         * sysdeps/unix/bsd/sigblock.c: ... here.
16064         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16065         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16066         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16067         * sysdeps/unix/bsd/sigvec.c: ... here.
16068         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16069         * sysdeps/unix/bsd/tcdrain.c: ... here.
16070         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16071         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16072         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16073         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16074         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16075         * sysdeps/unix/bsd/wait.c: ... here.
16076         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16077         * sysdeps/unix/bsd/wait3.c: ... here.
16078         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16079         * sysdeps/unix/bsd/waitpid.c: ... here.
16080
16081 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16082
16083         [BZ #16356]
16084         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16085         round-to-nearest for [!USE_AS_EXPM1L].
16086         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16087         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16088         more tests of exp and exp10.  Expect some exp10 tests to miss
16089         exceptions or fail in directed rounding modes.
16090         * math/auto-libm-test-out: Regenerated.
16091         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16092         (exp10_test_tonearest): New function.
16093         (exp10_towardzero_test_data): New array.
16094         (exp10_test_towardzero): New function.
16095         (exp10_downward_test_data): New array.
16096         (exp10_test_downward): New function.
16097         (exp10_upward_test_data): New array.
16098         (exp10_test_upward): New function.
16099         (main): Call the new functions.
16100         * sysdeps/i386/fpu/libm-test-ulps: Update.
16101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16102
16103 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16104
16105         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16106         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16107         * math/auto-libm-test-out: Regenerated.
16108         * math/libm-test.inc (acosh_test_data): Add more tests.
16109         (atanh_test_data): Likewise.
16110         (ceil_test_data): Likewise.
16111         (copysign_test_data): Likewise.
16112         * sysdeps/i386/fpu/libm-test-ulps: Update.
16113         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16114
16115         * timezone/checktab.awk: Update from tzcode 2013i.
16116         * timezone/private.h: Likewise.
16117         * timezone/scheck.c: Likewise.
16118         * timezone/tzfile.h: Likewise.
16119         * timezone/tzselect.ksh: Likewise.
16120         * timezone/zdump.c: Likewise.
16121         * timezone/zic.c: Likewise.
16122
16123         * math/auto-libm-test-in: Add tests of cpow.
16124         * math/auto-libm-test-out: Regenerated.
16125         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16126         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16127         mpc_cc_c.
16128         (func_calc_desc): Add mpc_cc_c union field.
16129         (test_functions): Add cpow.
16130         (special_fill_2pi): New function.
16131         (special_real_inputs): Add 2pi.
16132         (calc_generic_results): Handle mpc_cc_c.
16133         * sysdeps/i386/fpu/libm-test-ulps: Update.
16134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16135
16136         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16137         csqrt, ctan and ctanh.
16138         * math/auto-libm-test-out: Regenerated.
16139         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16140         (TEST_COND_x86): Likewise.
16141         (ccos_test_data): Use AUTO_TESTS_c_c.
16142         (ccosh_test_data): Likewise.
16143         (cexp_test_data): Likewise.
16144         (clog_test_data): Likewise.
16145         (csqrt_test_data): Likewise.
16146         (ctan_test_data): Likewise.
16147         (ctan_tonearest_test_data): Likewise.
16148         (ctan_towardzero_test_data): Likewise.
16149         (ctan_downward_test_data): Likewise.
16150         (ctan_upward_test_data): Likewise.
16151         (ctanh_test_data): Likewise.
16152         (ctanh_tonearest_test_data): Likewise.
16153         (ctanh_towardzero_test_data): Likewise.
16154         (ctanh_downward_test_data): Likewise.
16155         (ctanh_upward_test_data): Likewise.
16156         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16157         mpc_c_c.
16158         (func_calc_desc): Add mpc_c_c union field.
16159         (FUNC_mpc_c_c): New macro.
16160         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16161         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16162         ctanh.
16163         (special_fill_min_subnorm_p120): New function.
16164         (special_real_inputs): Add min_subnorm_p120.
16165         (calc_generic_results): Handle mpc_c_c.
16166         * sysdeps/i386/fpu/libm-test-ulps: Update.
16167         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16168
16169 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16170
16171         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16172         (do_sin_slow): New functions.
16173         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16174         (cslow2, csloww1, csloww2): Use the new functions.
16175
16176         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16177         Use M to change sign of result instead of X.  Assume X is
16178         positive.
16179         (csloww1): Likewise.
16180         (__sin): Adjust.
16181         (__cos): Adjust.
16182
16183         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16184         arguments A and DA.
16185         (__sin): Adjust.
16186         (__cos): Likewise.
16187
16188         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16189         (__cos): Likewise.
16190         (sloww1): Don't adjust sign of DX.
16191         (csloww1): Likewise.
16192         (sloww2): Use X directly and don't adjust sign of DX.
16193         (csloww2): Likewise.
16194
16195 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16196
16197         * math/auto-libm-test-in: Add tests of cabs and carg.
16198         * math/auto-libm-test-out: Regenerated.
16199         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16200         (carg_test_data): Likewise.
16201         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16202         mpc_c_f.
16203         (func_calc_desc): Add mpc_c_f union field.
16204         (test_functions): Add cabs and carg.
16205         (calc_generic_results): Handle mpc_c_f.
16206
16207         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16208         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16209         as a macro and a compat symbol.
16210         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16211         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16212         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16213         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16214         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16215         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16216         not use .hidden.
16217         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16218         Likewise.
16219         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16220         Likewise.
16221         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16222         Likewise.
16223         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16224         Likewise.
16225         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16226         Likewise.
16227         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16228         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16229         from GLIBC_2.3.2.
16230
16231 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16232
16233         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16234
16235 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16236
16237         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16238         trailing whitespace removed.
16239         * scripts/config.guess: Update to version 2013-11-29.
16240         * scripts/config.sub: Update to version 2013-10-01.
16241
16242         * math/auto-libm-test-in: Add tests of sincos.
16243         * math/auto-libm-test-out: Regenerated.
16244         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16245         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16246         mpfr_f_11.
16247         (func_calc_desc): Add mpfr_f_11 union field.
16248         (test_functions): Add sincos.
16249         (calc_generic_results): Handle mpfr_f_11.
16250         * sysdeps/i386/fpu/libm-test-ulps: Update.
16251         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16252
16253 2013-12-19  Andreas Schwab  <schwab@suse.de>
16254
16255         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16256         CALL_MCOUNT.
16257         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16258         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16259         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16260
16261 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16262
16263         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16264         * sysdeps/i386/fpu/libm-test-ulps: Update.
16265         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16266
16267         [BZ #16293]
16268         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16269         round-to-nearest mode when using frndint.
16270         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16271         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16272         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16273         Likewise.
16274         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16275         sinh test to fail.
16276         * math/auto-libm-test-out: Regenerated.
16277         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16278         (TEST_COND_x86): Likewise.
16279         (expm1_tonearest_test_data): New array.
16280         (expm1_test_tonearest): New function.
16281         (expm1_towardzero_test_data): New array.
16282         (expm1_test_towardzero): New function.
16283         (expm1_downward_test_data): New array.
16284         (expm1_test_downward): New function.
16285         (expm1_upward_test_data): New array.
16286         (expm1_test_upward): New function.
16287         (main): Run the new test functions.
16288         * sysdeps/i386/fpu/libm-test-ulps: Update.
16289         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16290
16291         * include/features.h: Update comment documenting feature test
16292         macros.  Mention _DEFAULT_SOURCE in comment.
16293         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16294         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16295         _BSD_SOURCE and _SVID_SOURCE.
16296         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16297         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16298         !_SVID_SOURCE]: Likewise.
16299         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16300         (__USE_POSIX_IMPLICITLY): Define.
16301         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16302         (_POSIX_SOURCE): Undefine and redefine.
16303         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16304         (_POSIX_C_SOURCE): Likewise.
16305         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16306         (Feature Test Macros): Update documentation of default features.
16307
16308 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16309
16310         * benchtests/Makefile: Add bench-strtok.
16311         * benchtests/bench-strtok.c: New file: strtok benchtest.
16312
16313 2013-12-19  Allan McRae  <allan@archlinux.org>
16314
16315         * manual/install.texi: Suppress menu for plain text output.
16316         * INSTALL: Regenerated.
16317
16318 2013-12-18  Brooks Moses  <bmoses@google.com>
16319
16320         [BZ #15846]
16321         * misc/getauxval.c: Include errno.h.
16322         (__getauxval): Set errno to ENOENT if the requested type is not
16323         found.
16324         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16325         don't declare with __attribute_const__.
16326         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16327         * manual/startup.texi: Document that getauxval sets errno.
16328
16329 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16330
16331         * math/auto-libm-test-in: Add tests of jn and yn.
16332         * math/auto-libm-test-out: Regenerated.
16333         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16334         (yn_test_data): Likewise.
16335         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16336         mpfr_if_f.
16337         (func_calc_desc): Add mpfr_if_f union field.
16338         (FUNC_mpfr_if_f): New macro.
16339         (test_functions): Add jn and yn.
16340         (calc_generic_results): Assert type of second input for
16341         mpfr_ff_f.  Handle mpfr_if_f.
16342         (output_for_one_input_case): Disable all checking for arguments
16343         fitting floating-point types in case of an integer argument.
16344         * sysdeps/i386/fpu/libm-test-ulps: Update.
16345         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16346
16347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16348         Don't expect fegetround reference in libm.so.
16349
16350 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16351
16352         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16353         $(config-cflags-nofma).
16354
16355 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16356
16357         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16358         * math/auto-libm-test-out: Regenerated.
16359
16360         [BZ #16338]
16361         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16362         to determine exponent and adjust argument to have exponent of -1.
16363         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16364         log2.
16365         * math/auto-libm-test-out: Regenerated.
16366         * sysdeps/i386/fpu/libm-test-ulps: Update.
16367         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16368
16369 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16370
16371         * manual/probes.texi: Remove cases when per-thread arenas are
16372         disabled.
16373
16374 2013-12-18  Andreas Schwab  <schwab@suse.de>
16375
16376         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16377         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16378         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16379         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16380         * sysdeps/i386/i686/multiarch/Makefile: Update.
16381         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16382
16383 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16384
16385         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16386         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16387
16388 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16389
16390         [BZ #15968]
16391         Support TZ transition times < 00:00:00.
16392         This is needed for version-3 tz-format files; it supports time
16393         stamps past 2037 for America/Godthab (the only entry in the tz
16394         database for which this change is relevant).
16395         * manual/time.texi (TZ Variable): Document transition times
16396         from -167:59:59 through -00:00:01.
16397         * time/tzset.c (tz_rule): Time of day is now signed.
16398         (__tzset_parse_tz): Parse negative time of day.
16399
16400         Document TZ transition times >= 25:00:00.
16401         * manual/time.texi (TZ Variable): Document transition times from
16402         25:00:00 through 167:59:59.  These are already supported, and this
16403         support will help with version-3 tz-format files.
16404
16405         * manual/time.texi (TZ Variable): Modernize North America example
16406         to reflect current (i.e., 2007-and-later) daylight saving rules.
16407
16408         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16409
16410 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16411
16412         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16413         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16414         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16415         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16416         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16417         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16418         * sysdeps/unix/bsd/clock.c: Likewise.
16419         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16420         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16421         * sysdeps/unix/bsd/init-posix.c: Likewise.
16422         * sysdeps/unix/bsd/poll.c: Likewise.
16423         * sysdeps/unix/bsd/ptsname.c: Likewise.
16424         * sysdeps/unix/bsd/seekdir.c: Likewise.
16425         * sysdeps/unix/bsd/setegid.c: Likewise.
16426         * sysdeps/unix/bsd/seteuid.c: Likewise.
16427         * sysdeps/unix/bsd/setgid.c: Likewise.
16428         * sysdeps/unix/bsd/setrgid.c: Likewise.
16429         * sysdeps/unix/bsd/setruid.c: Likewise.
16430         * sysdeps/unix/bsd/setsid.c: Likewise.
16431         * sysdeps/unix/bsd/setuid.c: Likewise.
16432         * sysdeps/unix/bsd/sigaction.c: Likewise.
16433         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16434         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16435         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16436         * sysdeps/unix/bsd/telldir.c: Likewise.
16437         * sysdeps/unix/bsd/times.c: Likewise.
16438         * sysdeps/unix/bsd/usleep.c: Likewise.
16439
16440         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16441         ($(objpfx)libbsd-compat.a): Remove rule.
16442
16443         * include/features.h (__FAVOR_BSD): Do not define.
16444         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16445         features conflicting with POSIX.
16446         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16447         (_BSD_SOURCE): Remove description of not being a subset of other
16448         feature test macros.
16449         * manual/job.texi (getpgrp): Do not document BSD version.
16450         (getpgid): Do not document by reference to BSD getpgrp.
16451         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16452         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16453         * signal/signal.h [__FAVOR_BSD]: Likewise.
16454         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16455         instead of making contents conditional on [__FAVOR_BSD].
16456         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16457
16458 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16459
16460         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16461
16462 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16463
16464         [BZ #16314]
16465         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16466         values below 2**-450, not 2**-500.
16467         * math/auto-libm-test-in: Don't allow spurious underflow from
16468         hypot.
16469         * math/auto-libm-test-out: Regenerated.
16470
16471         [BZ #16316]
16472         [BZ #16330]
16473         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16474         values of ha and hb and sort them after adjusting subnormal
16475         arguments.
16476         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16477         Likewise.
16478         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16479         values of ea and eb and sort them after adjusting subnormal
16480         arguments.
16481         * math/auto-libm-test-in: Do not expect some hypot tests of
16482         subnormals to fail.  Add more hypot tests.
16483         * math/auto-libm-test-out: Regenerated.
16484
16485 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16486
16487         [BZ #13304]
16488         * sysdeps/sh/s_fma.c: New file.
16489         * sysdeps/sh/s_fmaf.c: New file.
16490         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16491         version.
16492         * sysdeps/sh/Implies: Add sh/soft-fp.
16493
16494 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16495
16496         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16497         level of indirection to members `objname', `errstring', `malloced'.
16498         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16499         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16500         it as the __longjmp argument (just pass 1 instead).
16501         (_dl_catch_error): Initialize C with argument pointers and address of
16502         volatile local ERRCODE rather than copying values out of C at return.
16503
16504 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16505
16506         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16507         * math/auto-libm-test-out: Regenerated.
16508         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16509         (hypot_test_data): Likewise.
16510         (pow_test_data): Likewise.
16511         (pow_tonearest_test_data): Likewise.
16512         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16513         mpfr_ff_f.
16514         (func_calc_desc): Add mpfr_ff_f union field.
16515         (FUNC_mpfr_ff_f): New macro.
16516         (test_functions): Add atan2, hypot and pow.
16517         (special_fill_min): New function.
16518         (special_fill_minus_min): Likewise.
16519         (special_fill_min_subnorm): Likewise.
16520         (special_fill_minus_min_subnorm): Likewise.
16521         (special_real_inputs): Add min, -min, min_subnorm and
16522         -min_subnorm.
16523         (calc_generic_results): Handle mpfr_ff_f.
16524         * sysdeps/i386/fpu/libm-test-ulps: Update.
16525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16526
16527 2013-12-16  Will Newton  <will.newton@linaro.org>
16528
16529         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16530         (Aligned Memory Blocks): Add documentation for aligned_alloc
16531         and suggest it as an alternative to posix_memalign.
16532         (Hooks for Malloc): Document __memalign_hook is also called
16533         for aligned_alloc.  (Summary of Malloc): Add summary for
16534         aligned alloc.  Document __memalign_hook is also called
16535         for aligned_alloc.
16536
16537 2013-12-16  Will Newton  <will.newton@linaro.org>
16538
16539         * manual/memory.texi (Malloc Examples): Clarify default
16540         alignment documentation.  Suggest posix_memalign rather
16541         than memalign or valloc.
16542         (Aligned Memory Blocks): Remove suggestion to use memalign
16543         or valloc.  Remove obsolete comment about BSD.
16544         Document memalign errno values and mark the function obsolete.
16545         Document posix_memalign returned error codes.  Mark valloc
16546         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16547         called for posix_memalign and valloc.
16548         (Summary of Malloc): Add posix_memalign to function summary.
16549         __memalign_hook is also called for posix_memalign and valloc.
16550
16551 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16552
16553         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16554         TAYLOR_SIN.
16555         (__sin): Adjust.
16556         (__cos): Likewise.
16557         (sloww): Use mynumber union.  Expand ternary operator into
16558         if-else statements.
16559         (cslow): use mynumber union.
16560
16561 2013-12-16  Allan McRae  <allan@archlinux.org>
16562
16563         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16564         * configure: Regenerated.
16565
16566         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16567
16568         [BZ #14120]
16569         * configure.ac: Added --enable-maintainer-mode. Check for
16570         autoconf when enabled.
16571         * configure: Regenerated.
16572
16573         * nscd/nscd.service: New file.
16574         * nscd/nscd.tmpfiles: New file.
16575
16576 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16577
16578         [BZ #12100]
16579         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16580         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16581         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16582         (strstr): Add __strstr_sse2_unaligned ifunc.
16583         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16584         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16585         (strcasestr): Remove __strcasestr_sse42 ifunc.
16586         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16587         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16588         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16589
16590 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16591
16592         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16593         * sysdeps/sh/bits/fenv.h: ... here.
16594         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16595
16596 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16597
16598         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16599
16600         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16601         hypotf multiarch implementations.
16602         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16603         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16604         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16605         multiarch hypot for PPC64.
16606         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16607         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16608         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16609         multiarch hypotf for PPC64.
16610
16611         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16612         modff multiarch implementations.
16613         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16614         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16615         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16616         multiarch modf for PPC64.
16617         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16618         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16619         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16620         multiarch modff for PPC64.
16621
16622         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16623         and logl multiarch implementations.
16624         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16625         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16626         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16627         multiarch logb for PPC64.
16628         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16629         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16630         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16631         multiarch logb for PPC64.
16632         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16633         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16634         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16635         multiarch logb for PPC64.
16636
16637         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16638         isinff multiarch implementation.
16639         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16640         file.
16641         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16642         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16643         multiarch isinf for PPC64.
16644         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16645         file.
16646         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16647         multiarch isinff for PPC64.
16648
16649         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16650         finitef multiarch implementation.
16651         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16652         file.
16653         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16654         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16655         multiarch finite for PPC64.
16656         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16657         file.
16658         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16659         multiarch finitef for PPC64.
16660
16661         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16662         lrint multiarch implementation.
16663         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16664         file.
16665         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16666         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16667         multiarch llrint for PPC64.
16668         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16669         multiarch lrint for PPC64.
16670
16671         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16672         copysignf multiarch implementation.
16673         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16674         file.
16675         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16676         file.
16677         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16678         multiarch copysign for PPC64.
16679         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16680         multiarch copysignf for PPC64.
16681
16682         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16683         multiarch implementation.
16684         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16685         file.
16686         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16687         file.
16688         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16689         file.
16690         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16691         file.
16692         multiarch llround for PPC64.
16693         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16694         multiarch trunc for PPC64.
16695         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16696         multiarch truncf for PPC64.
16697
16698         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16699         multiarch implementation.
16700         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16701         file.
16702         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16703         file.
16704         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16705         file.
16706         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16707         file.
16708         multiarch llround for PPC64.
16709         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16710         multiarch round for PPC64.
16711         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16712         multiarch roundf for PPC64.
16713
16714         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16715         multiarch implementation.
16716         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16717         file.
16718         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16719         file.
16720         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16721         file.
16722         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16723         file.
16724         multiarch llround for PPC64.
16725         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16726         multiarch floor for PPC64.
16727         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16728         multiarch floorf for PPC64.
16729
16730         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16731         multiarch implementation.
16732         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16733         file.
16734         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
16735         file.
16736         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
16737         file.
16738         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
16739         file.
16740         multiarch llround for PPC64.
16741         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
16742         multiarch ceil for PPC64.
16743         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
16744         multiarch ceilf for PPC64.
16745
16746         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16747         multiarch implementation.
16748         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
16749         file.
16750         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
16751         file.
16752         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
16753         file.
16754         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
16755         multiarch llround for PPC64.
16756         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
16757         multiarch lround for PPC64.
16758
16759         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16760         multiarch implementation.
16761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
16762         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
16763         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
16764         file.
16765         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
16766         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
16767         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
16768         multiarch isnan for PPC64.
16769         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
16770         multiarch isnanf for PPC64.
16771
16772         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
16773         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
16774         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
16775         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
16776         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
16777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
16778
16779         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
16780         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
16781         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
16782         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
16783
16784         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
16785         multiarch implementations.
16786         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16787         (__libc_ifunc_impl_list): Likewise.
16788         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
16789         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
16790         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
16791         multiarch stpcpy for PPC64.
16792
16793         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
16794         multiarch implementations.
16795         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16796         (__libc_ifunc_impl_list): Likewise.
16797         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
16798         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
16799         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
16800         multiarch strcpy for PPC64.
16801
16802         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
16803         redefine function name.
16804         (_wordcopy_fwd_dest_aligned): Likewise.
16805         (_wordcopy_bwd_aligned): Likewise.
16806         (_wordcopy_bwd_dest_aligned): Likewise.
16807         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
16808         multiarch implementations.
16809         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16810         (__libc_ifunc_impl_list): Likewise.
16811         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
16812         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
16813         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
16814         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
16815         multiarch wcscpy for PPC64.
16816
16817         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
16818         multiarch implementations.
16819         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16820         (__libc_ifunc_impl_list): Likewise.
16821         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
16822         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
16823         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
16824         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
16825         multiarch wcscpy for PPC64.
16826
16827         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
16828         multiarch implementations.
16829         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16830         (__libc_ifunc_impl_list): Likewise.
16831         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
16832         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
16833         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
16834         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
16835         multiarch wcsrchr for PPC64.
16836
16837         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
16838         multiarch implementations.
16839         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16840         (__libc_ifunc_impl_list): Likewise.
16841         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
16842         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
16843         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
16844         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
16845         multiarch wcschr for PPC64.
16846
16847         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
16848         multiarch implementations.
16849         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16850         (__libc_ifunc_impl_list): Likewise.
16851         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
16852         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
16853         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
16854         multiarch strchrnul for PPC64.
16855
16856         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
16857         implementations.
16858         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16859         (__libc_ifunc_impl_list): Likewise.
16860         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
16861         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
16862         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
16863         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
16864         strchr for PPC64.
16865
16866         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
16867         implementations.
16868         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16869         (__libc_ifunc_impl_list): Likewise.
16870         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
16871         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
16872         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
16873         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
16874         strncmp for PPC64.
16875
16876         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
16877         multiarch implementations.
16878         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16879         (__libc_ifunc_impl_list): Likewise.
16880         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
16881         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
16882         strncasecmp for PPC64.
16883         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
16884         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
16885         multiarch strncasecmp_l for PPC64.
16886
16887         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
16888         multiarch implementations.
16889         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16890         (__libc_ifunc_impl_list): Likewise.
16891         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
16892         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
16893         multiarch strcasecmp for PPC64.
16894         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
16895         file.
16896         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
16897         multiarch strcasecmp_l for PPC64.
16898
16899         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
16900         implementations.
16901         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16902         (__libc_ifunc_impl_list): Likewise.
16903         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
16904         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
16905         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
16906         strnlen for PPC64.
16907
16908         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
16909         implementations.
16910         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16911         (__libc_ifunc_impl_list): Likewise.
16912         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
16913         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
16914         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
16915         strlen for PPC64.
16916
16917         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
16918         implementations.
16919         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16920         (__libc_ifunc_impl_list): Likewise.
16921         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
16922         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
16923         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
16924         rawmemrchr for PPC64.
16925
16926         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
16927         implementation.
16928         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16929         (__libc_ifunc_impl_list): Likewise.
16930         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
16931         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
16932         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
16933         memrchr for PPC64.
16934
16935         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
16936         implementation.
16937         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16938         (__libc_ifunc_impl_list): Likewise.
16939         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
16940         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
16941         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
16942         memchr for PPC64.
16943
16944         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
16945         implementation.
16946         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16947         (__libc_ifunc_impl_list): Likewise.
16948         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
16949         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
16950         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
16951         mempcpy for PPC64.
16952
16953         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
16954         avoid cretion of __bzero symbol.
16955         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
16956         Likewise.
16957         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
16958         Likewise.
16959         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
16960         Likewise.
16961         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
16962         multiarch implementations.
16963         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16964         (__libc_ifunc_impl_list): Likewise.
16965         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
16966         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
16967         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
16968         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
16969         bzero for PPC32.
16970         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
16971         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
16972         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
16973         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
16974         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
16975         memset for PPC64.
16976         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
16977
16978         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
16979         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
16980         implementations.
16981         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16982         (__libc_ifunc_impl_list): Likewise.
16983         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
16984         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
16985         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
16986         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
16987         memcmp for PPC64.
16988
16989         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
16990         multiarch for POWER/PPC64.
16991         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
16992         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
16993         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
16994         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
16995         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
16996         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
16997         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
16998         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
16999         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17000         memcpy for PPC64.
17001
17002         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17003         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17004         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17005         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17006         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17007         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17008         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17009         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17010         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17011         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17012         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17013         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17014         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17015         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17016         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17024
17025 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17026
17027         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17028
17029 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17030
17031         * benchtests/Makefile (bench): Add exp2 and log2.
17032         (LDLIBS-bench-exp2): Add -lm.
17033         (LDLIBS-bench-log2): Likewise.
17034         * benchtests/exp2-inputs: New inputs file.
17035         * benchtests/log2-inputs: New inputs file.
17036         * benchtests/log-inputs: Add new inputs.
17037         * benchtests/tan-inputs: Likewise.
17038
17039 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17040
17041         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17042         definition...
17043         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17044         (csloww2): ... from here.
17045
17046         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17047         instead of structures.
17048         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17049         (POLYNOMIAL): Likewise.
17050         (TAYLOR_SLOW): Likewise.
17051         (__sin): Likewise.
17052         (__cos): Likewise.
17053         (slow1): Likewise.
17054         (slow2): Likewise.
17055         (sloww): Likewise.
17056         (sloww1); Likewise.
17057         (sloww2): Likewise.
17058         (bsloww1): Likewise.
17059         (bsloww2): Likewise.
17060         (cslow2): Likewise.
17061         (csloww): Likewise.
17062         (csloww1): Likewise.
17063         (csloww2): Likewise.
17064
17065 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17066
17067         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17068         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17069         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17070         * malloc/hooks.c (realloc_check): Likewise.
17071
17072         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17073         * malloc/arena.c: Remove PER_THREAD conditional.
17074         [!PER_THREAD]: Remove code.
17075         (ptmalloc_unlock_all2): Likewise.
17076         (ptmalloc_init): Likewise.
17077         (_int_new_arena): Likewise.
17078         (arena_get2): Likewise.
17079         * malloc/hooks.c (__malloc_get_state): Likewise.
17080         (__malloc_set_state): Likewise.
17081         * malloc/malloc.c: Likewise.
17082         (struct malloc_state): Likewise.
17083         (struct malloc_par): Likewise.
17084         (__libc_realloc): Likewise.
17085         (__libc_mallopt): Likewise.
17086
17087 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17088
17089         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17090
17091 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17092
17093         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17094         macro to a function.  Check for zero perturb_byte.
17095         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17096
17097         * malloc/malloc.c: (force_reg): Remove.
17098         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17099         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17100         force_reg by atomic_forced_read.
17101         * malloc/arena.c (ptmalloc_init): Likewise.
17102         * malloc/hooks.c (top_check): Likewise.
17103
17104 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17105
17106         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17107
17108 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17109
17110         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17111
17112 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17113
17114         * math/auto-libm-test-in: Add tests of lgamma.
17115         * math/auto-libm-test-out: Regenerated.
17116         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17117         (M_LOG_2_SQRT_PIl): Likewise.
17118         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17119         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17120         mpfr_f_f1.
17121         (func_calc_desc): Add mpfr_f_f1 union field.
17122         (ARGS1): New macro.
17123         (ARGS2): Likewise.
17124         (ARGS3): Likewise.
17125         (ARGS4): Likewise.
17126         (RET1): Likewise.
17127         (RET2): Likewise.
17128         (CALC): Likewise.
17129         (FUNC): Likewise.
17130         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17131         (test_functions): Add lgamma.
17132         (calc_generic_results): Handle mpfr_f_f1.
17133         * sysdeps/i386/fpu/libm-test-ulps: Update.
17134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17135
17136 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17137
17138         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17139         __mpn_add_n for PowerPC64/POWER7.
17140         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17141         __mpn_sub_n for PowerPC64/POWER7.
17142
17143         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17144         __mpn_addmul_1 for PowerPC64.
17145         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17146         __mpn_submul_1 for PowerPC64.
17147         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17148         for PowerPC64.
17149         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17150         for PowerPC64.
17151
17152 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17153
17154         [BZ #15089]
17155         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17156
17157 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17158
17159         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17160
17161         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17162         add multiarch folders.
17163         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17164         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17165         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17166         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17167         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17168         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17169         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17170         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17171         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17172         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17173         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17180
17181         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17182         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17183         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17184         New file.
17185         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17186         New file.
17187         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17188         multiarch __ieee754_hypot for PowerPC32.
17189         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17190         New file.
17191         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17192         New file.
17193         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17194         multiarch __ieee754_hypotf for PowerPC32.
17195
17196         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17197         long_double_symbol only if __logbl is defined.
17198         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17199         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17200         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17201         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17202         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17203         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17204         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17205         path for implementation.
17206         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17207         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17208         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17209         logb, and logbl multiarch implementations for PowerPC32.
17210         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17211         file.
17212         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17213         file.
17214         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17215         multiarch logb for PowerPC32.
17216         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17217         file.
17218         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17219         file.
17220         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17221         multiarch logbf for PowerPC32.
17222         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17223         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17224         file.
17225         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17226         multiarch logbl implementation for PowerPC32.
17227
17228         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17229         and modff multiarch implementations.
17230         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17231         New file.
17232         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17233         New file.
17234         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17235         multiarch modf for PowerPC32.
17236         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17237         New file.
17238         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17239         New file.
17240         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17241         multiarch modff for PowerPC32.
17242
17243         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17244         and lrintf multiarch implementations.
17245         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17246         New file.
17247         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17248         New file.
17249         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17250         multiarch lrint for PowerPC32.
17251         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17252         file: multiarch lrintf for PowerPC32.
17253
17254         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17255         and lroundf multiarch implementations.
17256         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17257         New file.
17258         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17259         New file.
17260         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17261         New file.
17262         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17263         multiarch lround for PowerPC32.
17264         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17265         file: multiarch lroundf for PowerPC32.
17266
17267         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17268         copysign and copysignf multiarch implementations.
17269         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17270         New file.
17271         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17272         New file.
17273         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17274         file: multiarch copysign for PowerPC32.
17275         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17276         file: multiarch copysignf for PowerPC32.
17277
17278         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17279         and truncf multiarch implementations.
17280         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17281         New file.
17282         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17283         file.
17284         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17285         multiarch trunc for PowerPC32.
17286         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17287         New file.
17288         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17289         New file.
17290         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17291         multiarch truncf for PowerPC32.
17292
17293         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17294         and roundf multiarch implementations.
17295         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17296         New file.
17297         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17298         file.
17299         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17300         multiarch round for PowerPC32.
17301         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17302         New file.
17303         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17304         New file.
17305         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17306         multiarch roundf for PowerPC32.
17307
17308         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17309         and floorf multiarch implementations.
17310         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17311         New file.
17312         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17313         file.
17314         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17315         multiarch floor for PowerPC32.
17316         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17317         New file.
17318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17319         New file.
17320         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17321         multiarch floorf for PowerPC32.
17322
17323         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17324         and ceilf multiarch implementations.
17325         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17326         New file.
17327         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17328         file.
17329         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17330         multiarch ceil for PowerPC32.
17331         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17332         New file.
17333         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17334         file.
17335         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17336         multiarch ceilf for PowerPC32.
17337
17338         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17339         is defined.
17340         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17341         FINITEF is defined.
17342         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17343         and finitef multiarch implementations.
17344         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17345         New file.
17346         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17347         file.
17348         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17349         multiarch finite for PowerPC32.
17350         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17351         New file.
17352         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17353         file: multiarch finitef for PowerPC32.
17354
17355         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17356         and isinff multiarch implementations.
17357         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17358         file.
17359         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17360         file.
17361         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17362         multiarch isinf for PowerPC32.
17363         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17364         New file.
17365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17366         multiarch isinff for PowerPC32.
17367
17368         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17369         alias when __isnan is defined.
17370         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17371         and isnanf multiarch implementations.
17372         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17373         file.
17374         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17375         file.
17376         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17377         file.
17378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17379         file.
17380         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17381         multiarch isnan for PowerPC32.
17382         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17383         New file.
17384         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17385         New file.
17386         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17387         multiarch isnanf for PowerPC32.
17388
17389         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17390         and sqrtf multiarch implementations.
17391         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17392         file.
17393         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17394         file.
17395         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17396         multiarch sqrt for PowerPC32.
17397         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17398         file.
17399         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17400         file.
17401         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17402         multiarch sqrtf for PowerPC32.
17403
17404         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17405         and llroundf multiarch implementations.
17406         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17407         New file.
17408         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17409         New file.
17410         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17411         New file.
17412         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17413         file: multiarch llround for PowerPC32.
17414         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17415         file: multiarch llroundf for PowerPC32.
17416
17417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17418         multiarch PowerPC32 fpu implementations.
17419         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17420         New file.
17421         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17422         New file.
17423         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17424         multiarch llrint for PowerPC32.
17425         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17426         New file.
17427         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17428         New file.
17429         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17430         file.
17431
17432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17433
17434         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17435         file.
17436         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17437         file.
17438         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17439         file.
17440         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17441         multiarch wordcopy for PPC32.
17442         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17443         wordcopy objects.
17444         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17445         (__libc_ifunc_impl_list): Likewise.
17446         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17447         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17448         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17449         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17450         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17451         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17452
17453         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17454         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17455         file.
17456         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17457         file.
17458         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17459         file.
17460         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17461         multiarch wcscpy for PPC32.
17462         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17463         multiarch objects.
17464         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17465         (__libc_ifunc_impl_list): Likewise.
17466         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17467         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17468         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17469         sysdeps/powerpc/power6/wcscpy.c.
17470
17471         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17472         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17473         file.
17474         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17475         file.
17476         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17477         file.
17478         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17479         multiarch wcsrchr for PPC32.
17480         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17481         multiarch objects.
17482         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17483         (__libc_ifunc_impl_list): Likewise.
17484         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17485         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17486         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17487         sysdeps/powerpc/power6/wcsrchr.c.
17488
17489         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17490         file.
17491         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17492         file.
17493         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17494         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17495         multiarch wcschr for PPc32.
17496         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17497         multiarch objects.
17498         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17499         (__libc_ifunc_impl_list): Likewise.
17500         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17501         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17502         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17503         sysdeps/powerpc/power6/wcschr.c.
17504
17505         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17506         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17507         file.
17508         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17509         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17510         file: multiarch strchr for PPC32.
17511         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17512         multiarch objects.
17513         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17514         (__libc_ifunc_impl_list): Likewise.
17515
17516         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17517         name.
17518         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17519         file.
17520         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17521         file.
17522         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17523         multiarch strchrnul for PPC32.
17524         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17525         multiarch objects.
17526         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17527         (__libc_ifunc_impl_list): Likewise.
17528
17529         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17530         file.
17531         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17532         multiarch strncasecmp for PPC32.
17533         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17534         file.
17535         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17536         multiarch strncasecmp_l for PPC32.
17537         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17538         strncasecmp multiarch objects.
17539         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17540         (__libc_ifunc_impl_list): Likewise.
17541
17542         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17543         file.
17544         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17545         multiarch strncasecmp for PPC32.
17546         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17547         New file.
17548         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17549         multiarch strcasecmp_l for PPC32.
17550         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17551         multiarch objects.
17552         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17553         (__libc_ifunc_impl_list): Likewise.
17554
17555         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17556         file.
17557         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17558         file.
17559         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17560         multiarch strncmp for PPC32.
17561         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17562         multiarch objects.
17563         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17564         (__libc_ifunc_impl_list): Likewise.
17565
17566         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17567         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17568         file.
17569         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17570         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17571         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17572         multiarch objects.
17573         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17574         (__libc_ifunc_impl_list): Likewise.
17575
17576         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17577         file.
17578         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17579         file.
17580         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17581         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17582         multiarch objects.
17583         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17584         (__libc_ifunc_impl_list): Likewise.
17585
17586         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17587         file.
17588         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17589         file.
17590         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17591         multiarch rawmemchr for PPC32.
17592         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17593         multiarch objects.
17594         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17595         (__libc_ifunc_impl_list): Likewise.
17596
17597         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17598         file.
17599         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17600         file.
17601         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17602         file: memrchr multiarch for PPC32.
17603         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17604         multiarch objects.
17605         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17606         (__libc_ifunc_impl_list): Likewise.
17607
17608         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17609         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17610         file.
17611         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17612         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17613         multiarch memchr for PPC32.
17614         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17615         multiarch objects.
17616         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17617         (__libc_ifunc_impl_list): Likewise.
17618
17619         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17620         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17621         file.
17622         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17623         file.
17624         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17625         file: multiarch mempcpy for PPC32.
17626         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17627         multiarch objects.
17628         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17629         (__libc_ifunc_impl_list): Likewise.
17630
17631         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17632         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17633         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17634         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17635         multiarch bzero for PPC32.
17636         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17637         file.
17638         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17639         file.
17640         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17641         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17642         file: multiarch memset for PPC32.
17643         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17644         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17645         memset multiarch objects.
17646         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17647         (__libc_ifunc_impl_list): Likewise.
17648
17649         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17650         file.
17651         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17652         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17653         memcmp for PPC32.
17654         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17655         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17656         multiarch objects.
17657         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17658         (__libc_ifunc_impl_list): Likewise.
17659
17660         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17661         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17662         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17663         file.
17664         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17665         file.
17666         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17667         file.
17668         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17669         multiarch memcpy for PPC32.
17670         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17671         multiarch objects.
17672         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17673         (__libc_ifunc_impl_list): Likewise.
17674
17675         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17676         support multiarch for POWER/PPC32.
17677         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17678         Likewise.
17679         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17681         Implies file to make multiarch folder appers before the fpu and
17682         default folder for power4 configuration.
17683
17684 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17685
17686         * scripts/bench.pl: Append volatile keyword to type.
17687
17688 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17689
17690         * sysdeps/sh/sotruss-lib.c: New file.
17691         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17692
17693 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17694
17695         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17696
17697 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
17698
17699         [BZ #6810]
17700         * math/w_tgamma.c: Include <errno.h>.
17701         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
17702         * math/w_tgammaf.c: Include <errno.h>.
17703         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
17704         * math/w_tgammal.c: Include <errno.h>.
17705         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
17706         * math/auto-libm-test-in: Do not allow missing errno on tgamma
17707         underflow.  Add more tgamma tests.
17708         * math/auto-libm-test-out: Regenerated.
17709         * sysdeps/i386/fpu/libm-test-ulps: Update.
17710         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17711
17712         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17713         sin, sinh, tan, tanh, tgamma, y0 and y1.
17714         * math/auto-libm-test-out: Regenerated.
17715         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17716         (TEST_COND_x86): Likewise.
17717         (M_E2l): Remove macro.
17718         (M_E3l): Likewise.
17719         (M_2_SQRT_PIl): Likewise.
17720         (M_SQRT_PIl): Likewise.
17721         (M_1_DIV_El): Likewise.
17722         (log_test_data): Use AUTO_TESTS_f_f.
17723         (log10_test_data): Likewise.
17724         (log1p_test_data): Likewise.
17725         (log2_test_data): Likewise.
17726         (sin_test_data): Likewise.
17727         (sin_tonearest_test_data): Likewise.
17728         (sin_towardzero_test_data): Likewise.
17729         (sin_downward_test_data): Likewise.
17730         (sin_upward_test_data): Likewise.
17731         (sinh_test_data): Likewise.
17732         (sinh_tonearest_test_data): Likewise.
17733         (sinh_towardzero_test_data): Likewise.
17734         (sinh_downward_test_data): Likewise.
17735         (sinh_upward_test_data): Likewise.
17736         (tan_test_data): Likewise.
17737         (tan_tonearest_test_data): Likewise.
17738         (tan_towardzero_test_data): Likewise.
17739         (tan_downward_test_data): Likewise.
17740         (tan_upward_test_data): Likewise.
17741         (tanh_test_data): Likewise.
17742         (tgamma_test_data): Likewise.
17743         (y0_test_data): Likewise.
17744         (y1_test_data): Likewise.
17745         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
17746         (special_real_inputs): Add pi/4.
17747         * sysdeps/i386/fpu/libm-test-ulps: Update.
17748         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17749
17750 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17751
17752         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
17753         "longjmp_target" static probes.
17754         (__longjmp): Rename to __longjmp_symbol.
17755         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
17756         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
17757         on which longjmp to generate.
17758         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17759         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
17760         probe.
17761         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17762         (__sigjmp_save): Rename to __sigjmp_save_symbol.
17763         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
17764         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
17765         and __sigjmp_save_symbol based on which sigsetjmp to generated.
17766         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
17767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
17768         __longjmp_symbol based on which __longjmp to generate.
17769         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
17770         probe.
17771         (setjmp): Rename to setjmp_symbol.
17772         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17773         (_setjmp): Rename to _setjmp_symbol.
17774         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17775         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
17776         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
17777         which setjmp to generate.
17778         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
17779         "longjmp_target" static probes.
17780
17781 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17782
17783         * benchtests/README: Add note about output arguments.
17784         * benchtests/bench-sincos.c: Remove file.
17785         * benchtests/sincos-inputs: New file.
17786         * scripts/bench.pl: Identify output arguments and define
17787         static variables for them.
17788
17789         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
17790
17791         [BZ #15941]
17792         * Makefile (INSTALL): Add install-plain.texi as the primary
17793         dependency.
17794         * manual/install-plain.texi: New file.
17795         * manual/install.texi: Include node directive only for
17796         non-plaintext output.
17797
17798 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
17799
17800         * stdlib/longlong.h: Update from GCC.
17801
17802         [BZ #6807]
17803         [BZ #15901]
17804         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
17805         * math/w_j0f.c (y0f): Likewise.
17806         * math/w_j0l.c (__y0l): Likewise.
17807         * math/w_j1.c (y1): Likewise.
17808         * math/w_j1f.c (y1f): Likewise.
17809         * math/w_j1l.c (__y1l): Likewise
17810         * math/w_jn.c (yn): Likewise.
17811         * math/w_jnf.c (ynf): Likewise.
17812         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
17813         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
17814         value for Bessel function domain errors outside _SVID_ mode.
17815         Adjust sign of return value for yn (negative integer, 0).
17816         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
17817         by zero in return for negative x and set sign appropriately for
17818         negative n.
17819         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
17820         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
17821         * math/libm-test.inc (y0_test_data): Add more tests and adjust
17822         expectations in error cases.
17823         (y1_test_data): Likewise.
17824         (yn_test_data): Likewise.
17825         * sysdeps/i386/fpu/libm-test-ulps: Update.
17826         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17827
17828 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17829
17830         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
17831         "64" to "64-v1".  Add "64-v2".
17832         (abi-64-options): Rename to ...
17833         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
17834         (abi-64-condition): Rename to ...
17835         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
17836         (abi-64-ld-soname): Rename to ...
17837         (abi-64-v1-ld-soname): ... this.
17838         (abi-64-v2-options): Define.
17839         (abi-64-v2-condition): Likewise.
17840         (abi-64-v2-ld-soname): Likewise.
17841         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
17842         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
17843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
17844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
17845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
17846
17847 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17848             Alan Modra  <amodra@gmail.com>
17849
17850         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
17851         New versions for use with the ELFv2 ABI.
17852         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
17853         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
17854         declaration.
17855         (struct La_ppc64v2_retval): Likewise.
17856         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
17857         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
17858         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
17859         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
17860         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
17861         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
17862         Do not save or restore CR.
17863         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
17864         (_dl_profile_resolve): Do no save or restore CR.  Support extended
17865         return values for ELFv2 ABI.  Fix location of FPR return registers.
17866         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
17867         updated values for _CALL_ELF == 2.
17868         (La_regs, La_retval, int_retval): Likewise.
17869
17870 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17871
17872         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
17873         (FRAME_MIN_SIZE_PARM): Likewise.
17874         (FRAME_BACKCHAIN): Likewise.
17875         (FRAME_CR_SAVE): Likewise.
17876         (FRAME_LR_SAVE): Likewise.
17877         (FRAME_TOC_SAVE): Likewise.
17878         (FRAME_PARM_SAVE): Likewise.
17879         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
17880         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
17881         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17882         (call_mcount_parm_offset): New macro.
17883         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
17884         (PROF): Use symbolic stack frame offsets.
17885         (TAIL_CALL_SYSCALL_ERROR): Likewise.
17886         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
17887         Redefine in terms of FRAME_MIN_SIZE.
17888         (_dl_runtime_resolve): Use symbolic stack frame offsets.
17889         (_dl_profile_resolve): Likewise.  Update comment.
17890         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
17891         symbols stack frame offsets.
17892         (__sigsetjmp): Likewise.
17893         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
17894         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
17895         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
17896         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
17897
17898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
17899         (FRAME_BACKCHAIN): Remove.
17900         (FRAME_CR_SAVE): Likewise.
17901         (FRAME_LR_SAVE): Likewise.
17902         (FRAME_COMPILER_DW): Likewise.
17903         (FRAME_LINKER_DW): Likewise.
17904         (FRAME_TOC_SAVE): Likewise.
17905         (FRAME_PARM_SAVE): Likewise.
17906         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
17907         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
17908         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
17910         (CHECK_SP): Use symbolic stack frame offsets.
17911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
17912         zone" instead of caller's parameter save area for temp storage.
17913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
17914         Likewise.  Also, use symbolic stack frame offsets.
17915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
17916         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
17917         our own stack frame instead of the caller's.
17918         (__socket): Use symbolic stack frame offsets.
17919
17920 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17921             Alan Modra  <amodra@gmail.com>
17922
17923         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
17924         Define.
17925         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
17926         (PPC64_LOCAL_ENTRY_OFFSET): Define.
17927         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
17928         New function.
17929         (elf_machine_fixup_plt): Call it.
17930         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
17931         reloc arguments.
17932         (elf_machine_rela): Update call to elf_machine_plt_conflict.
17933         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17934         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
17935         r2 before calling target.
17936
17937 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17938             Alan Modra  <amodra@gmail.com>
17939
17940         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
17941         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
17942         versions of macros to support ELFv2 ABI.
17943         (LOCALENTRY): New macro.
17944         (ENTRY, EALIGN): Use it.
17945         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
17946         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
17947         fall through into ENTRY entry point.
17948         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
17949         Only define if _CALL_ELF != 2.
17950
17951         (elf_machine_matches_host): Verify ABI version matches.
17952         (RTLD_START): Use LOCALENTRY.
17953         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
17954         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
17955         (PLT_ENTRY_WORDS): New macro.
17956         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
17957         (elf_machine_runtime_setup): Support ELFv2 ABI.
17958         (elf_machine_fixup_plt): Likewise.
17959         (elf_machine_plt_conflict): Likewise.
17960         (resolve_ifunc): Likewise.
17961         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17962         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
17963         Likewise.
17964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
17965         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
17966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17967         (makecontext): Support ELFv2 ABI.
17968         * elf/elf.h (EF_PPC64_ABI): Define.
17969
17970 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17971
17972         * sysdeps/powerpc/powerpc64/sysdep.h
17973         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
17974         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
17975         (ENTRY) [ASSEMBLER]: ... but instead here ...
17976         (EALIGN) [ASSEMBLER]: ... and here.
17977         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
17978         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
17979         (ENTRY_2) [!ASSEMBLER]: Use it.
17980         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
17981         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
17982         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17983         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
17984         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
17985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
17986         Use PPC64_LOAD_FUNCPTR.
17987
17988         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
17989
17990 2013-12-04  Alan Modra  <amodra@gmail.com>
17991
17992         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
17993         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
17994         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
17995         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
17996
17997         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
17998         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
17999         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18000         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18001         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18002         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18003
18004 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18005
18006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18007         (__makecontext): Fix incorrect CFI when backtracing out of
18008         context created via makecontext.
18009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18010         (__setcontext): Fix incorrect CFI during switch to new context.
18011         (__novec_setcontext): Likewise.
18012
18013 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18014
18015         [BZ #4772]
18016         * time/strptime_l.c (__strptime_internal): Allow modifiers
18017         in strptime.
18018         * time/tst-strptime.c (day_tests): Add testcase.
18019
18020 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18021
18022         * scripts/bench.pl: Skip over blank lines.
18023
18024 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18025
18026         [BZ #926]
18027         * manual/time.texi (Calendar Time): Clarify what timezone functions
18028         use.
18029
18030 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18031
18032         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18033
18034 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18035
18036         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18037         implementation.
18038         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18039         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18040         * debug/memset_chk.c (__memset_chk): Likewise.
18041         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18042         * debug/strncpy_chk.c: Likewise.
18043
18044 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18045
18046         [BZ #15268]
18047         [BZ #15425]
18048         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18049         (__ieee754_exp): For possibly underflowing results, check size of
18050         result and force underflow exception if required.
18051         * math/auto-libm-test-in: Add more tests of exp.
18052         * math/auto-libm-test-out: Regenerated.
18053         * sysdeps/i386/fpu/libm-test-ulps: Update.
18054         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18055
18056         [BZ #16283]
18057         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18058         * math/w_exp2f.c (__exp2f): Likewise.
18059         * math/w_exp2l.c (__exp2l): Likewise.
18060         * math/auto-libm-test-in: Do not allow missing errno on exp2
18061         underflow.
18062         * math/auto-libm-test-out: Regenerated.
18063
18064 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18065
18066         [BZ #16274]
18067         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18068         handle filename validation.
18069         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18070         (do_open): Delete.
18071
18072 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18073
18074         [BZ #6786]
18075         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18076         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18077         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18078         <float.h>.
18079         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18080         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18081         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18082         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18083         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18084         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18085         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18086         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18087         Add more erfc tests.
18088         * math/auto-libm-test-out: Regenerated.
18089         * sysdeps/i386/fpu/libm-test-ulps: Update.
18090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18091
18092         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18093         exp2, expm1, j0 and j1.
18094         * math/auto-libm-test-out: Regenerated.
18095         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18096         (erfc_test_data): Likewise.
18097         (exp_test_data): Likewise.
18098         (exp_tonearest_test_data): Likewise.
18099         (exp_towardzero_test_data): Likewise.
18100         (exp_downward_test_data): Likewise.
18101         (exp_upward_test_data): Likewise.
18102         (exp10_test_data): Likewise.
18103         (exp2_test_data): Likewise.
18104         (expm1_test_data): Likewise.
18105         (j0_test_data): Likewise.
18106         (j1_test_data): Likewise.
18107         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18108         (input_flag_type): Add flag_xfail_rounding.
18109         (input_flags): Add xfail-rounding.
18110         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18111         (output_for_one_input_case): Handle flag_xfail_rounding.
18112         * sysdeps/i386/fpu/libm-test-ulps: Update.
18113         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18114
18115 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18116
18117         [BZ #16289]
18118         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18119         division by 0.
18120
18121 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18122
18123         [BZ #16195]
18124         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18125         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18126         (STAP_PROBE0): New macro.
18127         (STAP_PROBE1): Likewise.
18128         (STAP_PROBE2): Likewise.
18129         (STAP_PROBE3): Likewise.
18130         (STAP_PROBE4): Likewise.
18131
18132 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18133
18134         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18135
18136 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18137
18138         * benchtests/Makefile (bench): Add sqrt.
18139         (LDLIBS-bench-sqrt): New.
18140         * benchtests/sqrt-input: New.
18141
18142 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18143
18144         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18145         (GAIH_EAI): Likewise.
18146         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18147         (gaih_inet): Likewise.
18148         (getaddrinfo): Don't use GAIH_EAI.
18149
18150         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18151         (struct gaih): Remove definition.
18152
18153 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18154
18155         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18156         Use HERRNOP directly.
18157
18158 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18159
18160         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18161
18162 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18163
18164         * math/gen-auto-libm-tests.c (test_functions): Add more
18165         single-argument functions.
18166         (special_fill_pi_2): New function.
18167         (special_fill_minus_pi_2): Likewise.
18168         (special_fill_pi_6): Likewise.
18169         (special_fill_minus_pi_6): Likewise.
18170         (special_fill_pi_3): Likewise.
18171         (special_fill_2pi_3): Likewise.
18172         (special_fill_e): Likewise.
18173         (special_fill_1_e): Likewise.
18174         (special_fill_e_minus_1): Likewise.
18175         (special_real_inputs): Add more special inputs.
18176         (output_for_one_input_case): Do not require ERANGE on underflow to
18177         zero if round-to-nearest result does not underflow to zero, unless
18178         exact results required.
18179         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18180         atan, atanh, cbrt, cos and cosh.
18181         * math/auto-libm-test-out: Regenerated.
18182         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18183         (acos_tonearest_test_data): Likewise.
18184         (acos_towardzero_test_data): Likewise.
18185         (acos_downward_test_data): Likewise.
18186         (acos_upward_test_data): Likewise.
18187         (acosh_test_data): Likewise.
18188         (asin_test_data): Likewise.
18189         (asin_tonearest_test_data): Likewise.
18190         (asin_towardzero_test_data): Likewise.
18191         (asin_upward_test_data): Likewise.
18192         (asinh_test_data): Likewise.
18193         (atan_test_data): Likewise.
18194         (atanh_test_data): Likewise.
18195         (cbrt_test_data): Likewise.
18196         (cos_test_data): Likewise.
18197         (cos_tonearest_test_data): Likewise.
18198         (cos_towardzero_test_data): Likewise.
18199         (cos_downward_test_data): Likewise.
18200         (cos_upward_test_data): Likewise.
18201         (cosh_test_data): Likewise.
18202         (cosh_tonearest_test_data): Likewise.
18203         (cosh_towardzero_test_data): Likewise.
18204         (cosh_downward_test_data): Likewise.
18205         (cosh_upward_test_data): Likewise.
18206         * sysdeps/i386/fpu/libm-test-ulps: Update.
18207         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18208
18209 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18210
18211         [BZ #6787]
18212         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18213         * math/w_exp10f.c (__exp10f): Likewise.
18214         * math/w_exp10l.c (__exp10l): Likewise.
18215         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18216         errno settings in existing tests.
18217
18218         [BZ #14032]
18219         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18220         precision control set to double precision.
18221         * sysdeps/i386/fpu/w_sqrt.c: New file.
18222         * math/auto-libm-test-in: Add more tests.
18223         * math/auto-libm-test-out: Update.
18224
18225         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18226         (sqrt_test_tonearest): New function.
18227         (sqrt_towardzero_test_data): New variable.
18228         (sqrt_test_towardzero): New function.
18229         (sqrt_downward_test_data): New variable.
18230         (sqrt_test_downward): New function.
18231         (sqrt_upward_test_data): New variable.
18232         (sqrt_test_upward): New function.
18233         (main): Call the new functions.
18234
18235         * math/gen-auto-libm-tests.c: New file.
18236         * math/auto-libm-test-in: Likewise.
18237         * math/auto-libm-test-out: New generated file.
18238         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18239         variables.
18240         (%beautify): Add generated representations of zero.
18241         (top level): Set $auto_input and call parse_auto_input.
18242         (beautify): Remove trailing "f" from hex float constants.
18243         (parse_args): Handle XFAIL_TEST.
18244         (convert_condition): New function.
18245         (or_value): Likewise.
18246         (or_cond_value): Likewise.
18247         (generate_testfile): Handle AUTO_TESTS_* lines.
18248         (parse_auto_input): New function.
18249         * math/libm-test.inc (XFAIL_TEST): New macro.
18250         (ERRNO_UNCHANGED): Update value.
18251         (ERRNO_EDOM): Likewise.
18252         (ERRNO_ERANGE): Likewise.
18253         (IGNORE_RESULT): Likewise.
18254         (TEST_COND_flt_32): New macro.
18255         (TEST_COND_dbl_64): Likewise.
18256         (TEST_COND_ldbl_96_intel): Likewise.
18257         (TEST_COND_ldbl_96_m68k): Likewise.
18258         (TEST_COND_ldbl_128): Likewise.
18259         (TEST_COND_ldbl_128ibm): Likewise.
18260         (TEST_COND_long32): Likewise.
18261         (TEST_COND_long64): Likewise.
18262         (TEST_COND_before_rounding): Likewise.
18263         (TEST_COND_after_rounding): Likewise.
18264         (enable_test): Handle XFAIL_TEST flag.
18265         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18266         with finite results.
18267         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18268         auto-libm-test-out.
18269
18270 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18271             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18272
18273         [BZ #16214]
18274         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18275         __tls_get_addr_internal instead of __tls_get_offset in order to
18276         avoid GOT pointer dependency.  Make rtld export
18277         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18278         __tls_get_addr since we are a __tls_get_offset platform.
18279         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18280         GOT pointer being set up before.
18281         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18282
18283 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18284
18285         * manual/math.texi (Errors in Math Functions): Document accuracy
18286         goals.
18287
18288         [BZ #15004]
18289         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18290         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18291         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18292         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18293         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18294         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18295         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18296         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18297         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18298         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18299         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18300         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18301         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18302         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18303         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18304         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18305
18306         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18307         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18308         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18309         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18310         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18311         Likewise.
18312         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18313         Likewise.
18314         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18315         Likewise.
18316         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18317         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18318         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18319         atomic-feupdateenv and flt-rounds.
18320         * sysdeps/powerpc/nofpu/Versions (libc): Add
18321         __atomic_feholdexcept, __atomic_feclearexcept,
18322         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18323         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18324         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18325         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18326         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18327         here.
18328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18329         Update.
18330
18331         * manual/arith.texi (FP Exceptions): Document that exceptions may
18332         not be raised when matherr is used.
18333         (Math Error Reporting): Document overflow in directed rounding
18334         modes.  Document that errno may not be set when finite values are
18335         returned on overflow.  Document intent to set errno on underflow
18336         only for underflow to zero.
18337
18338         [BZ #16271]
18339         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18340         round-to-nearest then adjust result for other rounding modes.
18341         * include/fenv.h (fegetround): Use libm_hidden_proto.
18342         * math/fegetround.c (fegetround): Use libm_hidden_def.
18343         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18344         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18345         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18346         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18347         Likewise.
18348         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18349         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18350         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18351         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18352
18353 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18354
18355         [BZ #16077]
18356         * nss/Versions (libnss_files): Add
18357         _nss_files_gethostbyname3_r.
18358         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18359         New function.
18360         (HOST_DB_LOOKUP): Remove macro.
18361         (_nss_files_gethostbyname_r): Implement function without the
18362         HOST_DB_LOOKUP macro.
18363         (_nss_files_gethostbyname2_r): Likewise.
18364
18365 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18366
18367         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18368
18369 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18370
18371         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18372         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18373         warning.
18374
18375 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18376
18377         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18378         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18379         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18380         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18381         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18382         __fe_nomask_env_priv and attribute_hidden.
18383         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18384         (libc_feupdateenv_test_ppc): Likewise.
18385         (libc_feresetround_ppc): Likewise.
18386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18387         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18388         compat_symbol macro.
18389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18390         (__fe_nomask_env): Likewise.
18391         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18392
18393 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18394
18395         * string/Makefile: Remove ifunc tests.
18396         * string/test-string.h: Define TEST_IFUNC.
18397         * string/test-bcopy-ifunc.c: Remove.
18398         * string/test-bzero-ifunc.c: Likewise.
18399         * string/test-memccpy-ifunc.c: Likewise.
18400         * string/test-memchr-ifunc.c: Likewise.
18401         * string/test-memcmp-ifunc.c: Likewise.
18402         * string/test-memcpy-ifunc.c: Likewise.
18403         * string/test-memmem-ifunc.c: Likewise.
18404         * string/test-memmove-ifunc.c: Likewise.
18405         * string/test-mempcpy-ifunc.c: Likewise.
18406         * string/test-memrchr-ifunc.c: Likewise.
18407         * string/test-memset-ifunc.c: Likewise.
18408         * string/test-rawmemchr-ifunc.c: Likewise.
18409         * string/test-stpcpy-ifunc.c: Likewise.
18410         * string/test-stpncpy-ifunc.c: Likewise.
18411         * string/test-strcasecmp-ifunc.c: Likewise.
18412         * string/test-strcasestr-ifunc.c: Likewise.
18413         * string/test-strcat-ifunc.c: Likewise.
18414         * string/test-strchr-ifunc.c: Likewise.
18415         * string/test-strchrnul-ifunc.c: Likewise.
18416         * string/test-strcmp-ifunc.c: Likewise.
18417         * string/test-strcpy-ifunc.c: Likewise.
18418         * string/test-strcspn-ifunc.c: Likewise.
18419         * string/test-strlen-ifunc.c: Likewise.
18420         * string/test-strncasecmp-ifunc.c: Likewise.
18421         * string/test-strncat-ifunc.c: Likewise.
18422         * string/test-strncmp-ifunc.c: Likewise.
18423         * string/test-strncpy-ifunc.c: Likewise.
18424         * string/test-strnlen-ifunc.c: Likewise.
18425         * string/test-strpbrk-ifunc.c: Likewise.
18426         * string/test-strrchr-ifunc.c: Likewise.
18427         * string/test-strspn-ifunc.c: Likewise.
18428         * string/test-strstr-ifunc.c: Likewise.
18429
18430 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18431
18432         * benchtests/Makefile: Remove ifunc tests.
18433         * benchtests/bench-string.h: Define TEST_IFUNC.
18434         * benchtests/bench-bcopy-ifunc.c: Remove.
18435         * benchtests/bench-bzero-ifunc.c: Likewise.
18436         * benchtests/bench-memccpy-ifunc.c: Likewise.
18437         * benchtests/bench-memchr-ifunc.c: Likewise.
18438         * benchtests/bench-memcmp-ifunc.c: Likewise.
18439         * benchtests/bench-memcpy-ifunc.c: Likewise.
18440         * benchtests/bench-memmem-ifunc.c: Likewise.
18441         * benchtests/bench-memmove-ifunc.c: Likewise.
18442         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18443         * benchtests/bench-memrchr-ifunc.c: Likewise.
18444         * benchtests/bench-memset-ifunc.c: Likewise.
18445         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18446         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18447         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18448         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18449         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18450         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18451         * benchtests/bench-strcat-ifunc.c: Likewise.
18452         * benchtests/bench-strchr-ifunc.c: Likewise.
18453         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18454         * benchtests/bench-strcmp-ifunc.c: Likewise.
18455         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18456         * benchtests/bench-strcpy-ifunc.c: Likewise.
18457         * benchtests/bench-strcspn-ifunc.c: Likewise.
18458         * benchtests/bench-strlen-ifunc.c: Likewise.
18459         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18460         * benchtests/bench-strncat-ifunc.c: Likewise.
18461         * benchtests/bench-strncmp-ifunc.c: Likewise.
18462         * benchtests/bench-strncpy-ifunc.c: Likewise.
18463         * benchtests/bench-strnlen-ifunc.c: Likewise.
18464         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18465         * benchtests/bench-strrchr-ifunc.c: Likewise.
18466         * benchtests/bench-strsep-ifunc.c: Likewise.
18467         * benchtests/bench-strspn-ifunc.c: Likewise.
18468         * benchtests/bench-strstr-ifunc.c: Likewise.
18469
18470 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18471
18472         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18473
18474 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18475
18476         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18477         * rt/aio.h: Likewise.
18478         * sysdeps/gnu/bits/utmp.h: Likewise.
18479         * sysdeps/gnu/bits/utmpx.h: Likewise.
18480         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18481         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18482         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18483         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18484         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18485         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18486         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18487         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18488         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18489         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18490         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18491         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18492         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18494         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18495         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18496         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18497         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18498         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18499         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18500         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18501         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18502         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18503         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18504         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18505         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18506         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18507         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18508         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18509         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18510         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18511         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18512         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18513         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18514         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18515         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18516         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18517         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18518         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18519         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18520         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18521         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18522
18523 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18524
18525         [BZ #16245]
18526         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18527         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18528
18529 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18530
18531         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18532         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18533         Likewise.
18534
18535 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18536
18537         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18538         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18539         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18540         (__fesetround): Remove define.
18541         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18542         rounding and exceptions handling.
18543         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18544         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18545         (__fe_nomask_env): Likewise.
18546         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18547         __fegetround instead of fegetround.
18548         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18549         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18550
18551 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18552
18553         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18554         it's there.
18555
18556         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18557
18558 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18559
18560         [BZ #11157]
18561         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18562         (encrypt_r): Likewise.
18563         * malloc/obstack.h (obstack_free): Likewise.
18564         * posix/unistd.h (encrypt): Likewise.
18565
18566 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18567
18568         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18569         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18570         DL_CALL_DT_FINI() that call the functions directly.
18571         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18572         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18573         * elf/dl-fini.c: Likewise.
18574
18575 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18576
18577         * malloc/hooks.c (memalign_check): Add alignment rounding.
18578         * malloc/malloc.c (_mid_memalign): New function.
18579         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18580         Implement by calling _mid_memalign.
18581         * manual/probes.texi (Memory Allocation Probes): Remove
18582         memory_valloc_retry and memory_pvalloc_retry.
18583
18584 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18585
18586         * locale/programs/locarchive.c (open_archive): Add const
18587         qualifier to ARCHIVEFNAME and copy default fname to
18588         DEFAULT_FNAME.
18589
18590         [BZ #15601]
18591         * libio/tst-widetext.input: Rename Oriya to Odia.
18592         * locale/iso-639.def: Likewise.
18593
18594         * manual/probes.texi (Mathematical Function Probes): Add
18595         documentation for sin, cos, asin and acos probes.
18596         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18597         (__sin32): Add slowasin probe.
18598         (__cos32): Add slowacos probe.
18599         (__mpsin): Add slowsin probe.
18600         (__mpcos): Add slowcos probe.
18601
18602 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18603
18604         [BZ #15483]
18605         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18606         thread-local __sim_exceptions_thread and global
18607         __sim_exceptions_global.
18608         (__sim_disabled_exceptions): Change to thread-local
18609         __sim_disabled_exceptions_thread and global
18610         __sim_disabled_exceptions_global.
18611         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18612         and global __sim_round_mode_global.
18613         (__simulate_exceptions): Use thread-local floating-point state and
18614         set global state from it as needed.
18615         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18616         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18617         __sim_round_mode_thread.
18618         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18619         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18620         and global __sim_exceptions_global.
18621         (__sim_disabled_exceptions): Change to thread-local
18622         __sim_disabled_exceptions_thread and global
18623         __sim_disabled_exceptions_global.
18624         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18625         and global __sim_round_mode_global.
18626         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18627         (SIM_SET_GLOBAL): Likewise.
18628         * sysdeps/powerpc/soft-fp/sfp-machine.h
18629         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18630         __sim_round_mode_thread.
18631         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18632         __sim_disabled_exceptions_thread.
18633         (__sim_exceptions): Change to __sim_exceptions_thread.
18634         (__sim_disabled_exceptions): Change to
18635         __sim_disabled_exceptions_thread.
18636         (__sim_round_mode): Change to __sim_round_mode_thread.
18637         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18638         thread-local floating-point state and set global state from it as
18639         needed.
18640         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18641         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18642         (__sim_disabled_exceptions): Remove extern declaration.
18643         (feenableexcept): Use thread-local floating-point state and set
18644         global state from it as needed.
18645         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18646         extern declaration.
18647         (__sim_disabled_exceptions): Likewise.
18648         (__sim_round_mode): Likewise.
18649         (__fegetenv): Use thread-local floating-point state.
18650         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18651         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18652         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18653         floating-point state and set global state from it as needed.
18654         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18655         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18656         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18657         Likewise.
18658         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18659         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18660         Likewise.
18661         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18662         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18663         Use __sim_round_mode_thread.
18664         * math/test-fenv-tls.c: New file.
18665         * math/Makefile (tests): Add test-fenv-tls.
18666         ($(objpfx)test-fenv-tls): Depend on
18667         $(common-objpfx)nptl/libpthread.so.
18668
18669 2013-11-19  Andreas Schwab  <schwab@suse.de>
18670
18671         * locale/programs/locale.c (show_info): Decode wordarray elements.
18672         * locale/categories.def (LC_MONETARY): Add element for
18673         _NL_MONETARY_CRNCYSTR.
18674         * locale/C-monetary.c (conversion_rate): New variable.
18675         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18676         element.
18677
18678 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
18679
18680         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18681         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18682
18683 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
18684
18685         * elf/Makefile (tst-auxv): New test.
18686         * elf/tst-auxv.c: New
18687         * elf/rtld.c (dl_main): Adjust AT_EXECFN
18688
18689 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
18690
18691         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18692         (hidden_proto): Caller changed.
18693         (hidden_tls_proto): New macro.
18694         (libc_hidden_tls_proto): Likewise.
18695         (rtld_hidden_tls_proto): Likewise.
18696         (libm_hidden_tls_proto): Likewise.
18697         (libresolv_hidden_tls_proto): Likewise.
18698         (librt_hidden_tls_proto): Likewise.
18699         (libdl_hidden_tls_proto): Likewise.
18700         (libnss_files_hidden_tls_proto): Likewise.
18701         (libnsl_hidden_tls_proto): Likewise.
18702         (libnss_nisplus_hidden_tls_proto): Likewise.
18703         (libutil_hidden_tls_proto): Likewise.
18704
18705 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
18706
18707         [BZ #10253]
18708         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18709         (decompose_rpath): Defer expansion to fillin_rpath.
18710         (_dl_init_paths): Pass linkmap to fillin_rpath.
18711
18712 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18713
18714         * benchtests/Makefile: Add strsep.
18715         * benchtests/bench-strsep.c: New file: strsep benchtest.
18716         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18717
18718 2013-11-18  Andreas Schwab  <schwab@suse.de>
18719
18720         * locale/programs/locale.c (show_info) [case byte]: Check for
18721         '\377' instead of '\177'.
18722         * locale/C-monetary.c (not_available): Always use "\377".
18723         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18724         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
18725         detect unavailable sign_posn locale elements.
18726         * locale/localeconv.c (__localeconv): For grouping and
18727         mon_grouping handle "\177" and "\377" like no grouping.
18728         (INT_ELEM): New macro.  Use it to set all numeric members.
18729         * locale/programs/ld-monetary.c (monetary_read)
18730         <tok_mon_grouping>: Normalize single -1 to the empty string.
18731         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18732         Likewise.
18733
18734 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18735
18736         [BZ #16055]
18737         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
18738         when we match (nil).
18739         * stdio-common/tst-sscanf.c (struct test): Add testcase.
18740
18741 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
18742
18743         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
18744         (NO_TEST_INLINE): Update value.
18745         (ERRNO_UNCHANGED): Likewise.
18746         (ERRNO_EDOM): Likewise.
18747         (ERRNO_ERANGE): Likewise.
18748         (IGNORE_RESULT): Likewise.
18749         (check_float_internal): Check signs of NaN results if
18750         TEST_NAN_SIGN used.
18751         (check_complex): Pass TEST_NAN_SIGN flag through to second
18752         check_float_internal call.
18753         (copysign_test_data): Add tests with quiet NaNs as second
18754         argument.  Use TEST_NAN_SIGN.
18755         (fabs_test_data): Add test of negative quiet NaN argument.  Use
18756         TEST_NAN_SIGN.
18757         (signbit_test_data): Add tests of quiet NaN argument.
18758         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
18759
18760         * math/gen-libm-test.pl (show_exceptions): Take extra argument
18761         $ignore_result.
18762         (parse_args): Handle function results specified as IGNORE.
18763         * math/libm-test.inc (IGNORE_RESULT): New macro.
18764         (check_float_internal): Do not check numerical result if flag
18765         IGNORE_RESULT set.
18766         (check_complex): Pass through IGNORE_RESULT to second
18767         check_float_internal call.
18768         (check_int): Do not check numerical result if flag IGNORE_RESULT
18769         set.
18770         (check_long): Likewise.
18771         (check_bool): Likewise.
18772         (check_longlong): Likewise.
18773         (lrint_test_data): Add tests of infinite and NaN arguments.
18774         (lrint_tonearest_test_data): Likewise.
18775         (lrint_towardzero_test_data): Likewise.
18776         (lrint_downward_test_data): Likewise.
18777         (lrint_upward_test_data): Likewise.
18778         (llrint_test_data): Likewise.
18779         (llrint_tonearest_test_data): Likewise.
18780         (llrint_towardzero_test_data): Likewise.
18781         (llrint_downward_test_data): Likewise.
18782         (llrint_upward_test_data): Likewise.
18783         (lround_test_data): Likewise.
18784         (llround_test_data): Likewise.
18785
18786         * math/libm-test.inc (NO_TEST_INLINE): New macro.
18787         (ERRNO_UNCHANGED): Update value.
18788         (ERRNO_EDOM): Likewise.
18789         (ERRNO_ERANGE): Likewise.
18790         (NO_TEST_INLINE_FLOAT): New macro.
18791         (NO_TEST_INLINE_DOUBLE): Likewise.
18792         (enable_test): New function.
18793         (RUN_TEST_f_f): Check enable_test before running test.
18794         (RUN_TEST_2_f): Likewise.
18795         (RUN_TEST_fff_f): Likewise.
18796         (RUN_TEST_c_f): Likewise.
18797         (RUN_TEST_f_f1): Likewise.
18798         (RUN_TEST_fF_f1): Likewise.
18799         (RUN_TEST_fI_f1): Likewise.
18800         (RUN_TEST_ffI_f1): Likewise.
18801         (RUN_TEST_c_c): Likewise.
18802         (RUN_TEST_cc_c): Likewise.
18803         (RUN_TEST_f_i): Likewise.
18804         (RUN_TEST_f_i_tg): Likewise.
18805         (RUN_TEST_ff_i_tg): Likewise.
18806         (RUN_TEST_f_b): Likewise.
18807         (RUN_TEST_f_b_tg): Likewise.
18808         (RUN_TEST_f_l): Likewise.
18809         (RUN_TEST_f_L): Likewise.
18810         (RUN_TEST_fFF_11): Likewise.
18811         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
18812         conditionals.
18813         (cosh_test_data): Likewise.
18814         (exp_test_data): Likewise.
18815         (expm1_test_data): Likewise.
18816         (hypot_test_data): Likewise.
18817         (pow_test_data): Likewise.
18818         (sinh_test_data): Likewise.
18819         (tanh_test_data): Likewise.
18820         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
18821         flags argument.
18822
18823         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
18824         tests with quiet NaN input and output.
18825         (acosh_test_data): Likewise.
18826         (asin_test_data): Likewise.
18827         (asinh_test_data): Likewise.
18828         (atan_test_data): Likewise.
18829         (atanh_test_data): Likewise.
18830         (atan2_test_data): Likewise.
18831         (cbrt_test_data): Likewise.
18832         (cos_test_data): Likewise.
18833         (cosh_test_data): Likewise.
18834         (erf_test_data): Likewise.
18835         (erfc_test_data): Likewise.
18836         (exp_test_data): Likewise.
18837         (exp10_test_data): Likewise.
18838         (exp2_test_data): Likewise.
18839         (expm1_test_data): Likewise.
18840         (hypot_test_data): Likewise.
18841         (j0_test_data): Likewise.
18842         (j1_test_data): Likewise.
18843         (jn_test_data): Likewise.
18844         (lgamma_test_data): Likewise.
18845         (log_test_data): Likewise.
18846         (log10_test_data): Likewise.
18847         (log1p_test_data): Likewise.
18848         (log2_test_data): Likewise.
18849         (pow_test_data): Likewise.
18850         (scalb_test_data): Likewise.
18851         (sin_test_data): Likewise.
18852         (sincos_test_data): Likewise.
18853         (sinh_test_data): Likewise.
18854         (tan_test_data): Likewise.
18855         (tanh_test_data): Likewise.
18856         (tgamma_test_data): Likewise.
18857         (y0_test_data): Likewise.
18858         (y1_test_data): Likewise.
18859         (yn_test_data): Likewise.
18860
18861         [BZ #16167]
18862         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
18863         argument being NaN and avoid computations with second argument in
18864         that case.
18865         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
18866         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
18867         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
18868
18869 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
18870
18871         * locale/iso-639.def: Add Chitwani Tharu (the).
18872
18873 2013-11-14  Andreas Schwab  <schwab@suse.de>
18874
18875         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
18876         word instead of empty string.
18877
18878 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18879
18880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18881         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
18882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18883         (__fe_nomask_env): Likewise.
18884
18885 2013-11-13  Steve Ellcey  <sellcey@mips.com>
18886
18887         * benchtests/bench-timing.h: Include time.h.
18888
18889 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
18890
18891         [BZ #15997]
18892         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
18893         to 3.4.0 for x32.
18894         * sysdeps/unix/sysv/linux/configure: Regenerated.
18895
18896 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
18897
18898         [BZ #16151]
18899         * stdlib/strtod_l.c (round_and_return): Do not consider
18900         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
18901         exponent one less than half the least subnormal exponent.
18902         * stdlib/test-strtod-round-data: Add more tests.
18903         * stdlib/tst-strtod-round.c (tests): Regenerated.
18904
18905 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18906
18907         [BZ #14143]
18908         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
18909         (__fe_mask_env): Likewise.
18910         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
18911         libm_hidden_proto and add function prototype.
18912         (__fe_mask_env): Add function prototype.
18913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18914         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
18915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
18916         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
18917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18918         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
18919
18920 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18921
18922         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
18923         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
18924
18925 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18926
18927         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
18928         of htab_find_slot().
18929
18930 2013-11-11  David S. Miller  <davem@davemloft.net>
18931
18932         [BZ #16150]
18933         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
18934         symbol in the non-vis3 case in static builds.
18935         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
18936         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
18937         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
18938         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
18939
18940 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
18941
18942         [BZ #387]
18943         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
18944         it is empty.
18945
18946 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18947
18948         * benchtests/Makefile: Add bench-strtod.
18949         * benchtests/bench-strtod.c: New file: strtod benchtest
18950
18951 2013-11-11  Andreas Schwab  <schwab@suse.de>
18952
18953         [BZ #16153]
18954         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
18955         terminating NUL in key length.
18956
18957 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18958
18959         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18960         Add artificial ODP entry for vDSO symbol for PPC64.
18961         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
18962         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
18963
18964 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18965
18966         [BZ #15374]
18967         * nss/getent.c (services_keys): Recognize services starting with digit.
18968
18969 2013-11-06  David S. Miller  <davem@davemloft.net>
18970
18971         [BZ #15985]
18972         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
18973         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
18974
18975 2013-11-06  Will Newton  <will.newton@linaro.org>
18976
18977         * manual/memory.texi (Malloc Examples): Remove register
18978         keyword from examples.
18979
18980 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
18981
18982         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
18983
18984 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
18985
18986         [BZ #6981]
18987         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
18988         depending on [__GCC_IEC_559 > 0].
18989         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
18990         depending on [__GCC_IEC_559_COMPLEX > 0].
18991
18992 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
18993
18994         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
18995         to iso-639.def.
18996
18997 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
18998
18999         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19000
19001 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19002
19003         [BZ #16112]
19004         * malloc/malloc (malloc_info): Do not handle first bin as
19005         special case.
19006
19007 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19008
19009         * locale/iso-639.def: Add Central Nahuatl (nhn).
19010
19011 2013-11-01  Bruno Haible  <bruno@clisp.org>
19012
19013         [BZ #7003]
19014         * manual/math.texi (BSD Random): Specify range upper bound as
19015         in POSIX.
19016
19017 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19018
19019         * locale/iso-639.def: Add Meadow Mari (mhr).
19020
19021 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19022
19023         [BZ #14752], [BZ #15763]
19024         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19025         Validate name.
19026         * rt/tst_shm.c: Add test for escaping directory.
19027
19028 2013-10-31  Andreas Schwab  <schwab@suse.de>
19029
19030         [BZ #15917]
19031         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19032         followed by 'x' as part of digit sequence.
19033         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19034
19035 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19036
19037         [BZ #16037]
19038         * configure.ac: allow GNU Make 4.0 and greater.
19039         * configure: Regenerated.
19040
19041 2013-10-30  Will Newton  <will.newton@linaro.org>
19042
19043         [BZ #16038]
19044         * malloc/hooks.c (memalign_check): Limit alignment to the
19045         maximum representable power of two.
19046         * malloc/malloc.c (__libc_memalign): Likewise.
19047         * malloc/tst-memalign.c (do_test): Add test for very
19048         large alignment values.
19049         * malloc/tst-posix_memalign.c (do_test): Likewise.
19050
19051 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19052
19053         [BZ #11087]
19054         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19055         (munmap_chunk): Likewise.
19056         (mremap_chunk): Likewise.
19057
19058 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19059
19060         [BZ #15799]
19061         * stdlib/div.c (div): Remove obsolete code.
19062         * stdlib/ldiv.c (ldiv): Likewise.
19063         * stdlib/lldiv.c (lldiv): Likewise.
19064
19065 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19066
19067         [BZ #16071]
19068         * nss/nss_files/files-XXX.c (get_contents_ret): New
19069         enumerator.
19070         (get_contents): New function.
19071         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19072
19073 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19074
19075         * configure.in: Moved to ...
19076         * configure.ac: ... here. Change reference to configure.in
19077         to configure.ac.
19078         * sysdeps/arm/preconfigure.ac: ... here.
19079         configure.in to configure.ac.
19080         * sysdeps/gnu/configure.in: Moved to ...
19081         * sysdeps/gnu/configure.ac: ... here.
19082         * sysdeps/i386/configure.in: Moved to ...
19083         * sysdeps/i386/configure.ac: ... here.
19084         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19085         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19086         * sysdeps/mach/configure.in: Moved to ...
19087         * sysdeps/mach/configure.ac: ... here.
19088         * sysdeps/mach/hurd/configure.in: Moved to ...
19089         * sysdeps/mach/hurd/configure.ac: ... here.
19090         * sysdeps/powerpc/configure.in: Moved to ...
19091         * sysdeps/powerpc/configure.ac: ... here.
19092         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19093         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19094         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19095         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19096         * sysdeps/s390/s390-32/configure.in: Moved to ...
19097         * sysdeps/s390/s390-32/configure.ac: ... here.
19098         * sysdeps/s390/s390-64/configure.in: Moved to ...
19099         * sysdeps/s390/s390-64/configure.ac: ... here.
19100         * sysdeps/sh/configure.in: Moved to ...
19101         * sysdeps/sh/configure.ac: ... here.
19102         * sysdeps/sparc/configure.in: Moved to ...
19103         * sysdeps/sparc/configure.ac: ... here.
19104         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19105         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19106         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19107         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19108         * sysdeps/x86_64/configure.in: Moved to ...
19109         * sysdeps/x86_64/configure.ac: ... here.
19110         * sysdeps/x86_64/preconfigure.in: Moved to ...
19111         * sysdeps/x86_64/preconfigure.ac: ... here.
19112         * aclocal.m4: Change reference to configure.in to configure.ac.
19113         * config.h.in: Likewise.
19114         * manual/install.texi: Likewise.
19115         * manual/maint.texi: Likewise.
19116         * Makefile: Likewise.
19117         * malloc/Makefile: Likewise.
19118         * nscd/Makefile: Likewise.
19119         * Makeconfig: Change reference to configure.in and
19120         preconfigure.in to configure.ac and preconfigure.ac
19121         respectively.
19122         * INSTALL: Regenerated.
19123         * configure: Likewise.
19124         * sysdeps/gnu/configure: Likewise.
19125         * sysdeps/i386/configure: Likewise.
19126         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19127         * sysdeps/mach/configure: Likewise.
19128         * sysdeps/mach/hurd/configure: Likewise.
19129         * sysdeps/powerpc/configure: Likewise.
19130         * sysdeps/powerpc/powerpc32/configure: Likewise.
19131         * sysdeps/powerpc/powerpc64/configure: Likewise.
19132         * sysdeps/s390/s390-32/configure: Likewise.
19133         * sysdeps/s390/s390-64/configure: Likewise.
19134         * sysdeps/sh/configure: Likewise.
19135         * sysdeps/sparc/configure: Likewise.
19136         * sysdeps/unix/sysv/linux/configure: Likewise.
19137         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19138         * sysdeps/x86_64/configure: Likewise.
19139         * sysdeps/x86_64/preconfigure: Likewise.
19140
19141 2013-10-29  Andreas Schwab  <schwab@suse.de>
19142
19143         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19144
19145 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19146
19147         * benchtests/pow-inputs: Add new inputs.
19148
19149         * benchtests/exp-inputs: Add new inputs.
19150
19151         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19152         conditional check for return value.
19153         (__cos32): Likewise.
19154
19155 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19156
19157         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19158         to provide a boost for large inputs with word alignment.
19159         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19160         implementation based on optimized PPC64 strcpy.
19161         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19162         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19163         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19164         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19165
19166 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19167
19168         [BZ #2801]
19169         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19170
19171 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19172
19173         [BZ #14876]
19174         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19175         * time/tst-strptime.c (day_tests): Add testcase.
19176
19177 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19178
19179         [BZ #14029]
19180         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19181
19182 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19183
19184         [BZ #16074]
19185         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19186         MAP_FAILED on error.
19187
19188 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19189
19190         [BZ #16072]
19191         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19192         heap for large requests.
19193
19194 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19195
19196         [BZ #9954]
19197         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19198         result if the result has no associated interface.
19199         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19200         interface for all 127.X.Y.Z addresses.
19201
19202 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19203
19204         * locale/iso-639.def: Add Ligurian (lij)
19205
19206 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19207
19208         [BZ #15825]
19209         * sunrpc/rpc_main.c: Document rpcgen -5.
19210
19211 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19212
19213         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19214
19215 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19216
19217         [BZ #10278]
19218         * posix/glob.c: Match only directories when trailing slash is present.
19219         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19220         (main): Add testcase.
19221
19222 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19223
19224         [BZ #15670]
19225         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19226
19227 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19228
19229         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19230         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19231         AUTH_DES and cindex for FIPS 140-2.
19232         (DES Encryption): Add cindex FIPS 46-3.
19233
19234         * locale/locarchive.h (struct locarhandle): Add fname.
19235         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19236         if an optional argument was specified to --list-archive,
19237         otherwise NULL.
19238         * locale/programs/locarchive.c (show_archive_content): Take new
19239         argument fname and pass it via ah.fname to open_archive.
19240         * locale/programs/localedef.h: Update decl.
19241         (open_archive): If AH->fname is non-null, open that file
19242         rather than the default file name, and don't ignore ENOENT.
19243         (create_archive): Set AH.fname to NULL.
19244         (delete_locales_from_archive): Likewise.
19245         (add_locales_to_archive): Likewise.
19246         * locale/programs/locfile.c (write_all_categories): Likewise.
19247
19248 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19249             Aldy Hernandez  <aldyh@redhat.com>
19250
19251         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19252         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19253         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19254         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19255         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19256         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19257         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19258         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19259         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19260         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19261         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19262         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19263         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19264         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19265         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19266         Likewise.
19267         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19268         Likewise.
19269         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19270         Likewise.
19271         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19272         Likewise.
19273         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19274         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19275         Likewise.
19276         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19277         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19278         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19279         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19280         Likewise.
19281         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19282         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19283         * sysdeps/powerpc/preconfigure: Likewise.
19284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19285         Likewise.
19286         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19287         Replace contents of file by #include of <fenv_libc.h>.
19288         * sysdeps/powerpc/soft-fp/sfp-machine.h
19289         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19290         and <sys/prctl.h>.
19291         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19292         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19293         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19294         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19295         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19296         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19297         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19298         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19299         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19300         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19301         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19302         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19304         Allow copysignl PLT reference to be missing.
19305
19306 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19307             Joseph Myers  <joseph@codesourcery.com
19308
19309         [BZ #15948]
19310         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19311         single character.
19312         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19313
19314 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19315
19316         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19317         * elf/tst-tls1.c: Likewise.
19318         * elf/tst-tls10.h: Likewise.
19319         * elf/tst-tls14.c: Likewise.
19320         * elf/tst-tls2.c: Likewise.
19321         * elf/tst-tls3.c: Likewise.
19322         * elf/tst-tls4.c: Likewise.
19323         * elf/tst-tls5.c: Likewise.
19324         * elf/tst-tls6.c: Likewise.
19325         * elf/tst-tls7.c: Likewise.
19326         * elf/tst-tls8.c: Likewise.
19327         * elf/tst-tls9.c: Likewise.
19328         * elf/tst-tlsmod1.c: Likewise.
19329         * elf/tst-tlsmod13.c: Likewise.
19330         * elf/tst-tlsmod13a.c: Likewise.
19331         * elf/tst-tlsmod14a.c: Likewise.
19332         * elf/tst-tlsmod16a.c: Likewise.
19333         * elf/tst-tlsmod16b.c: Likewise.
19334         * elf/tst-tlsmod2.c: Likewise.
19335         * elf/tst-tlsmod3.c: Likewise.
19336         * elf/tst-tlsmod4.c: Likewise.
19337         * elf/tst-tlsmod5.c: Likewise.
19338         * elf/tst-tlsmod6.c: Likewise.
19339
19340 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19341
19342         [BZ #12486]
19343         * malloc/malloc.c: remove checks for statistics.
19344
19345 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19346
19347         [BZ #15277]
19348         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19349         * inet/tst-network.c: Add testcase.
19350
19351 2013-10-17  Andreas Schwab  <schwab@suse.de>
19352
19353         [BZ #15218]
19354         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19355         to determine canonical name.
19356
19357 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19358
19359         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19360         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19361         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19362         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19363         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19364         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19365         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19366         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19367         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19368         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19369         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19370         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19371         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19372         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19373         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19374         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19375         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19376         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19377         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19378         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19379         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19380         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19381         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19382         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19383         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19384         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19385         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19386         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19387         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19388         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19389         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19390         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19391         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19392         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19393         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19394         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19395         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19396         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19397         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19398         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19399         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19400         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19401         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19402         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19403         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19404         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19405         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19406         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19407         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19408         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19409         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19410         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19411         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19412         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19413         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19414         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19415         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19416         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19417
19418 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19419
19420         [BZ #16041]
19421         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19422         make result into a quiet NaN.
19423
19424 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19425
19426         * soft-fp/adddf3.c: Fix horizontal whitespace.
19427         * soft-fp/addsf3.c: Likewise.
19428         * soft-fp/addtf3.c: Likewise.
19429         * soft-fp/divdf3.c: Likewise.
19430         * soft-fp/divsf3.c: Likewise.
19431         * soft-fp/divtf3.c: Likewise.
19432         * soft-fp/double.h: Likewise.
19433         * soft-fp/eqdf2.c: Likewise.
19434         * soft-fp/eqsf2.c: Likewise.
19435         * soft-fp/eqtf2.c: Likewise.
19436         * soft-fp/extenddftf2.c: Likewise.
19437         * soft-fp/extended.h: Likewise.
19438         * soft-fp/extendsfdf2.c: Likewise.
19439         * soft-fp/extendsftf2.c: Likewise.
19440         * soft-fp/extendxftf2.c: Likewise.
19441         * soft-fp/fixdfdi.c: Likewise.
19442         * soft-fp/fixdfsi.c: Likewise.
19443         * soft-fp/fixdfti.c: Likewise.
19444         * soft-fp/fixsfdi.c: Likewise.
19445         * soft-fp/fixsfsi.c: Likewise.
19446         * soft-fp/fixsfti.c: Likewise.
19447         * soft-fp/fixtfdi.c: Likewise.
19448         * soft-fp/fixtfsi.c: Likewise.
19449         * soft-fp/fixtfti.c: Likewise.
19450         * soft-fp/fixunsdfdi.c: Likewise.
19451         * soft-fp/fixunsdfsi.c: Likewise.
19452         * soft-fp/fixunsdfti.c: Likewise.
19453         * soft-fp/fixunssfdi.c: Likewise.
19454         * soft-fp/fixunssfsi.c: Likewise.
19455         * soft-fp/fixunssfti.c: Likewise.
19456         * soft-fp/fixunstfdi.c: Likewise.
19457         * soft-fp/fixunstfsi.c: Likewise.
19458         * soft-fp/fixunstfti.c: Likewise.
19459         * soft-fp/floatdidf.c: Likewise.
19460         * soft-fp/floatdisf.c: Likewise.
19461         * soft-fp/floatditf.c: Likewise.
19462         * soft-fp/floatsidf.c: Likewise.
19463         * soft-fp/floatsisf.c: Likewise.
19464         * soft-fp/floatsitf.c: Likewise.
19465         * soft-fp/floattidf.c: Likewise.
19466         * soft-fp/floattisf.c: Likewise.
19467         * soft-fp/floattitf.c: Likewise.
19468         * soft-fp/floatundidf.c: Likewise.
19469         * soft-fp/floatundisf.c: Likewise.
19470         * soft-fp/floatunditf.c: Likewise.
19471         * soft-fp/floatunsidf.c: Likewise.
19472         * soft-fp/floatunsisf.c: Likewise.
19473         * soft-fp/floatunsitf.c: Likewise.
19474         * soft-fp/floatuntidf.c: Likewise.
19475         * soft-fp/floatuntisf.c: Likewise.
19476         * soft-fp/floatuntitf.c: Likewise.
19477         * soft-fp/fmadf4.c: Likewise.
19478         * soft-fp/fmasf4.c: Likewise.
19479         * soft-fp/fmatf4.c: Likewise.
19480         * soft-fp/gedf2.c: Likewise.
19481         * soft-fp/gesf2.c: Likewise.
19482         * soft-fp/getf2.c: Likewise.
19483         * soft-fp/ledf2.c: Likewise.
19484         * soft-fp/lesf2.c: Likewise.
19485         * soft-fp/letf2.c: Likewise.
19486         * soft-fp/muldf3.c: Likewise.
19487         * soft-fp/mulsf3.c: Likewise.
19488         * soft-fp/multf3.c: Likewise.
19489         * soft-fp/negdf2.c: Likewise.
19490         * soft-fp/negsf2.c: Likewise.
19491         * soft-fp/negtf2.c: Likewise.
19492         * soft-fp/op-1.h: Likewise.
19493         * soft-fp/op-2.h: Likewise.
19494         * soft-fp/op-4.h: Likewise.
19495         * soft-fp/op-8.h: Likewise.
19496         * soft-fp/op-common.h: Likewise.
19497         * soft-fp/quad.h: Likewise.
19498         * soft-fp/single.h: Likewise.
19499         * soft-fp/soft-fp.h: Likewise.
19500         * soft-fp/sqrtdf2.c: Likewise.
19501         * soft-fp/sqrtsf2.c: Likewise.
19502         * soft-fp/sqrttf2.c: Likewise.
19503         * soft-fp/subdf3.c: Likewise.
19504         * soft-fp/subsf3.c: Likewise.
19505         * soft-fp/subtf3.c: Likewise.
19506         * soft-fp/truncdfsf2.c: Likewise.
19507         * soft-fp/trunctfdf2.c: Likewise.
19508         * soft-fp/trunctfsf2.c: Likewise.
19509         * soft-fp/trunctfxf2.c: Likewise.
19510         * soft-fp/unorddf2.c: Likewise.
19511         * soft-fp/unordsf2.c: Likewise.
19512         * soft-fp/unordtf2.c: Likewise.
19513
19514 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19515
19516         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19517         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19518
19519 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19520
19521         * elf/dl-libc.c: Clear initfini list after freeing.
19522
19523 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19524
19525         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19526         * soft-fp/addsf3.c: Likewise.
19527         * soft-fp/addtf3.c: Likewise.
19528         * soft-fp/divdf3.c: Likewise.
19529         * soft-fp/divsf3.c: Likewise.
19530         * soft-fp/divtf3.c: Likewise.
19531         * soft-fp/double.h: Likewise.
19532         * soft-fp/eqdf2.c: Likewise.
19533         * soft-fp/eqsf2.c: Likewise.
19534         * soft-fp/eqtf2.c: Likewise.
19535         * soft-fp/extenddftf2.c: Likewise.
19536         * soft-fp/extended.h: Likewise.
19537         * soft-fp/extendsfdf2.c: Likewise.
19538         * soft-fp/extendsftf2.c: Likewise.
19539         * soft-fp/extendxftf2.c: Likewise.
19540         * soft-fp/fixdfdi.c: Likewise.
19541         * soft-fp/fixdfsi.c: Likewise.
19542         * soft-fp/fixdfti.c: Likewise.
19543         * soft-fp/fixsfdi.c: Likewise.
19544         * soft-fp/fixsfsi.c: Likewise.
19545         * soft-fp/fixsfti.c: Likewise.
19546         * soft-fp/fixtfdi.c: Likewise.
19547         * soft-fp/fixtfsi.c: Likewise.
19548         * soft-fp/fixtfti.c: Likewise.
19549         * soft-fp/fixunsdfdi.c: Likewise.
19550         * soft-fp/fixunsdfsi.c: Likewise.
19551         * soft-fp/fixunsdfti.c: Likewise.
19552         * soft-fp/fixunssfdi.c: Likewise.
19553         * soft-fp/fixunssfsi.c: Likewise.
19554         * soft-fp/fixunssfti.c: Likewise.
19555         * soft-fp/fixunstfdi.c: Likewise.
19556         * soft-fp/fixunstfsi.c: Likewise.
19557         * soft-fp/fixunstfti.c: Likewise.
19558         * soft-fp/floatdidf.c: Likewise.
19559         * soft-fp/floatdisf.c: Likewise.
19560         * soft-fp/floatditf.c: Likewise.
19561         * soft-fp/floatsidf.c: Likewise.
19562         * soft-fp/floatsisf.c: Likewise.
19563         * soft-fp/floatsitf.c: Likewise.
19564         * soft-fp/floattidf.c: Likewise.
19565         * soft-fp/floattisf.c: Likewise.
19566         * soft-fp/floattitf.c: Likewise.
19567         * soft-fp/floatundidf.c: Likewise.
19568         * soft-fp/floatundisf.c: Likewise.
19569         * soft-fp/floatunsidf.c: Likewise.
19570         * soft-fp/floatunsisf.c: Likewise.
19571         * soft-fp/floatuntidf.c: Likewise.
19572         * soft-fp/floatuntisf.c: Likewise.
19573         * soft-fp/floatuntitf.c: Likewise.
19574         * soft-fp/fmadf4.c: Likewise.
19575         * soft-fp/fmasf4.c: Likewise.
19576         * soft-fp/fmatf4.c: Likewise.
19577         * soft-fp/gedf2.c: Likewise.
19578         * soft-fp/gesf2.c: Likewise.
19579         * soft-fp/getf2.c: Likewise.
19580         * soft-fp/ledf2.c: Likewise.
19581         * soft-fp/lesf2.c: Likewise.
19582         * soft-fp/letf2.c: Likewise.
19583         * soft-fp/muldf3.c: Likewise.
19584         * soft-fp/mulsf3.c: Likewise.
19585         * soft-fp/multf3.c: Likewise.
19586         * soft-fp/negdf2.c: Likewise.
19587         * soft-fp/negsf2.c: Likewise.
19588         * soft-fp/negtf2.c: Likewise.
19589         * soft-fp/op-1.h: Likewise.
19590         * soft-fp/op-2.h: Likewise.
19591         * soft-fp/op-4.h: Likewise.
19592         * soft-fp/op-8.h: Likewise.
19593         * soft-fp/op-common.h: Likewise.
19594         * soft-fp/quad.h: Likewise.
19595         * soft-fp/single.h: Likewise.
19596         * soft-fp/soft-fp.h: Likewise.
19597         * soft-fp/sqrtdf2.c: Likewise.
19598         * soft-fp/sqrtsf2.c: Likewise.
19599         * soft-fp/sqrttf2.c: Likewise.
19600         * soft-fp/subdf3.c: Likewise.
19601         * soft-fp/subsf3.c: Likewise.
19602         * soft-fp/subtf3.c: Likewise.
19603         * soft-fp/truncdfsf2.c: Likewise.
19604         * soft-fp/trunctfdf2.c: Likewise.
19605         * soft-fp/trunctfsf2.c: Likewise.
19606         * soft-fp/trunctfxf2.c: Likewise.
19607         * soft-fp/unorddf2.c: Likewise.
19608         * soft-fp/unordsf2.c: Likewise.
19609         * soft-fp/unordtf2.c: Likewise.
19610
19611 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19612
19613         [BZ #15672]
19614         * misc/error.c (error_tail): Fix possible buffer overflow.
19615
19616 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19617
19618         [BZ #13028]
19619         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19620         address.
19621
19622 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19623
19624         [BZ #832]
19625         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19626         testing pipefail option.
19627
19628 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19629
19630         * soft-fp/double.h: Indent preprocessor directives inside #if.
19631         * soft-fp/extended.h: Likewise.
19632         * soft-fp/op-2.h: Likewise.
19633         * soft-fp/op-4.h: Likewise.
19634         * soft-fp/op-common.h: Likewise.
19635         * soft-fp/quad.h: Likewise.
19636         * soft-fp/single.h: Likewise.
19637         * soft-fp/soft-fp.h: Likewise.
19638
19639 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
19640
19641         * iconv/iconv_prog.c: Fix typos.
19642         * stdio-common/psiginfo-data.h: Likewise.
19643
19644 2013-10-12   Reuben Thomas <rrt@sc3d.org>
19645
19646         [BZ #15764]
19647         * locale/setlocale.c: Fix typo.
19648
19649 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19650
19651         [BZ #16036]
19652         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19653         signaling NaN arguments.
19654         * soft-fp/unordsf2.c (__unordsf2): Likewise.
19655         * soft-fp/unordtf2.c (__unordtf2): Likewise.
19656
19657         [BZ #14910]
19658         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19659         unordered operands.
19660         * soft-fp/gesf2.c (__gesf2): Likewise.
19661         * soft-fp/getf2.c (__getf2): Likewise.
19662         * soft-fp/ledf2.c (__ledf2): Likewise.
19663         * soft-fp/lesf2.c (__lesf2): Likewise.
19664         * soft-fp/letf2.c (__letf2): Likewise.
19665
19666         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19667         * soft-fp/eqsf2.c (__eqsf2): Likewise.
19668         * soft-fp/eqtf2.c (__eqtf2): Likewise.
19669         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19670         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19671         * soft-fp/fixdfti.c (__fixdfti): Likewise.
19672         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19673         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19674         * soft-fp/fixsfti.c (__fixsfti): Likewise.
19675         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19676         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19677         * soft-fp/fixtfti.c (__fixtfti): Likewise.
19678         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19679         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19680         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19681         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19682         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19683         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19684         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19685         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19686         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19687         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19688         * soft-fp/floatdisf.c (__floatdisf): Likewise.
19689         * soft-fp/floatsisf.c (__floatsisf): Likewise.
19690         * soft-fp/floattidf.c (__floattidf): Likewise.
19691         * soft-fp/floattisf.c (__floattisf): Likewise.
19692         * soft-fp/floattitf.c (__floattitf): Likewise.
19693         * soft-fp/floatundidf.c (__floatundidf): Likewise.
19694         * soft-fp/floatundisf.c (__floatundisf): Likewise.
19695         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19696         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19697         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19698         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19699         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19700         * soft-fp/gesf2.c (__gesf2): Likewise.
19701         * soft-fp/getf2.c (__getf2): Likewise.
19702         * soft-fp/ledf2.c (__ledf2): Likewise.
19703         * soft-fp/lesf2.c (__lesf2): Likewise.
19704         * soft-fp/letf2.c (__letf2): Likewise.
19705
19706         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19707         Undefine and redefine.
19708         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19709         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19710         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19711         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19712         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19713         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19714         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19715         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19716         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19717         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19718         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19719         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19720         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19721         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19722         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19723
19724         [BZ #16032]
19725         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19726         without decrementing exponent if mantissa >= that for the
19727         denominator, not >.
19728         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19729         denominator, not >.  Decrement exponent in < case instead of
19730         incrementing in >= case.
19731         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19732         without decrementing exponent if mantissa >= that for the
19733         denominator, not >.
19734
19735         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
19736         computing saturated result for unsigned overflow.
19737
19738 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19739             Jeff Law  <law@redhat.com>
19740
19741         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
19742         (atan2Mp): Add systemtap probe marker.
19743         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
19744         (__ieee754_log): Add systemtap probe marker.
19745         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
19746         (atanMp): Add systemtap probe marker.
19747         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
19748         (tanMp): Add systemtap probe marker.
19749         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
19750         (__slowexp): Add systemtap probe marker.
19751         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
19752         (__slowpow): Add systemtap probe marker.
19753         * manual/probes.texi: Document probes.
19754
19755 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
19756
19757         [BZ #15362]
19758         * libio/fileops.c (_IO_new_file_write): Return count of bytes
19759         written.
19760         (_IO_new_file_xsputn): Don't return EOF if nothing has been
19761         written.
19762         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
19763         written to buffer but not flushed.
19764         * libio/iofwrite_u.c:  Likewise.
19765         * libio/iopadn.c:  Return bytes returned even if EOF was
19766         encountered.
19767         * libio/iowpadn.c:  Likewise.
19768         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
19769         if _IO_padn does not write the whole buffer.
19770         [!COMPILE_WPRINTF] (PAD): Likewise.
19771
19772 2013-10-10  David S. Miller  <davem@davemloft.net>
19773
19774         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
19775         directory block.
19776
19777 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19778
19779         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
19780         instead of FSF address.
19781         * soft-fp/fixdfti.c: Likewise.
19782         * soft-fp/fixsfti.c: Likewise.
19783         * soft-fp/fixtfti.c: Likewise.
19784         * soft-fp/fixunsdfti.c: Likewise.
19785         * soft-fp/fixunssfti.c: Likewise.
19786         * soft-fp/fixunstfti.c: Likewise.
19787         * soft-fp/floattidf.c: Likewise.
19788         * soft-fp/floattisf.c: Likewise.
19789         * soft-fp/floattitf.c: Likewise.
19790         * soft-fp/floatuntidf.c: Likewise.
19791         * soft-fp/floatuntisf.c: Likewise.
19792         * soft-fp/floatuntitf.c: Likewise.
19793         * soft-fp/trunctfxf2.c: Likewise.
19794
19795         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
19796         * soft-fp/fixdfti.c: Likewise.
19797         * soft-fp/fixsfti.c: Likewise.
19798         * soft-fp/fixtfti.c: Likewise.
19799         * soft-fp/fixunsdfti.c: Likewise.
19800         * soft-fp/fixunssfti.c: Likewise.
19801         * soft-fp/fixunstfti.c: Likewise.
19802         * soft-fp/floattidf.c: Likewise.
19803         * soft-fp/floattisf.c: Likewise.
19804         * soft-fp/floattitf.c: Likewise.
19805         * soft-fp/floatuntidf.c: Likewise.
19806         * soft-fp/floatuntisf.c: Likewise.
19807         * soft-fp/floatuntitf.c: Likewise.
19808         * soft-fp/trunctfxf2.c: Likewise.
19809
19810 2013-10-10  David S. Miller  <davem@davemloft.net>
19811
19812         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19813
19814 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
19815
19816         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19817         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
19818         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
19819         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
19820         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
19821         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
19822         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
19823
19824         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
19825         for NaNs before doing comparisons on argument.
19826         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
19827         Likewise.
19828
19829 2013-10-10  Will Newton  <will.newton@linaro.org>
19830
19831         * malloc/hooks.c (memalign_check): Ensure the value of bytes
19832         passed to _int_memalign does not overflow.
19833
19834 2013-10-10  Torvald Riegel  <triegel@redhat.com>
19835
19836         * scripts/bench.pl: Add include-sources directive.
19837         * benchtests/README: Update documentation.
19838
19839 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19840
19841         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
19842         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
19843         instead of FP_INIT_ROUNDMODE.
19844         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
19845         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
19846
19847         [BZ #16034]
19848         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
19849         copy class of input value.
19850         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
19851         not handle exceptions.
19852         * soft-fp/negsf2.c (__negsf2): Likewise.
19853         * soft-fp/negtf2.c (__negtf2): Likewise.
19854         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
19855
19856 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
19857
19858         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
19859         semicolon.  From Linux kernel.
19860
19861 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
19862
19863         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
19864
19865 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
19866
19867         [BZ #156]
19868         * manual/socket.texi: Added statement about buffer
19869         for gethostbyname2_r.
19870
19871 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
19872
19873         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
19874         Use .p2align directive instead, throughout.
19875         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
19876         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
19877         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
19878         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
19879         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
19880         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
19881         * sysdeps/x86_64/strchr.S: Likewise.
19882         * sysdeps/x86_64/strrchr.S: Likewise.
19883
19884 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
19885
19886         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
19887
19888         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
19889
19890         * sysdeps/generic/math_private.h (__mpsin1): Remove
19891         declaration.
19892         (__mpcos1): Likewise.
19893         (__mpsin): New argument __range_reduce.
19894         (__mpcos): Likewise.
19895         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19896         (slow): Use __mpsin and __mpcos.
19897         (slow1): Likewise.
19898         (slow2): Likewise.
19899         (sloww): Likewise.
19900         (sloww1): Likewise.
19901         (sloww2): Likewise.
19902         (bsloww): Likewise.
19903         (bsloww1): Likewise.
19904         (bsloww2): Likewise.
19905         (cslow2): Likewise.
19906         (csloww): Likewise.
19907         (csloww1): Likewise.
19908         (csloww2): Likewise.
19909         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
19910         range_reduce.  Merge in __mpsin1.
19911         (__mpcos): Likewise.
19912         (__mpsin1): Remove.
19913         (__mpcos1): Likewise.
19914
19915 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
19916
19917         * locale/loadlocale.c (_nl_intern_locale_data): Use
19918         LOCFILE_ALIGNED_P.
19919         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
19920         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
19921         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
19922         obstack data is appropriately aligned.
19923         (obstack_int32_grow_fast): Likewise.
19924         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
19925         * locale/programs/locfile.c (add_locale_uint32): Likewise.
19926         (add_locale_uint32_array): Likewise.
19927
19928 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
19929
19930         * benchtests/Makefile: Remove ARGLIST and RET variables.
19931         ($(objpfx)bench-%.c): Pass only function name to the script.
19932         * benchtests/README: Update documentation.
19933         * benchtests/acos-inputs: Add new directives.
19934         * benchtests/acosh-inputs: Likewise.
19935         * benchtests/asin-inputs: Likewise.
19936         * benchtests/asinh-inputs: Likewise.
19937         * benchtests/atan-inputs: Likewise.
19938         * benchtests/atanh-inputs: Likewise.
19939         * benchtests/cos-inputs: Likewise.
19940         * benchtests/cosh-inputs: Likewise.
19941         * benchtests/exp-inputs: Likewise.
19942         * benchtests/log-inputs: Likewise.
19943         * benchtests/pow-inputs: Likewise.
19944         * benchtests/rint-inputs: Likewise.
19945         * benchtests/sin-inputs: Likewise.
19946         * benchtests/sinh-inputs: Likewise.
19947         * benchtests/tan-inputs: Likewise.
19948         * benchtests/tanh-inputs: Likewise.
19949         * scripts/bench.pl: Add support for new directives.
19950
19951 2013-10-07  Alan Modra  <amodra@gmail.com>
19952
19953         * README: Fix careless merge.
19954
19955 2013-10-05  Alan Modra  <amodra@gmail.com>
19956
19957         * NEWS: Mention powerpc64le support and bugs fixed.
19958         * README: Both big-endian and little-endian powerpc64 supported.
19959
19960 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19961
19962         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
19963         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
19964         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
19965         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
19966
19967 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
19968
19969         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
19970         match prototype.
19971
19972 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
19973
19974         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
19975         Move -mhard-float appending from
19976         ports/sysdeps/powerpc/powerpc32/Makefile.
19977         [$(with-fp) = yes] (ASFLAGS): Likewise.
19978         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
19979         * sysdeps/powerpc/nofpu: Move directory from
19980         ports/sysdeps/powerpc/nofpu.
19981         * sysdeps/powerpc/soft-fp: Move directory from
19982         ports/sysdeps/powerpc/soft-fp.
19983         * sysdeps/powerpc/powerpc32/405: Move directory from
19984         ports/sysdeps/powerpc/powerpc32/405.
19985         * sysdeps/powerpc/powerpc32/440: Move directory from
19986         ports/sysdeps/powerpc/powerpc32/440.
19987         * sysdeps/powerpc/powerpc32/464: Move directory from
19988         ports/sysdeps/powerpc/powerpc32/464.
19989         * sysdeps/powerpc/powerpc32/476: Move directory from
19990         ports/sysdeps/powerpc/powerpc32/476.
19991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
19992         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
19993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
19994         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
19995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
19996         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
19997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
19998         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
19999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20000         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20001         * README: Update for powerpc-*-linux-gnu software floating point
20002         support in libc.
20003
20004         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20005         case to powerpc/powerpc32*.
20006         * sysdeps/unix/sysv/linux/configure: Regenerated.
20007
20008         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20009         (_FPU_MASK_OM): Define as 0x04.
20010         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20011         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20012         0x00c10080.
20013         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20014         0x0000003c.
20015         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20016
20017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20018         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20019         getcontext_e500.
20020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20021         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20022         setcontext_e500.
20023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20024         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20025         and setcontext_e500.
20026
20027 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20028
20029         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20030
20031 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20032
20033         * manual/threads.texi (Default Thread Attributes): Fix typo.
20034
20035 2013-10-04  Will Newton  <will.newton@linaro.org>
20036
20037         * malloc/Makefile: Add tst-memalign.
20038         * malloc/tst-memalign.c: New file.
20039
20040         * malloc/tst-posix_memalign.c: Add comments.
20041         (do_test): Add comments and call free on all potentially
20042         allocated pointers. Add space after cast.
20043
20044         * malloc/tst-pvalloc.c: Add comments.
20045         (do_test): Add comments and call free on all potentially
20046         allocated pointers. Remove duplicate check for NULL pointer.
20047         Add space after cast.
20048
20049         * malloc/tst-valloc.c: Add comments.
20050         (do_test): Add comments and call free on all potentially
20051         allocated pointers. Remove duplicate check for NULL pointer.
20052         Add space after cast.
20053
20054 2013-10-04  Alan Modra  <amodra@gmail.com>
20055
20056         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20057         Use stdint types in rather than __attribute__((mode())).
20058         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20059
20060 2013-10-04  Alan Modra  <amodra@gmail.com>
20061
20062         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20063         Correct handling of unaligned relocs for little-endian.
20064         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20065
20066 2013-10-04  Alan Modra  <amodra@gmail.com>
20067
20068         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20069         * configure: Regenerate.
20070         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20071         * shlib-versions: Likewise.
20072
20073 2013-10-04  Alan Modra  <amodra@gmail.com>
20074
20075         * string/tester.c (test_memrchr): Increment reported test cycle.
20076
20077 2013-10-04  Alan Modra  <amodra@gmail.com>
20078
20079         * string/test-memcpy.c (do_one_test): When reporting errors, print
20080         string address and don't overrun end of string.
20081
20082 2013-10-04  Alan Modra  <amodra@gmail.com>
20083
20084         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20085         insrdi.  Make better use of reg selection to speed exit slightly.
20086         Schedule entry path a little better.  Remove useless "are we done"
20087         checks on entry to main loop.  Handle wrapping around zero address.
20088         Correct main loop count.  Handle single left-over word from main
20089         loop inline rather than by using loop_small.  Remove extra word
20090         case in loop_small caused by wrong loop count.  Add little-endian
20091         support.
20092         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20093         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20094         cache hint.
20095         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20096         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20097         support.  Avoid rlwimi.
20098         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20099
20100 2013-10-04  Alan Modra  <amodra@gmail.com>
20101
20102         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20103         insrdi.  Formatting.
20104         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20105         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20106         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20107         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20108         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20109         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20110
20111 2013-10-04  Alan Modra  <amodra@gmail.com>
20112
20113         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20114         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20115         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20116         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20117         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20118         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20119         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20120         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20121         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20122         use of regs.  Use power7 mtocrf.  Tidy function tails.
20123
20124 2013-10-04  Alan Modra  <amodra@gmail.com>
20125
20126         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20127         Formatting.  Consistently use rXXX register defines or rN defines.
20128         Use early exit labels that avoid restoring unused non-volatile regs.
20129         Make cr field use more consistent with rWORDn compares.  Rename
20130         regs used as shift registers for unaligned loop, using rN defines
20131         for short lifetime/multiple use regs.
20132         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20133         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20134         addi 1,1,64 to pop stack frame.  Simplify return value code.
20135         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20136
20137 2013-10-04  Alan Modra  <amodra@gmail.com>
20138
20139         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20140         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20141         rather than rlwimi.
20142         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20143         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20144         little-endian support.  Correct typos.
20145         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20146         rather than rlwimi.
20147         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20148         in loop and entry code to keep "and." results.
20149         (strchr): Add little-endian support.  Comment.  Move cntlzd
20150         earlier in tail.
20151         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20152
20153 2013-10-04  Alan Modra  <amodra@gmail.com>
20154
20155         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20156         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20157         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20158         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20159
20160 2013-10-04  Alan Modra  <amodra@gmail.com>
20161
20162         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20163         (rTMP): Define as r11.
20164         (strcmp): Add little-endian support.  Optimise tail.
20165         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20166         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20167         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20168         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20169         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20170         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20171         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20172
20173 2013-10-04  Alan Modra  <amodra@gmail.com>
20174
20175         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20176         little-endian support.  Remove unnecessary "are we done" tests.
20177         Handle "s" wrapping around zero and extremely large "size".
20178         Correct main loop count.  Handle single left-over word from main
20179         loop inline rather than by using small_loop.  Correct comments.
20180         Delete "zero" tail, use "end_max" instead.
20181         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20182
20183 2013-10-04  Alan Modra  <amodra@gmail.com>
20184
20185         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20186         support.  Don't branch over align.
20187         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20188         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20189         support.  Rearrange tmp reg use to suit.  Comment.
20190         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20191
20192 2013-10-04  Alan Modra  <amodra@gmail.com>
20193
20194         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20195
20196 2013-10-04  Alan Modra  <amodra@gmail.com>
20197
20198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20199         conditional form of branch and link when obtaining pc.
20200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20201
20202 2013-10-04  Alan Modra  <amodra@gmail.com>
20203
20204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20205         HIWORD/LOWORD.
20206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20208
20209 2013-10-04  Alan Modra  <amodra@gmail.com>
20210
20211         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20212         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20213         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20214         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20215         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20216         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20217         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20218         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20219         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20220         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20221
20222 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20223             Alistair Popple <alistair@ozlabs.au.ibm.com>
20224             Alan Modra <amodra@gmail.com>
20225
20226         [BZ #15723]
20227         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20228         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20229         _dl_hwcap access for little-endian.
20230         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20231         destroy vmx regs when saving unaligned.
20232         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20233         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20234         destroy vmx regs when saving unaligned.
20235
20236 2013-10-04  Alan Modra  <amodra@gmail.com>
20237
20238         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20239         Don't use a union to pack hi/low value.
20240
20241 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20242
20243         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20244         for little-endian.
20245         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20246         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20247         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20248         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20249         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20250
20251 2013-10-04  Alan Modra  <amodra@gmail.com>
20252
20253         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20254         constants to usual value for .cst8 section, and remove redundant
20255         high address load.
20256         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20257         constant for 0x1p52.  Load little-endian words of double from
20258         correct stack offsets.
20259
20260 2013-10-04  Alan Modra  <amodra@gmail.com>
20261
20262         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20263         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20264         words of double from correct stack offsets.
20265         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20266         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20267         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20268         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20269         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20270         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20271         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20272         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20273         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20274         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20275         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20276         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20277         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20278         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20279         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20280         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20281         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20282
20283 2013-10-04  Alan Modra  <amodra@gmail.com>
20284
20285         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20286         64-bit int/double union.
20287         (_FPU_SETCW): Likewise.
20288         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20289         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20290
20291 2013-10-04  Alan Modra  <amodra@gmail.com>
20292
20293         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20294         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20295
20296 2013-10-04  Alan Modra  <amodra@gmail.com>
20297
20298         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20299         use vector int constants.
20300         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20301
20302 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20303
20304         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20305         array with long long.
20306         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20307         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20308         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20309         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20310         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20311         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20312         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20313         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20314         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20315         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20316         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20317         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20318         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20319
20320 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20321
20322         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20323         (__signbit): Likewise.  Correct for little-endian.
20324         (__signbitl): Call __signbit.
20325         (lrint): Correct for little-endian.
20326         (lrintf): Call lrint.
20327
20328 2013-10-04  Alan Modra  <amodra@gmail.com>
20329
20330         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20331         union 32-bit int array member with 64-bit int array.
20332         (t515, tm256): Double rather than long double.
20333         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20334
20335 2013-10-04  Alan Modra  <amodra@gmail.com>
20336
20337         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20338         Delete.
20339         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20340         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20341         version of math_ldbl.h.
20342
20343 2013-10-04  Alan Modra  <amodra@gmail.com>
20344
20345         [BZ #15734], [BZ #15735]
20346         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20347         all uses of ieee875 long double macros and unions.  Simplify test
20348         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20349         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20350         normalize after ldbl_extract_mantissa, and don't add hidden bit
20351         already handled.  Don't treat low word of ieee854 mantissa like
20352         low word of IBM long double and mask off bit when testing for
20353         zero.
20354         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20355         all uses of ieee875 long double macros and unions.  Simplify tests
20356         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20357         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20358         two1022, instead use their values.  Recognise that tests for large
20359         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20360         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20361         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20362         test for 0.0L and nan.  Correct negation.
20363         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20364         ieee875 long double macros and unions.  Correct output for large
20365         magnitude x.  Correct absolute value calculation.
20366         (__erfcl): Likewise.
20367         * math/libm-test.inc: Add tests for errors discovered in IBM long
20368         double versions of fmodl, remainderl, erfl and erfcl.
20369
20370 2013-10-04  Alan Modra  <amodra@gmail.com>
20371
20372         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20373         all uses of ieee854 long double macros and unions.  Simplify tests
20374         for long doubles that are fully specified by the high double.
20375         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20376         Likewise.
20377         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20378         Remove dead code too.
20379         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20380         (__ieee754_ynl): Likewise.
20381         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20382         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20383         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20384         Remove dead code too.
20385         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20386         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20387         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20388         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20389         Simplify.
20390         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20391         Simplify.
20392         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20393         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20394         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20395         Comment on variable precision.
20396         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20397         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20398         Likewise.
20399         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20400         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20401         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20402         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20403         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20404
20405 2013-10-04  Alan Modra  <amodra@gmail.com>
20406
20407         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20408         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20409         all uses of ieee854 long double macros and unions.
20410         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20411         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20412         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20413         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20414         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20415         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20416         Likewise.
20417         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20418         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20419         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20420         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20421         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20422         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20423         Simplify sign and nan test too.
20424         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20425         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20426         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20427         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20428         Likewise.
20429         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20430         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20431         Likewise.
20432         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20433         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20434         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20435         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20436         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20437         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20438
20439 2013-10-04  Alan Modra  <amodra@gmail.com>
20440
20441         * stdio-common/printf_size.c (__printf_size): Don't use
20442         union ieee854_long_double in fpnum union.
20443         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20444         signbit macro to retrieve sign from long double.
20445         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20446         retrieve sign from long double.
20447         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20448         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20449         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20450         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20451         * math/test-misc.c (main): Don't use union ieee854_long_double.
20452
20453 2013-10-04  Alan Modra  <amodra@gmail.com>
20454
20455         [BZ #15680]
20456         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20457         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20458         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20459         calculation.  Remove unnecessary test for denormal exponent.
20460         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20461         Correct handling of denormals.  Avoid undefined shift behaviour.
20462         Correct normalisation of low mantissa when low double is denormal.
20463         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20464         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20465         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20466         Correct normalisation of low mantissa.  Test for overflow of high
20467         mantissa and normalise.
20468         (ldbl_nearbyint): Use more readable constant for two52.
20469         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20470         (__mpn_construct_long_double): Fix test for overflow of high
20471         mantissa and correct normalisation.  Avoid undefined shift.
20472
20473 2013-10-04  Alan Modra  <amodra@gmail.com>
20474
20475         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20476         (union ibm_extended_long_double): Define as an array of ieee754_double.
20477         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20478         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20479         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20480         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20481         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20482         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20483         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20484         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20485         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20486         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20487         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20488
20489 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20490
20491         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20492         page size instead of calling getpagesize.
20493
20494         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20495         (LOCFILE_ALIGN_MASK): Likewise.
20496         (LOCFILE_ALIGN_UP): Likewise.
20497         (LOCFILE_ALIGNED_P): Likewise.
20498         * locale/programs/ld-collate.c (collate_output): Use the new
20499         macros instead of __alignof__ (int32_t).
20500         * locale/weight.h (findidx): Likewise.
20501
20502 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20503
20504         [BZ #431]
20505         * manual/string.texi: Fix strncat and wcsncat.
20506
20507 2013-10-03  Brooks Moses  <bmoses@google.com>
20508
20509         [BZ #15915]
20510         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20511         * Makerules: ...here, and adjust associated comments.
20512
20513 2013-10-02  Will Newton  <will.newton@linaro.org>
20514
20515         * malloc/Makefile: Add tst-pvalloc.
20516         * malloc/tst-pvalloc.c: New file.
20517
20518 2013-10-02  Will Newton  <will.newton@linaro.org>
20519
20520         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20521         improve test coverage.
20522
20523 2013-10-02  Will Newton  <will.newton@linaro.org>
20524
20525         * malloc/Makefile: Add tst-posix_memalign.
20526         * malloc/tst-posix_memalign.c: New file.
20527
20528 2013-10-01  Eric Blake  <eblake@redhat.com>
20529
20530         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20531         Use __THROWNL rather than __THROW on static functions.
20532
20533 2013-09-30  Petr Machata  <pmachata@redhat.com>
20534
20535         * elf/elf.h (R_AARCH64_ABS16): New macro.
20536         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20537         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20538         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20539         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20540         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20541         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20542         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20543         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20544         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20545         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20546         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20547         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20548         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20549         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20550         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20551         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20552         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20553         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20554         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20555         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20556         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20557         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20558         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20559         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20560         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20561         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20562         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20563         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20564         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20565         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20566         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20567         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20568         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20569         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20570         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20571         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20572         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20573         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20574         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20575         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20576         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20577         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20578         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20579         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20580         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20581         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20582         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20583         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20584         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20585         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20586         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20587         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20588         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20589         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20590         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20591         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20592         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20593         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20594         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20595         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20596         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20597         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20598         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20599         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20600         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20601         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20602         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20603         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20604         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20605         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20606         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20607         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20608         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20609         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20610         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20611         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20612         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20613         (R_AARCH64_TLSDESC_LDR): Likewise.
20614         (R_AARCH64_TLSDESC_ADD): Likewise.
20615         (R_AARCH64_TLSDESC_CALL): Likewise.
20616
20617 2013-09-30  Andreas Schwab  <schwab@suse.de>
20618
20619         [BZ #15048]
20620         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20621         the nss database lookup.
20622         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20623         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20624
20625 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20626
20627         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20628
20629 2013-09-28  P. J. McDermott  <pj@pehjota.net>
20630
20631         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20632         ${Bash-specific parameter/pattern/string} parameter expansion.
20633         * sysdeps/unix/make-syscalls.sh: Likewise.
20634
20635 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20636
20637         * sysdeps/sh/stackguard-macros.h: New file.
20638
20639 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
20640
20641         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20642         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20643         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20644         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20645         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20646         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20647
20648 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20649
20650         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20651         Fix thread ID register.
20652
20653 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
20654
20655         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20656         [POSIX || UNIX98]: Require rather than permitting all symbols from
20657         <time.h>.
20658         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20659         element of struct sched_param.
20660         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20661         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20662         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20663         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20664         constant.
20665
20666 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
20667
20668         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20669         argument calculation.
20670
20671 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20672
20673         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20674         Expect macro.
20675         [POSIX] (pthread_attr_t): Do not require type.
20676         [POSIX] (pthread_cond_t): Likewise.
20677         [POSIX] (pthread_condattr_t): Likewise.
20678         [POSIX] (pthread_key_t): Likewise.
20679         [POSIX] (pthread_mutex_t): Likewise.
20680         [POSIX] (pthread_mutexattr_t): Likewise.
20681         [POSIX] (pthread_once_t): Likewise.
20682         [POSIX] (pthread_t): Likewise.
20683         [POSIX-based standards] (pthread_atfork): Expect function.
20684
20685 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20686             Richard Sandiford  <richard@codesourcery.com>
20687
20688         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20689         (swap_endianness_p): New extern variable.
20690         (set_big_endian): New inline function.
20691         (maybe_swap_uint32): Likewise.
20692         (maybe_swap_uint32_array): Likewise.
20693         (maybe_swap_uint32_obstack): Likewise.
20694         * locale/programs/locfile.c: Include <stdbool.h>.
20695         (swap_endianness_p): New variable.
20696         (add_locale_uint32): Call maybe_swap_uint32.
20697         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20698         (write_locale_data): Call maybe_swap_uint32_array.
20699         * locale/programs/ld-collate.c (obstack_int32_grow): Call
20700         maybe_swap_uint32.
20701         (obstack_int32_grow_fast): Likewise.
20702         (output_weightwc): Call maybe_swap_uint32_obstack.
20703         (collate_output): Likewise.
20704         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20705         (OPT_LITTLE_ENDIAN): Likewise.
20706         (options): Add --little-endian and --big-endian options.
20707         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20708         * locale/programs/locarchive.c: Include "locfile.h".
20709         (GET): New macro.
20710         (SET): Likewise.
20711         (INC): Likewise.
20712         (create_archive): Use the new macros to access fields of
20713         structures directly mapped from or written to locale archives.
20714         (oldlocrecentcmp): Likewise.
20715         (enlarge_archive): Likewise.
20716         (insert_name): Likewise.
20717         (add_alias): Likewise.
20718         (add_locale): Likewise.
20719         (delete_locales_from_archive): Likewise.
20720         (show_archive_content): Likewise.
20721         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
20722         locale data.
20723
20724 2013-09-24  Roland McGrath  <roland@hack.frob.com>
20725
20726         * manual/freemanuals.texi: Updated from (newly) canonical copy at
20727         http://www.gnu.org/doc/freemanuals.texi.
20728         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20729
20730 2013-09-24  Will Newton  <will.newton@linaro.org>
20731
20732         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20733         macro.
20734
20735 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
20736
20737         * locale/hashval.h (compute_hashval): Interpret bytes of key as
20738         unsigned char.
20739
20740 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
20741
20742         * manual/threads.texi (POSIX Threads): Fix a typo.
20743
20744 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
20745
20746         [BZ #14547]
20747         * string/tst-strcoll-overflow.c: New test case.
20748         * string/Makefile (xtests): Add tst-strcoll-overflow.
20749         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
20750         cache if string sizes may cause integer overflow.
20751
20752         [BZ #14547]
20753         * string/strcoll_l.c (coll_seq): New members rule, idx,
20754         save_idx and back_us.
20755         (get_next_seq_nocache): New function.
20756         (do_compare_nocache): New function.
20757         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
20758         when malloc fails.
20759
20760 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
20761
20762         [BZ #15754]
20763         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
20764         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
20765         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
20766
20767         [BZ #15754]
20768         * elf/Makefile (tests): Add tst-ptrguard1.
20769         (tests-static): Add tst-ptrguard1-static.
20770         (tst-ptrguard1-ARGS): Define.
20771         (tst-ptrguard1-static-ARGS): Define.
20772         * elf/tst-ptrguard1.c: New file.
20773         * elf/tst-ptrguard1-static.c: New file.
20774         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
20775         * sysdeps/i386/stackguard-macros.h: Likewise.
20776         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
20777         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
20778         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
20779         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
20780         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
20781         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
20782
20783 2013-09-23  Hector Marco  <hecmargi@upv.es>
20784             Ismael Ripoll  <iripoll@disca.upv.es>
20785             Carlos O'Donell  <carlos@redhat.com>
20786
20787         [BZ #15754]
20788         * sysdeps/generic/stackguard-macros.h: Define
20789         __pointer_chk_guard_local and POINTER_CHK_GUARD.
20790         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
20791         Define __pointer_chk_guard_local.
20792         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
20793         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
20794
20795 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
20796
20797         [BZ #15859]
20798         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
20799
20800 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
20801
20802         * include/string.h (__ffs): Declare as hidden.
20803         * string/ffs.c (__ffs): Define as hidden.
20804         * sysdeps/i386/ffs.c (__ffs): Likewise.
20805         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
20806         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
20807         * sysdeps/s390/ffs.c (__ffs): Likewise.
20808         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
20809
20810 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
20811
20812         * NEWS: Mention malloc probes.
20813
20814         * malloc/arena.c (new_heap): New memory_heap_new probe.
20815         (grow_heap): New memory_heap_more probe.
20816         (shrink_heap): New memory_heap_less probe.
20817         (heap_trim): New memory_heap_free probe.
20818         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
20819         (systrim): New memory_sbrk_less probe.
20820         * manual/probes.texi: Document them.
20821
20822         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
20823         * manual/probes.texi: Document it.
20824
20825         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
20826         (__libc_realloc): Add memory_realloc_retry probe.
20827         (__libc_memalign): Add memory_memalign_retry probe.
20828         (__libc_valloc): Add memory_valloc_retry probe.
20829         (__libc_pvalloc): Add memory_pvalloc_retry probe.
20830         (__libc_calloc): Add memory_calloc_retry probe.
20831         * manual/probes.texi: Document them.
20832
20833         * malloc/arena.c (get_free_list): Add probe
20834         memory_arena_reuse_free_list.
20835         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
20836         and memory_arena_reuse.
20837         (arena_get2) [!PER_THREAD]: Likewise.
20838         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
20839         memory_arena_reuse_realloc.
20840         * manual/probes.texi: Document them.
20841
20842         * malloc/malloc.c (__libc_free): Add
20843         memory_mallopt_free_dyn_thresholds probe.
20844         (__libc_mallopt): Add multiple memory_mallopt probes.
20845         * manual/probes.texi: Document them.
20846
20847         * malloc/malloc.c: Include stap-probe.h.
20848         (__libc_mallopt): Add memory_mallopt probe.
20849         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
20850         * manual/probes.texi: New.
20851         * manual/Makefile (chapters): Add probes.
20852         * manual/threads.texi: Set next node.
20853
20854 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
20855
20856         [BZ #15963, #13985]
20857         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
20858         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
20859         Add `Chinese' to `nan' entry name.
20860
20861 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20862
20863         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
20864         (POLYNOMIAL): Likewise.
20865         (TAYLOR_SINCOS): Likewise.
20866         (TAYLOR_SLOW): Likewise.
20867         (__sin): Use TAYLOR_SINCOS.
20868         (__cos): Likewise.
20869         (slow): Use TAYLOR_SLOW.
20870         (sloww): Likewise.
20871         (bsloww): Likewise.
20872         (csloww): Likewise.
20873
20874 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
20875
20876         * stdlib/strtod_l.c: Fix buffer overrun.
20877
20878 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20879
20880         * benchtests/Makefile (bench): Add sincos.
20881         * benchtests/bench-sincos.c: New file.
20882
20883         * math/libm-test.inc (cos_test_data): New test inputs.
20884         (sin_test_data): Likewise.
20885
20886         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
20887         macro.
20888         (__sin): Use it.
20889         (__cos): Likewise.
20890         (slow1): Likewise.
20891         (slow2): Likewise.
20892         (sloww1): Likewise.
20893         (sloww2): Likewise.
20894         (bsloww1): Likewise.
20895         (bsloww2): Likewise.
20896         (cslow2): Likewise.
20897         (csloww1): Likewise.
20898         (csloww2): Likewise.
20899
20900         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
20901         function.
20902         (__sin): Use it.
20903         (__cos): Likewise.
20904
20905         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
20906         gotos.
20907         (__cos): Likewise.
20908
20909 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
20910
20911         * config.h.in (HAVE_MIPS_NAN2008): New macro.
20912         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
20913         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
20914         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
20915         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
20916         * elf/cache.c (print_entry): Handle the new cache flags.
20917
20918 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20919             Aldy Hernandez  <aldyh@redhat.com>
20920
20921         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
20922         Change condition to [_SOFT_FLOAT].
20923         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
20924         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
20925         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
20926         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
20927         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
20928         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
20929         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
20930         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
20931         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
20932         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
20933         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
20934         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
20935         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
20936         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
20937         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
20938         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
20939         declaration.
20940
20941 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20942
20943         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
20944         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20945         (__longjmp): Use LOAD_GP to load saved GPRs.
20946         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
20947         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20948         (__sigsetjmp): Use SAVE_GP to save GPRs.
20949
20950         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
20951         Do not append -msoft-float.
20952         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
20953
20954 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20955
20956         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
20957
20958 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
20959
20960         [BZ #15966]
20961         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
20962         (_FPU_GETCW): Use initial "__" on variable and field names but not
20963         on macro parameter name.
20964         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
20965         parentheses around reference to macro parameter.
20966
20967 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
20968
20969         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
20970         prototype.
20971         (ctype_startup): Use uint32_t in cast and sizeof for
20972         ctype->charnames.
20973
20974 2013-09-11  Jia Liu  <proljc@gmail.com>
20975
20976         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
20977         __daddr_t_defined.
20978         [__FreeBSD__]: Likewise.
20979
20980 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
20981
20982         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
20983         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
20984         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
20985         (strchr): Remove __strchr_sse42 ifunc selection.
20986         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
20987         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
20988
20989 2013-09-11  Will Newton  <will.newton@linaro.org>
20990
20991         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
20992         parameter to RES. Remove hardcoded 1000 value.
20993         * benchtests/bench-skeleton.c (main): Pass RES parameter
20994         to TIMING_INIT and multiply result by 1000.
20995
20996 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20997
20998         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20999
21000 2013-09-11  Andreas Schwab  <schwab@suse.de>
21001
21002         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21003         if not defined.
21004         (O_TMPFILE) [__USE_GNU]: Define.
21005         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21006         Define.
21007
21008 2013-09-11  Will Newton  <will.newton@linaro.org>
21009
21010         [BZ #15857]
21011         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21012         does not overflow.
21013
21014 2013-09-11  Will Newton  <will.newton@linaro.org>
21015
21016         [BZ #15856]
21017         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21018         does not overflow.
21019
21020 2013-09-11  Will Newton  <will.newton@linaro.org>
21021
21022         [BZ #15855]
21023         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21024         does not overflow.
21025
21026 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21027
21028         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21029         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21030         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21031         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21032         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21033
21034 2013-09-10  Allan McRae  <allan@archlinux.org>
21035
21036         [BZ #15748]
21037         * manual/arith.texi (Parsing of Floats): Clarify
21038         cross-reference.
21039
21040         [BZ #15849]
21041         * manual/install.texi (Running make install): Mention
21042         --enable-pt-chown.
21043         * INSTALL: Regenerated.
21044
21045 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21046
21047         * csu/init-first.c (_init): Remove the !SHARED condition around
21048         FPU control word initialization.
21049         * elf/dl-support.c (_dl_fpu_control): New variable.
21050         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21051         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21052         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21053         * math/test-fpucw-static.c: New file.
21054         * math/test-fpucw-ieee.c: New file.
21055         * math/test-fpucw-ieee-static.c: New file.
21056         * math/Makefile (tests): Add `test-fpucw-ieee' and
21057         `$(tests-static)'.
21058         (tests-static): New variable.
21059         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21060         dependency to...
21061         [($(build-shared),yes)]
21062         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21063         ... this.
21064         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21065         New dependency.
21066
21067 2013-09-09  Allan McRae  <allan@archlinux.org>
21068
21069         [BZ #15939]
21070         * manual/string.texi (Collation Functions): Fix typo in
21071         strcoll example.
21072         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21073
21074         [BZ #15893]
21075         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21076
21077         [BZ #15892]
21078         * libio/memstream.c (open_memstream): Fix memory leak.
21079         * libio/wmemstream.c (open_wmemstream): Likewise.
21080
21081         [BZ #15895]
21082         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21083
21084 2013-09-09  Will Newton  <will.newton@linaro.org>
21085
21086         * malloc/Makefile: Add tst-realloc to tests.
21087         * malloc/tst-realloc.c: New file.
21088
21089 2013-09-09  Allan McRae  <allan@archlinux.org>
21090
21091         [BZ #15844]
21092         * COPYING: Update from GNU website to fix FSF address.
21093         * COPYING.LIB: Likewise.
21094
21095 2013-09-06  David S. Miller  <davem@davemloft.net>
21096
21097         * po/zh_TW.po: Update Chinese (traditional) translation from
21098         translation project.
21099
21100 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21101             Joseph Myers  <joseph@codesourcery.com>
21102
21103         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21104         "localeinfo.h".
21105         (obstack_chunk_alloc): New macro.
21106         (obstack_chunk_free): Likewise.
21107         (record_offset): New function.
21108         (init_locale_data): Likewise.
21109         (align_locale_data): Likewise.
21110         (add_locale_empty): Likewise.
21111         (add_locale_raw_data): Likewise.
21112         (add_locale_raw_obstack): Likewise.
21113         (add_locale_string): Likewise.
21114         (add_locale_wstring): Likewise.
21115         (add_locale_uint32): Likewise.
21116         (add_locale_uint32_array): Likewise.
21117         (add_locale_char): Likewise.
21118         (start_locale_structure): Likewise.
21119         (end_locale_structure): Likewise.
21120         (start_locale_prelude): Likewise.
21121         (end_locale_prelude): Likewise.
21122         (write_locale_data): Take locale_file structure rather than an
21123         iovec.
21124         * locale/programs/locfile.h: Include "obstack.h".
21125         (struct locale_file): Change to store locale file contents instead
21126         of header.
21127         (init_locale_data): New prototype.
21128         (align_locale_data): Likewise.
21129         (add_locale_empty): Likewise.
21130         (add_locale_raw_data): Likewise.
21131         (add_locale_raw_obstack): Likewise.
21132         (add_locale_string): Likewise.
21133         (add_locale_wstring): Likewise.
21134         (add_locale_uint32): Likewise.
21135         (add_locale_uint32_array): Likewise.
21136         (add_locale_char): Likewise.
21137         (start_locale_structure): Likewise.
21138         (end_locale_structure): Likewise.
21139         (start_locale_prelude): Likewise.
21140         (end_locale_prelude): Likewise.
21141         (write_locale_data): Update prototype.
21142         * locale/programs/3level.h (struct TABLE): Remove result field.
21143         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21144         Use new locale_file interface.
21145         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21146         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21147         * locale/programs/ld-address.c (address_output): Use new
21148         locale_file interface.
21149         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21150         NO_ADD_LOCALE.
21151         (collate_finish): Don't call collseq_table_finalize.
21152         (collate_output): Use new locale_file interface.
21153         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21154         in file.
21155         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21156         (TABLE): Move defines earlier in file.
21157         (ELEMENT): Likewise.
21158         (DEFAULT): Likewise.
21159         (wctrans_table_add): Move macro and inline function earlier in
21160         file.
21161         (struct wctype_table): Move type earlier in file.
21162         (add_locale_wctype_table): New static prototype.
21163         (struct locale_ctype_t): Use logical types instead of struct iovec
21164         pointers for members.
21165         (ctype_output): Use new locale_file interface.
21166         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21167         new locale_file interface.
21168         (allocate_arrays): Update for use of new locale_file interface.
21169         * locale/programs/ld-identification.c (identification_output): Use
21170         new locale_file interface.
21171         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21172         * locale/programs/ld-messages.c (messages_output): Likewise.
21173         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21174         * locale/programs/ld-name.c (name_output): Likewise.
21175         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21176         * locale/programs/ld-paper.c (paper_output): Likewise.
21177         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21178         * locale/programs/ld-time.c (time_output): Likewise.
21179
21180 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21181
21182         * benchtests/Makefile: Add memrchr benchmark.
21183         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21184         benchmark as memrchr.
21185         * benchtests/bench-memrchr-ifunc.c: New file.
21186         * benchtests/bench-memrchr.c: New file.
21187
21188 2013-09-06   Will Newton  <will.newton@linaro.org>
21189
21190         * benchtests/Makefile (string-bench): Add memcpy.
21191
21192 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21193             Cong Wang  <amwang@redhat.com>
21194
21195         [BZ #15850]
21196         * sysdeps/unix/sysv/linux/bits/in.h
21197         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21198         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21199         before __USE_KERNEL_IPV6_DEFS uses.
21200         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21201         IPPROTO_BEETPH.
21202         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21203         sockaddr_in6, or ipv6_mreq.
21204
21205 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21206
21207         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21208         memory access for final bytes in some large inputs.
21209         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21210
21211 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21212
21213         * string/test-memrchr.c: New file.
21214         * string/test-memrchr-ifunc.c: New file.
21215         * string/Makefile: Add new memrchr testcase.
21216
21217 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21218
21219         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21220         fanotify_init returns EPERM.
21221
21222 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21223
21224         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21225         errors.
21226         (top level): Treat second token from macro or constant entries for
21227         allowed headers as allowed.
21228         * include/complex.h: Condition internal declarations on
21229         [!_ISOMAC].
21230         * include/fenv.h: Condition include of <stdbool.h> and internal
21231         declarations on [!_ISOMAC].
21232
21233 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21234
21235         [BZ #15923]
21236         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21237
21238 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21239
21240         * configure.in (--enable-versioning): Remove configure option.
21241         (libc_cv_asm_symver_directive): Remove configure test.
21242         (libc_cv_ld_version_script_option): Likewise.
21243         (VERSIONING): Remove variable and AC_SUBST.
21244         (DO_VERSIONING): Remove AC_DEFINE.
21245         * configure: Regenerated.
21246         * config.h.in (DO_VERSIONING): Remove macro.
21247         * Makerules [$(versioning) = yes]: Change conditionals to
21248         [$(build-shared) = yes].
21249         * config.make.in (versioning): Remove variable.
21250         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21251         [$(build-shared) = yes].
21252         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21253         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21254         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21255         [$(build-shared) = yes].
21256         * extra-lib.mk [$(versioning) = yes]: Likewise.
21257         * hurd/Makefile [$(versioning) = yes]: Likewise.
21258         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21259         [SHARED].
21260         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21261         [SHARED].
21262         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21263         [SHARED && !NO_HIDDEN].
21264         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21265         [SHARED].
21266         [SHARED && DO_VERSIONING]: Likewise..
21267         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21268         [$(build-shared) = yes].
21269         * manual/install.texi (--disable-versioning): Remove
21270         documentation.
21271         * INSTALL: Regenerated.
21272         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21273         to [SHARED].
21274         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21275         [$(build-shared) = yes].
21276         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21277         * sysdeps/i386/i686/multiarch/strstr-c.c
21278         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21279         [SHARED && !NO_HIDDEN].
21280         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21281         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21282         * sysdeps/powerpc/powerpc32/dl-machine.c
21283         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21284         * sysdeps/powerpc/powerpc32/sysdep.h
21285         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21286         to [SHARED && PIC && !NO_HIDDEN].
21287         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21288         conditional to [SHARED].
21289
21290 2013-09-04   Will Newton  <will.newton@linaro.org>
21291
21292         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21293         * benchtests/bench-string.h: Include bench-timing.h instead
21294         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21295         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21296         call to HP_TIMING_DIFF_INIT.
21297         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21298         instead of hp-timing.h macros.
21299         * benchtests/bench-memchr.c: Likewise.
21300         * benchtests/bench-memcmp.c: Likewise.
21301         * benchtests/bench-memcpy.c: Likewise.
21302         * benchtests/bench-memmem.c: Likewise.
21303         * benchtests/bench-memmove.c: Likewise.
21304         * benchtests/bench-memset.c: Likewise.
21305         * benchtests/bench-rawmemchr.c: Likewise.
21306         * benchtests/bench-strcasecmp.c: Likewise.
21307         * benchtests/bench-strcasestr.c: Likewise.
21308         * benchtests/bench-strcat.c: Likewise.
21309         * benchtests/bench-strchr.c: Likewise.
21310         * benchtests/bench-strcmp.c: Likewise.
21311         * benchtests/bench-strcpy.c: Likewise.
21312         * benchtests/bench-strcpy_chk.c: Likewise.
21313         * benchtests/bench-strlen.c: Likewise.
21314         * benchtests/bench-strncasecmp.c: Likewise.
21315         * benchtests/bench-strncat.c: Likewise.
21316         * benchtests/bench-strncmp.c: Likewise.
21317         * benchtests/bench-strncpy.c: Likewise.
21318         * benchtests/bench-strnlen.c: Likewise.
21319         * benchtests/bench-strpbrk.c: Likewise.
21320         * benchtests/bench-strrchr.c: Likewise.
21321         * benchtests/bench-strspn.c: Likewise.
21322         * benchtests/bench-strstr.c: Likewise.
21323
21324 2013-09-04  Will Newton  <will.newton@linaro.org>
21325
21326         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21327
21328 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21329
21330         [BZ #15427]
21331         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21332         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21333         * math/libm-test.inc (lgamma_test_data): Add more tests.
21334         * sysdeps/i386/fpu/libm-test-ulps: Update.
21335         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21336
21337 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21338
21339         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21340         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21341         Add ifunc.
21342         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21343         Add strcmp-sse2-unaligned
21344         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21345
21346 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21347
21348         * Versions.def (libc): Add GLIBC_2.19.
21349
21350 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21351
21352         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21353         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21354
21355 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21356
21357         [BZ #14155]
21358         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21359         intermediate calculations in recurrence.
21360         (__ieee754_ynf): Likewise.
21361         * math/libm-test.inc (jn_test_data): Do not allow spurious
21362         underflow exception.  Add more tests.
21363         (yn_test_data): Add more tests.
21364         * sysdeps/i386/fpu/libm-test-ulps: Update.
21365         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21366
21367 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21368
21369         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21370
21371 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21372
21373         * csu/init-first.c: Fix then/than typos.
21374         * locale/programs/ld-collate.c: Likewise.
21375         * locale/programs/linereader.h: Likewise.
21376         * manual/charset.texi: Likewise.
21377         * manual/filesys.texi: Likewise.
21378         * manual/stdio.texi: Likewise.
21379         * manual/string.texi: Likewise.
21380         * stdlib/fmtmsg.c: Likewise.
21381         * sysdeps/i386/stpncpy.S: Likewise.
21382         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21383         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21384         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21385         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21386
21387 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21388
21389         * elf/dl-open.c: Fix typos.
21390         * iconvdata/gbbig5.c: Likewise.
21391         * iconvdata/iso-2022-jp.c: Likewise.
21392         * iconv/gconv_int.h: Likewise.
21393         * iconv/loop.c: Likewise.
21394         * nis/rpcsvc/nis.h: Likewise.
21395         * resolv/ns_name.c: Likewise.
21396         * stdio-common/vfscanf.c: Likewise.
21397         * streams/stropts.h: Likewise.
21398         * sunrpc/rpc_thread.c: Likewise.
21399         * sysdeps/i386/strpbrk.S: Likewise.
21400         * sysdeps/ieee754/k_standard.c: Likewise.
21401         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21402         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21403         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21404         * sysdeps/mach/hurd/profil.c: Likewise.
21405         * sysdeps/s390/dl-procinfo.h: Likewise.
21406         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21407         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21408         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21409         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21410         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21411
21412 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21413
21414         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21415         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21416
21417 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21418
21419         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21420         aix specific files.
21421         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21422         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21423         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21424         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21425         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21426         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21427         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21428         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21429
21430 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21431             Roland McGrath  <roland@hack.frob.com>
21432
21433         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21434         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21435
21436 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21437
21438         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21439         __executable_start symbol instead of _start.
21440
21441 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21442
21443         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21444         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21445         Move macros to...
21446         * sysdeps/gnu/ldsodefs.h: ... this new file.
21447
21448         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21449         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21450         instead of ELFOSABI_LINUX.
21451
21452         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21453         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21454         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21455         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21456         Likewise.
21457         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21458         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21459         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21460         Likewise.
21461         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21462         (ibm_extended_long_double): Add ieee_nan member.
21463         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21464         (do_test): New function.
21465
21466         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21467         TEST_TRUNC.
21468         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21469         functions, renamed from truncdfsf_test, trunctfsf_test,
21470         trunctfdf_test.
21471         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21472         functions.
21473         (do_test): Run all these.
21474
21475 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21476
21477         * argp/argp-help.c: Fix typos.
21478         * argp/argp-parse.c: Likewise.
21479         * debug/backtracesyms.c: Likewise.
21480         * elf/elf.h: Likewise.
21481         * malloc/malloc.c: Likewise.
21482         * nis/nis_print.c: Likewise.
21483         * resolv/res_comp.c: Likewise.
21484         * stdlib/stdlib.h: Likewise.
21485         * sunrpc/clnt_tcp.c: Likewise.
21486         * sunrpc/clnt_udp.c: Likewise.
21487         * sunrpc/clnt_unix.c: Likewise.
21488         * sysdeps/unix/bsd/ptsname.c: Likewise.
21489         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21490         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21492         Likewise.
21493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21494         Likewise.
21495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21496         Likewise.
21497         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21498
21499 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21500
21501         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21502         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21503
21504 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21505
21506         [BZ #15897]
21507         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21508         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21509         ($(objpfx)bug-dl-leaf): New rule.
21510         ($(objpfx)bug-dl-leaf.so): Likewise.
21511         ($(objpfx)bug-dl-leaf.out): Likewise.
21512         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21513         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21514         * dlfcn/bug-dl-leaf.c: New test.
21515         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21516         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21517         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21518         (dlclose): Likewise.
21519         (dlmopen): Likewise.
21520
21521 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21522
21523         * include/netdb.h [!_ISOMAC]:
21524         Don't include <tls.h>.
21525         (h_errno, __libc_h_errno): Move declaration and macros out of
21526         [_LIBC_REENTRANT].
21527
21528         * include/resolv.h [_RESOLV_H_]:
21529         Don't include <tls.h>.
21530         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21531         * resolv/res_libc.c: Don't include <tls.h>.
21532         (_res): Use __attribute__ ((nocommon)) in place of
21533         __attribute__ ((section (".bss"))).
21534
21535         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21536         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21537
21538         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21539
21540         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21541         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21542
21543         * resolv/res_mkquery.c: Include <sys/time.h>.
21544
21545         * inet/ifreq.c: Moved to ...
21546         * sysdeps/unix/ifreq.c: ... here.
21547         * inet/ifreq.c: New file, true stub version.
21548
21549         * socket/sa_len.c: New file.
21550         * socket/Makefile (aux): Add it.
21551         * sysdeps/unix/sysv/linux/Makefile
21552         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21553         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21554         and #include <socket/sa_len.c>.
21555         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21556         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21557
21558         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21559         * bits/socket.h: ... here.
21560
21561         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21562         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21563         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21564
21565 2013-08-27  Andreas Schwab  <schwab@suse.de>
21566
21567         [BZ #15736]
21568         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21569         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21570         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21571         * string/test-strcasecmp.c (test_main): Run tests in several
21572         locales.
21573         * string/test-strncasecmp.c (test_main): Likewise.
21574
21575         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21576         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21577         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21578         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21579         (__strncasecmp_ssse3) [PIC]: Likewise.
21580
21581 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21582
21583         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21584
21585         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21586         instead of explicitly declaring xdecrypt.
21587         * nis/nss_nis/nis-publickey.c: Likewise.
21588
21589 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21590
21591         [BZ #15890]
21592         * nscd/aicache.c: Include res_hconf.h.
21593         (addhstaiX): Initialize res_hconf.
21594
21595 2013-08-26  Andreas Schwab  <schwab@suse.de>
21596
21597         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21598         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21599
21600 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21601
21602         * nscd/aicache.c (addhstaiX): Fix indentation.
21603
21604 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21605
21606         * configure.ac: Quote $build_pt_chown test.
21607         * configure: Regenerated.
21608
21609 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21610
21611         [BZ #15532]
21612         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21613         * math/s_cexpf.c (__cexpf): Likewise.
21614         * math/s_cexpl.c (__cexpl): Likewise.
21615         * math/libm-test.inc (cexp_test_data): Correct expected return
21616         value for NaN + i0.  Add another test.
21617
21618 2013-08-22  David S. Miller  <davem@davemloft.net>
21619
21620         * po/ca.po: Update Catalan translation from translation project.
21621         * po/uk.po: Add Ukrainian translations from translation project.
21622
21623 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21624
21625         [BZ #15797]
21626         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21627         is infinite, not alongside NaN test.
21628         * math/s_fdimf.c (__fdimf): Likewise.
21629         * math/s_fdiml.c (__fdiml): Likewise.
21630         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
21631         errno is unchanged.
21632
21633 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
21634
21635         * argp/argp-help.c: Fix typos.
21636         * crypt/speeds.c: Likewise.
21637         * csu/check_fds.c: Likewise.
21638         * elf/dl-load.c: Likewise.
21639         * elf/dl-open.c: Likewise.
21640         * elf/reldep3.c: Likewise.
21641         * elf/reldep.c: Likewise.
21642         * elf/sprof.c: Likewise.
21643         * iconv/iconv_charmap.c: Likewise.
21644         * iconv/skeleton.c: Likewise.
21645         * iconv/strtab.c: Likewise.
21646         * io/lockf64.c: Likewise.
21647         * libio/libioP.h: Likewise.
21648         * resolv/gai_notify.c: Likewise.
21649         * resolv/ns_name.c: Likewise.
21650         * resolv/ns_samedomain.c: Likewise.
21651         * resolv/res_send.c: Likewise.
21652         * stdlib/random.c: Likewise.
21653         * sunrpc/rpc/xdr.h: Likewise.
21654         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21655         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21656         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21657         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21658         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21659         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21660         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21661         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21662         * sysdeps/mach/hurd/check_fds.c: Likewise.
21663         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21664         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21665         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21666         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21667         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21668         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21669         * sysdeps/pthread/aio_notify.c: Likewise.
21670         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21671         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21672         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21673         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21674         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21675
21676 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21677
21678         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21679         version if bit_Slow_SSE4_2 is set.
21680         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21681         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21682
21683 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21684
21685         [BZ #15867]
21686         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21687         trampoline stack frame information.
21688         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21689         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21690         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21691         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21692         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21693         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21694         (_libc_vdso_platform_setup): Initialize the signal trampolines.
21695         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21696         sa_flags value.
21697         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21698         interrupting a syscall and set with option SA_SIGINFO.
21699
21700 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21701
21702         [BZ #15531]
21703         * math/s_cproj.c (__cproj): Only return an infinity if one part of
21704         argument is infinite.
21705         * math/s_cprojf.c (__cprojf): Likewise.
21706         * math/s_cprojl.c (__cprojl): Likewise.
21707         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21708         * math/libm-test.inc (cproj_test_data): Add more tests.
21709
21710         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21711
21712         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21713         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21714         size.  Use __ffs to determine corresponding shift.
21715
21716 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21717             Roland McGrath  <roland@hack.frob.com>
21718
21719         * Makefile (INSTALL): Remove trailing blank lines from output of
21720         makeinfo.
21721
21722 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21723
21724         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21725         Align 32 bit compat elf_greg to 8 bytes.
21726
21727 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
21728
21729         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21730
21731 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21732
21733         * string/strcoll_l.c (coll_seq): New structure.
21734         (get_next_seq_cached): New function.
21735         (get_next_seq): New function.
21736         (do_compare): New function.
21737         (STRCOLL): Use GNU style definition.  Simplify implementation
21738         by using get_next_seq, get_next_seq_cached and do_compare.
21739
21740 2013-08-16  Florian Weimer  <fweimer@redhat.com>
21741
21742         [BZ #14699]
21743         CVE-2013-4237
21744         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
21745         member.
21746         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
21747         member.
21748         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
21749         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
21750         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
21751         conditional.
21752         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
21753         GETDENTS_64BIT_ALIGNED.
21754         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
21755         * manual/filesys.texi (Reading/Closing Directory): Document
21756         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
21757         strongly.
21758         * manual/conf.texi (Limits for Files): Add portability note to
21759         NAME_MAX, PATH_MAX.
21760         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
21761
21762 2013-08-13  Andreas Schwab  <schwab@suse.de>
21763
21764         [BZ #15749]
21765         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
21766         of fabs.
21767         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
21768         LDBL_MAX_EXP >= 16384]: Add tests for it.
21769
21770 2013-08-12  David S. Miller  <davem@davemloft.net>
21771
21772         * version.h (RELEASE): Set to "development".
21773         (VERSION): Set to "2.18.90".
21774         * NEWS: Add 2.19 section.
21775
21776 2013-08-03  David S. Miller  <davem@davemloft.net>
21777
21778         * po/ko.po: Update Korean translation from translation project.
21779
21780 2013-08-01  David S. Miller  <davem@davemloft.net>
21781
21782         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
21783         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
21784         Bilka.
21785
21786 2013-07-30  David S. Miller  <davem@davemloft.net>
21787
21788         * po/fr.po: Update French translation from translation project.
21789
21790 2013-07-28  David S. Miller  <davem@davemloft.net>
21791
21792         * po/cs.po: Update Czech translation from translation project.
21793
21794         * po/sv.po: Update Swedish translation from translation project.
21795
21796 2013-07-27  David S. Miller  <davem@davemloft.net>
21797
21798         * po/eo.po: Update Esperanto translation from translation project.
21799
21800         * po/vi.po: Update Vietnamese translation from translation project.
21801
21802         * po/de.po: Update German translation from translation project.
21803
21804 2013-07-26  David S. Miller  <davem@davemloft.net>
21805
21806         * po/bg.po: Update Bulgarian translation from translation project.
21807
21808         * po/nl.po: Update Dutch translation from translation project.
21809         * po/pl.po: Update Polish translation from translation project.
21810         * po/ru.po: Update Russian translation from translation project.
21811
21812 2013-07-24  David S. Miller  <davem@davemloft.net>
21813
21814         * po/libc.pot: Update.
21815
21816 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21817
21818         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
21819         variable page size.
21820         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
21821         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
21822         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
21823
21824 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21825
21826         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
21827
21828 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21829             Andreas Schwab  <schwab@suse.de>
21830             Roland McGrath  <roland@hack.frob.com>
21831             Joseph Myers  <joseph@codesourcery.com>
21832             Carlos O'Donell  <carlos@redhat.com>
21833
21834         [BZ #15755]
21835         * config.h.in: Define HAVE_PT_CHOWN.
21836         * config.make.in (build-pt-chown): New variable.
21837         * configure.in (--enable-pt_chown): New configure option.
21838         * configure: Regenerate.
21839         * login/Makefile: Include Makeconfig.  Build pt_chown only if
21840         build-pt-chown is enabled.
21841         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
21842         pt_chown to fix pty ownership.
21843         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
21844         CLOSE_ALL_FDS.
21845         * manual/install.texi (Configuring and compiling): Mention
21846         --enable-pt_chown. Add @findex for grantpt.
21847         * INSTALL: Regenerate.
21848
21849 2013-07-20  David S. Miller  <davem@davemloft.net>
21850
21851         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
21852         difference between 32-bit and 64-bit.
21853
21854 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
21855
21856         [BZ #15711]
21857         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
21858         Avoid system header dependency with -ffreestanding.
21859         ($(objpfx)bits/syscall%d): Likewise.
21860
21861 2013-07-13  David S. Miller  <davem@davemloft.net>
21862
21863         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
21864         underflows from atanl/atan2l due to bug 15319.
21865         (casinh_test_data): Likewise.
21866
21867 2013-07-07  David S. Miller  <davem@davemloft.net>
21868
21869         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
21870
21871 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
21872
21873         * sysdeps/i386/fpu/libm-test-ulps: Update.
21874         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21875
21876 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21877
21878         * configure.in (--enable-lock-elision): Fix message text.
21879         * INSTALL: Regenerate.
21880         * configure: Regenerate.
21881
21882 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21883
21884         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21885
21886 2013-07-03  Andreas Jaeger  <aj@suse.de>
21887
21888         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
21889         define.
21890         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
21891         (ptrace_peeksiginfo_args): Add.
21892         (__ptrace_peeksiginfo_flags): Add.
21893         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21894         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21895         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21896
21897 2013-07-03  Allan McRae  <allan@archlinux.org>
21898
21899         * sysdeps/i386/fpu/libm-test-ulps: Update.
21900
21901 2013-07-02  David S. Miller  <davem@davemloft.net>
21902
21903         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21904
21905 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
21906
21907         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21908
21909 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21910
21911         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21912         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21913
21914 2013-07-02  Andi Kleen <ak@linux.intel.com>
21915
21916         * config.h.in (ENABLE_LOCK_ELISION): Add.
21917         * configure.in (--enable-lock-elision): Add option.
21918         * manual/install.texi: Document --enable lock elision.
21919         * configure: Regenerate
21920         * INSTALL: Regenerate.
21921
21922 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
21923
21924         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
21925         SSE4.2 strcasecmp for libc.a.
21926         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
21927
21928 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21929
21930         [BZ #13304]
21931         * soft-fp/op-common.h (_FP_FMA): New macro.
21932         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
21933         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
21934         (_FP_MUL_MEAT_1_imm): ... here.
21935         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
21936         (_FP_MUL_MEAT_1_wide): ... here.
21937         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
21938         (_FP_MUL_MEAT_1_hard): ... here.
21939         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
21940         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
21941         (_FP_MUL_MEAT_2_wide): ... here.
21942         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
21943         (_FP_MUL_MEAT_2_wide_3mul): ... here.
21944         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
21945         (_FP_MUL_MEAT_2_gmp): ... here.
21946         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
21947         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
21948         (_FP_MUL_MEAT_4_wide): ... here.
21949         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
21950         (_FP_MUL_MEAT_4_gmp): ... here.
21951         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
21952         (_FP_WFRACBITS_DW_S): Likewise.
21953         (_FP_WFRACXBITS_DW_S): Likewise.
21954         (_FP_HIGHBIT_DW_S): Likewise.
21955         (FP_FMA_S): Likewise.
21956         (_FP_FRAC_HIGH_DW_S): Likewise.
21957         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
21958         (_FP_WFRACBITS_DW_D): Likewise.
21959         (_FP_WFRACXBITS_DW_D): Likewise.
21960         (_FP_HIGHBIT_DW_D): Likewise.
21961         (FP_FMA_D): Likewise.
21962         (_FP_FRAC_HIGH_DW_D): Likewise.
21963         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
21964         (_FP_WFRACBITS_DW_E): Likewise.
21965         (_FP_WFRACXBITS_DW_E): Likewise.
21966         (_FP_HIGHBIT_DW_E): Likewise.
21967         (FP_FMA_E): Likewise.
21968         (_FP_FRAC_HIGH_DW_E): Likewise.
21969         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
21970         (_FP_WFRACBITS_DW_Q): Likewise.
21971         (_FP_WFRACXBITS_DW_Q): Likewise.
21972         (_FP_HIGHBIT_DW_Q): Likewise.
21973         (FP_FMA_Q): Likewise.
21974         (_FP_FRAC_HIGH_DW_Q): Likewise.
21975         * soft-fp/fmasf4.c: New file.
21976         * soft-fp/fmadf4.c: Likewise.
21977         * soft-fp/fmatf4.c: Likewise.
21978
21979 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21980
21981         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
21982         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
21983         Silvermont.
21984         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
21985         macro.
21986         (index_Slow_SSE4_2): Likewise.
21987         (index_Prefer_PMINUB_for_stringop): Likewise.
21988         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
21989         bit_Slow_SSE4_2 is set.
21990         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
21991         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21992
21993 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21994
21995         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
21996         rtld_global._dl_hwcap2.
21997         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
21998         POWER8.
21999         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22000         POWER8 feature descriptions defined in _dl_hwcap2.
22001         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22002         string handling for POWER8 feature bits.
22003         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22004         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22005         _dl_powerpc_cap_flags.
22006         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22007         * sysdeps/powerpc/rtld-global-offsets.sym
22008         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22009         _dl_hwcap2 in the rtld_global_ro structure.
22010
22011 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22012
22013         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22014         hardware capabilities in support of AT_HWCAP2.
22015         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22016         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22017         GLRO(dl_hwcap2).
22018         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22019         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22020         explicitly the unknown a_type display mechanism is used.
22021         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22022         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22023         struct member.
22024         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22025         to macro prototype for AT_HWCAP2 support.
22026         * sysdeps/i386/dl-procinfo.h: Likewise.
22027         * sysdeps/s390/dl-procinfo.h: Likewise.
22028         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22029         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22030         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22031         return -1 for unknown a_type display fallback.
22032         * sysdeps/sparc/dl-procinfo.h: Likewise.
22033         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22034         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22035
22036 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22037
22038         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22039         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22040
22041 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22042
22043         [BZ #12492]
22044         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22045         mprotect making __stack_prot writable.
22046
22047 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22048             Joseph Myers  <joseph@codesourcery.com>
22049
22050         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22051         as being properly aligned.
22052
22053 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22054
22055         * dlfcn/modstatic5.c: New file.
22056         * dlfcn/tststatic5.c: New file.
22057         * dlfcn/Makefile (tests): Add tststatic5.
22058         (tests-static): Likewise.
22059         (modules-names): Add modstatic5.
22060         (tststatic5-ENV): New variable.
22061         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22062
22063         [BZ #15022]
22064         * elf/dl-support.c (_dl_main_map): New variable.
22065         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22066         (_dl_nns, _dl_load_adds): Set to 1.
22067         (_dl_initial_searchlist): Refer to _dl_main_map.
22068         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22069         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22070         call to _dl_get_origin.
22071         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22072         around call_map.
22073         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22074         * dlfcn/modstatic3.c: New file.
22075         * dlfcn/tststatic3.c: New file.
22076         * dlfcn/tststatic4.c: New file.
22077         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22078         (tests-static): Likewise.
22079         (modules-names): Add modstatic3.
22080         (tststatic3-ENV, tststatic4-ENV): New variables.
22081         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22082         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22083
22084 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22085
22086         * configure.in (CC): Require GCC version 4.4 or later.
22087         * configure: Regenerated.
22088         * manual/install.texi (Tools for Compilation): Update GCC version
22089         requirement.
22090         * INSTALL: Regenerated.
22091
22092 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22093
22094         [BZ #15674]
22095         * string/test-memcmp.c (check2): New.
22096         (main): Call check2.
22097
22098         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22099
22100 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22101
22102         [BZ #15022]
22103         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22104         over to...
22105         (dl_open_worker) [!SHARED]: ... here.
22106
22107 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22108
22109         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22110
22111 2013-06-25  Richard Henderson  <rth@redhat.com>
22112
22113         * locale/programs/locarchive.c: Include <libc-internal.h>
22114
22115 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22116
22117         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22118         trailing whitespace removed.
22119
22120 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22121
22122         [BZ #10283]
22123         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22124         * locale/programs/locarchive.c: Include libc-mmap.h.
22125         (prepare_address_space): Take two new outputs (the mmap base and len).
22126         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22127         values.
22128         (create_archive): Declare new mmap base and len values for
22129         prepare_address_space, and store the result in ah.
22130         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22131         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22132         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22133         Declare new mmap base and len values for
22134         prepare_address_space, and store the result in new_ah.
22135         (open_archive): Declare new mmap base and len values for
22136         prepare_address_space, and store the result in ah.
22137         (close_archive): If ah->mmap_base is not NULL, use that and
22138         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22139         * sysdeps/generic/libc-mmap.h: New file.
22140
22141 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22142
22143         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22144         (ALIGN_UP): Likewise.
22145         (PTR_ALIGN_DOWN): Likewise.
22146         (PTR_ALIGN_UP): Likewise.
22147
22148 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22149
22150         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22151         entry mapped to PPC_PLATFORM_POWER8.
22152         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22153         POWER8.
22154         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22155         (_dl_string_platform): Add case for exporting platform position for
22156         POWER8.
22157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22158         search path to sysdeps/powerpc/powerpc32/power8 directory.
22159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22160         search path to sysdeps/powerpc/powerpc64/power8 directory.
22161         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22162         power7 directories.
22163         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22164         power7 directories.
22165
22166 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22167
22168         * INSTALL: Regenerate.
22169
22170         * nscd/connections.c (nscd_init): Fix comment.
22171
22172 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22173
22174         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22175
22176         [BZ #15667]
22177         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22178         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22179
22180 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22181
22182         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22183         DL_DST_REQ_STATIC.
22184         (DL_DST_REQ_STATIC): Remove macro.
22185
22186 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22187
22188         [BZ #7006]
22189         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22190         with a shift of 0 bits.
22191
22192 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22193
22194         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22195         $(tststatic-ENV).
22196
22197 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22198
22199         [BZ #15655]
22200         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22201
22202 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22203
22204         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22205         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22206         accepts -fno-tree-loop-distribute-patterns.
22207         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22208         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22209         recursive call.
22210         * string/memset.c (memset): Likewise.
22211         * string/test-memmove.c (simple_memmove): Disable loop transformation
22212         to library calls.
22213         * string/test-memset.c (simple_memset): Likewise.
22214         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22215         * benchtests/bench-memset.c (simple_memset): Likewise.
22216         * configure: Regenerated.
22217
22218 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22219
22220         * math/test-misc.c (main): Ignore fesetround failure when failures
22221         of subsequent rounding tests would be ignored.
22222
22223         [BZ #15654]
22224         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22225         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22226         * math/fegetenv.c (__fegetenv): Return 0.
22227         * math/fegetexcept.c (fegetexcept): Return 0.
22228         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22229         FE_TONEAREST.
22230         * math/feholdexcpt.c (feholdexcept): Return 0.
22231         * math/fesetenv.c (__fesetenv): Return 0.
22232         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22233         argument FE_TONEAREST.
22234         * math/feupdateenv.c (__feupdateenv): Return 0.
22235         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22236
22237 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22238
22239         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22240         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22241         ($(objpfx)rtld-%.os rules): Use them.
22242
22243 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22244
22245         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22246         fields.
22247
22248 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22249
22250         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22251         length of target pattern, then descending length of dependency pattern.
22252         * configure.in (AWK): Require gawk 3.1.2 or newer.
22253         * manual/install.texi (Tools for Compilation): Say that we do.
22254         * configure: Regenerated.
22255
22256         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22257         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22258         * scripts/sysd-rules.awk: ... this new script.
22259         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22260         than a glob-style pattern.
22261
22262 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22263
22264         * math/test-misc.c (main): Do not treat incorrectly rounded
22265         conversions as failure unless ROUNDING_TESTS passes.
22266
22267 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22268
22269         [BZ #15631]
22270         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22271         restore exception state around main square root computation, then
22272         check for inexactness explicitly.
22273
22274         * math/libm-test.inc (fma_test_data): Add another test.
22275
22276 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22277
22278         * manual/threads.texi (Non-POSIX Extensions): New document
22279         node.  Document pthread_getattr_default_np and
22280         pthread_setattr_default_np.
22281
22282         * Versions.def (libpthread): Add GLIBC_2.18.
22283         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22285         Likewise.
22286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22287         Likewise.
22288         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22289         Likewise.
22290         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22291         Likewise.
22292         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22293         Likewise.
22294         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22295         Likewise.
22296         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22297         Likewise.
22298         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22299         Likewise.
22300         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22301         Likewise.
22302
22303 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22304
22305         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22306         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22307
22308 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22309             H.J. Lu  <hjl.tools@gmail.com>
22310
22311         [BZ #15627]
22312         * sysdeps/x86_64/rtld-memset.c: Remove file.
22313         * sysdeps/x86_64/rtld-memset.S: New file.
22314
22315 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22316
22317         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22318         (test_in_one_mode): Take arguments for whether the rounding mode
22319         is supported for each floating-point type.
22320         (do_test): Pass new arguments to test_in_one_mode using
22321         ROUNDING_TESTS.
22322
22323 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22324
22325         * posix/tst-waitid.c (do_test): Distinguish different instances of
22326         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22327         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22328         before entering the kernel for waitpid.
22329
22330 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22331
22332         * NEWS: Fix note on clock function precision.  Text by Roland
22333         McGrath.
22334
22335 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22336
22337         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22338         it into place only when and if the sanity check passes.
22339
22340 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22341
22342         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22343         output for whether conversion result is exact.  Take argument
22344         indicating whether type is IBM long double.
22345         (round_for_all): Change need_exact field to ibm_ld.
22346         * stdlib/tst-strtod-round.c (struct exactness): New type.
22347         (struct test): Change bool ld_ok field to struct exactness exact.
22348         (TEST): Update all definitions for change to field.
22349         (tests): Regenerate array contents.
22350         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22351         field value.  Check for IBM long double here.
22352         (do_test): Update calls to test_in_one_mode.
22353
22354 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22355
22356         [BZ #12515]
22357         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22358         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22359
22360 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22361
22362         [BZ #15605]
22363         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22364         generated by the compiler on loop optimizations.
22365         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22366         general definitions.
22367
22368 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22369
22370         * math/bug-nextafter.c: Include <math-tests.h>.
22371         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22372         the relevant type.
22373         * math/bug-nexttoward.c: Include <math-tests.h>.
22374         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22375         the relevant type.
22376         * math/test-misc.c: Include <math-tests.h>.
22377         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22378         the relevant type.
22379
22380 2013-06-12  Andreas Jaeger  <aj@suse.de>
22381
22382         * po/ia.po: Update Interlingua translation from translation
22383         project.
22384
22385 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22386
22387         * include/fenv.h: Include stdbool.h.
22388         (struct rm_ctx): New structure.
22389         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22390         Define macro.
22391         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22392         (SET_RESTORE_ROUNDF): Likewise.
22393         (SET_RESTORE_ROUNDL): Likewise.
22394         (SET_RESTORE_ROUND_NOEX): Likewise.
22395         (SET_RESTORE_ROUND_NOEXF): Likewise.
22396         (SET_RESTORE_ROUND_NOEXL): Likewise.
22397         (SET_RESTORE_ROUND_53BIT): Likewise.
22398         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22399         (libc_feresetround_noexf_ctx): Likewise.
22400         (libc_feresetround_noexl_ctx): Likewise.
22401         (libc_feholdsetround_53bit_ctx): Likewise.
22402         (libc_feresetround_53bit_ctx): Likewise.
22403         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22404         (libc_feholdexcept_setround_sse_ctx): New function.
22405         (libc_fesetenv_sse_ctx): Likewise.
22406         (libc_feupdateenv_sse_ctx): Likewise.
22407         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22408         (libc_feholdexcept_setround_387_ctx): Likewise.
22409         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22410         (libc_feholdsetround_387_prec_ctx): Likewise.
22411         (libc_feholdsetround_387_ctx): Likewise.
22412         (libc_feholdsetround_387_53bit_ctx): Likewise.
22413         (libc_feholdsetround_sse_ctx): Likewise.
22414         (libc_feresetround_sse_ctx): Likewise.
22415         (libc_feresetround_387_ctx): Likewise.
22416         (libc_feupdateenv_387_ctx): Likewise.
22417         (libc_feholdexcept_setroundf_ctx): Define macro.
22418         (libc_fesetenvf_ctx): Likewise.
22419         (libc_feupdateenvf_ctx): Likewise.
22420         (libc_feholdsetroundf_ctx): Likewise.
22421         (libc_feresetroundf_ctx): Likewise.
22422         (libc_feholdexcept_setround_ctx): Likewise.
22423         (libc_fesetenv_ctx): Likewise.
22424         (libc_feupdateenv_ctx): Likewise.
22425         (libc_feholdsetround_ctx): Likewise.
22426         (libc_feresetround_ctx): Likewise.
22427         (libc_feholdexcept_setroundl_ctx): Likewise.
22428         (libc_feupdateenvl_ctx): Likewise.
22429         (libc_feholdsetroundl_ctx): Likewise.
22430         (libc_feresetroundl_ctx): Likewise.
22431         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22432         (libc_feresetround_53bit_ctx): Likewise.
22433
22434 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22435
22436         * locale/iso-639.def: Convert to UTF-8.
22437
22438 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22439
22440         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22441         (EXCEPTION_TESTS_double): Likewise.
22442         (EXCEPTION_TESTS_long_double): Likewise.
22443         (EXCEPTION_TESTS): Likewise.
22444         * math/libm-test.inc (test_exceptions): Only test exceptions if
22445         EXCEPTION_TESTS (FLOAT).
22446
22447 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22448
22449         * benchtests/Makefile (string-bench): Add strcpy_chk and
22450         stpcpy_chk.
22451         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22452         * benchtests/bench-stpcpy_chk.c: New file.
22453         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22454         * benchtests/bench-strcpy_chk.c: New file.
22455         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22456         code.
22457         (do_test): Likewise.
22458
22459 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22460
22461         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22462         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22463         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22464         with tabs where appropriate.
22465         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22466         dl-procinfo.h.
22467         [PPC_PLATFORM_PPC440]: Likewise.
22468         [PPC_PLATFORM_PPC464]: Likewise.
22469         [PPC_PLATFORM_PPC476]: Likewise.
22470         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22471         ppc464, and ppc476 platform strings merging from ports/
22472         dl-procinfo.h.
22473
22474 2013-06-11  Andreas Schwab  <schwab@suse.de>
22475
22476         [BZ #14991]
22477         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22478         (from_ucs4_idx): Regenerate.
22479         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22480         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22481         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22482         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22483         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22484         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22485         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22486         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22487         from FROM_LOOP and TO_LOOP specific macros.
22488         (BODY): Handle combining characters.
22489         * iconvdata/BIG5HKSCS.irreversible: Update.
22490         * iconvdata/BIG5HKSCS.precomposed: New file.
22491         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22492         characters.
22493         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22494
22495 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22496
22497         * include/sys/time.h: Fix indentation and add copyright header.
22498
22499         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22500         (do_test): Likewise.
22501         * string/test-memchr.c (do_one_test): Likewise.
22502         (do_test): Likewise.
22503         * string/test-memcmp.c (do_one_test): Likewise.
22504         (do_test): Likewise.
22505         * string/test-memcpy.c (do_one_test): Likewise.
22506         (do_test): Likewise.
22507         * string/test-memmem.c (do_one_test): Likewise.
22508         (do_test): Likewise.
22509         (do_random_tests): Likewise.
22510         * string/test-memmove.c (do_one_test): Likewise.
22511         (do_test): Likewise.
22512         * string/test-memset.c (do_one_test): Likewise.
22513         (do_test): Likewise.
22514         * string/test-rawmemchr.c (do_one_test): Likewise.
22515         (do_test): Likewise.
22516         * string/test-strcasecmp.c (do_one_test): Likewise.
22517         (do_test): Likewise.
22518         * string/test-strcasestr.c (do_one_test): Likewise.
22519         (do_test): Likewise.
22520         * string/test-strcat.c (do_one_test): Likewise.
22521         (do_test): Likewise.
22522         * string/test-strchr.c (do_one_test): Likewise.
22523         (do_test): Likewise.
22524         * string/test-strcmp.c (do_one_test): Likewise.
22525         (do_test): Likewise.
22526         * string/test-strcpy.c (do_one_test): Likewise.
22527         (do_test): Likewise.
22528         * string/test-string.h: Likewise.
22529         (test_init): Likewise.
22530         * string/test-strlen.c (do_one_test): Likewise.
22531         (do_test): Likewise.
22532         * string/test-strncasecmp.c (do_one_test): Likewise.
22533         (do_test): Likewise.
22534         * string/test-strncat.c (do_one_test): Likewise.
22535         (do_test): Likewise.
22536         * string/test-strncmp.c (do_one_test): Likewise.
22537         (do_test_limit): Likewise.
22538         (do_test): Likewise.
22539         * string/test-strncpy.c (do_one_test): Likewise.
22540         (do_test): Likewise.
22541         * string/test-strnlen.c (do_one_test): Likewise.
22542         (do_test): Likewise.
22543         * string/test-strpbrk.c (do_one_test): Likewise.
22544         (do_test): Likewise.
22545         * string/test-strrchr.c (do_one_test): Likewise.
22546         (do_test): Likewise.
22547         * string/test-strspn.c (do_one_test): Likewise.
22548         (do_test): Likewise.
22549         * string/test-strstr.c (do_one_test): Likewise.
22550         (do_test): Likewise.
22551
22552         * benchtests/Makefile (string-bench): Add string benchmarks.
22553         * benchtests/bench-bcopy-ifunc.c: New file.
22554         * benchtests/bench-bcopy.c: New file.
22555         * benchtests/bench-bzero-ifunc.c: New file.
22556         * benchtests/bench-bzero.c: New file.
22557         * benchtests/bench-memccpy-ifunc.c: New file.
22558         * benchtests/bench-memccpy.c: New file.
22559         * benchtests/bench-memchr-ifunc.c: New file.
22560         * benchtests/bench-memchr.c: New file.
22561         * benchtests/bench-memcmp-ifunc.c: New file.
22562         * benchtests/bench-memcmp.c: New file.
22563         * benchtests/bench-memmem-ifunc.c: New file.
22564         * benchtests/bench-memmem.c: New file.
22565         * benchtests/bench-memmove-ifunc.c: New file.
22566         * benchtests/bench-memmove.c: New file.
22567         * benchtests/bench-mempcpy-ifunc.c: New file.
22568         * benchtests/bench-mempcpy.c: New file.
22569         * benchtests/bench-memset-ifunc.c: New file.
22570         * benchtests/bench-memset.c: New file.
22571         * benchtests/bench-rawmemchr-ifunc.c: New file.
22572         * benchtests/bench-rawmemchr.c: New file.
22573         * benchtests/bench-stpcpy-ifunc.c: New file.
22574         * benchtests/bench-stpcpy.c: New file.
22575         * benchtests/bench-stpncpy-ifunc.c: New file.
22576         * benchtests/bench-stpncpy.c: New file.
22577         * benchtests/bench-strcasecmp-ifunc.c: New file.
22578         * benchtests/bench-strcasecmp.c: New file.
22579         * benchtests/bench-strcasestr-ifunc.c: New file.
22580         * benchtests/bench-strcasestr.c: New file.
22581         * benchtests/bench-strcat-ifunc.c: New file.
22582         * benchtests/bench-strcat.c: New file.
22583         * benchtests/bench-strchr-ifunc.c: New file.
22584         * benchtests/bench-strchr.c: New file.
22585         * benchtests/bench-strchrnul-ifunc.c: New file.
22586         * benchtests/bench-strchrnul.c: New file.
22587         * benchtests/bench-strcmp-ifunc.c: New file.
22588         * benchtests/bench-strcmp.c: New file.
22589         * benchtests/bench-strcpy-ifunc.c: New file.
22590         * benchtests/bench-strcpy.c: New file.
22591         * benchtests/bench-strcspn-ifunc.c: New file.
22592         * benchtests/bench-strcspn.c: New file.
22593         * benchtests/bench-strlen-ifunc.c: New file.
22594         * benchtests/bench-strlen.c: New file.
22595         * benchtests/bench-strncasecmp-ifunc.c: New file.
22596         * benchtests/bench-strncasecmp.c: New file.
22597         * benchtests/bench-strncat-ifunc.c: New file.
22598         * benchtests/bench-strncat.c: New file.
22599         * benchtests/bench-strncmp-ifunc.c: New file.
22600         * benchtests/bench-strncmp.c: New file.
22601         * benchtests/bench-strncpy-ifunc.c: New file.
22602         * benchtests/bench-strncpy.c: New file.
22603         * benchtests/bench-strnlen-ifunc.c: New file.
22604         * benchtests/bench-strnlen.c: New file.
22605         * benchtests/bench-strpbrk-ifunc.c: New file.
22606         * benchtests/bench-strpbrk.c: New file.
22607         * benchtests/bench-strrchr-ifunc.c: New file.
22608         * benchtests/bench-strrchr.c: New file.
22609         * benchtests/bench-strspn-ifunc.c: New file.
22610         * benchtests/bench-strspn.c: New file.
22611         * benchtests/bench-strstr-ifunc.c: New file.
22612         * benchtests/bench-strstr.c: New file.
22613
22614         * benchtests/Makefile: Disable parallel execution of targets.
22615         (string-bench): Add memcpy.
22616         (benchset): New variable to store a list of benchmark sets.
22617         (bench-func): Renamed from bench.
22618         (bench-set): New target.
22619         (bench): Depend on bench-func and bench-set.
22620         * benchtests/README: Add section on benchmark sets.
22621         * benchtests/bench-memcpy-ifunc.c: New file.
22622         * benchtests/bench-memcpy.c: New file.
22623         * benchtests/bench-string.h: New file.
22624
22625 2013-06-11  Andreas Schwab  <schwab@suse.de>
22626
22627         [BZ #15577]
22628         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22629         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22630         values in the triple.
22631         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22632         terminator in the group key.
22633
22634 2013-06-11  Andreas Jaeger  <aj@suse.de>
22635
22636         * po/zh_TW.po: Update Chinese (traditional) translation from
22637         translation project.
22638
22639 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22640
22641         * include/time.h (__clock_gettime): Add libc_hidden_proto.
22642         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22643         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
22644         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22645         (clock_getcpuclockid): Likewise.
22646         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22647         Add weak_alias and libc_hidden_def.
22648         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22649         * rt/clock_gettime.c (clock_gettime): Rename to
22650         __clock_gettime.  Add weak_alias and libc_hidden_def.
22651         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22652         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22653         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
22654         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22655         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22656         Likewise.
22657         * rt/clock_settime.c (clock_settime): Rename to
22658         __clock_settime.  Add weak_alias and libc_hidden_def.
22659         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22660
22661 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
22662
22663         * mach/err_boot.sub: Remove trailing whitespace.
22664         * mach/err_ipc.sub: Likewise.
22665         * mach/err_mach.sub: Likewise.
22666
22667         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22668         (ROUNDING_TESTS_double): Likewise.
22669         (ROUNDING_TESTS_long_double): Likewise.
22670         (ROUNDING_TESTS): Likewise.
22671         * math/libm-test.inc: Include <math-tests.h>.
22672         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22673         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22674         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22675         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22676
22677 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22678
22679         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22680         of assigning.
22681
22682 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
22683
22684         * sysdeps/gnu/errlist.awk: Do not generate space at end of
22685         otherwise empty TRANS lines.
22686         * sysdeps/gnu/errlist.c: Regenerated.
22687
22688         * catgets/gencat.c (error_print): Use (void) in function
22689         definition.
22690         * crypt/crypt_util.c (__init_des): Likewise.
22691         * crypt/speeds.c (Stop): Likewise.
22692         (main): Likewise.
22693         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22694         * inet/ruserpass.c (token): Likewise.
22695         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22696         * intl/localealias.c (extend_alias_table): Likewise.
22697         * intl/plural-exp.c (init_germanic_plural): Likewise.
22698         * libio/fcloseall.c (__fcloseall): Likewise.
22699         * libio/genops.c (_IO_flush_all): Likewise.
22700         (_IO_flush_all_linebuffered): Likewise.
22701         (_IO_cleanup): Likewise.
22702         (_IO_iter_begin): Likewise.
22703         (_IO_iter_end): Likewise.
22704         (_IO_list_lock): Likewise.
22705         (_IO_list_unlock): Likewise.
22706         (_IO_list_resetlock): Likewise.
22707         * libio/getchar.c (getchar): Likewise.
22708         * libio/getchar_u.c (getchar_unlocked): Likewise.
22709         * libio/getwchar.c (getwchar): Likewise.
22710         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22711         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22712         * login/getpt.c (__getpt): Likewise.
22713         * login/tst-utmp.c (main): Likewise.
22714         * malloc/hooks.c (__malloc_check_init): Likewise.
22715         * malloc/malloc.c (__malloc_stats): Likewise.
22716         * malloc/mtrace.c (tr_break): Likewise.
22717         (mtrace): Likewise.
22718         (muntrace): Likewise.
22719         * misc/fstab.c (endfsent): Likewise.
22720         * misc/getclktck.c (__getclktck): Likewise.
22721         * misc/getdtsz.c (__getdtablesize): Likewise.
22722         * misc/gethostid.c (gethostid): Likewise.
22723         * misc/getpagesize.c (__getpagesize): Likewise.
22724         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22725         (__get_nprocs): Likewise.
22726         (__get_phys_pages): Likewise.
22727         (__get_avphys_pages): Likewise.
22728         * misc/getttyent.c (getttyent): Likewise.
22729         (setttyent): Likewise.
22730         (endttyent): Likewise.
22731         * misc/getusershell.c (getusershell): Likewise.
22732         (endusershell): Likewise.
22733         (setusershell): Likewise.
22734         (initshells): Likewise.
22735         * misc/hsearch.c (__hdestroy): Likewise.
22736         * misc/sync.c (sync): Likewise.
22737         * misc/syslog.c (closelog_internal): Likewise.
22738         (closelog): Likewise.
22739         * misc/ttyslot.c (ttyslot): Likewise.
22740         * misc/vhangup.c (vhangup): Likewise.
22741         * posix/fork.c (__fork): Likewise.
22742         * posix/getegid.c (__getegid): Likewise.
22743         * posix/geteuid.c (__geteuid): Likewise.
22744         * posix/getgid.c (__getgid): Likewise.
22745         * posix/getpid.c (__getpid): Likewise.
22746         * posix/getppid.c (__getppid): Likewise.
22747         * posix/getuid.c (__getuid): Likewise.
22748         * posix/pause.c (pause): Likewise.
22749         * posix/setpgrp.c (setpgrp): Likewise.
22750         * posix/setsid.c (__setsid): Likewise.
22751         * posix/test-vfork.c (noop): Likewise.
22752         * resolv/gethnamaddr.c (_endhtent): Likewise.
22753         (_gethtent): Likewise.
22754         (ht_endhostent): Likewise.
22755         (gethostent): Likewise.
22756         (dns_service): Likewise.
22757         * stdlib/drand48.c (drand48): Likewise.
22758         * stdlib/lrand48.c (lrand48): Likewise.
22759         * stdlib/mrand48.c (mrand48): Likewise.
22760         * stdlib/rand.c (rand): Likewise.
22761         * stdlib/random.c (__random): Likewise.
22762         * stdlib/setenv.c (clearenv): Likewise.
22763         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
22764         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
22765         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
22766         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
22767         (__get_nprocs): Likewise.
22768         (__get_phys_pages): Likewise.
22769         (__get_avphys_pages): Likewise.
22770         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
22771         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
22772         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
22773         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
22774         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
22775         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
22776         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
22777         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
22778         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
22779         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
22780         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
22781         * sysdeps/mach/hurd/sync.c (sync): Likewise.
22782         * sysdeps/posix/clock.c (clock): Likewise.
22783         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
22784         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
22785         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
22786         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
22787         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
22788         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
22789         (__get_nprocs_conf): Likewise.
22790         (__get_phys_pages): Likewise.
22791         (__get_avphys_pages): Likewise.
22792         * time/clock.c (clock): Likewise.
22793         * time/tzset.c (__tzname_max): Likewise.
22794
22795 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
22796
22797         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
22798         (__bswap_32): Do not use "register".
22799         * crypt/crypt.c (_ufc_doit_r): Likewise.
22800         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22801         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22802         * gmon/gmon.c (__monstartup): Likewise.
22803         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
22804         * hurd/hurdmalloc.c (more_memory): Likewise.
22805         (malloc): Likewise.
22806         (free): Likewise.
22807         (realloc): Likewise.
22808         (malloc_fork_prepare): Likewise.
22809         (malloc_fork_parent): Likewise.
22810         (malloc_fork_child): Likewise.
22811         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
22812         (_svcauth_des): Likewise.
22813         * inet/inet_lnaof.c (inet_lnaof): Likewise.
22814         * inet/inet_net.c (inet_network): Likewise.
22815         * inet/inet_netof.c (inet_netof): Likewise.
22816         * inet/rcmd.c (__validuser2_sa): Likewise.
22817         * io/fts.c (fts_open): Likewise.
22818         (fts_load): Likewise.
22819         (fts_close): Likewise.
22820         (fts_read): Likewise.
22821         (fts_children): Likewise.
22822         (fts_build): Likewise.
22823         (fts_stat): Likewise.
22824         (fts_sort): Likewise.
22825         (fts_alloc): Likewise.
22826         (fts_lfree): Likewise.
22827         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
22828         (_IO_file_xsgetn): Likewise.
22829         (_IO_file_xsgetn_mmap): Likewise.
22830         * libio/iofopncook.c (_IO_cookie_read): Likewise.
22831         (_IO_cookie_write): Likewise.
22832         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
22833         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
22834         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
22835         * malloc/obstack.c (_obstack_begin): Likewise.
22836         (_obstack_begin_1): Likewise.
22837         (_obstack_newchunk): Likewise.
22838         (_obstack_allocated_p): Likewise.
22839         (obstack_free): Likewise.
22840         (_obstack_memory_used): Likewise.
22841         * misc/getttyent.c (getttynam): Likewise.
22842         (getttyent): Likewise.
22843         (skip): Likewise.
22844         (value): Likewise.
22845         * misc/getusershell.c (initshells): Likewise.
22846         * misc/syslog.c (__vsyslog_chk): Likewise.
22847         * misc/ttyslot.c (ttyslot): Likewise.
22848         * nis/nis_hash.c (__nis_hash): Likewise.
22849         * posix/fnmatch_loop.c (FCT): Likewise.
22850         * posix/getconf.c (print_all): Likewise.
22851         (main): Likewise.
22852         * posix/getopt.c (exchange): Likewise.
22853         * posix/glob.c (globfree): Likewise.
22854         (prefix_array): Likewise.
22855         (__glob_pattern_type): Likewise.
22856         * resolv/arpa/nameser.h (NS_GET16): Likewise.
22857         (NS_GET32): Likewise.
22858         (NS_PUT16): Likewise.
22859         (NS_PUT32): Likewise.
22860         * resolv/gethnamaddr.c (getanswer): Likewise.
22861         (gethostbyname2): Likewise.
22862         (gethostbyaddr): Likewise.
22863         (_gethtent): Likewise.
22864         (_gethtbyname2): Likewise.
22865         (_gethtbyaddr): Likewise.
22866         * resolv/ns_print.c (dst_s_get_int16): Likewise.
22867         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
22868         * resolv/res_init.c (__res_vinit): Likewise.
22869         (net_mask): Likewise.
22870         * resolv/res_mkquery.c (outchar): Likewise.
22871         (PRINT): Likewise.
22872         * stdio-common/printf_fp.c (outchar): Likewise.
22873         (PRINT): Likewise.
22874         * stdio-common/printf_fphex.c (outchar): Likewise.
22875         (PRINT): Likewise.
22876         * stdio-common/printf_size.c (outchar): Likewise.
22877         (PRINT): Likewise.
22878         * stdio-common/test_rdwr.c (main): Likewise.
22879         * stdio-common/tfformat.c (matches): Likewise.
22880         * stdio-common/vfprintf.c (outchar): Likewise.
22881         (printf_unknown): Likewise.
22882         (buffered_vfprintf): Likewise.
22883         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
22884         * stdio-common/xbug.c (AppendToBuffer): Likewise.
22885         (ReadFile): Likewise.
22886         * stdlib/qsort.c (SWAP): Likewise.
22887         (_quicksort): Likewise.
22888         * stdlib/setenv.c (__add_to_environ): Likewise.
22889         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
22890         * stdlib/strtol_l.c (__strtol_l): Likewise.
22891         * stdlib/tst-strtod.c (main): Likewise.
22892         * stdlib/tst-strtol.c (main): Likewise.
22893         * stdlib/tst-strtoll.c (main): Likewise.
22894         * string/bits/string2.h (__strcmp_cc): Likewise.
22895         (__strcmp_cg): Likewise.
22896         (__strcspn_c1): Likewise.
22897         (__strcspn_c2): Likewise.
22898         (__strcspn_c3): Likewise.
22899         (__strspn_c1): Likewise.
22900         (__strspn_c2): Likewise.
22901         (__strspn_c3): Likewise.
22902         (__strsep_1c): Likewise.
22903         (__strsep_2c): Likewise.
22904         (__strsep_3c): Likewise.
22905         * string/memccpy.c (__memccpy): Likewise.
22906         * string/stpcpy.c (__stpcpy): Likewise.
22907         * string/strcmp.c (strcmp): Likewise.
22908         * string/strrchr.c (strrchr): Likewise.
22909         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
22910         Likewise.
22911         * sysdeps/mach/hurd/getcwd.c
22912         (_hurd_canonicalize_directory_name_internal): Likewise.
22913         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
22914         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
22915         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
22916         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
22917         Likewise, in both definitions.
22918         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
22919         definitions.
22920         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
22921         64] (__bswap_64): Likewise.
22922         * time/test_time.c (main): Likewise.
22923         * time/tzfile.c (__tzfile_read): Likewise.
22924         (__tzfile_compute): Likewise.
22925         * time/tzset.c (__tzset_parse_tz): Likewise.
22926         (tzset_internal): Likewise.
22927         (compute_change): Likewise.
22928         * wcsmbs/wcscat.c (__wcscat): Likewise.
22929         * wcsmbs/wcschr.c (wcschr): Likewise.
22930         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
22931         * wcsmbs/wcscspn.c (wcscspn): Likewise.
22932         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
22933         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
22934         * wcsmbs/wcsspn.c (wcsspn): Likewise.
22935         * wcsmbs/wcsstr.c (wcsstr): Likewise.
22936         * wcsmbs/wmemchr.c (wmemchr): Likewise.
22937         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
22938         * wcsmbs/wmemset.c (wmemset): Likewise.
22939
22940 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
22941
22942         * scripts/config.guess: Update to version 2013-05-16.
22943         * scripts/config.sub: Update to version 2013-04-24.
22944         * scripts/install-sh: Update to version 2011-11-20.07.
22945         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
22946         * scripts/move-if-change: Update to version 2012-01-06 07:23.
22947
22948 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
22949
22950         * debug/fgetws_u_chk.c: Fix leading whitespaces.
22951         * elf/sln.c: Likewise.
22952         * hurd/hurd/ioctl.h: Likewise.
22953         * hurd/hurdmalloc.c: Likewise.
22954         * hurd/xattr.c: Likewise.
22955         * include/shlib-compat.h: Likewise.
22956         * inet/ruserpass.c: Likewise.
22957         * libio/iofgets_u.c: Likewise.
22958         * libio/iofgetws_u.c: Likewise.
22959         * locale/programs/ld-identification.c: Likewise.
22960         * locale/programs/ld-time.c: Likewise.
22961         * mach/msg-destroy.c: Likewise.
22962         * nss/nss_files/files-netgrp.c: Likewise.
22963         * resolv/res_data.c: Likewise.
22964         * soft-fp/op-1.h: Likewise.
22965         * soft-fp/op-2.h: Likewise.
22966         * soft-fp/op-4.h: Likewise.
22967         * soft-fp/op-common.h: Likewise.
22968         * stdio-common/printf_fphex.c: Likewise.
22969         * stdlib/strtod_l.c: Likewise.
22970         * sunrpc/rpc/clnt.h: Likewise.
22971         * sysdeps/generic/framestate.c: Likewise.
22972         * sysdeps/i386/bsd-_setjmp.S: Likewise.
22973         * sysdeps/i386/bsd-setjmp.S: Likewise.
22974         * sysdeps/i386/__longjmp.S: Likewise.
22975         * sysdeps/i386/setjmp.S: Likewise.
22976         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22977         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
22978         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22979         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22980         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22981         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
22982         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
22983         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
22984         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
22985         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
22986         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
22987         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
22988         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
22989         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
22990         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
22991         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
22992         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
22993         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
22994         * sysdeps/ieee754/support.c: Likewise.
22995         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
22996         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
22997         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
22998         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
22999         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23000         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23001         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23002         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23003         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23004         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23005         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23006         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23007         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23008         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23009         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23010         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23011         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23013
23014 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23015
23016         * posix/transbug.c: Remove executable mode.
23017
23018 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23019
23020         * crypt/speeds.c: Remove trailing whitespace.
23021         * dlfcn/default.c: Likewise.
23022         * elf/ifuncdep2.c: Likewise.
23023         * elf/ifuncmain1.c: Likewise.
23024         * elf/ifuncmain1vis.c: Likewise.
23025         * elf/testobj.h: Likewise.
23026         * elf/tst-stackguard1.c: Likewise.
23027         * gmon/sys/gmon.h: Likewise.
23028         * hurd/hurdmsg.c: Likewise.
23029         * hurd/new-fd.c: Likewise.
23030         * hurd/ports-get.c: Likewise.
23031         * iconvdata/ibm1008_420.c: Likewise.
23032         * inet/tst-getni1.c: Likewise.
23033         * inet/tst-getni2.c: Likewise.
23034         * libio/ioungetc.c: Likewise.
23035         * libio/wfiledoalloc.c: Likewise.
23036         * manual/libm-err-tab.pl: Likewise.
23037         * math/w_dremf.c: Likewise.
23038         * misc/ftruncate.c: Likewise.
23039         * posix/bug-glob2.c: Likewise.
23040         * posix/tst-pcre.c: Likewise.
23041         * posix/wait4.c: Likewise.
23042         * resolv/README: Likewise.
23043         * resolv/res_debug.h: Likewise.
23044         * resolv/tst-inet_ntop.c: Likewise.
23045         * setjmp/bug269-setjmp.c: Likewise.
23046         * soft-fp/extended.h: Likewise.
23047         * soft-fp/op-1.h: Likewise.
23048         * soft-fp/op-2.h: Likewise.
23049         * soft-fp/op-4.h: Likewise.
23050         * soft-fp/op-8.h: Likewise.
23051         * soft-fp/testit.c: Likewise.
23052         * stdio-common/bug16.c: Likewise.
23053         * stdlib/random.c: Likewise.
23054         * sunrpc/rpcsvc/rquota.x: Likewise.
23055         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23056         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23057         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23058         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23059         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23060         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23061         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23062         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23063         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23064         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23065         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23066         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23067         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23068         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23069         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23070         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23071         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23072         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23073         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23074         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23075         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23076         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23077         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23078         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23079         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23080         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23081         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23082         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23083         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23084         * sysdeps/ieee754/s_lib_version.c: Likewise.
23085         * sysdeps/mach/hurd/check_fds.c: Likewise.
23086         * sysdeps/mach/hurd/getsockname.c: Likewise.
23087         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23088         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23089         * sysdeps/powerpc/bits/link.h: Likewise.
23090         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23091         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23092         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23093         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23094         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23095         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23096         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23097         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23098         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23099         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23100         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23101         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23102         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23103         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23104         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23105         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23106         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23107         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23108         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23109         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23110         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23111         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23112         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23113         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23114         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23115         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23116         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23117         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23118         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23119         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23120         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23121         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23122         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23123         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23124         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23125         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23126         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23127         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23128         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23129         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23130         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23131         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23132         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23133         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23134         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23135         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23136         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23137         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23138         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23139         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23140         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23141         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23142         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23143         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23144         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23145         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23146         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23147         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23148         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23149         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23150         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23151         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23152         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23153         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23154         * sysdeps/powerpc/sysdep.h: Likewise.
23155         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23156         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23157         * sysdeps/sh/dl-trampoline.S: Likewise.
23158         * sysdeps/sh/memset.S: Likewise.
23159         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23160         * sysdeps/sh/strlen.S: Likewise.
23161         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23162         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23163         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23164         * sysdeps/sparc/sparc32/rem.S: Likewise.
23165         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23166         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23167         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23168         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23169         * sysdeps/sparc/sparc32/urem.S: Likewise.
23170         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23171         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23172         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23173         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23174         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23175         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23176         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23177         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23178         * sysdeps/unix/bsd/times.c: Likewise.
23179         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23180         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23184         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23185         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23186         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23187         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23188         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23189         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23190         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23191         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23192         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23193         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23194         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23195         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23196         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23197         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23198         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23199         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23200         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23201         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23202         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23203         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23204         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23205         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23206         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23207         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23208         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23209         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23210         * sysdeps/x86_64/strcspn.S: Likewise.
23211
23212 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23213
23214         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23215         generated file.  Regenerate properly from gen-translit.pl.
23216         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23217         locale/C-translit.h.
23218
23219 2013-06-05  Andreas Schwab  <schwab@suse.de>
23220
23221         [BZ #15100]
23222         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23223         week as 6 instead of -1.
23224         * time/tst-strptime.c (day_tests): Add test case.
23225
23226 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23227
23228         * sysdeps/generic/math_private.h
23229         (libc_feholdexcept_setround_53bit): Replace with
23230         libc_feholdsetround_53bit.
23231         (libc_feupdateenv_53bit): Replace with
23232         libc_feresetround_53bit.
23233         (SET_RESTORE_ROUND_53BIT): Adjust.
23234
23235 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23236
23237         * string/test-strchrnul.c: Add copyright header.
23238
23239         * posix/tst-getaddrinfo4.c: Increase test timeout.
23240
23241 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23242
23243         [BZ #15536]
23244         * math/libm-test.inc (MAX_EXP): Remove
23245         (MIN_EXP): Define.
23246         (ulp): Use MIN_EXP - MANT_DIG.
23247         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23248
23249 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23250
23251         * po/be.po: Revert last change.
23252         * po/zh_CN.po: Likewise.
23253         * po/header.pot: Likewise.
23254
23255 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23256
23257         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23258         link-libc-deps to empty as target-specific variable.
23259         * Makerules (link-libc-args): New variable.
23260         (libc-for-link): Likewise.
23261         (link-libc-deps): Likewise.
23262         (lib%.so): Depend on $(link-libc-deps).  Link with
23263         $(link-libc-args).
23264         (build-module): Link with $(link-libc-args).
23265         (build-module-asneeded): Likewise.
23266         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23267         list of objects.
23268         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23269         target-specific variable.
23270         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23271         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23272         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23273         libc.
23274         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23275         libc and ld.so.
23276         ($(objpfx)libpcprofile.so): Likewise.
23277         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23278         libc_nonshared.a.
23279         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23280         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23281         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23282         $(link-libc-deps).
23283         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23284         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23285         * login/Makefile ($(objpfx)libutil.so): Likewise.
23286         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23287         * math/Makefile ($(objpfx)libm.so): Likewise.
23288         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23289         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23290         variable instead of depending directly on libc.
23291         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23292         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23293         $(link-libc-deps).
23294         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23295         libc.
23296         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23297         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23298         ($(objpfx)libanl.so): Likewise.
23299         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23300         ld.so.
23301         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23302         $(link-libc-deps).
23303         * sysdeps/i386/fpu/Makefile: Remove file.
23304         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23305         ($(objpfx)libm.so): Remove dependency on ld.so.
23306
23307 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23308
23309         [BZ # 15553]
23310         * nis/yp_xdr.c (XDRMAXNAME): Define.
23311         (XDRMAXRECORD): Define.
23312         (xdr_domainname): Use XDRMAXNAME.
23313         (xdr_mapname): Likewise.
23314         (xdr_peername): Likewise.
23315         (xdr_keydat): Use XDRMAXRECORD.
23316         (xdr_valdat): Likewise.
23317
23318 2013-05-30  Jeff Law  <law@redhat.com>
23319
23320         [BZ #14256]
23321         * manual/errno.texi (ESTALE): Update to account for more than
23322         just NFS file systems.
23323         * sysdeps/gnu/errlist.c: Regenerated.
23324
23325 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23326
23327         [BZ #15465]
23328         * elf/Makefile (tests): Add tst-null-argv.
23329         (modules-names):  Add tst-null-argv-lib.
23330         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23331         (tst-null-argv-ENV): Set environment for tst-null-argv.
23332         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23333         (RTLD_PROGNAME): New macro.
23334         * elf/tst-null-argv.c: New test case.
23335         * elf/tst-null-argv-lib.c: Library for test case.
23336         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23337         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23338         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23339         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23340         * elf/dl-init.c (call_init): Likewise.
23341         (_dl_init): Likewise.
23342         * elf/dl-load.c (print_search_path): Likewise.
23343         (_dl_map_object): Likewise.
23344         * elf/dl-lookup.c (do_lookup_x): Likewise.
23345         (add_dependency): Likewise.
23346         (_dl_lookup_symbol_x): Likewise.
23347         (_dl_debug_bindings): Likewise.
23348         * elf/dl-open.c (_dl_show_scope): Likewise.
23349         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23350         * elf/dl-version.c (match_symbol): Likewise.
23351         (_dl_check_map_versions): Likewise.
23352         * elf/rtld.c (dl_main): Likewise.
23353         (print_unresolved): Use RTLD_PROGNAME.
23354         (print_missing_version): Likewise.
23355         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23356         (elf_machine_rela): Likewise.
23357         * sysdeps/powerpc/powerpc32/dl-machine.c
23358         (__process_machine_rela): Likewise.
23359         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23360         Likewise.
23361         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23362         Likewise.
23363         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23364         Likewise.
23365         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23366         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23367         Likewise.
23368         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23369         Likewise.
23370         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23371
23372 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23373
23374         * po/be.po: Add descriptive title.
23375         * po/zh_CN.po: Likewise.
23376         * po/header.pot: Likewise.
23377
23378 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23379
23380         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23381         error message.
23382         (enlarge_archive): Likewise.
23383
23384 2013-05-28  Ben North  <ben@redfrontdoor.org>
23385
23386         * manual/arith.texi (frexp): It is the magnitude of the return
23387         value which lies in [0.5, 1), not the return value itself.
23388
23389 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23390
23391         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23392
23393 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23394
23395         * stdio-common/bug26.c (main): Correct fscanf template.
23396
23397         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23398         declare _dl_skip_args.
23399
23400         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23401         Don't declare.
23402
23403         * manual/platform.texi: Add missing @end deftypefun.
23404
23405 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23406
23407         [BZ #15529]
23408         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23409         bit of mantissa of 2^16382.
23410         * math/libm-test.inc (hypot_test_data): Add more tests.
23411
23412         * math/libm-test.inc: Add drem and pow10 to list of tested
23413         functions.
23414         (pow10_test): New function.
23415         (drem_test): Likewise.
23416         (drem_test_tonearest): Likewise.
23417         (drem_test_towardzero): Likewise.
23418         (drem_test_downward): Likewise.
23419         (drem_test_upward): Likewise.
23420         (main): Call the new functions.
23421
23422         * math/libm-test.inc (finite_test_data): Remove.
23423         (finite_test): Run tests from isfinite_test_data.
23424         (gamma_test_data): Remove.
23425         (gamma_test): Run tests from lgamma_test_data.
23426         * sysdeps/i386/fpu/libm-test-ulps: Update.
23427         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23428
23429 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23430
23431         * manual/platform.texi: Add PowerPC PPR function set documentation.
23432         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23433         implementation.
23434
23435 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23436
23437         * math/libm-test.inc (MAX_EXP): Define.
23438         (ULPDIFF): Define.
23439         (ulp): New function.
23440         (check_float_internal): Use ULPDIFF.
23441         (cpow_test): Disable failing test.
23442         (check_ulp): Test ulp() implemetnation.
23443         (main): Call check_ulp before starting tests.
23444
23445 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23446
23447         * math/gen-libm-test.pl (generate_testfile): Do not handle
23448         START_DATA and END_DATA.
23449         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23450         END_DATA.
23451         (acos_tonearest_test_data): Likewise.
23452         (acos_towardzero_test_data): Likewise.
23453         (acos_downward_test_data): Likewise.
23454         (acos_upward_test_data): Likewise.
23455         (acosh_test_data): Likewise.
23456         (asin_test_data): Likewise.
23457         (asin_tonearest_test_data): Likewise.
23458         (asin_towardzero_test_data): Likewise.
23459         (asin_downward_test_data): Likewise.
23460         (asin_upward_test_data): Likewise.
23461         (asinh_test_data): Likewise.
23462         (atan_test_data): Likewise.
23463         (atanh_test_data): Likewise.
23464         (atan2_test_data): Likewise.
23465         (cabs_test_data): Likewise.
23466         (cacos_test_data): Likewise.
23467         (cacosh_test_data): Likewise.
23468         (carg_test_data): Likewise.
23469         (casin_test_data): Likewise.
23470         (casinh_test_data): Likewise.
23471         (catan_test_data): Likewise.
23472         (catanh_test_data): Likewise.
23473         (cbrt_test_data): Likewise.
23474         (ccos_test_data): Likewise.
23475         (ccosh_test_data): Likewise.
23476         (ceil_test_data): Likewise.
23477         (cexp_test_data): Likewise.
23478         (cimag_test_data): Likewise.
23479         (clog_test_data): Likewise.
23480         (clog10_test_data): Likewise.
23481         (conj_test_data): Likewise.
23482         (copysign_test_data): Likewise.
23483         (cos_test_data): Likewise.
23484         (cos_tonearest_test_data): Likewise.
23485         (cos_towardzero_test_data): Likewise.
23486         (cos_downward_test_data): Likewise.
23487         (cos_upward_test_data): Likewise.
23488         (cosh_test_data): Likewise.
23489         (cosh_tonearest_test_data): Likewise.
23490         (cosh_towardzero_test_data): Likewise.
23491         (cosh_downward_test_data): Likewise.
23492         (cosh_upward_test_data): Likewise.
23493         (cpow_test_data): Likewise.
23494         (cproj_test_data): Likewise.
23495         (creal_test_data): Likewise.
23496         (csin_test_data): Likewise.
23497         (csinh_test_data): Likewise.
23498         (csqrt_test_data): Likewise.
23499         (ctan_test_data): Likewise.
23500         (ctan_tonearest_test_data): Likewise.
23501         (ctan_towardzero_test_data): Likewise.
23502         (ctan_downward_test_data): Likewise.
23503         (ctan_upward_test_data): Likewise.
23504         (ctanh_test_data): Likewise.
23505         (ctanh_tonearest_test_data): Likewise.
23506         (ctanh_towardzero_test_data): Likewise.
23507         (ctanh_downward_test_data): Likewise.
23508         (ctanh_upward_test_data): Likewise.
23509         (erf_test_data): Likewise.
23510         (erfc_test_data): Likewise.
23511         (exp_test_data): Likewise.
23512         (exp_tonearest_test_data): Likewise.
23513         (exp_towardzero_test_data): Likewise.
23514         (exp_downward_test_data): Likewise.
23515         (exp_upward_test_data): Likewise.
23516         (exp10_test_data): Likewise.
23517         (exp2_test_data): Likewise.
23518         (expm1_test_data): Likewise.
23519         (fabs_test_data): Likewise.
23520         (fdim_test_data): Likewise.
23521         (finite_test_data): Likewise.
23522         (floor_test_data): Likewise.
23523         (fma_test_data): Likewise.
23524         (fma_towardzero_test_data): Likewise.
23525         (fma_downward_test_data): Likewise.
23526         (fma_upward_test_data): Likewise.
23527         (fmax_test_data): Likewise.
23528         (fmin_test_data): Likewise.
23529         (fmod_test_data): Likewise.
23530         (fpclassify_test_data): Likewise.
23531         (frexp_test_data): Likewise.
23532         (gamma_test_data): Likewise.
23533         (hypot_test_data): Likewise.
23534         (ilogb_test_data): Likewise.
23535         (isfinite_test_data): Likewise.
23536         (isgreater_test_data): Likewise.
23537         (isgreaterequal_test_data): Likewise.
23538         (isinf_test_data): Likewise.
23539         (isless_test_data): Likewise.
23540         (islessequal_test_data): Likewise.
23541         (islessgreater_test_data): Likewise.
23542         (isnan_test_data): Likewise.
23543         (isnormal_test_data): Likewise.
23544         (issignaling_test_data): Likewise.
23545         (isunordered_test_data): Likewise.
23546         (j0_test_data): Likewise.
23547         (j1_test_data): Likewise.
23548         (jn_test_data): Likewise.
23549         (ldexp_test_data): Likewise.
23550         (lgamma_test_data): Likewise.
23551         (lrint_test_data): Likewise.
23552         (lrint_tonearest_test_data): Likewise.
23553         (lrint_towardzero_test_data): Likewise.
23554         (lrint_downward_test_data): Likewise.
23555         (lrint_upward_test_data): Likewise.
23556         (llrint_test_data): Likewise.
23557         (llrint_tonearest_test_data): Likewise.
23558         (llrint_towardzero_test_data): Likewise.
23559         (llrint_downward_test_data): Likewise.
23560         (llrint_upward_test_data): Likewise.
23561         (log_test_data): Likewise.
23562         (log10_test_data): Likewise.
23563         (log1p_test_data): Likewise.
23564         (log2_test_data): Likewise.
23565         (logb_test_data): Likewise.
23566         (logb_downward_test_data): Likewise.
23567         (lround_test_data): Likewise.
23568         (llround_test_data): Likewise.
23569         (modf_test_data): Likewise.
23570         (nearbyint_test_data): Likewise.
23571         (nextafter_test_data): Likewise.
23572         (nexttoward_test_data): Likewise.
23573         (pow_test_data): Likewise.
23574         (pow_tonearest_test_data): Likewise.
23575         (pow_towardzero_test_data): Likewise.
23576         (pow_downward_test_data): Likewise.
23577         (pow_upward_test_data): Likewise.
23578         (remainder_test_data): Likewise.
23579         (remainder_tonearest_test_data): Likewise.
23580         (remainder_towardzero_test_data): Likewise.
23581         (remainder_downward_test_data): Likewise.
23582         (remainder_upward_test_data): Likewise.
23583         (remquo_test_data): Likewise.
23584         (rint_test_data): Likewise.
23585         (rint_tonearest_test_data): Likewise.
23586         (rint_towardzero_test_data): Likewise.
23587         (rint_downward_test_data): Likewise.
23588         (rint_upward_test_data): Likewise.
23589         (round_test_data): Likewise.
23590         (scalb_test_data): Likewise.
23591         (scalbn_test_data): Likewise.
23592         (scalbln_test_data): Likewise.
23593         (signbit_test_data): Likewise.
23594         (sin_test_data): Likewise.
23595         (sin_tonearest_test_data): Likewise.
23596         (sin_towardzero_test_data): Likewise.
23597         (sin_downward_test_data): Likewise.
23598         (sin_upward_test_data): Likewise.
23599         (sincos_test_data): Likewise.
23600         (sinh_test_data): Likewise.
23601         (sinh_tonearest_test_data): Likewise.
23602         (sinh_towardzero_test_data): Likewise.
23603         (sinh_downward_test_data): Likewise.
23604         (sinh_upward_test_data): Likewise.
23605         (sqrt_test_data): Likewise.
23606         (tan_test_data): Likewise.
23607         (tan_tonearest_test_data): Likewise.
23608         (tan_towardzero_test_data): Likewise.
23609         (tan_downward_test_data): Likewise.
23610         (tan_upward_test_data): Likewise.
23611         (tanh_test_data): Likewise.
23612         (tgamma_test_data): Likewise.
23613         (trunc_test_data): Likewise.
23614         (y0_test_data): Likewise.
23615         (y1_test_data): Likewise.
23616         (yn_test_data): Likewise.
23617         (significand_test_data): Likewise.
23618
23619         * math/gen-libm-test.pl (@functions): Remove variable.
23620         (generate_testfile): Don't handle START and END lines.
23621         * math/libm-test.inc (START): New macro.
23622         (END): Likewise.
23623         (END_COMPLEX): Likewise.
23624         (acos_test): Use END macro without arguments.
23625         (acos_test_tonearest): Likewise.
23626         (acos_test_towardzero): Likewise.
23627         (acos_test_downward): Likewise.
23628         (acos_test_upward): Likewise.
23629         (acosh_test): Likewise.
23630         (asin_test): Likewise.
23631         (asin_test_tonearest): Likewise.
23632         (asin_test_towardzero): Likewise.
23633         (asin_test_downward): Likewise.
23634         (asin_test_upward): Likewise.
23635         (asinh_test): Likewise.
23636         (atan_test): Likewise.
23637         (atanh_test): Likewise.
23638         (atan2_test): Likewise.
23639         (cabs_test): Likewise.
23640         (cacos_test): Use END_COMPLEX macro without arguments.
23641         (cacosh_test): Likewise.
23642         (carg_test): Use END macro without arguments.
23643         (casin_test): Use END_COMPLEX macro without arguments.
23644         (casinh_test): Likewise.
23645         (catan_test): Likewise.
23646         (catanh_test): Likewise.
23647         (cbrt_test): Use END macro without arguments.
23648         (ccos_test): Use END_COMPLEX macro without arguments.
23649         (ccosh_test): Likewise.
23650         (ceil_test): Use END macro without arguments.
23651         (cexp_test): Use END_COMPLEX macro without arguments.
23652         (cimag_test): Use END macro without arguments.
23653         (clog_test): Use END_COMPLEX macro without arguments.
23654         (clog10_test): Likewise.
23655         (conj_test): Likewise.
23656         (copysign_test): Use END macro without arguments.
23657         (cos_test): Likewise.
23658         (cos_test_tonearest): Likewise.
23659         (cos_test_towardzero): Likewise.
23660         (cos_test_downward): Likewise.
23661         (cos_test_upward): Likewise.
23662         (cosh_test): Likewise.
23663         (cosh_test_tonearest): Likewise.
23664         (cosh_test_towardzero): Likewise.
23665         (cosh_test_downward): Likewise.
23666         (cosh_test_upward): Likewise.
23667         (cpow_test): Use END_COMPLEX macro without arguments.
23668         (cproj_test): Likewise.
23669         (creal_test): Use END macro without arguments.
23670         (csin_test): Use END_COMPLEX macro without arguments.
23671         (csinh_test): Likewise.
23672         (csqrt_test): Likewise.
23673         (ctan_test): Likewise.
23674         (ctan_test_tonearest): Likewise.
23675         (ctan_test_towardzero): Likewise.
23676         (ctan_test_downward): Likewise.
23677         (ctan_test_upward): Likewise.
23678         (ctanh_test): Likewise.
23679         (ctanh_test_tonearest): Likewise.
23680         (ctanh_test_towardzero): Likewise.
23681         (ctanh_test_downward): Likewise.
23682         (ctanh_test_upward): Likewise.
23683         (erf_test): Use END macro without arguments.
23684         (erfc_test): Likewise.
23685         (exp_test): Likewise.
23686         (exp_test_tonearest): Likewise.
23687         (exp_test_towardzero): Likewise.
23688         (exp_test_downward): Likewise.
23689         (exp_test_upward): Likewise.
23690         (exp10_test): Likewise.
23691         (exp2_test): Likewise.
23692         (expm1_test): Likewise.
23693         (fabs_test): Likewise.
23694         (fdim_test): Likewise.
23695         (finite_test): Likewise.
23696         (floor_test): Likewise.
23697         (fma_test): Likewise.
23698         (fma_test_towardzero): Likewise.
23699         (fma_test_downward): Likewise.
23700         (fma_test_upward): Likewise.
23701         (fmax_test): Likewise.
23702         (fmin_test): Likewise.
23703         (fmod_test): Likewise.
23704         (fpclassify_test): Likewise.
23705         (frexp_test): Likewise.
23706         (gamma_test): Likewise.
23707         (hypot_test): Likewise.
23708         (ilogb_test): Likewise.
23709         (isfinite_test): Likewise.
23710         (isgreater_test): Likewise.
23711         (isgreaterequal_test): Likewise.
23712         (isinf_test): Likewise.
23713         (isless_test): Likewise.
23714         (islessequal_test): Likewise.
23715         (islessgreater_test): Likewise.
23716         (isnan_test): Likewise.
23717         (isnormal_test): Likewise.
23718         (issignaling_test): Likewise.
23719         (isunordered_test): Likewise.
23720         (j0_test): Likewise.
23721         (j1_test): Likewise.
23722         (jn_test): Likewise.
23723         (ldexp_test): Likewise.
23724         (lgamma_test): Likewise.
23725         (lrint_test): Likewise.
23726         (lrint_test_tonearest): Likewise.
23727         (lrint_test_towardzero): Likewise.
23728         (lrint_test_downward): Likewise.
23729         (lrint_test_upward): Likewise.
23730         (llrint_test): Likewise.
23731         (llrint_test_tonearest): Likewise.
23732         (llrint_test_towardzero): Likewise.
23733         (llrint_test_downward): Likewise.
23734         (llrint_test_upward): Likewise.
23735         (log_test): Likewise.
23736         (log10_test): Likewise.
23737         (log1p_test): Likewise.
23738         (log2_test): Likewise.
23739         (logb_test): Likewise.
23740         (logb_test_downward): Likewise.
23741         (lround_test): Likewise.
23742         (llround_test): Likewise.
23743         (modf_test): Likewise.
23744         (nearbyint_test): Likewise.
23745         (nextafter_test): Likewise.
23746         (nexttoward_test): Likewise.
23747         (pow_test): Likewise.
23748         (pow_test_tonearest): Likewise.
23749         (pow_test_towardzero): Likewise.
23750         (pow_test_downward): Likewise.
23751         (pow_test_upward): Likewise.
23752         (remainder_test): Likewise.
23753         (remainder_test_tonearest): Likewise.
23754         (remainder_test_towardzero): Likewise.
23755         (remainder_test_downward): Likewise.
23756         (remainder_test_upward): Likewise.
23757         (remquo_test): Likewise.
23758         (rint_test): Likewise.
23759         (rint_test_tonearest): Likewise.
23760         (rint_test_towardzero): Likewise.
23761         (rint_test_downward): Likewise.
23762         (rint_test_upward): Likewise.
23763         (round_test): Likewise.
23764         (scalb_test): Likewise.
23765         (scalbn_test): Likewise.
23766         (scalbln_test): Likewise.
23767         (signbit_test): Likewise.
23768         (sin_test): Likewise.
23769         (sin_test_tonearest): Likewise.
23770         (sin_test_towardzero): Likewise.
23771         (sin_test_downward): Likewise.
23772         (sin_test_upward): Likewise.
23773         (sincos_test): Likewise.
23774         (sinh_test): Likewise.
23775         (sinh_test_tonearest): Likewise.
23776         (sinh_test_towardzero): Likewise.
23777         (sinh_test_downward): Likewise.
23778         (sinh_test_upward): Likewise.
23779         (sqrt_test): Likewise.
23780         (tan_test): Likewise.
23781         (tan_test_tonearest): Likewise.
23782         (tan_test_towardzero): Likewise.
23783         (tan_test_downward): Likewise.
23784         (tan_test_upward): Likewise.
23785         (tanh_test): Likewise.
23786         (tgamma_test): Likewise.
23787         (trunc_test): Likewise.
23788         (y0_test): Likewise.
23789         (y1_test): Likewise.
23790         (yn_test): Likewise.
23791         (significand_test): Likewise.
23792
23793 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
23794
23795         [BZ #15381]
23796         * libio/genops.c (_IO_no_init): Initialize wide struct info.
23797
23798 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
23799
23800         [BZ #14894]
23801         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
23802         __ppc_mdoio and __ppc_mdoom.
23803         * manual/platform.texi: Document new functions __ppc_yield,
23804         __ppc_mdoio and __ppc_mdoom.
23805
23806 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
23807
23808         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
23809         (main): Mention "tls" pseudo-hwcap is legacy.
23810         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
23811
23812 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23813
23814         * math/gen-libm-test.pl (parse_args): Output only string of
23815         arguments as text for test name, not full call or descriptions of
23816         tests for extra outputs.
23817         (generate_testfile): Do not pass function name to parse_args.
23818         Generate this_func variable from START.
23819         * math/libm-test.inc (struct test_f_f_data): Rename test_name
23820         field to arg_str.
23821         (struct test_ff_f_data): Likewise.
23822         (test_ff_f_data_nexttoward): Likewise.
23823         (struct test_fi_f_data): Likewise.
23824         (struct test_fl_f_data): Likewise.
23825         (struct test_if_f_data): Likewise.
23826         (struct test_fff_f_data): Likewise.
23827         (struct test_c_f_data): Likewise.
23828         (struct test_f_f1_data): Likewise.  Remove field extra_name.
23829         (struct test_fF_f1_data): Likewise.
23830         (struct test_ffI_f1_data): Likewise.
23831         (struct test_c_c_data): Rename test_name field to arg_str.
23832         (struct test_cc_c_data): Likewise.
23833         (struct test_f_i_data): Likewise.
23834         (struct test_ff_i_data): Likewise.
23835         (struct test_f_l_data): Likewise.
23836         (struct test_f_L_data): Likewise.
23837         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
23838         and extra2_name.
23839         (COMMON_TEST_SETUP): New macro.
23840         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
23841         (COMMON_TEST_CLEANUP): Likewise.
23842         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
23843         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
23844         macros.
23845         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
23846         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
23847         macros.
23848         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
23849         (RUN_TEST_fff_f): Take argument string.  Call new setup and
23850         cleanup macros.
23851         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
23852         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
23853         macros.
23854         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
23855         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
23856         macros.
23857         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23858         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
23859         cleanup macros.
23860         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23861         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
23862         cleanup macros.
23863         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23864         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
23865         cleanup macros.
23866         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23867         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
23868         macros.
23869         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
23870         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
23871         macros.
23872         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
23873         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
23874         macros.
23875         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
23876         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
23877         cleanup macros.
23878         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
23879         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
23880         cleanup macros.
23881         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
23882         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
23883         macros.
23884         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
23885         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
23886         cleanup macros.
23887         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
23888         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
23889         macros.
23890         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
23891         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
23892         macros.
23893         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
23894         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
23895         cleanup macros.
23896         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
23897
23898 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
23899
23900         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
23901         to _sifields.sigfault.
23902         (si_addr_lsb): Define new macro.
23903         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
23904         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
23905         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
23906
23907 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
23908
23909         [BZ #15441]
23910         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
23911         returns -1.
23912         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
23913         null return -1.
23914         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
23915         loading the domain.
23916
23917 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23918
23919         * math/gen-libm-test.pl (parse_args): Do not include expected
23920         result in test name.
23921         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
23922         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23923         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23924         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23925         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23926         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23927
23928 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23929
23930         * benchtests/Makefile: Sort function entries.
23931
23932         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
23933         tanh, asinh, acosh, atanh.
23934         * benchtests/acos-inputs: New file.
23935         * benchtests/acosh-inputs: New file.
23936         * benchtests/asin-inputs: New file.
23937         * benchtests/asinh-inputs: New file.
23938         * benchtests/atanh-inputs: New file.
23939         * benchtests/cosh-inputs: New file.
23940         * benchtests/log-inputs: New file.
23941         * benchtests/sinh-inputs: New file.
23942         * benchtests/tanh-inputs: New file.
23943
23944 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
23945
23946         [BZ #15339]
23947         * posix/tst-getaddrinfo4.c: New test.
23948         * posix/Makefile (tests): Add it.
23949
23950 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23951
23952         [BZ #15339]
23953         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
23954         when no services were used.
23955         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
23956         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
23957
23958 2013-05-21  Andreas Schwab  <schwab@suse.de>
23959
23960         [BZ #15014]
23961         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
23962         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
23963         successful.
23964         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
23965         redundant variable declarations and reallocation of buffer when
23966         parsing as IPv6 address.  Always set NSS status when called from
23967         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
23968         buffer too small.  Correct computation of needed size.
23969         * nss/Makefile (tests): Add test-digits-dots.
23970         * nss/test-digits-dots.c: New test.
23971
23972 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23973
23974         * benchtests/Makefile: Remove instructions for adding
23975         benchmark tests.
23976         * benchtests/README: New file to explain how to execute and
23977         enhance the benchmark tests.
23978
23979 2013-05-21  Andreas Schwab  <schwab@suse.de>
23980
23981         [BZ #15493]
23982         * setjmp/Makefile (tests): Add tst-sigsetjmp.
23983         * setjmp/tst-sigsetjmp.c: New test.
23984
23985 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23986
23987         * sysdeps/x86_64/memset.S (memset): New implementation.
23988         (__bzero): Likewise.
23989         (__memset_tail): New function.
23990
23991 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23992
23993         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
23994         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
23995         __memcpy_sse2_unaligned ifunc selection.
23996         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23997         Add memcpy-sse2-unaligned.S.
23998         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23999         Add: __memcpy_sse2_unaligned.
24000
24001 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24002
24003         [BZ #15490]
24004         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24005         math_force_eval before restoring floating-point envrionment.
24006         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24007         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24008         Likewise.
24009         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24010         <math_private.h>.
24011         (__nearbyintl): Use math_force_eval before restoring
24012         floating-point environment.
24013         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24014
24015         * math/gen-libm-test.pl (special_functions): Remove.
24016         (parse_args): Don't handle TEST_extra.  Handle functions with no
24017         return value.
24018         * math/libm-test.inc (struct test_sincos_data): Replace with
24019         struct test_fFF_11_data.
24020         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24021         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24022         (sincos_test_data): Change element type to struct
24023         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24024         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24025         RUN_TEST_LOOP_sincos.
24026         * math/README.libm-test: Don't mention special handling of
24027         individual functions.
24028         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24029         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24030         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24031         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24032         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24033         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24034
24035         * math/gen-libm-test.pl (get_variable): Remove function.
24036         (parse_args): Don't show pointer parameters to call in test
24037         names.  Use "extra output N" in test names for extra outputs
24038         rather than naming variables.
24039
24040 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24041
24042         [BZ #15488]
24043         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24044         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24045         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24046         double tests.
24047         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24048         disable.
24049         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24050         check_long_double.
24051
24052         * math/gen-libm-test.pl (@tests): Remove variable.
24053         ($count): Likewise.
24054         (new_test): Remove function.
24055         (show_exceptions): New function.
24056         (special_functions): Use show_exceptions instead of new_test.
24057         (parse_args): Likewise.
24058         (generate_testfile): Pass only function name in generated call to
24059         print_max_error or print_complex_max_error.
24060         (get_ulps): Do not handle complex tests specially.
24061         (output_test): Rename to ...
24062         (get_all_ulps_for_test): ... this.  Return a string rather than
24063         printing to a file.  Require ulps to be present.
24064         (output_ulps): Generate arrays rather than #defines.
24065         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24066         (struct ulp_data): New type.
24067         (BUILD_COMPLEX_ULP): Remove macro.
24068         (compare_ulp_data): New function.
24069         (find_ulps): Likewise.
24070         (find_test_ulps): Likewise.
24071         (find_function_ulps): Likewise.
24072         (find_complex_function_ulps): Likewise.
24073         (print_max_error): Determine allowed ulps using
24074         find_function_ulps.
24075         (print_complex_max_error): Determine allowed ulps using
24076         find_complex_function_ulps.
24077         (check_float_internal): Determine max ulps using find_test_ulps.
24078         (check_float): Do not take max_ulp parameter.  Update call to
24079         check_float_internal.
24080         (check_complex): Likewise.
24081         (check_int): Do not take max_ulp parameter.
24082         (check_long): Likewise.
24083         (check_bool): Likewise.
24084         (check_longlong): Likewise.
24085         (struct test_f_f_data): Remove max_ulp field.
24086         (struct test_ff_f_data): Likewise.
24087         (struct test_ff_f_data_nexttoward): Likewise.
24088         (struct test_fi_f_data): Likewise.
24089         (struct test_fl_f_data): Likewise.
24090         (struct test_if_f_data): Likewise.
24091         (struct test_fff_f_data): Likewise.
24092         (struct test_c_f_data): Likewise.
24093         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24094         (struct test_fF_f1_data): Likewise.
24095         (struct test_ffI_f1_data): Likewise.
24096         (struct test_c_c_data): Remove max_ulp field.
24097         (struct test_cc_c_data): Likewise.
24098         (struct test_f_i_data): Likewise.
24099         (struct test_ff_i_data): Likewise.
24100         (struct test_f_l_data): Likewise.
24101         (struct test_f_L_data): Likewise.
24102         (struct test_sincos_data): Likewise.
24103         (RUN_TEST_f_f): Do not handle ulps.
24104         (RUN_TEST_LOOP_f_f): Likewise.
24105         (RUN_TEST_2_f): Likewise.
24106         (RUN_TEST_LOOP_2_f): Likewise.
24107         (RUN_TEST_fff_f): Likewise.
24108         (RUN_TEST_LOOP_fff_f): Likewise.
24109         (RUN_TEST_c_f): Likewise.
24110         (RUN_TEST_LOOP_c_f): Likewise.
24111         (RUN_TEST_f_f1): Likewise.
24112         (RUN_TEST_LOOP_f_f1): Likewise.
24113         (RUN_TEST_fF_f1): Likewise.
24114         (RUN_TEST_LOOP_fF_f1): Likewise.
24115         (RUN_TEST_fI_f1): Likewise.
24116         (RUN_TEST_LOOP_fI_f1): Likewise.
24117         (RUN_TEST_ffI_f1): Likewise.
24118         (RUN_TEST_LOOP_ffI_f1): Likewise.
24119         (RUN_TEST_c_c): Likewise.
24120         (RUN_TEST_LOOP_c_c): Likewise.
24121         (RUN_TEST_cc_c): Likewise.
24122         (RUN_TEST_LOOP_cc_c): Likewise.
24123         (RUN_TEST_f_i): Likewise.
24124         (RUN_TEST_LOOP_f_i): Likewise.
24125         (RUN_TEST_f_i_tg): Likewise.
24126         (RUN_TEST_LOOP_f_i_tg): Likewise.
24127         (RUN_TEST_ff_i_tg): Likewise.
24128         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24129         (RUN_TEST_f_b): Likewise.
24130         (RUN_TEST_LOOP_f_b): Likewise.
24131         (RUN_TEST_f_b_tg): Likewise.
24132         (RUN_TEST_LOOP_f_b_tg): Likewise.
24133         (RUN_TEST_f_l): Likewise.
24134         (RUN_TEST_LOOP_f_l): Likewise.
24135         (RUN_TEST_f_L): Likewise.
24136         (RUN_TEST_LOOP_f_L): Likewise.
24137         (RUN_TEST_sincos): Likewise.
24138         (RUN_TEST_LOOP_sincos): Likewise.
24139
24140 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24141
24142         [BZ #15480]
24143         [BZ #15485]
24144         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24145         main case of finite arguments, set rounding mode to FE_TONEAREST
24146         and discard exceptions.
24147         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24148         exceptions.
24149         (remainder_tonearest_test_data): New variable.
24150         (remainder_test_tonearest): New function.
24151         (remainder_towardzero_test_data): New variable.
24152         (remainder_test_towardzero): New function.
24153         (remainder_downward_test_data): New variable.
24154         (remainder_test_downward): New function.
24155         (remainder_upward_test_data): New variable.
24156         (remainder_test_upward): New function.
24157         (main): Call the new test functions.
24158
24159         * math/libm-test.inc (struct test_f_f1_data): Remove field
24160         extra_init.
24161         (struct test_fF_f1_data): Likewise.
24162         (struct test_ffI_f1_data): Likewise.
24163         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24164         based on value of EXTRA_EXPECTED.
24165         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24166         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24167         EXTRA_VAR based on value of EXTRA_EXPECTED.
24168         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24169         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24170         EXTRA_VAR based on value of EXTRA_EXPECTED.
24171         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24172         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24173         EXTRA_VAR based on value of EXTRA_EXPECTED.
24174         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24175         * math/gen-libm-test.pl (parse_args): Don't output initializers
24176         for extra output values.
24177
24178         * math/libm-test.inc (check_int): Expect result to be exactly
24179         equal to expected value and do not handle ulps.
24180         (check_long): Likewise.
24181         (check_longlong): Likewise.
24182
24183         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24184         exceptions.
24185         (cimag_test_data): Likewise.
24186         (conj_test_data): Likewise.
24187         (copysign_test_data): Likewise.
24188         (cproj_test_data): Likewise.
24189         (creal_test_data): Likewise.
24190         (fabs_test_data): Likewise.
24191         (fdim_test_data): Likewise.
24192         (finite_test_data): Likewise.
24193         (floor_test_data): Likewise.
24194         (fmax_test_data): Likewise.
24195         (fmin_test_data): Likewise.
24196         (fmod_test_data): Likewise.
24197         (fpclassify_test_data): Likewise.
24198         (frexp_test_data): Likewise.
24199         (ilogb_test_data): Likewise.
24200         (isfinite_test_data): Likewise.
24201         (isgreater_test_data): Likewise.
24202         (isgreaterequal_test_data): Likewise.
24203         (isinf_test_data): Likewise.
24204         (isless_test_data): Likewise.
24205         (islessequal_test_data): Likewise.
24206         (islessgreater_test_data): Likewise.
24207         (isnan_test_data): Likewise.
24208         (isnormal_test_data): Likewise.
24209         (issignaling_test_data): Likewise.
24210         (isunordered_test_data): Likewise.
24211         (ldexp_test_data): Likewise.
24212         (lrint_test_data): Likewise.
24213         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24214         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24215         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24216         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24217         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24218         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24219         test input.
24220         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24221         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24222         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24223         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24224         that test input.
24225         (lrint_downward_test_data): Test for "inexact" exceptions.
24226         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24227         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24228         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24229         test input.
24230         (lrint_upward_test_data): Test for "inexact" exceptions.
24231         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24232         test input.
24233         (llrint_test_data): Test for "inexact" exceptions.
24234         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24235         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24236         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24237         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24238         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24239         (llrint_downward_test_data): Test for "inexact" exceptions.
24240         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24241         (llrint_upward_test_data): Test for "inexact" exceptions.
24242         (logb_test_data): Likewise.
24243         (logb_downward_test_data): Likewise.
24244         (nextafter_test_data): Likewise.
24245         (nexttoward_test_data): Likewise.
24246         (remainder_test_data): Likewise.
24247         (remquo_test_data): Likewise.
24248         (scalbn_test_data): Likewise.
24249         (scalbln_test_data): Likewise.
24250         (signbit_test_data): Likewise.
24251         (sqrt_test_data): Likewise.
24252         (significand_test_data): Likewise.
24253
24254 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24255
24256         [BZ #15424]
24257         * benchtests/bench-modf.c (struct args): Mark arg0 as
24258         volatile.
24259         * scripts/bench.pl: Mark members of struct args as volatile.
24260
24261 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24262
24263         [BZ # 15497]
24264         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24265         negative infinity on POWER6 or lower.
24266         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24267
24268 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24269
24270         [BZ #15442]
24271         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24272         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24273         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24274         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24275         (_FP_SETQNAN): New macro.
24276         (_FP_SETQNAN_SEMIRAW): Likewise.
24277         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24278         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24279         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24280         (FP_EXTEND): Use _FP_FRAC_SNANP.
24281         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24282         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24283         into account.
24284         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24285         New macro.
24286         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24287         Likewise.
24288
24289 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24290
24291         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24292         with DIVIDE_BY_ZERO_EXCEPTION.
24293         (gamma_test_data): Likewise.
24294         (lgamma_test_data): Likewise.
24295         (log_test_data): Likewise.
24296         (log10_test_data): Likewise.
24297         (log2_test_data): Likewise.
24298         (tgamma_test_data): Likewise.
24299
24300         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24301         (acos_test_tonearest): Likewise.
24302         (acos_test_towardzero): Likewise.
24303         (acos_test_downward): Likewise.
24304         (acos_test_upward): Likewise.
24305         (acosh_test): Likewise.
24306         (asin_test): Likewise.
24307         (asin_test_tonearest): Likewise.
24308         (asin_test_towardzero): Likewise.
24309         (asin_test_downward): Likewise.
24310         (asin_test_upward): Likewise.
24311         (asinh_test): Likewise.
24312         (atan_test): Likewise.
24313         (atanh_test): Likewise.
24314         (atan2_test): Likewise.
24315         (cabs_test): Likewise.
24316         (cacos_test): Likewise.
24317         (cacosh_test): Likewise.
24318         (casin_test): Likewise.
24319         (casinh_test): Likewise.
24320         (catan_test): Likewise.
24321         (catanh_test): Likewise.
24322         (cbrt_test): Likewise.
24323         (ccos_test): Likewise.
24324         (ccosh_test): Likewise.
24325         (cexp_test): Likewise.
24326         (clog_test): Likewise.
24327         (clog10_test): Likewise.
24328         (cos_test): Likewise.
24329         (cos_test_tonearest): Likewise.
24330         (cos_test_towardzero): Likewise.
24331         (cos_test_downward): Likewise.
24332         (cos_test_upward): Likewise.
24333         (cosh_test): Likewise.
24334         (cosh_test_tonearest): Likewise.
24335         (cosh_test_towardzero): Likewise.
24336         (cosh_test_downward): Likewise.
24337         (cosh_test_upward): Likewise.
24338         (cpow_test): Likewise.
24339         (csin_test): Likewise.
24340         (csinh_test): Likewise.
24341         (csqrt_test): Likewise.
24342         (ctan_test): Likewise.
24343         (ctan_test_tonearest): Likewise.
24344         (ctan_test_towardzero): Likewise.
24345         (ctan_test_downward): Likewise.
24346         (ctan_test_upward): Likewise.
24347         (ctanh_test): Likewise.
24348         (ctanh_test_tonearest): Likewise.
24349         (ctanh_test_towardzero): Likewise.
24350         (ctanh_test_downward): Likewise.
24351         (ctanh_test_upward): Likewise.
24352         (erf_test): Likewise.
24353         (erfc_test): Likewise.
24354         (exp_test): Likewise.
24355         (exp_test_tonearest): Likewise.
24356         (exp_test_towardzero): Likewise.
24357         (exp_test_downward): Likewise.
24358         (exp_test_upward): Likewise.
24359         (exp10_test): Likewise.
24360         (exp2_test): Likewise.
24361         (expm1_test): Likewise.
24362         (fmod_test): Likewise.
24363         (gamma_test): Likewise.
24364         (hypot_test): Likewise.
24365         (j0_test): Likewise.
24366         (j1_test): Likewise.
24367         (jn_test): Likewise.
24368         (lgamma_test): Likewise.
24369         (log_test): Likewise.
24370         (log10_test): Likewise.
24371         (log1p_test): Likewise.
24372         (log2_test): Likewise.
24373         (logb_test_downward): Likewise.
24374         (pow_test): Likewise.
24375         (pow_test_tonearest): Likewise.
24376         (pow_test_towardzero): Likewise.
24377         (pow_test_downward): Likewise.
24378         (pow_test_upward): Likewise.
24379         (remainder_test): Likewise.
24380         (remquo_test): Likewise.
24381         (sin_test): Likewise.
24382         (sin_test_tonearest): Likewise.
24383         (sin_test_towardzero): Likewise.
24384         (sin_test_downward): Likewise.
24385         (sin_test_upward): Likewise.
24386         (sincos_test): Likewise.
24387         (sinh_test): Likewise.
24388         (sinh_test_tonearest): Likewise.
24389         (sinh_test_towardzero): Likewise.
24390         (sinh_test_downward): Likewise.
24391         (sinh_test_upward): Likewise.
24392         (sqrt_test): Likewise.
24393         (tan_test): Likewise.
24394         (tan_test_tonearest): Likewise.
24395         (tan_test_towardzero): Likewise.
24396         (tan_test_downward): Likewise.
24397         (tan_test_upward): Likewise.
24398         (tanh_test): Likewise.
24399         (tgamma_test): Likewise.
24400         (y0_test): Likewise.
24401         (y1_test): Likewise.
24402         (yn_test): Likewise.
24403
24404         * math/gen-libm-test.pl (adjust_arg): Remove function.
24405         (special_function): Remove argument $in_func.  Only handle
24406         generating output for tables of tests, not inside functions.
24407         (parse_args): Likewise.
24408         (generate_testfile): Remove variable $in_func.  Update call to
24409         parse_args.
24410         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24411         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24412         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24413         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24414         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24415         (MAX_VALUE_INIT): Rename macro to max_value.
24416         (MIN_VALUE_INIT): Rename macro to min_value.
24417         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24418         (plus_zero): Remove variable.
24419         (minus_zero): Likewise.
24420         (plus_infty): Likewise.
24421         (minus_infty): Likewise.
24422         (qnan_value): Likewise.
24423         (max_value): Likewise.
24424         (min_value): Likewise.
24425         (min_subnorm_value): Likewise.
24426
24427 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24428
24429         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24430         uint64_t or uint32_t usage.
24431         * crypt/sha256-block.c: Likewise.
24432         * crypt/sha256-crypt.c: Likewise.
24433         * crypt/sha256.c: Likewise.
24434         * crypt/sha512-block.c: Likewise.
24435         * crypt/sha512-crypt.c: Likewise.
24436         * crypt/sha512.c: Likewise.
24437         * debug/backtrace-tst.c: Likewise.
24438         * debug/pcprofiledump.c: Likewise.
24439         * elf/cache.c: Likewise.
24440         * elf/dl-cache.c: Likewise.
24441         * elf/dl-misc.c: Likewise.
24442         * elf/dl-profile.c: Likewise.
24443         * elf/dl-support.c: Likewise.
24444         * elf/ldconfig.c: Likewise.
24445         * elf/sprof.c: Likewise.
24446         * iconv/dummy-repertoire.c: Likewise.
24447         * iconv/iconv_charmap.c: Likewise.
24448         * iconv/skeleton.c: Likewise.
24449         * iconvdata/8bit-generic.c: Likewise.
24450         * iconvdata/cp737.h: Likewise.
24451         * iconvdata/cp775.h: Likewise.
24452         * iconvdata/ibm1008.h: Likewise.
24453         * iconvdata/ibm1025.h: Likewise.
24454         * iconvdata/ibm1046.h: Likewise.
24455         * iconvdata/ibm1097.h: Likewise.
24456         * iconvdata/ibm1112.h: Likewise.
24457         * iconvdata/ibm1122.h: Likewise.
24458         * iconvdata/ibm1123.h: Likewise.
24459         * iconvdata/ibm1124.h: Likewise.
24460         * iconvdata/ibm1129.h: Likewise.
24461         * iconvdata/ibm1130.h: Likewise.
24462         * iconvdata/ibm1132.h: Likewise.
24463         * iconvdata/ibm1133.h: Likewise.
24464         * iconvdata/ibm1137.h: Likewise.
24465         * iconvdata/ibm1140.h: Likewise.
24466         * iconvdata/ibm1141.h: Likewise.
24467         * iconvdata/ibm1142.h: Likewise.
24468         * iconvdata/ibm1143.h: Likewise.
24469         * iconvdata/ibm1144.h: Likewise.
24470         * iconvdata/ibm1145.h: Likewise.
24471         * iconvdata/ibm1146.h: Likewise.
24472         * iconvdata/ibm1147.h: Likewise.
24473         * iconvdata/ibm1148.h: Likewise.
24474         * iconvdata/ibm1149.h: Likewise.
24475         * iconvdata/ibm1153.h: Likewise.
24476         * iconvdata/ibm1154.h: Likewise.
24477         * iconvdata/ibm1155.h: Likewise.
24478         * iconvdata/ibm1156.h: Likewise.
24479         * iconvdata/ibm1157.h: Likewise.
24480         * iconvdata/ibm1158.h: Likewise.
24481         * iconvdata/ibm1160.h: Likewise.
24482         * iconvdata/ibm1161.h: Likewise.
24483         * iconvdata/ibm1162.h: Likewise.
24484         * iconvdata/ibm1163.h: Likewise.
24485         * iconvdata/ibm1164.h: Likewise.
24486         * iconvdata/ibm1166.h: Likewise.
24487         * iconvdata/ibm1167.h: Likewise.
24488         * iconvdata/ibm12712.h: Likewise.
24489         * iconvdata/ibm1390.h: Likewise.
24490         * iconvdata/ibm1399.h: Likewise.
24491         * iconvdata/ibm16804.h: Likewise.
24492         * iconvdata/ibm4517.h: Likewise.
24493         * iconvdata/ibm4899.h: Likewise.
24494         * iconvdata/ibm4909.h: Likewise.
24495         * iconvdata/ibm4971.h: Likewise.
24496         * iconvdata/ibm5347.h: Likewise.
24497         * iconvdata/ibm803.h: Likewise.
24498         * iconvdata/ibm856.h: Likewise.
24499         * iconvdata/ibm901.h: Likewise.
24500         * iconvdata/ibm902.h: Likewise.
24501         * iconvdata/ibm9030.h: Likewise.
24502         * iconvdata/ibm9066.h: Likewise.
24503         * iconvdata/ibm921.h: Likewise.
24504         * iconvdata/ibm922.h: Likewise.
24505         * iconvdata/ibm9448.h: Likewise.
24506         * iconvdata/isiri-3342.h: Likewise.
24507         * iconvdata/jis0201.h: Likewise.
24508         * include/link.h: Likewise.
24509         * include/netdb.h: Likewise.
24510         * inet/check_native.c: Likewise.
24511         * inet/check_pf.c: Likewise.
24512         * inet/getipv4sourcefilter.c: Likewise.
24513         * inet/getnameinfo.c: Likewise.
24514         * inet/getsourcefilter.c: Likewise.
24515         * inet/htonl.c: Likewise.
24516         * inet/setipv4sourcefilter.c: Likewise.
24517         * inet/setsourcefilter.c: Likewise.
24518         * inet/test-inet6_opt.c: Likewise.
24519         * inet/tst-network.c: Likewise.
24520         * locale/C-collate.c: Likewise.
24521         * locale/C-ctype.c: Likewise.
24522         * locale/C-time.c: Likewise.
24523         * locale/C-translit.h: Likewise.
24524         * locale/loadarchive.c: Likewise.
24525         * locale/programs/3level.h: Likewise.
24526         * locale/programs/charmap.c: Likewise.
24527         * locale/programs/charmap.h: Likewise.
24528         * locale/programs/ld-address.c: Likewise.
24529         * locale/programs/ld-collate.c: Likewise.
24530         * locale/programs/ld-ctype.c: Likewise.
24531         * locale/programs/ld-identification.c: Likewise.
24532         * locale/programs/ld-measurement.c: Likewise.
24533         * locale/programs/ld-messages.c: Likewise.
24534         * locale/programs/ld-monetary.c: Likewise.
24535         * locale/programs/ld-name.c: Likewise.
24536         * locale/programs/ld-numeric.c: Likewise.
24537         * locale/programs/ld-paper.c: Likewise.
24538         * locale/programs/ld-telephone.c: Likewise.
24539         * locale/programs/ld-time.c: Likewise.
24540         * locale/programs/linereader.c: Likewise.
24541         * locale/programs/locale.c: Likewise.
24542         * locale/programs/locarchive.c: Likewise.
24543         * locale/programs/locfile.h: Likewise.
24544         * locale/programs/repertoire.c: Likewise.
24545         * locale/programs/simple-hash.c: Likewise.
24546         * locale/programs/simple-hash.h: Likewise.
24547         * malloc/memusage.c: Likewise.
24548         * malloc/memusagestat.c: Likewise.
24549         * nis/nis_defaults.c: Likewise.
24550         * nis/nis_hash.c: Likewise.
24551         * nis/nis_print.c: Likewise.
24552         * nis/nis_xdr.c: Likewise.
24553         * nscd/connections.c: Likewise.
24554         * nscd/hstcache.c: Likewise.
24555         * nscd/nscd_gethst_r.c: Likewise.
24556         * nscd/nscd_getserv_r.c: Likewise.
24557         * nscd/nscd_helper.c: Likewise.
24558         * nscd/servicescache.c: Likewise.
24559         * nss/makedb.c: Likewise.
24560         * nss/nss_db/db-XXX.c: Likewise.
24561         * nss/nss_db/db-initgroups.c: Likewise.
24562         * nss/nss_db/db-netgrp.c: Likewise.
24563         * nss/nss_files/files-network.c: Likewise.
24564         * nss/nss_files/files-parse.c: Likewise.
24565         * posix/bug-regex5.c: Likewise.
24566         * posix/fnmatch_loop.c: Likewise.
24567         * posix/regcomp.c: Likewise.
24568         * posix/regexec.c: Likewise.
24569         * posix/tst-rfc3484-2.c: Likewise.
24570         * posix/tst-rfc3484-3.c: Likewise.
24571         * posix/tst-rfc3484.c: Likewise.
24572         * resolv/nss_dns/dns-canon.c: Likewise.
24573         * resolv/nss_dns/dns-network.c: Likewise.
24574         * resolv/res_init.c: Likewise.
24575         * resolv/res_mkquery.c: Likewise.
24576         * resolv/tst-aton.c: Likewise.
24577         * stdlib/cxa_atexit.c: Likewise.
24578         * stdlib/cxa_finalize.c: Likewise.
24579         * stdlib/gen-fpioconst.c: Likewise.
24580         * stdlib/strtol_l.c: Likewise.
24581         * string/tst-endian.c: Likewise.
24582         * sunrpc/auth_des.c: Likewise.
24583         * sunrpc/clnt_udp.c: Likewise.
24584         * sunrpc/rtime.c: Likewise.
24585         * sunrpc/svcauth_des.c: Likewise.
24586         * sunrpc/xdr.c: Likewise.
24587         * sunrpc/xdr_intXX_t.c: Likewise.
24588         * sunrpc/xdr_rec.c: Likewise.
24589         * sysdeps/generic/ldconfig.h: Likewise.
24590         * sysdeps/generic/ldsodefs.h: Likewise.
24591         * sysdeps/generic/memusage.h: Likewise.
24592         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24593         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24594         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24595         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24596         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24597         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24598         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24599         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24600         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24601         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24602         * sysdeps/posix/getaddrinfo.c: Likewise.
24603         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24604         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24605         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24606         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24607         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24608         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24609         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24610         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24611         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24612         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24613         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24614         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24615         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24616         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24617         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24618         * sysdeps/x86_64/dl-tls.h: Likewise.
24619         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24620         * time/alt_digit.c: Likewise.
24621         * time/era.c: Likewise.
24622         * wcsmbs/tst-c16c32-1.c: Likewise.
24623
24624 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24625
24626         * math/libm-test.inc (struct test_sincos_data): New type.
24627         (RUN_TEST_LOOP_sincos): New macro.
24628         (sincos_test_data): New variable.
24629         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24630
24631 2013-05-16  Richard Henderson  <rth@redhat.com>
24632
24633         * math/atest-exp2.c (LIMB64): New macro.
24634         (CONSTSZ): New macro.
24635         (mp_exp1, mp_exp_m1, mp_log2): New variables.
24636         (hexdig): Move ...
24637         (print_mpn_fp): ... to function scope.
24638         (read_mpn_hex): Remove.
24639         (get_log2): Remove.
24640         (exp2_mpn): Use mp_log2.
24641         (main): Use mp_exp1.
24642
24643 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24644
24645         * math/libm-test.inc: Remove comment about not testing "inexact"
24646         exceptions.
24647         (INEXACT_EXCEPTION): New macro.
24648         (NO_INEXACT_EXCEPTION): Likewise.
24649         (INVALID_EXCEPTION_OK): Update value.
24650         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24651         (OVERFLOW_EXCEPTION_OK): Likewise.
24652         (UNDERFLOW_EXCEPTION_OK): Likewise.
24653         (IGNORE_ZERO_INF_SIGN): Likewise.
24654         (ERRNO_UNCHANGED): Likewise.
24655         (ERRNO_EDOM): Likewise.
24656         (ERRNO_ERANGE): Likewise.
24657         (test_exceptions): Handle testing "inexact" exceptions.
24658         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24659         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24660         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24661         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24662         INEXACT_EXCEPTION.
24663         (rint_towardzero_test_data): Likewise.
24664         (rint_downward_test_data): Likewise.
24665         (rint_upward_test_data): Likewise.
24666
24667         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24668         with OVERFLOW_EXCEPTION.
24669         (exp10_test_data): Likewise.
24670         (exp2_test_data): Likewise.
24671         (expm1_test_data): Likewise.
24672         (lgamma_test_data): Likewise.
24673         (pow_test_data): Likewise.
24674         (tgamma_test_data): Likewise.
24675         (yn_test_data): Remove duplicate test of overflow.
24676
24677         * math/libm-test.inc (struct test_cc_c_data): New type.
24678         (RUN_TEST_LOOP_cc_c): New macro.
24679         (cpow_test_data): New variable.
24680         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24681
24682         * math/libm-test.inc (struct test_f_L_data): New type.
24683         (RUN_TEST_LOOP_f_L): New macro.
24684         (llrint_test_data): New variable.
24685         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24686         (llrint_tonearest_test_data): New variable.
24687         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24688         (llrint_towardzero_test_data): New variable.
24689         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24690         (llrint_downward_test_data): New variable.
24691         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24692         (llrint_upward_test_data): New variable.
24693         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24694         (llround_test_data): New variable.
24695         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24696
24697 2013-05-13  Peter Collingbourne  <pcc@google.com>
24698
24699         * math/atest-exp2.c (get_log2): Remove const attribute.
24700
24701 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24702
24703         * math/libm-test.inc (struct test_f_l_data): New type.
24704         (RUN_TEST_LOOP_f_l): New macro.
24705         (lrint_test_data): New variable.
24706         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24707         (lrint_tonearest_test_data): New variable.
24708         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24709         (lrint_towardzero_test_data): New variable.
24710         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24711         (lrint_downward_test_data): New variable.
24712         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24713         (lrint_upward_test_data): New variable.
24714         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24715         (lround_test_data): New variable.
24716         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24717
24718 2013-05-15  Peter Collingbourne  <pcc@google.com>
24719
24720         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24721         (EXTRACT_WORDS64) Use where appropriate.
24722         (INSERT_WORDS64) Likewise.
24723
24724         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24725         constraints with x constraints.
24726         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24727
24728         * malloc/obstack.c (_obstack_compat): Add initializer.
24729
24730 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24731
24732         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24733         si_trapno and add si_addr_lsb to _sifields.sigfault.
24734         (si_trapno): Remove macro.
24735         (si_addr_lsb): Define new macro.
24736         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24737
24738 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24739
24740         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
24741         instead of TEST_f_l.
24742         (llrint_test_tonearest): Likewise.
24743         (llrint_test_towardzero): Likewise.
24744         (llrint_test_downward): Likewise.
24745         (llrint_test_upward): Likewise.
24746         (llround_test): Likewise.
24747
24748         * math/libm-test.inc (struct test_f_i_data): Add comment.
24749         (RUN_TEST_LOOP_f_b): New macro.
24750         (RUN_TEST_LOOP_f_b_tg): Likewise.
24751         (finite_test_data): New variable.
24752         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
24753         (isfinite_test_data): New variable.
24754         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24755         (isinf_test_data): New variable.
24756         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24757         (isnan_test_data): New variable.
24758         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24759         (isnormal_test_data): New variable.
24760         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24761         (issignaling_test_data): New variable.
24762         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24763         (signbit_test_data): New variable.
24764         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24765
24766         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
24767         with INVALID_EXCEPTION.
24768         (acosh_test_data): Likewise.
24769         (asin_test_data): Likewise.
24770         (atanh_test_data): Likewise.
24771         (fmod_test_data): Likewise.
24772         (log_test_data): Likewise.
24773         (log10_test_data): Likewise.
24774         (log2_test_data): Likewise.
24775         (pow_test_data): Likewise.
24776         (sqrt_test_data): Likewise.
24777         (y0_test_data): Likewise.
24778         (y1_test_data): Likewise.
24779         (yn_test_data): Likewise.
24780
24781         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
24782         function contents.
24783
24784         * math/libm-test.inc (struct test_ff_i_data): New type.
24785         (RUN_TEST_LOOP_ff_i_tg): New macro.
24786         (isgreater_test_data): New variable.
24787         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24788         (isgreaterequal_test_data): New variable.
24789         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24790         (isless_test_data): New variable.
24791         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24792         (islessequal_test_data): New variable.
24793         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24794         (islessgreater_test_data): New variable.
24795         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24796         (isunordered_test_data): New variable.
24797         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24798
24799 2013-05-14  David S. Miller  <davem@davemloft.net>
24800
24801         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24802
24803 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
24804
24805         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
24806
24807         * math/libm-test.inc (struct test_fF_f1_data): Change type of
24808         extra_test to int.
24809         (struct test_f_i_data): Change type of max_ulp to int.
24810
24811         * math/libm-test.inc (test_ffI_f1_data): New type.
24812         (RUN_TEST_LOOP_ffI_f1): New macro.
24813         (remquo_test_data): New variable.
24814         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
24815
24816         * setjmp/tst-setjmp-fp.c: New file.
24817         * setjmp/Makefile (tests): Add tst-setjmp-fp.
24818         (link-libm): New variable.
24819         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
24820
24821         * math/libm-test.inc (struct test_f_i_data): New type.
24822         (RUN_TEST_LOOP_f_i): New macro.
24823         (RUN_TEST_LOOP_f_i_tg): Likewise.
24824         (fpclassify_test_data): New variable.
24825         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
24826         (ilogb_test_data): New variable.
24827         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
24828
24829         * math/libm-test.inc (scalbln_test): Correct function name in END
24830         call.
24831
24832         * math/libm-test.inc (struct test_f_f1_data): Add comment.
24833         (RUN_TEST_LOOP_fI_f1): New macro.
24834         (frexp_test_data): New variable.
24835         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
24836
24837         * math/libm-test.inc (struct test_fF_f1_data): New type.
24838         (RUN_TEST_LOOP_fF_f1): New macro.
24839         (modf_test_data): New variable.
24840         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
24841
24842         * math/libm-test.inc (struct test_f_f1_data): New type.
24843         (RUN_TEST_LOOP_f_f1): New macro.
24844         (gamma_test_data): New variable.
24845         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24846         (lgamma_test_data): New variable.
24847         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24848
24849 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
24850
24851         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
24852         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
24853         (main): Comment "tls" pseudo-hwcap.
24854
24855 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
24856
24857         * math/libm-test.inc (struct test_fl_f_data): New type.
24858         (RUN_TEST_LOOP_fl_f): New variable.
24859         (scalbln_test_data): New variable.
24860         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
24861
24862         * math/libm-test.inc (struct test_fi_f_data): New type.
24863         (RUN_TEST_LOOP_fi_f): New macro.
24864         (ldexp_test_data): New variable.
24865         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
24866         (scalbn_test_data): New variable.
24867         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
24868
24869         * math/libm-test.inc (struct test_c_f_data): New type.
24870         (RUN_TEST_LOOP_c_f): New macro.
24871         (cabs_test_data): New variable.
24872         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
24873         (carg_test_data): New variable.
24874         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
24875         (cimag_test_data): New variable.
24876         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
24877         (creal_test_data): New variable.
24878         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
24879
24880         * math/libm-test.inc (struct test_if_f_data): New type.
24881         (RUN_TEST_LOOP_if_f): New macro.
24882         (jn_test_data): New variable.
24883         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
24884         (yn_test_data): New variable.
24885         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
24886
24887         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
24888
24889 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24890
24891         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
24892         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
24893
24894 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24895
24896         * benchtests/Makefile (CPPFLAGS-nonlib): Add
24897         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
24898         (bench-deps): Add bench-timing.h.
24899         * benchtests-bench-skeleton.c: Include bench-timing.h.
24900         (main): Use TIMING_* macros instead of clock_gettime.
24901         * benchtests/bench-timing.h: New file.
24902
24903         [BZ #14582]
24904         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
24905         Renamed from _LIB_VERSION.
24906         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
24907
24908 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
24909
24910         * math/libm-test.inc (struct test_fff_f_data): New type.
24911         (RUN_TEST_LOOP_fff_f): New macro.
24912         (fma_test_data): New variable.
24913         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
24914         (fma_towardzero_test_data): New variable.
24915         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
24916         (fma_downward_test_data): New variable.
24917         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
24918         (fma_upward_test_data): New variable.
24919         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
24920
24921         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
24922         (struct test_c_c_data): New type.
24923         (RUN_TEST_LOOP_c_c): New macro.
24924         (cacos_test_data): New variable.
24925         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
24926         (cacosh_test_data): New variable.
24927         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
24928         (casin_test_data): New variable.
24929         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
24930         (casinh_test_data): New variable.
24931         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
24932         (catan_test_data): New variable.
24933         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
24934         (catanh_test_data): New variable.
24935         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
24936         (ccos_test_data): New variable.
24937         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
24938         (ccosh_test_data): New variable.
24939         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
24940         (cexp_test_data): New variable.
24941         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
24942         (clog_test_data): New variable.
24943         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
24944         (clog10_test_data): New variable.
24945         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
24946         (conj_test_data): New variable.
24947         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
24948         (cproj_test_data): New variable.
24949         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
24950         (csin_test_data): New variable.
24951         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
24952         (csinh_test_data): New variable.
24953         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
24954         (csqrt_test_data): New variable.
24955         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
24956         (ctan_test_data): New variable.
24957         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
24958         (ctan_tonearest_test_data): New variable.
24959         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24960         (ctan_towardzero_test_data): New variable.
24961         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24962         (ctan_downward_test_data): New variable.
24963         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24964         (ctan_upward_test_data): New variable.
24965         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24966         (ctanh_test_data): New variable.
24967         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
24968         (ctanh_tonearest_test_data): New variable.
24969         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24970         (ctanh_towardzero_test_data): New variable.
24971         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24972         (ctanh_downward_test_data): New variable.
24973         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24974         (ctanh_upward_test_data): New variable.
24975         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24976         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
24977         of BUILD_COMPLEX.
24978
24979         * math/libm-test.inc (struct test_ff_f_data): New type.
24980         (struct test_ff_f_data_nexttoward): Likewise.
24981         (RUN_TEST_LOOP_2_f): New macro.
24982         (RUN_TEST_LOOP_ff_f): Likewise.
24983         (atan2_test_data): New variable.
24984         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
24985         (copysign_test_data): New variable.
24986         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
24987         (fdim_test_data): New variable.
24988         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
24989         (fmax_test_data): New variable.
24990         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
24991         (fmin_test_data): New variable.
24992         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
24993         (fmod_test_data): New variable.
24994         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
24995         (hypot_test_data): New variable.
24996         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
24997         (nextafter_test_data): New variable.
24998         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
24999         (nexttoward_test_data): New variable.
25000         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25001         (pow_test_data): New variable.
25002         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25003         (pow_tonearest_test_data): New variable.
25004         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25005         (pow_towardzero_test_data): New variable.
25006         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25007         (pow_downward_test_data): New variable.
25008         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25009         (pow_upward_test_data): New variable.
25010         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25011         (remainder_test_data): New variable.
25012         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25013         (scalb_test_data): New variable.
25014         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25015         * sysdeps/i386/fpu/libm-test-ulps: Update.
25016
25017 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25018
25019         * math/libm-test.inc (fma_test): Use max_value instead of local
25020         variable fltmax.
25021         (nextafter_test): Likewise.
25022
25023         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25024         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25025         (acos_downward_test_data): New variable.
25026         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25027         (acos_upward_test_data): New variable.
25028         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25029         (acosh_test_data): New variable.
25030         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25031         (asin_test_data): New variable.
25032         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25033         (asin_tonearest_test_data): New variable.
25034         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25035         (asin_towardzero_test_data): New variable.
25036         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25037         (asin_downward_test_data): New variable.
25038         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25039         (asin_upward_test_data): New variable.
25040         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25041         (asinh_test_data): New variable.
25042         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25043         (atan_test_data): New variable.
25044         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25045         (atanh_test_data): New variable.
25046         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25047         (cbrt_test_data): New variable.
25048         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25049         (ceil_test_data): New variable.
25050         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25051         (cos_test_data): New variable.
25052         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25053         (cos_tonearest_test_data): New variable.
25054         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25055         (cos_towardzero_test_data): New variable.
25056         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25057         (cos_downward_test_data): New variable.
25058         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25059         (cos_upward_test_data): New variable.
25060         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25061         (cosh_test_data): New variable.
25062         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25063         (cosh_tonearest_test_data): New variable.
25064         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25065         (cosh_towardzero_test_data): New variable.
25066         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25067         (cosh_downward_test_data): New variable.
25068         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25069         (cosh_upward_test_data): New variable.
25070         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25071         (erf_test_data): New variable.
25072         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25073         (erfc_test_data): New variable.
25074         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25075         (exp_test_data): New variable.
25076         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25077         (exp_tonearest_test_data): New variable.
25078         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25079         (exp_towardzero_test_data): New variable.
25080         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25081         (exp_downward_test_data): New variable.
25082         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25083         (exp_upward_test_data): New variable.
25084         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25085         (exp10_test_data): New variable.
25086         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25087         (exp2_test_data): New variable.
25088         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25089         (expm1_test_data): New variable.
25090         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25091         (fabs_test_data): New variable.
25092         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25093         (floor_test_data): New variable.
25094         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25095         (j0_test_data): New variable.
25096         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25097         (j1_test_data): New variable.
25098         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25099         (log_test_data): New variable.
25100         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25101         (log10_test_data): New variable.
25102         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25103         (log1p_test_data): New variable.
25104         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25105         (log2_test_data): New variable.
25106         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25107         (logb_test_data): New variable.
25108         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25109         (logb_downward_test_data): New variable.
25110         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25111         (nearbyint_test_data): New variable.
25112         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25113         (rint_test_data): New variable.
25114         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25115         (rint_tonearest_test_data): New variable.
25116         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25117         (rint_towardzero_test_data): New variable.
25118         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25119         (rint_downward_test_data): New variable.
25120         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25121         (rint_upward_test_data): New variable.
25122         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25123         (round_test_data): New variable.
25124         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25125         (sin_test_data): New variable.
25126         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25127         (sin_tonearest_test_data): New variable.
25128         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25129         (sin_towardzero_test_data): New variable.
25130         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25131         (sin_downward_test_data): New variable.
25132         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25133         (sin_upward_test_data): New variable.
25134         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25135         (sinh_test_data): New variable.
25136         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25137         (sinh_tonearest_test_data): New variable.
25138         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25139         (sinh_towardzero_test_data): New variable.
25140         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25141         (sinh_downward_test_data): New variable.
25142         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25143         (sinh_upward_test_data): New variable.
25144         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25145         (sqrt_test_data): New variable.
25146         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25147         (tan_test_data): New variable.
25148         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25149         (tan_tonearest_test_data): New variable.
25150         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25151         (tan_towardzero_test_data): New variable.
25152         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25153         (tan_downward_test_data): New variable.
25154         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25155         (tan_upward_test_data): New variable.
25156         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25157         (tanh_test_data): New variable.
25158         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25159         (tgamma_test_data): New variable.
25160         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25161         (trunc_test_data): New variable.
25162         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25163         (y0_test_data): New variable.
25164         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25165         (y1_test_data): New variable.
25166         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25167         (significand_test_data): New variable.
25168         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25169
25170 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25171
25172         [BZ #12387]
25173         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25174
25175 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25176
25177         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25178
25179 2013-05-10  Andreas Jaeger  <aj@suse.de>
25180
25181         [BZ #15448]
25182         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25183         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25184
25185 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25186
25187         * math/gen-libm-test.pl (adjust_arg): New function.
25188         (special_functions): Handle generating output in both functions
25189         and arrays.
25190         (parse_args): Likewise.
25191         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25192         $in_func argument to parse_args.
25193         * math/libm-test.inc (struct test_f_f_data): New type.
25194         (IF_ROUND_INIT_): New macro.
25195         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25196         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25197         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25198         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25199         (ROUND_RESTORE_): Likewise.
25200         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25201         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25202         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25203         (ROUND_RESTORE_FE_UPWARD): Likewise.
25204         (RUN_TEST_LOOP_f_f): New macro.
25205         (acos_test_data): New variable.
25206         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25207         (acos_tonearest_test_data): New variable.
25208         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25209
25210 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25211
25212         * benchtests/bench-skeleton.c (startup): Fix coding style.
25213
25214 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25215
25216         [BZ #6809]
25217         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25218         negative infinity argument.
25219         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25220         negative infinity argument.
25221         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25222         negative infinity argument.
25223         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25224         domain errors.
25225
25226 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25227
25228         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25229         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25230         * iconv/iconv_prog.c (main): Likewise.
25231         * locale/programs/charmap-dir.c (charmap_readdir)
25232         (fopen_uncompressed): Likewise.
25233         * locale/programs/locfile.c (siblings_uncached)
25234         (write_locale_data): Use lstat64 instead of lstat.
25235         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25236         stat.
25237
25238 2013-05-10  Andreas Jaeger  <aj@suse.de>
25239
25240         [BZ #15395]
25241         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25242         localization.
25243         Include <locale.h>.
25244
25245 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25246
25247         * elf/dl-close.c (_dl_close_worker): Add comments.
25248
25249 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25250
25251         [BZ #15359]
25252         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25253         high part of pi/2.
25254         (__ieee754_rem_pio2l): Update comments.
25255
25256         [BZ #15429]
25257         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25258         high part of pi/2.
25259         (__ieee754_rem_pio2l): Update comments.
25260
25261         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25262         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25263
25264         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25265         M_PI_4l.
25266
25267         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25268         (M_PI_34_LOG10El): Likewise.
25269         (M_PI2_LOG10El): Likewise.
25270         (M_PI4_LOG10El): Likewise.
25271         (M_PI_LOG10El): Likewise.
25272
25273 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25274
25275         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25276
25277 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25278
25279         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25280         (MINUS_ZERO_INIT): Likewise.
25281         (PLUS_INFTY_INIT): Likewise.
25282         (MINUS_INFTY_INIT): Likewise.
25283         (QNAN_VALUE_INIT): Likewise.
25284         (MAX_VALUE_INIT): Likewise.
25285         (MIN_VALUE_INIT): Likewise.
25286         (MIN_SUBNORM_VALUE_INIT): Likewise.
25287         (plus_zero): Initialize with PLUS_ZERO_INIT.
25288         (minus_zero): Initialize with MINUS_ZERO_INIT.
25289         (plus_infty): Initialize with PLUS_INFTY_INIT.
25290         (minus_infty): Initialize with MINUS_INFTY_INIT.
25291         (qnan_value): Initialize with QNAN_VALUE_INIT.
25292         (max_value): Initialize with MAX_VALUE_INIT.
25293         (min_value): Initialize with MIN_VALUE_INIT.
25294         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25295
25296         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25297         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25298         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25299         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25300
25301         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25302         (RUN_TEST_2_f): Likewise.
25303         (RUN_TEST_ff_f): Likewise.
25304         (RUN_TEST_fi_f): Likewise.
25305         (RUN_TEST_fl_f): Likewise.
25306         (RUN_TEST_fff_f): Likewise.
25307         (RUN_TEST_c_f): Likewise.
25308         (RUN_TEST_f_f1): Likewise.
25309         (RUN_TEST_fF_f1): Likewise.
25310         (RUN_TEST_fI_f1): Likewise.
25311         (RUN_TEST_ffI_f1): Likewise.
25312         (RUN_TEST_c_c): Likewise.
25313         (RUN_TEST_cc_c): Likewise.
25314         (RUN_TEST_f_i): Likewise.
25315         (RUN_TEST_f_i_tg): Likewise.
25316         (RUN_TEST_ff_i_tg): Likewise.
25317         (RUN_TEST_f_b): Likewise.
25318         (RUN_TEST_f_b_tg): Likewise.
25319         (RUN_TEST_f_l): Likewise.
25320         (RUN_TEST_f_L): Likewise.
25321         (RUN_TEST_sincos): Likewise.
25322         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25323         whether to show exceptions.  Do not include ");\n" in return
25324         value.
25325         (special_functions): Output call to RUN_TEST_sincos instead of
25326         check_float calls.  Update calls to new_test.
25327         (parse_args): Output call to single RUN_TEST_* macro instead of
25328         check_* calls and other assignments.  Update calls to new_test.
25329
25330         [BZ #2546]
25331         [BZ #2560]
25332         [BZ #5159]
25333         [BZ #15426]
25334         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25335         input to result for tgamma overflow.
25336         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25337         (gamma_coeff): New variable.
25338         (NCOEFF): New macro.
25339         (gamma_positive): New function.
25340         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25341         underflow here.  Use gamma_positive instead of exp (lgamma) for
25342         other arguments.
25343         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25344         (gamma_coeff): New variable.
25345         (NCOEFF): New macro.
25346         (gammaf_positive): New function.
25347         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25348         underflow here.  Use gamma_positive instead of exp (lgamma) for
25349         other arguments.
25350         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25351         (gamma_coeff): New variable.
25352         (NCOEFF): New macro.
25353         (gammal_positive): New function.
25354         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25355         underflow here.  Use gamma_positive instead of exp (lgamma) for
25356         other arguments.
25357         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25358         (gamma_coeff): New variable.
25359         (NCOEFF): New macro.
25360         (gammal_positive): New function.
25361         (__ieee754_gammal_r): Handle positive infinity, overflow and
25362         underflow here.  Handle NaN the same as positive infinity.  Remove
25363         check x < 0xffffffff for negative integers.  Use gamma_positive
25364         instead of exp (lgamma) for other arguments.
25365         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25366         (gamma_coeff): New variable.
25367         (NCOEFF): New macro.
25368         (gammal_positive): New function.
25369         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25370         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25371         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25372         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25373         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25374         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25375         * sysdeps/generic/math_private.h (__gamma_productf): New
25376         prototype.
25377         (__gamma_product): Likewise.
25378         (__gamma_productl): Likewise.
25379         * math/Makefile (libm-calls): Add gamma_product.
25380         * math/libm-test.inc (tgamma_test): Add more tests.
25381         * sysdeps/i386/fpu/libm-test-ulps: Update.
25382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25383
25384 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25385
25386         * benchtests/bench-skeleton.c (main): Preheat CPU.
25387
25388 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25389
25390         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25391
25392 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25393
25394         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25395         and _dl_skip_args_internal.
25396
25397 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25398
25399         * manual/message.texi (Message Translation): Talk about users.
25400         Message to key mapping impacts design.
25401
25402 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25403
25404         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25405
25406         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25407
25408         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25409         * sysdeps/wordsize-64/glob64.c: ... here.
25410
25411         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25412         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25413         New macros.
25414
25415         * debug/getlogin_r_chk.c: Moved to ...
25416         * login/getlogin_r_chk.c: ... here.
25417         * debug/Makefile (routines): Move getlogin_r_chk to ...
25418         * login/Makefile (routines): ... here.
25419         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25420         * login/Versions (libc: GLIBC_2.4): ... here.
25421
25422         * io/poll.c (__poll): Renamed from poll.
25423         Add libc_hidden_def.
25424         (poll): Define as weak alias.
25425
25426         * debug/ptsname_r_chk.c: Moved to ...
25427         * login/ptsname_r_chk.c: ... here.
25428         * debug/Makefile (routines): Move ptsname_r_chk to ...
25429         * login/Makefile (routines): ... here.
25430         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25431         * login/Versions (libc: GLIBC_2.4): ... here.
25432
25433         * posix/getlogin.c: Moved to ...
25434         * login/getlogin.c: ... here.
25435         * posix/getlogin_r.c: Moved to ...
25436         * login/getlogin_r.c: ... here.
25437         * posix/getlogin_r.c: Moved to ...
25438         * login/getlogin_r.c: ... here.
25439         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25440         * login/Makefile (routines): ... here.
25441         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25442         * login/Versions (libc: GLIBC_2.0): ... here.
25443
25444         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25445         (setrlimit): Define as weak alias.
25446
25447         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25448         Call __ names for open, ftruncate, and close.
25449         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25450         (truncate): Define as weak alias.
25451
25452 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25453
25454         * math/gen-libm-test.pl (parse_args): Initialize x before each
25455         test of frexp, modf and remquo.
25456
25457         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25458         test signgam value.
25459
25460 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25461
25462         [BZ #15418]
25463         [BZ #15419]
25464         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25465         internal tests.
25466         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25467
25468 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25469
25470         * elf/dl-writev.h: New file.
25471         * elf/dl-misc.c: Include it.
25472         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25473         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25474
25475 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25476
25477         * math/libm-test.inc (noXFails): Remove variable.
25478         (noXPasses): Likewise.
25479         (BUILD_COMPLEX_INT): Remove macro.
25480         (print_screen): Remove xfail argument.
25481         (print_screen_max_error): Likewise.
25482         (update_stats): Likewise.
25483         (print_max_error): Likewise.  Update calls to other affected
25484         functions.
25485         (print_complex_max_error): Likewise.
25486         (test_single_exception): Update calls to print_screen.
25487         (test_single_errno): Likewise.
25488         (check_float_internal): Remove xfail argument.  Update calls to
25489         other affected functions.
25490         (check_float): Likewise.
25491         (check_complex): Likewise.
25492         (check_int): Likewise.
25493         (check_long): Likewise.
25494         (check_bool): Likewise.
25495         (check_longlong): Likewise.
25496         (main): Don't print noXFails and noXPasses.
25497         * math/gen-libm-test.pl (top level): Don't mention expected
25498         failure handling in comment.
25499         (new_test): Don't handle expected failures.
25500         (parse_args): Don't mention expected failure handling in comment.
25501         (generate_testfile): Don't handle expected failures.
25502         (parse_ulps): Likewise.
25503         (print_ulps_file): Likewise.
25504         (get_failure): Remove function.
25505         (output_test): Don't handle expected failures.
25506         * make/README.libm-test: Don't mention expected failure handling.
25507
25508         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25509         (minus_zero): Likewise.
25510         (plus_infty): Likewise.
25511         (minus_infty): Likewise.
25512         (qnan_value): Likewise.
25513         (max_value): Likewise.
25514         (min_value): Likewise.
25515         (min_subnorm_value): Likewise.
25516         (initialize): Do not initialize those variables dynamically.
25517
25518 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25519
25520         * io/open.c (__open_2): Moved to ...
25521         * io/open_2.c: ... this new file.
25522         * io/open64.c (__open64_2): Moved to ...
25523         * io/open64_2.c: ... this new file.
25524         * io/openat.c (__openat_2): Moved to ...
25525         * io/openat_2.c: ... this new file.
25526         * io/openat64.c (__openat64_2): Moved to ...
25527         * io/openat64_2.c: ... this new file.
25528         * io/Makefile (routines): Add them.
25529         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25530         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25531         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25532         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25533         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25534         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25535         (__openat64): Add hidden_ver.
25536         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25537         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25538
25539         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25540         Separately conditionalize setting of GLRO(dl_sysinfo) so
25541         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25542         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25543
25544 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25545
25546         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25547         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25548         definition.
25549         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25550         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25551         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25552         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25553         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25554
25555 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25556
25557         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25558         test signgam value.
25559
25560         * math/libm-test.inc (hypot_test): Do not use
25561         IGNORE_ZERO_INF_SIGN.
25562
25563 2013-05-03  Andreas Jaeger  <aj@suse.de>
25564
25565         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25566         Linux 3.9.
25567         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25568         (PF_MAX): Adjust for VSOCK change.
25569
25570 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25571
25572         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25573
25574 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25575
25576         [BZ #15264]
25577         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25578         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25579         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25580
25581 2013-05-02  David S. Miller  <davem@davemloft.net>
25582
25583         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25584
25585 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25586
25587         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25588
25589 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25590
25591         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25592
25593 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25594
25595         [BZ #14952]
25596         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25597         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25598         Use __attribute__ ((__gnu_inline__)).
25599         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25600         Don't use __attribute__ ((__gnu_inline__)).
25601
25602 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25603
25604         [BZ #15423]
25605         * math/s_catan.c (__catan): Handle small real or imaginary part of
25606         input specially to avoid spurious underflow.
25607         * math/s_catanf.c (__catanf): Likewise.
25608         * math/s_catanh.c (__catanh): Likewise.
25609         * math/s_catanhf.c (__catanhf): Likewise.
25610         * math/s_catanhl.c (__catanhl): Likewise.
25611         * math/s_catanl.c (__catanl): Likewise.
25612         * math/libm-test.inc (catan_test): Add more tests.
25613         (catanh_test): Likewise.
25614         * sysdeps/i386/fpu/libm-test-ulps: Update.
25615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25616
25617 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25618
25619         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25620
25621 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25622
25623         [BZ #15416]
25624         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25625         accurately for denominator in atan2.
25626         * math/s_catanf.c (__catanf): Likewise.
25627         * math/s_catanh.c (__catanh): Likewise.
25628         * math/s_catanhf.c (__catanhf): Likewise.
25629         * math/s_catanhl.c (__catanhl): Likewise.
25630         * math/s_catanl.c (__catanl): Likewise.
25631         * math/libm-test.inc (catan_test): Add more tests.
25632         (catanh_test): Likewise.
25633         * sysdeps/i386/fpu/libm-test-ulps: Update.
25634         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25635
25636 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25637
25638         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25639
25640         * benchtests/Makefile (bench): Remove slow benchmarks.
25641         * benchtests/atan-inputs: Add slow benchmark inputs.
25642         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25643         (BENCH_FUNC): Accept variant offset.
25644         (VARIANT): Define.
25645         * benchtests/bench-skeleton.c (main): Run benchmark for each
25646         variant.
25647         * benchtests/cos-inputs: Add slow benchmark inputs.
25648         * benchtests/exp-inputs: Likewise.
25649         * benchtests/pow-inputs: Likewise.
25650         * benchtests/sin-inputs: Likewise.
25651         * benchtests/slowatan-inputs: Remove.
25652         * benchtests/slowatan.c: Remove.
25653         * benchtests/slowcos-inputs: Remove.
25654         * benchtests/slowcos.c: Remove.
25655         * benchtests/slowexp-inputs: Remove.
25656         * benchtests/slowexp.c: Remove.
25657         * benchtests/slowpow-inputs: Remove.
25658         * benchtests/slowpow.c: Remove.
25659         * benchtests/slowsin-inputs: Remove.
25660         * benchtests/slowsin.c: Remove.
25661         * benchtests/slowtan-inputs: Remove.
25662         * benchtests/slowtan.c: Remove.
25663         * benchtests/tan-inputs: Add slow benchmark inputs.
25664         * scripts/bench.pl: Parse comments and directives.
25665
25666         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
25667         in CPPFLAGS.
25668         ($(objpfx)bench-%.c): Remove *-ITER.
25669         * benchtests/bench-modf.c: Remove definition of ITER.
25670         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25671         (main): Loop for DURATION seconds instead of fixed number of
25672         iterations.
25673         * scripts/bench.pl: Don't expect iterations in parameters.
25674
25675 2013-04-29  Roland McGrath  <roland@hack.frob.com>
25676
25677         * io/fchdir.c (__fchdir): Renamed from fchdir.
25678         (fchdir): Define as weak alias.
25679
25680 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25681
25682         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25683         (ERRNO_EDOM): Likewise.
25684         (ERRNO_ERANGE): Likewise.
25685         (noErrnoTests): New variable.
25686         (init_max_error): Set errno to 0.
25687         (test_single_errno): New function.
25688         (test_errno): Likewise.
25689         (check_float_internal): Call test_errno.  Set errno to 0.
25690         (check_complex): Refer to errno tests in comment.
25691         (check_int): Call test_errno.  Set errno to 0.
25692         (check_long): Likewise.
25693         (check_bool): Likewise.
25694         (check_longlong): Likewise.
25695         (cos_test): Use ERRNO_* flags for errno tests instead of
25696         check_int.
25697         (expm1_test): Likewise.
25698         (fmod_test): Likewise.
25699         (ilogb_test): Likewise.
25700         (lgamma_test): Likewise.
25701         (pow_test): Likewise.
25702         (remainder_test): Likewise.
25703         (sin_test): Likewise.
25704         (tan_test): Likewise.
25705         (yn_test): Likewise.
25706         (initialize): Set errno to 0.
25707         (main): Print number of errno tests.
25708         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25709
25710 2013-04-29  Andreas Jaeger  <aj@suse.de>
25711
25712         [BZ #15084]
25713         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25714         and RES_USEVC.
25715
25716         [BZ #15085]
25717         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25718         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25719         unimplemented.
25720
25721         [BZ #15380]
25722         * stdlib/random.c (__initstate): Return NULL if
25723         __initstate fails.
25724
25725         [BZ #15086]
25726         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25727         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25728         RES_SNGLKUPREOP.
25729
25730 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25731
25732         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25733
25734 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25735
25736         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
25737         of individual tests.
25738         (casin_test): Likewise.
25739         (casinh_test): Likewise.
25740
25741 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
25742
25743         [BZ #15409]
25744         * math/s_catan.c (__catan): Handle arguments with large real or
25745         imaginary part separately without squaring.
25746         * math/s_catanf.c (__catanf): Likewise.
25747         * math/s_catanh.c (__catanh): Likewise.
25748         * math/s_catanhf.c (__catanhf): Likewise.
25749         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25750         and redefine.
25751         (__catanhl): Handle arguments with large real or imaginary part
25752         separately without squaring.
25753         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25754         and redefine.
25755         (__catanl): Handle arguments with large real or imaginary part
25756         separately without squaring.
25757         * math/libm-test.inc (catan_test): Add more tests.
25758         (catanh_test): Likewise.
25759         * sysdeps/i386/fpu/libm-test-ulps: Update.
25760         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25761
25762 2013-04-27  Andreas Jaeger  <aj@suse.de>
25763
25764         [BZ #15007]
25765         * stdlib/stdlib.h: Update guards for qecvt.
25766         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
25767         <stdlib.h>.
25768
25769 2013-04-27  Allan McRae  <allan@archlinux.org>
25770
25771         * sysdeps/i386/fpu/libm-test-ulps: Update.
25772
25773 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
25774
25775         [BZ #15406]
25776         * math/s_catan.c: Include <float.h>.
25777         (__catan): Ensure underflow exception occurs for underflowed
25778         result.
25779         * math/s_catanf.c: Include <float.h>.
25780         (__catanf): Ensure underflow exception occurs for underflowed
25781         result.
25782         * math/s_catanh.c: Include <float.h>.
25783         (__catanh): Ensure underflow exception occurs for underflowed
25784         result.
25785         * math/s_catanhf.c: Include <float.h>.
25786         (__catanhf): Ensure underflow exception occurs for underflowed
25787         result.
25788         * math/s_catanhl.c: Include <float.h>.
25789         (__catanhl): Ensure underflow exception occurs for underflowed
25790         result.
25791         * math/s_catanl.c: Include <float.h>.
25792         (__catanl): Ensure underflow exception occurs for underflowed
25793         result.
25794         * math/libm-test.inc (catan_test): Add more tests.
25795         (catanh_test): Likewise.
25796
25797         [BZ #15405]
25798         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
25799         underflowed result.
25800         * math/s_ccoshf.c (__ccoshf): Likewise.
25801         * math/s_ccoshl.c (__ccoshl): Likewise.
25802         * math/s_csin.c (__csin): Likewise.
25803         * math/s_csinf.c (__csinf): Likewise.
25804         * math/s_csinh.c (__csinh): Likewise.
25805         * math/s_csinhf.c (__csinhf): Likewise.
25806         * math/s_csinhl.c (__csinhl): Likewise.
25807         * math/s_csinl.c (__csinl): Likewise.
25808         * math/libm-test.inc (ccos_test): Add more tests.
25809         (ccosh_test): Likewise.
25810         (csin_test): Likewise.
25811         (csinh_test): Likewise.
25812
25813 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25814
25815         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
25816         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
25817         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
25818         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
25819         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
25820         powerpc/power5+/fpu folders.
25821         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
25822
25823
25824 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
25825
25826         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25827
25828 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
25829
25830         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
25831         additions to variable.
25832         [$(config-machine) = x86_64] (modules-names): Likewise.
25833         ($(objpfx)tst-audit3): Remove dependency.
25834         ($(objpfx)tst-audit3.out): Likewise.
25835         ($(objpfx)tst-audit4): Likewise.
25836         ($(objpfx)tst-audit4.out): Likewise.
25837         ($(objpfx)tst-audit5): Likewise.
25838         ($(objpfx)tst-audit5.out): Likewise.
25839         ($(objpfx)tst-audit6): Likewise.
25840         ($(objpfx)tst-audit6.out): Likewise.
25841         ($(objpfx)tst-audit7): Likewise.
25842         ($(objpfx)tst-audit7.out): Likewise.
25843         (tst-audit3-ENV): Remove variable.
25844         (tst-audit4-ENV): Likewise.
25845         (tst-audit5-ENV): Likewise.
25846         (tst-audit6-ENV): Likewise.
25847         (tst-audit7-ENV): Likewise.
25848         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
25849         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
25850         addition to variable.
25851         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
25852         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
25853         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
25854         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
25855         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
25856         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
25857         tst-audit3, tst-audit4 and tst-audit5.
25858         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
25859         tst-audit6 and tst-audit7.
25860         [$(subdir) = elf] (modules-names): Add audit modules for those
25861         tests.
25862         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
25863         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
25864         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
25865         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
25866         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
25867         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
25868         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
25869         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
25870         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
25871         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
25872         [$(subdir) = elf] (tst-audit3-ENV): New variable.
25873         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
25874         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
25875         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
25876         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
25877         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
25878         Likewise.
25879         [$(subdir) = elf && $(config-cflags-avx) = yes]
25880         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
25881         [$(subdir) = elf && $(config-cflags-avx) = yes]
25882         (CFLAGS-tst-auditmod4a.c): Likewise.
25883         [$(subdir) = elf && $(config-cflags-avx) = yes]
25884         (CFLAGS-tst-auditmod4b.c): Likewise.
25885         [$(subdir) = elf && $(config-cflags-avx) = yes]
25886         (CFLAGS-tst-auditmod6b.c): Likewise.
25887         [$(subdir) = elf && $(config-cflags-avx) = yes]
25888         (CFLAGS-tst-auditmod6c.c): Likewise.
25889         [$(subdir) = elf && $(config-cflags-avx) = yes]
25890         (CFLAGS-tst-auditmod7b.c): Likewise.
25891         * elf/tst-audit3.c: Move to ...
25892         * sysdeps/x86_64/tst-audit3.c: ... here.
25893         * elf/tst-audit4.c: Move to ...
25894         * sysdeps/x86_64/tst-audit4.c: ... here.
25895         * elf/tst-audit5.c: Move to ...
25896         * sysdeps/x86_64/tst-audit5.c: ... here.
25897         * elf/tst-audit6.c: Move to ...
25898         * sysdeps/x86_64/tst-audit6.c: ... here.
25899         * elf/tst-audit7.c: Move to ...
25900         * sysdeps/x86_64/tst-audit7.c: ... here.
25901         * elf/tst-auditmod3a.c: Move to ...
25902         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
25903         * elf/tst-auditmod3b.c: Move to ...
25904         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
25905         * elf/tst-auditmod4a.c: Move to ...
25906         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
25907         * elf/tst-auditmod4b.c: Move to ...
25908         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
25909         * elf/tst-auditmod5a.c: Move to ...
25910         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
25911         * elf/tst-auditmod5b.c: Move to ...
25912         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
25913         * elf/tst-auditmod6a.c: Move to ...
25914         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
25915         * elf/tst-auditmod6b.c: Move to ...
25916         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
25917         * elf/tst-auditmod6c.c: Move to ...
25918         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
25919         * elf/tst-auditmod7a.c: Move to ...
25920         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
25921         * elf/tst-auditmod7b.c: Move to ...
25922         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
25923
25924 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
25925
25926         [BZ #15366]
25927         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
25928         define unconditionally.
25929         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
25930         define unconditionally.
25931         (INT8_C, INT16_C, etc.): Likewise.
25932
25933 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
25934
25935         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
25936         __ehdr_start with hidden visibility.
25937
25938         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
25939
25940 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
25941
25942         * math/libm-test.inc (cos_test): Use accurate hex constants.
25943         (sincost_test): Likewise.
25944
25945 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
25946
25947         * math/libm-test.inc (catan_test): Add more tests.
25948         (catanh_test): Likewise.
25949
25950         * math/s_catanf.c (__catanf): Use suffixed floating-point
25951         constants.
25952         * math/s_catanhf.c (__catanhf): Likewise.
25953         * math/s_catanhl.c (__catanhl): Likewise.
25954         * math/s_catanl.c (__catanl): Likewise.
25955
25956         [BZ #15394]
25957         * math/s_catan.c (__catan): Calculate imaginary part of result
25958         with log1p not log unless computing log of number close to 0.
25959         * math/s_catanf.c (__catanf): Likewise.
25960         * math/s_catanl.c (__catanl): Likewise.
25961         * math/s_catanh.c (__catanh): Calculate real part of result with
25962         log1p not log unless computing log of number close to 0.
25963         * math/s_catanhf.c (__catanhf): Likewise.
25964         * math/s_catanhl.c (__catanhl): Likewise.
25965         * math/libm-test.inc (catan_test): Add more tests.
25966         (catanh_test): Likewise.
25967         * sysdeps/i386/fpu/libm-test-ulps: Update.
25968         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25969
25970 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25971
25972         * benchtests/Makefile: Mention files in which fast and slow
25973         paths of math functions are implemented.
25974
25975 2013-04-23  Roland McGrath  <roland@hack.frob.com>
25976
25977         * sysdeps/posix/timespec_get.c: New file.
25978
25979 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25980
25981         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
25982         POWER.
25983         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
25984         for POWER.
25985         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
25986         powerpc/power5/fpu folders.
25987         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
25988         * benchtests/Makefile: Add modf testcase.
25989         * benchtests/bench-modf.c: New file: Benchmark test for mo
25990
25991 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25992
25993         [BZ #14888]
25994         * time/Makefile (tests): Add tst-strptime-whitespace.
25995         * time/strptime_l.c (get_number): Use ISSPACE.
25996         (__strptime_internal): Likewise.
25997         * time/tst-strptime-whitespace.c: New test case.
25998
25999 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26000
26001         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26002         member.
26003         (_nss_files_init): Set it here.
26004
26005 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26006
26007         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26008         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26009         unsigned.
26010
26011 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26012
26013         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26014
26015 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26016
26017         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26018         size just once.
26019
26020 2013-04-21  David S. Miller  <davem@davemloft.net>
26021
26022         * po/ru.po: Update Russion translation from translation project.
26023
26024 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26025
26026         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26027         and setfsgid.
26028
26029 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26030
26031         * configure.in: Remove i386 configure warning. Remove i386 case.
26032         * configure: Regenerate.
26033         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26034         Add example to error message.
26035         * sysdeps/i386/configure: Regenerate.
26036
26037 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26038
26039         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26040         slowtan.
26041         * benchtests/cos-inputs: New file.
26042         * benchtests/slowcos-inputs: New file.
26043         * benchtests/slowcos.c: New file.
26044         * benchtests/slowtan-inputs: New file.
26045         * benchtests/slowtan.c: New file.
26046         * benchtests/tan-inputs: New file.
26047
26048 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26049
26050         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26051         considered kosher.
26052
26053 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26054
26055         * benchtests/Makefile: Include cppflags-iterator.mk to add
26056         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26057
26058         * Makefile.in (bench-clean): New target.
26059         * benchtests/Makefile (bench-clean): Likewise.
26060
26061 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26062
26063         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26064
26065 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26066
26067         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26068
26069 2013-04-15  Andreas Schwab  <schwab@suse.de>
26070
26071         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26072         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26073         * nscd/pwdcache.c (cache_addpw): Likewise.
26074         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26075         more than recsize.
26076
26077 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26078
26079         * benchtests/Makefile (bench): Write all output to
26080         bench-out.tmp together.
26081
26082 2013-04-15  Andreas Schwab  <schwab@suse.de>
26083
26084         * nscd/nscd.c (main): Don't fork again after closing files.
26085
26086 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26087
26088         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26089
26090         * benchtests/Rules (bench-deps): Collect dependencies into a
26091         single variable.  Add Makefile to dependencies.
26092         ($(objpfx)bench-%.c): Depend on bench-deps.
26093
26094 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26095             Xavier Roche  <roche+kml2@exalead.com>
26096
26097         [BZ #15361]
26098         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26099         just that it's a file descriptor.
26100         * manual/llio.texi (Synchronizing AIO Operations): Update description
26101         for EBADF error from aio_fsync.
26102
26103 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26104
26105         * Rules (bench): Move target definition...
26106         * benchtests/Makefile: ... here.
26107
26108 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26109
26110         * math/libm-test.inc (cos_test): Fix PI/2 test.
26111         (sincos_test): Likewise.
26112         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26113         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26114
26115 2013-04-11  Andreas Schwab  <schwab@suse.de>
26116
26117         [BZ #13988]
26118         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26119         accept exponent character only when digits were seen.
26120         * stdio-common/Makefile (tests): Add bug26.
26121         * stdio-common/bug26.c: New file.
26122
26123         [BZ #14293]
26124         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26125         non-freeable.
26126
26127 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26128
26129         * Makeconfig (rtld-prefix): Define built linker prefix.
26130         * Rules (run-bench): Use it.
26131         * math/Makefile (run-regen-ulps): Likewise.
26132
26133         * Rules (bench): Remove eval.
26134
26135 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26136             Roland McGrath  <roland@hack.frob.com>
26137             Ondrej Bilka  <neleai@seznam.cz>
26138
26139         [BZ #15346]
26140         * time/getdate.c: Include ctype.h and alloca.h.
26141         (__getdate_r): Trim leading and trailing spaces of input.
26142         * time/tst-getdate.c (tests): Add tests with leading and
26143         trailing spaces.
26144
26145 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26146
26147         [BZ #14280]
26148         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26149         when computing value.
26150
26151 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26152
26153         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26154         Use testrun.sh to run libm tests.
26155
26156         [BZ #15309]
26157         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26158
26159 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26160
26161         [BZ #15264]
26162         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26163
26164 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26165
26166         * Makefile.in (regen-ulps): New target.
26167         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26168         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26169         [ifneq (no,$(PERL)] (regen-ulps): New target.
26170         [ifeq (no,$(PERL)] (regen-ulps): New target.
26171         * math/libm-test.inc (ulps_file_name): Define.
26172         (output_dir): New variable.
26173         (options): Add "output-dir" option.
26174         (parse_opt): Handle 'o' case.
26175         (main): If output_dir is non-NULL use it as a prefix
26176         otherwise use "".
26177         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26178
26179 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26180
26181         [BZ #10060, #10062]
26182         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26183         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26184         fail configure if __sync_val_compare_and_swap is not inlined.
26185         * sysdeps/i386/configure: Regenerate.
26186         * configure.in: Build for i686 when configured for i386.
26187         * configure: Regenerate.
26188         * README: Remove i386 reference.
26189
26190 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26191
26192         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26193         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26194
26195 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26196
26197         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26198         (lmsnanval): New variables.
26199         (F): Add conversion tests.
26200         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26201         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26202
26203         * stdio-common/tstdiomisc.c (F): Properly collect individual
26204         tests' results.
26205
26206         [BZ #14686, #15336]
26207         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26208         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26209         Instead, use input NaN values or generate a qNaN by arithmetic
26210         operation.  Also fix bugs to comply with the standard.
26211         * math/libm-test.inc (remainder_test): Add more tests.
26212
26213         [BZ #15335, #15342]
26214         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26215         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26216         input NaN values or generate a qNaN by arithmetic operation.
26217
26218         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26219         unreachable code.
26220
26221         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26222         definitions.
26223
26224 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26225
26226         [BZ #14478]
26227         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26228         underflowed result.
26229         * math/s_cexpf.c (__cexpf): Likewise.
26230         * math/s_cexpl.c (__cexpl): Likewise.
26231         * math/libm-test.inc (cexp_test): Add more tests.
26232
26233 2013-04-03  Andreas Schwab  <schwab@suse.de>
26234
26235         [BZ #15330]
26236         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26237         order arrays from heap if bigger than alloca cutoff.
26238
26239 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26240
26241         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26242         (SNAN_TESTS_double): Refer to GCC PR56831.
26243         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26244         GCC PR56828.
26245
26246 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26247
26248         * Rules (bench): Move bench.out after the run is complete.
26249
26250         * Rules (bench): Echo currently running benchmark.
26251
26252         * benchtests/Makefile (bench): Add atan and slowatan.
26253         * benchtests/atan-inputs: New file.
26254         * benchtests/slowatan-inputs: New file.
26255         * benchtests/slowatan.c: New file.
26256
26257         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26258         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26259         its value.
26260
26261         [BZ #15305]
26262         * sysdeps/unix/sysv/linux/kernel-features.h
26263         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26264         __ASSUME_XFS_RESTRICTED_CHOWN.
26265         * sysdeps/unix/sysv/linux/pathconf.c
26266         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26267         Save and restore errno.
26268
26269 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26270
26271         [BZ #15327]
26272         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26273         arguments using __kernel_casinh.
26274         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26275         arguments using __kernel_casinhf.
26276         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26277         arguments using __kernel_casinhl.
26278         * math/libm-test.inc (cacosh_test): Add more tests.
26279         * sysdeps/i386/fpu/libm-test-ulps: Update.
26280         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26281
26282 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26283
26284         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26285         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26286
26287         * bench/Makefile (bench): Add sin and slowsin.
26288         * benchtests/sin-inputs: New file.
26289         * benchtests/slowsin-inputs: New file.
26290         * benchtests/slowsin.c: New file.
26291
26292         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26293         (bench): Add slowexp and slowpow.
26294         (exp-ITER): Increase iterations.
26295         (pow-ITER): Likewise.
26296         * benchtests/exp-inputs: Change input.
26297         * benchtests/pow-inputs: Likewise.
26298         * benchtests/slowexp-inputs: New file.
26299         * benchtests/slowexp.c: New file.
26300         * benchtests/slowpow-inputs: New file.
26301         * benchtests/slowpow.c: New file.
26302
26303 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26304
26305         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26306         instructions.
26307         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26308         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26309         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26310         * benchtests/Makefile: Add rint benchtest.
26311         * benchtests/rint-inputs: Input for rint benchtest.
26312
26313 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26314
26315         * Versions.def (libm): Add GLIBC_2.18.
26316         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26317         hidden libm prototypes.
26318         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26319         * math/Makefile (libm-calls): Add s_issignaling.
26320         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26321         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26322         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26323         declaration.
26324         * math/math.h [__USE_GNU] (issignaling): New macro.
26325         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26326         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26327         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26328         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26329         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26330         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26331         * manual/arith.texi (issignaling): New section.
26332         * manual/libm-err-tab.pl (@all_functions): Update comment.
26333         * math/gen-libm-test.pl (parse_args): Apply special handling for
26334         issignaling.
26335         * math/libm-test.inc (print_float, issignaling_test): New
26336         functions.
26337         (check_float_internal): Add issignaling checks.
26338         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26339         default definition.
26340         * sysdeps/powerpc/math-tests.h: New file.
26341         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26342         tests.
26343         * math/test-snan.c (TEST_FUNC): Likewise.
26344
26345 2013-03-30  David S. Miller  <davem@davemloft.net>
26346
26347         * po/de.po: Update from translation team.
26348
26349 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26350
26351         [BZ #10357]
26352         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26353         imaginary part less than 1.0 and real part less than 0.5
26354         specially.
26355         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26356         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26357         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26358         (cacos_test): Add more tests.
26359         (casin_test): Likewise.
26360         (casinh_test): Likewise.
26361         * sysdeps/i386/fpu/libm-test-ulps: Update.
26362         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26363
26364 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26365
26366         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26367         ONE with its value.
26368
26369         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26370         (__pow_mp): Replace ONE and MONE with their values.
26371         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26372         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26373         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26374         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26375         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26376         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26377
26378         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26379
26380         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26381         (__pow_mp): Replace ZERO and MZERO with their values.
26382         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26383         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26384         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26385         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26386         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26387         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26388         (__sqr): Likewise.
26389
26390         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26391
26392         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26393
26394 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26395
26396         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26397         Declare with __attribute__ ((weak)).
26398         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26399         Call __call_tls_dtors only if it's not NULL.
26400
26401 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26402
26403         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26404         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26405         magic __ehdr_start linker symbol if it's defined.
26406         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26407         them up here if it was already done.
26408
26409         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26410         (_dl_aux_init): Use const in cast when setting it.
26411         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26412         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26413         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26414
26415         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26416         Declare them here.
26417         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26418         * csu/libc-tls.c: Nor here.
26419         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26420
26421         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26422         (__libc_message): Never call vsyslog.
26423
26424 2013-03-28  Alan Modra  <amodra@gmail.com>
26425
26426         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26427         Define as empty.
26428         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26429         Likewise.
26430
26431 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26432
26433         [BZ #15214]
26434         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26435         underflow.
26436         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26437
26438 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26439
26440         [BZ #15304]
26441         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26442         Don't add gid passed as argument.
26443
26444         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26445
26446 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26447
26448         [BZ #15307]
26449         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26450         imaginary part between 1.0 and 1.5 and real part less than 0.5
26451         specially.
26452         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26453         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26454         * math/libm-test.inc (cacos_test): Add more tests.
26455         (casin_test): Likewise.
26456         (casinh_test): Likewise.
26457         * sysdeps/i386/fpu/libm-test-ulps: Update.
26458         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26459
26460 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26461
26462         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26463         constants.
26464         (norm): Likewise.
26465         (denorm): Likewise.
26466         (__dbl_mp): Likewise.
26467         (add_magnitudes): Likewise.
26468         (sub_magnitudes): Likewise.
26469         (__add): Likewise.
26470         (__sub): Likewise.
26471         (__mul): Likewise.
26472         (__sqr): Likewise.
26473         (__inv): Likewise.
26474         (__dvd): Likewise.
26475
26476         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26477         commented code.
26478         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26479         (__dubcos): Likewise.
26480         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26481         (__ieee754_acos): Likewise.
26482         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26483         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26484         (__exp1): Likewise.
26485         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26486         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26487         (log1): Likewise.
26488         (my_log2): Likewise.
26489         (checkint): Likewise.
26490         * sysdeps/ieee754/dbl-64/e_remainder.c
26491         (__ieee754_remainder): Likewise.
26492         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26493         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26494         (bsloww): Likewise.
26495         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26496
26497         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26498         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26499         MANTISSA_STORE_T to store computations on mantissa.  Use
26500         macros for rounding and division.
26501         (denorm): Likewise.
26502         (__dbl_mp): Likewise.
26503         (add_magnitudes): Likewise.
26504         (sub_magnitudes): Likewise.
26505         (__mul): Likewise.
26506         (__sqr): Likewise.
26507         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26508         powers of two in terms of TWOPOW macro.
26509         (mp_no): Make type of mantissa as MANTISSA_T.
26510         [!RADIXI]: Define RADIXI.
26511         [!TWO52]: Define TWO52.
26512         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26513
26514 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26515
26516         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26517         llroundl symbol when building for PPC32.
26518
26519 2013-03-24  Mark H Weaver  <mhw@netris.org>
26520
26521         * manual/arith.texi (Normalization Functions): Fix prototypes for
26522         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26523
26524 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26525
26526         [BZ #13889]
26527         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26528         high value to check if expl overflow.
26529         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26530         to check for underflow and overflow.
26531         * math/libm-test.inc: Add exp test.
26532
26533 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26534
26535         [BZ #11120]
26536         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26537         with NOT_IN_libc.
26538
26539 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26540
26541         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26542         symbol.
26543
26544 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26545
26546         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26547         wrap blocks consisting of several statements.
26548
26549         * sysdeps/generic/math-tests.h: New file.
26550         * sysdeps/i386/fpu/math-tests.h: Likewise.
26551         * math/test-snan.c: Include it.
26552         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26553
26554 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26555
26556         [BZ #15285]
26557         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26558         (__ieee754_j0l): Do not improve calculations using cos of twice
26559         input for inputs above LDBL_MAX / 2.0L.
26560         (__ieee754_y0l): Likewise.
26561         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26562         (__ieee754_j1l): Do not improve calculations using cos of twice
26563         input for inputs above LDBL_MAX / 2.0L.
26564         (__ieee754_y1l): Likewise.
26565         * math/libm-test.inc (j0_test): Add another test.
26566         (j1_test): Likewise.
26567         (y0_test): Likewise.
26568         (y1_test): Likewise.
26569         * sysdeps/i386/fpu/libm-test-ulps: Update.
26570
26571 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26572
26573         * Rules ($(objpfx)bench-%.c): Include code from a C source
26574         file.
26575
26576 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26577
26578         [BZ #15287]
26579         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26580         imaginary part 1.0 and real part less than 0.5 specially.
26581         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26582         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26583         * math/libm-test.inc (cacos_test): Add more tests.
26584         (casin_test): Likewise.
26585         (casinh_test): Likewise.
26586         * sysdeps/i386/fpu/libm-test-ulps: Update.
26587         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26588
26589 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26590
26591         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26592         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26593
26594 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26595
26596         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26597         * config.make.in (config-cflags-sse4): Remove variable.
26598         (config-cflags-avx): Likewise.
26599         (config-cflags-sse2avx): Likewise.
26600         (config-cflags-novzeroupper): Likewise.
26601         (config-asflags-i686): Likewise.
26602         (have-mfma4): Likewise.
26603         (have-as-vis3): Likewise.
26604         (MIG): Likewise.
26605         * configure.in (MIG): Do not AC_SUBST.
26606         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26607         (libc_cv_cc_sse4): Do not AC_SUBST.
26608         (libc_cv_cc_avx): Likewise.
26609         (libc_cv_cc_sse2avx): Likewise.
26610         (libc_cv_cc_novzeroupper): Likewise.
26611         (libc_cv_cc_fma4): Likewise.
26612         (libc_cv_as_i686): Likewise.
26613         (libc_cv_sparc_as_vis3): Likewise.
26614         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26615         LIBC_CONFIG_VAR.
26616         (config-asflags-i686): Likewise.
26617         (config-cflags-avx): Likewise.
26618         (config-cflags-sse2avx): Likewise.
26619         (have-mfma4): Likewise.
26620         (config-cflags-novzeroupper): Likewise.
26621         * sysdeps/mach/configure.in (MIG): Likewise.
26622         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26623         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26624         LIBC_CONFIG_VAR.
26625         (config-cflags-avx): Likewise.
26626         (config-cflags-sse2avx): Likewise.
26627         (have-mfma4): Likewise.
26628         (config-cflags-novzeroupper): Likewise.
26629         * configure: Regenerated.
26630         * sysdeps/i386/configure: Likewise.
26631         * sysdeps/mach/configure: Likewise.
26632         * sysdeps/sparc/configure: Likewise.
26633         * sysdeps/x86_64/configure: Likewise.
26634
26635 2013-03-20  Roland McGrath  <roland@hack.frob.com>
26636
26637         [BZ #14812]
26638         * locale/programs/localedef.c (options): Put N_ translation marker
26639         on argument names, not just descriptions.
26640
26641 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26642
26643         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26644
26645 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
26646
26647         [BZ #14176]
26648         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26649
26650 2013-03-19  Roland McGrath  <roland@hack.frob.com>
26651
26652         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26653         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26654         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26655         [!BEFORE_ABORT] (before_abort): New function.
26656         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26657         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26658         (writev_for_fatal): New function.
26659         (WRITEV_FOR_FATAL): New macro; call that.
26660         (backtrace_and_maps): New function.
26661         (BEFORE_ABORT): New macro; call that.
26662         (struct str_list): Type removed.
26663         (__libc_message, __libc_fatal): Functions removed.
26664         Include <sysdeps/posix/libc_fatal.c> instead.
26665
26666 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
26667
26668         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26669         constants.
26670         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26671         double constants.
26672
26673 2013-03-19  Andreas Schwab  <schwab@suse.de>
26674
26675         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26676         * sysdeps/gnu/configure: Regenerate.
26677
26678         * configure.in: Substitute libc_cv_rtlddir.
26679         * configure: Regenerate.
26680         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26681         * Makeconfig (rtlddir, inst_rtlddir): New variables.
26682         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26683         * elf/Makefile (install-others, CFLAGS-interp.c)
26684         (ldso_install, common-ldd-rewrite): Likewise.
26685         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26686         $(inst_slibdir)/$(rtld-installed-name).
26687         * scripts/rellns-sh: Add -p option.
26688         * Makerules (make-shlib-link): Use rellns-sh to get relative name
26689         for source.
26690
26691 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26692
26693         * manual/nptl.texi: Renamed to ...
26694         * manual/threads.texi: ... this.
26695         * manual/Makefile (chapters): Update.
26696
26697 2013-03-18  Roland McGrath  <roland@hack.frob.com>
26698
26699         [BZ #14812]
26700         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26701         on argument names, not just descriptions.
26702         * malloc/memusagestat.c (options): Likewise.
26703         * nss/getent.c (options): Likewise.
26704
26705 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
26706
26707         [BZ #14812]
26708         * iconv/iconv_prog.c (options): Put N_ translation marker
26709         on argument names, not just descriptions.
26710         * iconv/iconvconfig.c (options): Likewise.
26711
26712 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
26713
26714         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26715         implementation which is faster on all x86_64 architectures.
26716         Tested on AMD, Intel Nehalem, SNB, IVB.
26717         * sysdeps/x86_64/strnlen.S: Likewise.
26718
26719         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26720         Remove all multiarch strlen and strnlen versions.
26721         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26722         Remove strlen and strnlen related parts.
26723
26724         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26725         Inline strlen part.
26726         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26727
26728         * sysdeps/x86_64/multiarch/strlen.S: Remove.
26729         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26730         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26731         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26732         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26733         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26734
26735 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
26736
26737         * manual/memory.texi (Malloc Tunable Parameters):
26738         Sort parameters alphabetically. Add comments for missing entries.
26739
26740 2013-03-17  David S. Miller  <davem@davemloft.net>
26741
26742         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26743
26744 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
26745
26746         [BZ #15283]
26747         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
26748         for arguments at most half maximum finite value.
26749         * math/libm-test.inc (j0_test): Add more tests.
26750         (j1_test): Likewise.
26751         (y0_test): Likewise.
26752         (y1_test): Likewise.
26753         * sysdeps/i386/fpu/libm-test-ulps: Update.
26754         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26755
26756         [BZ #14155]
26757         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
26758         1 / x and functions P and Q for arguments above 0x1p256L.
26759         (__ieee754_y0l): Likewise.
26760         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
26761         (__ieee754_y1l): Likewise.
26762         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
26763         (j1_test): Likewise.
26764         (y0_test): Likewise.
26765         (y1_test): Likewise.
26766
26767 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
26768
26769         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
26770         variable.
26771
26772 2013-03-15  Roland McGrath  <roland@hack.frob.com>
26773
26774         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
26775         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
26776         zero since it's initialized to EXEC_PAGESIZE.
26777
26778         * sysdeps/unix/sysv/linux/ldsodefs.h
26779         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
26780         * sysdeps/generic/ldsodefs.h: ... here.
26781
26782 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
26783
26784         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
26785
26786         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
26787         math/test-snan.c.
26788         * math/test-snan.c: Renamed from
26789         sysdeps/powerpc/fpu/test-powerpc-snan.c.
26790         * math/Makefile (tests): Add test-snan.
26791         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
26792         test-powerpc-snan.
26793
26794         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
26795         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
26796         functions.
26797         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
26798         __builtin_nan family of functions.
26799         * math/libm-test.inc (initialize): Initialize qnan_value with
26800         __builtin_nan family of functions.
26801         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
26802         Remove variables.
26803         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
26804         Remove functions.
26805         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
26806         storage class.  Initialize qNaN_var and sNaN_var with
26807         __builtin_nan and __builtin_nans families of functions,
26808         respectively.
26809
26810         * math/libm-test.inc (acosh_test): Also test with qNaN input.
26811         (sqrt_test): Remove duplicate test with qNaN input.
26812         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
26813         (round_test, signbit_test, significand_test): Note missing +/-Inf
26814         as well as qNaN tests.
26815
26816         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
26817         qNaN_var.  Fix a few strings, too.
26818         * math/libm-test.inc (nan_value): Rename to qnan_value.
26819         * math/gen-libm-test.pl (%beautify): Adjust to that.
26820         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
26821         * math/test-misc.c (main): Likewise.
26822         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
26823         to __qnan_bytes, and __qnan_union, respectively.
26824         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
26825         Likewise.
26826         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
26827         and lqnanval, respectively.
26828         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
26829         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
26830         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
26831         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
26832
26833         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
26834         * math/test-misc.c (main) [__x86_64__]: Enable test for long
26835         doubles.
26836
26837         * math/test-misc.c (main): Fix copy'n'pastos.
26838         * misc/tst-efgcvt.c (special): Likewise.
26839
26840         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
26841         Remove declarations.
26842
26843 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26844
26845         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
26846         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
26847         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
26848         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
26849
26850 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26851
26852         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
26853         macro to return vdso values correctly in IFUNC implementations.
26854         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
26855         Optimization by using IFUNC.
26856
26857 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26858             Richard Henderson  <rth@redhat.com>
26859             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
26860
26861         * Makefile.in (bench): New target.
26862         * NEWS: Mention the benchmark framework.
26863         * Rules (bench): Likewise.
26864         (binaries-bench): Generate binaries for functions to
26865         benchmark.
26866         * benchtests/Makefile: New makefile for benchmark tests.
26867         * benchtests/bench-skeleton.c: New skeleton file for benchmark
26868         programs.
26869         * benchtests/exp-inputs: New input file for EXP function.
26870         * benchtests/pow-inputs: New input file for POW function.
26871         * scripts/bench.pl: New script to generate source files for
26872         benchmark programs.
26873
26874 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26875
26876         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26877         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
26878         computations on mantissa.  Use macros for rounding and
26879         division.
26880         (denorm): Likewise.
26881         (__dbl_mp): Likewise.
26882         (add_magnitudes): Likewise.
26883         (sub_magnitudes): Likewise.
26884         (__mul): Likewise.
26885         (__sqr): Likewise.
26886         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26887         powers of two in terms of TWOPOW macro.
26888         (mp_no): Make type of mantissa as MANTISSA_T.
26889         [!RADIXI]: Define RADIXI.
26890         [!TWO52]: Define TWO52.
26891         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26892
26893         * manual/nptl.texi (cindex): Modify threads to pthreads.
26894
26895 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
26896
26897         * sysdeps/x86_64/preconfigure: Regenerated.
26898
26899 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
26900
26901         [BZ #14155]
26902         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
26903         0x1p28 and above.
26904         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
26905         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
26906         0x1p28 and above.
26907         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
26908         * math/libm-test.inc (j0_test): Do not allow one spurious
26909         underflow exception.
26910         (y1_test): Likewise.
26911
26912 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26913
26914         * manual/Makefile (chapters): Add nptl.
26915         * manual/debug.texi (Debugging Support): Add link to Threads
26916         chapter.
26917         * manual/nptl.texi: New file.
26918
26919         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
26920
26921 2013-03-14  Petr Baudis  <pasky@ucw.cz>
26922
26923         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
26924         for non-NULL pointer before the memory validity test. Pointed
26925         out by Holger Brunck <holger.brunck@keymile.com>.
26926
26927 2013-03-13  Andreas Schwab  <schwab@suse.de>
26928
26929         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
26930         instead of .os.
26931
26932 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
26933
26934         * timezone/zic.c: Update from tzcode 2013b.
26935
26936 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
26937
26938         * manual/install.texi (Configuring and compiling):
26939         Mention i686 and i586.
26940         * INSTALL: Regenerate.
26941
26942 2013-03-12  Roland McGrath  <roland@hack.frob.com>
26943
26944         * sysdeps/init_array/elf-init.c: New file.
26945         * csu/elf-init.c
26946         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
26947         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
26948
26949         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
26950         __gmon_start__ as global, but as static with a .preinit_array pointer.
26951         * sysdeps/init_array/gmon-start.c: New file.  Use that.
26952         * sysdeps/init_array/crti.S: New file, empty except for comments.
26953         * sysdeps/init_array/crtn.S: Likewise.
26954
26955 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
26956
26957         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
26958         definining bcopy.
26959         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26960         Remove Prefer_SSE_for_memop.
26961         * sysdeps/x86_64/multiarch/init-arch.h: Remove
26962         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
26963         HAS_PREFER_SSE_FOR_MEMOP.
26964         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
26965         memset-x86-64.
26966         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26967         Remove bzero, memset ifunc support.
26968         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
26969         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
26970         * sysdeps/x86_64/multiarch/memset.S: Likewise.
26971         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
26972
26973 2013-03-11  Andreas Schwab  <schwab@suse.de>
26974
26975         [BZ #15234]
26976         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
26977         by SHLIB_COMPAT.
26978         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
26979         (GLIBC_2.16): Remove pthread_atfork.
26980
26981 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
26982
26983         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
26984         (ptestcases.h): Likewise.
26985
26986 2013-03-08  Roland McGrath  <roland@hack.frob.com>
26987
26988         * Makeconfig ($(common-objpfx)config.status): Depend on
26989         sysdeps/*/preconfigure{,.in} too.
26990
26991 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
26992
26993         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
26994         (__free_hook): Use void * instead of __malloc_ptr_t.
26995         (__malloc_hook): Likewise.
26996         (__realloc_hook): Likewise.
26997         (__memalign_hook): Likewise.
26998         (__after_morecore_hook): Likewise.
26999         * malloc/arena.c (save_malloc_hook): Likewise.
27000         (save_free_hook): Likewise.
27001         * malloc/hooks.c (malloc_hook_ini): Likewise.
27002         (realloc_hook_ini): Likewise.
27003         (memalign_hook_ini): Likewise.
27004         * malloc/malloc.c (malloc_hook_ini): Likewise.
27005         (realloc_hook_ini): Likewise.
27006         (memalign_hook_ini): Likewise.
27007         (__free_hook): Likewise.
27008         (__malloc_hook): Likewise.
27009         (__realloc_hook): Likewise.
27010         (__memalign_hook): Likewise.
27011         (__libc_malloc): Likewise.
27012         (__libc_free): Likewise.
27013         (__libc_realloc): Likewise.
27014         (__libc_memalign): Likewise.
27015         (__libc_valloc): Likewise.
27016         (__libc_pvalloc): Likewise.
27017         (__libc_calloc): Likewise.
27018         (__posix_memalign): Likewise.
27019         * malloc/morecore.c (__sbrk): Likewise.
27020         (__default_morecore): Likewise.
27021
27022         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27023
27024         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27025         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27026         __malloc_ptrdiff_t.
27027
27028         * malloc/malloc.h (__malloc_size_t): Remove macro.
27029         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27030         __malloc_size_t.
27031         (old_memalign_hook): Likewise.
27032         (old_realloc_hook): Likewise.
27033         (struct hdr): Likewise.
27034         (flood): Likewise.
27035         (mallochook): Likewise.
27036         (memalignhook): Likewise.
27037         (reallochook): Likewise.
27038         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27039         (tr_old_realloc_hook): Likewise.
27040         (tr_old_memalign_hook): Likewise.
27041         (tr_mallochook): Likewise.
27042         (tr_reallochook): Likewise.
27043         (tr_memalignhook): Likewise.
27044
27045 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27046
27047         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27048         default_ldbl_pack and using as default implementation.
27049         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27050         implementation.
27051         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27052         redundant definition.
27053         (ldbl_insert_mantissa): Likewise.
27054         (ldbl_canonicalize): Likewise.
27055         (ldbl_nearbyint): Likewise.
27056         (ldbl_pack): Rename to ldbl_pack_ppc.
27057         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27058         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27059         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27060
27061 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27062
27063         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27064         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27065         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27066         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27067         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27068         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27069         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27070         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27071
27072 2013-03-07  Andreas Jaeger  <aj@suse.de>
27073
27074         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27075         bits/mman-linux.h.
27076
27077 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27078
27079         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27080         Include mpa.h and declare __MPEXP.
27081         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27082         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27083         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27084         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27085         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27086         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27087         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27088
27089         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27090         (__slowpow): Use long double EXPL and LOGL functions to
27091         compute POW.
27092         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27093         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27094         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27095         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27096         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27097         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27098
27099         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27100         intermediate variable to calculate exponent.
27101         (__sqr): Likewise.
27102         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27103         Likewise.
27104         (__sqr): Likewise.
27105
27106         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27107         [!NO__SQR]: Define __sqr.
27108         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27109         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27110         sysdeps/ieee754/dbl-64/mpa.c.
27111         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27112
27113         [BZ #12723]
27114         * posix/Makefile (tests): Add tst-pathconf.
27115         * posix/tst-pathconf.c: New test case.
27116         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27117         _PC_PIPE_BUF.
27118         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27119
27120 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27121
27122         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27123
27124 2013-03-06  Andreas Jaeger  <aj@suse.de>
27125
27126         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27127         definition via __MAP_ANONYMOUS.
27128
27129         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27130         it's not part of Linux headers.
27131
27132         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27133         (MAP_HUGE_MASK): Define.
27134
27135         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27136         Define.
27137         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27138         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27139         Define.
27140         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27141         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27142         Define.
27143         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27144         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27145         Define.
27146         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27147
27148         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27149         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27150         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27151         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27152         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27153         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27154
27155         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27156         Handle f2fs.
27157
27158         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27159         Handle f2fs and efivarfs.
27160
27161         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27162         f2fs.
27163
27164         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27165         (EFIVARFS_MAGIC): Add.
27166         (F2FS_LINK_MAX): Add.
27167
27168 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27169
27170         * stdio-common/vfprintf.c: Replace __builtin_expect with
27171         __glibc_unlikely.
27172
27173 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27174
27175         [BZ #13550]
27176         * sysdeps/generic/bp-sym.h: Remove file.
27177         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27178         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27179         <bp-sym.h> and <bp-asm.h>.
27180         (__longjmp): Don't use BP_SYM.
27181         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27182         and <bp-asm.h>.
27183         (memcpy): Don't use BP_SYM.
27184         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27185         <bp-sym.h> and <bp-asm.h>.
27186         (memcpy): Don't use BP_SYM.
27187         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27188         <bp-asm.h>.
27189         (memcpy): Don't use BP_SYM.
27190         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27191         <bp-asm.h>.
27192         (memset): Don't use BP_SYM.
27193         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27194         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27195         (__bzero): Don't use BP_SYM.
27196         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27197         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27198         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27199         <bp-sym.h> and <bp-asm.h>.
27200         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27201         pointers.
27202         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27203         <bp-sym.h> and <bp-asm.h>.
27204         (memcpy): Don't use BP_SYM.
27205         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27206         <bp-sym.h> and <bp-asm.h>.
27207         (memset): Don't use BP_SYM.
27208         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27209         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27210         (__bzero): Don't use BP_SYM.
27211         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27212         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27213         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27214         <bp-sym.h> and <bp-asm.h>.
27215         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27216         pointers.
27217         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27218         <bp-sym.h> and <bp-asm.h>.
27219         (memcpy): Don't use BP_SYM.
27220         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27221         <bp-sym.h> and <bp-asm.h>.
27222         (memset): Don't use BP_SYM.
27223         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27224         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27225         (__bzero): Don't use BP_SYM.
27226         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27227         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27228         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27229         <bp-sym.h> and <bp-asm.h>.
27230         (__memchr): Don't use BP_SYM.
27231         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27232         <bp-sym.h> and <bp-asm.h>.
27233         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27234         pointers.
27235         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27236         <bp-sym.h> and <bp-asm.h>.
27237         (memcpy): Don't use BP_SYM.
27238         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27239         <bp-sym.h> and <bp-asm.h>.
27240         (__mempcpy): Don't use BP_SYM.
27241         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27242         <bp-sym.h> and <bp-asm.h>.
27243         (__memrchr): Don't use BP_SYM.
27244         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27245         <bp-sym.h> and <bp-asm.h>.
27246         (memset): Don't use BP_SYM.
27247         (__bzero): Likewise.
27248         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27249         <bp-sym.h> and <bp-asm.h>.
27250         (__rawmemchr): Don't use BP_SYM.
27251         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27252         <bp-sym.h> and <bp-asm.h>.
27253         (__STRCMP): Don't use BP_SYM.
27254         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27255         <bp-sym.h> and <bp-asm.h>.
27256         (strchr): Don't use BP_SYM.
27257         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27258         <bp-sym.h> and <bp-asm.h>.
27259         (__strchrnul): Don't use BP_SYM.
27260         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27261         <bp-sym.h> and <bp-asm.h>.
27262         (strlen): Don't use BP_SYM.
27263         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27264         <bp-sym.h> and <bp-asm.h>.
27265         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27266         pointers.
27267         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27268         <bp-sym.h> and <bp-asm.h>.
27269         (__strnlen): Don't use BP_SYM.
27270         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27271         <bp-sym.h> and <bp-asm.h>.
27272         (__GI__setjmp): Don't use BP_SYM.
27273         (_setjmp): Likewise.
27274         (__sigsetjmp): Likewise.
27275         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27276         (L(start_addresses)): Don't use BP_SYM.
27277         (_start): Likewise.
27278         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27279         <bp-asm.h>.
27280         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27281         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27282         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27283         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27284         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27285         <bp-asm.h>.
27286         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27287         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27288         about bounded pointers.
27289         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27290         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27291         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27292         <bp-asm.h>.
27293         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27294         about bounded pointers.  Remove GKM FIXME comments.
27295         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27296         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27297         <bp-asm.h>.
27298         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27299         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27300         Remove GKM FIXME comments.
27301         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27302         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27303         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27304         <bp-asm.h>.
27305         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27306         about bounded pointers.  Remove GKM FIXME comment.
27307         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27308         and <bp-asm.h>.
27309         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27310         pointers.
27311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27312         <bp-sym.h> and <bp-asm.h>.
27313         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27315         <bp-sym.h> and <bp-asm.h>.
27316         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27317         comment.
27318
27319 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27320
27321         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27322         call free(NULL).
27323
27324 2013-03-05  David S. Miller  <davem@davemloft.net>
27325
27326         * po/es.po: Update from translation team.
27327
27328 2013-03-05  Andreas Jaeger  <aj@suse.de>
27329
27330         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27331         <bits/mman-linux.h>.
27332         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27333         is fine.
27334         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27335         <bits/mman-linux.h> to end of file.
27336         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27337         is fine.
27338         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27339         <bits/mman-linux.h> to end of file.
27340         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27341         is fine.
27342         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27343         <bits/mman-linux.h> to end of file.
27344
27345         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27346         (MCL_CURRENT, MCL_FUTURE): Define here.
27347
27348 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27349
27350         [BZ #15232]
27351         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27352         attribute_hidden.
27353         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27354
27355 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27356
27357         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27358         fourth parameter needed for rt_sigprocmask syscall.
27359         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27360         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27361         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27362         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27363         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27364         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27365
27366 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27367
27368         [BZ #13550]
27369         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27370         comment about bounded pointers.
27371         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27372         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27373
27374 2013-03-04  Andreas Jaeger  <aj@suse.de>
27375
27376         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27377         common definitions.
27378
27379         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27380         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27381         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27382         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27383         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27384         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27385
27386 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27387
27388         [BZ #15055]
27389         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27390         __ieee754_sqrl instead of __sqrl.
27391
27392 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27393
27394         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27395         * sysdeps/powerpc/fpu_control.h: ... here.
27396         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27397         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27398         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27399         * sysdeps/powerpc/bits/mathinline.h: ... here.
27400
27401 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27402
27403         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27404         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27405         to just [NEED_DL_SYSINFO_DSO].
27406         * elf/dl-support.c: Likewise.
27407         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27408         * elf/rtld.c (dl_main): Likewise.
27409         * elf/setup-vdso.h (setup_vdso): Likewise.
27410         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27411         * sysdeps/unix/sysv/linux/dl-sysdep.c
27412         (_dl_discover_osversion): Likewise.
27413
27414 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27415
27416         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27417         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27418
27419 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27420
27421         * NEWS: Mention libm performance improvements and non-x86 PI
27422         futex support.
27423
27424         * csu/libc-start.c (__pthread_initialize_minimal): Change
27425         function arguments.
27426         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27427
27428 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27429
27430         [BZ #13550]
27431         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27432         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27433         <bp-sym.h> and <bp-asm.h>.
27434         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27435         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27436         and <bp-asm.h>.
27437         (memcpy): Don't use BP_SYM.
27438         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27439         <bp-asm.h>.
27440         (__mpn_add_n): Don't use BP_SYM.
27441         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27442         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27443         and <bp-asm.h>.
27444         (__mpn_addmul_1): Don't use BP_SYM.
27445         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27446         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27447         <bp-sym.h>.
27448         (_setjmp): Don't use BP_SYM.
27449         (__novmx_setjmp): Likewise.
27450         (__GI__setjmp): Likewise.
27451         (__vmx_setjmp): Likewise.
27452         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27453         <bp-sym.h>.
27454         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27455         (__bzero): Don't use BP_SYM.
27456         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27457         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27458         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27459         <bp-sym.h> and <bp-asm.h>.
27460         (memcpy): Don't use BP_SYM.
27461         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27462         <bp-sym.h> and <bp-asm.h>.
27463         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27464         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27465         <bp-sym.h> and <bp-asm.h>.
27466         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27467         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27468         <bp-asm.h>.
27469         (__mpn_lshift): Don't use BP_SYM.
27470         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27471         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27472         <bp-asm.h>.
27473         (memset): Don't use BP_SYM.
27474         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27475         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27476         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27477         <bp-asm.h>.
27478         (__mpn_mul_1): Don't use BP_SYM.
27479         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27480         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27481         <bp-sym.h> and <bp-asm.h>.
27482         (memcmp): Don't use BP_SYM.
27483         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27484         <bp-sym.h> and <bp-asm.h>.
27485         (memcpy): Don't use BP_SYM.
27486         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27487         <bp-sym.h> and <bp-asm.h>.
27488         (memset): Don't use BP_SYM.
27489         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27490         <bp-sym.h> and <bp-asm.h>.
27491         (strncmp): Don't use BP_SYM.
27492         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27493         <bp-sym.h> and <bp-asm.h>.
27494         (memcpy): Don't use BP_SYM.
27495         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27496         <bp-sym.h> and <bp-asm.h>.
27497         (memset): Don't use BP_SYM.
27498         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27499         <bp-sym.h> and <bp-asm.h>.
27500         (__memchr): Don't use BP_SYM.
27501         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27502         <bp-sym.h> and <bp-asm.h>.
27503         (memcmp): Don't use BP_SYM.
27504         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27505         <bp-sym.h> and <bp-asm.h>.
27506         (memcpy): Don't use BP_SYM.
27507         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27508         <bp-sym.h> and <bp-asm.h>.
27509         (__mempcpy): Don't use BP_SYM.
27510         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27511         <bp-sym.h> and <bp-asm.h>.
27512         (__memrchr): Don't use BP_SYM.
27513         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27514         <bp-sym.h> and <bp-asm.h>.
27515         (memset): Don't use BP_SYM.
27516         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27517         <bp-sym.h> and <bp-asm.h>.
27518         (__rawmemchr): Don't use BP_SYM.
27519         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27520         <bp-sym.h> and <bp-asm.h>.
27521         (__STRCMP): Don't use BP_SYM.
27522         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27523         <bp-sym.h> and <bp-asm.h>.
27524         (strchr): Don't use BP_SYM.
27525         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27526         <bp-sym.h> and <bp-asm.h>.
27527         (__strchrnul): Don't use BP_SYM.
27528         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27529         <bp-sym.h> and <bp-asm.h>.
27530         (strlen): Don't use BP_SYM.
27531         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27532         <bp-sym.h> and <bp-asm.h>.
27533         (strncmp): Don't use BP_SYM.
27534         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27535         <bp-sym.h> and <bp-asm.h>.
27536         (__strnlen): Don't use BP_SYM.
27537         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27538         <bp-asm.h>.
27539         (__mpn_rshift): Don't use BP_SYM.
27540         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27541         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27542         <bp-sym.h> and <bp-asm.h>.
27543         (__sigsetjmp): Don't use BP_SYM.
27544         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27545         (L(start_addresses)): Don't use BP_SYM.
27546         (_start): Likewise.
27547         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27548         <bp-asm.h>.
27549         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27550         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27551         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27552         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27553         <bp-asm.h>.
27554         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27555         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27556         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27557         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27558         <bp-asm.h>.
27559         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27560         comments.
27561         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27562         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27563         <bp-asm.h>.
27564         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27565         FIXME comments.
27566         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27567         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27568         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27569         <bp-asm.h>.
27570         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27571         comment.
27572         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27573         and <bp-asm.h>.
27574         (strncmp): Don't use BP_SYM,
27575         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27576         <bp-asm.h>.
27577         (__mpn_sub_n): Don't use BP_SYM.
27578         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27579         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27580         and <bp-asm.h>.
27581         (__mpn_submul_1): Don't use BP_SYM.
27582         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27584         <bp-sym.h> and <bp-asm.h>.
27585         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27587         <bp-sym.h> and <bp-asm.h>.
27588         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27589         comment.
27590
27591 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27592
27593         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27594         Use ZK to minimize writes to Z.
27595         (sub_magnitudes): Simplify code a bit.
27596         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27597         Use ZK to minimize writes to Z.
27598         (sub_magnitudes): Simplify code a bit.
27599
27600 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27601
27602         * csu/gmon-start.c: Add special exception to license text.
27603
27604 2013-02-27  Richard Henderson  <rth@redhat.com>
27605
27606         * scripts/config.guess: Update from config.git.
27607         * scripts/config.sub: Likewise.
27608
27609 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27610
27611         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27612
27613         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27614
27615         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27616
27617         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27618
27619         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27620
27621 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27622
27623         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27624         [$(build-shared = yes].
27625
27626 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27627
27628         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27629         (__mul): Reduce iterations for calculating mantissa.
27630
27631         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27632         MPTWO.
27633         (__mpranred): Likewise.
27634
27635         [BZ #15160]
27636         * malloc/memusagestat.c (main): Draw graphs for heap and stack
27637         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27638
27639 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27640
27641         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27642         Define __attribute__.
27643
27644 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27645
27646         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27647         unused.
27648         * posix/regex_internal.h (__attribute): Remove.
27649         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27650         (re_string_context_at): Likewise.
27651         (bitset_not): Use __attribute__ and mark function as possibly
27652         unused.
27653         (bitset_merge): Likewise.
27654         (bitset_mask): Likewise.
27655         (re_string_char_size_at): Likewise.
27656         (re_string_wchar_at): Likewise.
27657         (re_string_elem_size_at): Likewise.
27658
27659 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27660
27661         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27662         code.
27663         (cc32): Likewise.
27664
27665         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27666         (__acr): Likewise.
27667         (__cpy): Likewise.
27668         (norm): Likewise.
27669         (denorm): Likewise.
27670         (__dbl_mp): Likewise.
27671         (add_magnitudes): Likewise.
27672         (sub_magnitudes): Likewise.
27673         (__mul): Likewise.
27674         (__inv): Likewise.
27675
27676         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27677         style.
27678
27679         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27680         style.
27681
27682         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27683         code.
27684
27685         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27686         up changes with default code.
27687         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27688         Likewise.
27689
27690 2013-02-24  Allan McRae  <allan@archlinux.org>
27691
27692         * manual/socket.texi (The Internet Namespace): Order menu items
27693         to match that in the file.
27694
27695         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27696         node listing of the info page menu.
27697
27698 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
27699
27700         [BZ #13550]
27701         * sysdeps/i386/bp-asm.h: Remove file.
27702         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27703         (PARMS): Do not use macros from bp-asm.h.
27704         (S1): Likewise.
27705         (S2): Likewise.
27706         (SIZE): Likewise.
27707         (__mpn_add_n): Do not use BP_SYM
27708         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27709         "bp-asm.h".
27710         (PARMS): Do not use macros from bp-asm.h.
27711         (S1): Likewise.
27712         (SIZE): Likewise.
27713         (__mpn_addmul_1): Do not use BP_SYM
27714         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27715         "bp-asm.h".
27716         (PARMS): Do not use macros from bp-asm.h.
27717         (SIGMSK): Likewise.
27718         (_setjmp): Likewise.  Do not use BP_SYM.
27719         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27720         "bp-asm.h".
27721         (PARMS): Do not use macros from bp-asm.h.
27722         (SIGMSK): Likewise.
27723         (setjmp): Likewise.  Do not use BP_SYM.
27724         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27725         "bp-asm.h".
27726         (PARMS): Do not use macros from bp-asm.h.
27727         (__frexp): Do not use BP_SYM.
27728         (frexp): Likewise.
27729         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27730         "bp-asm.h".
27731         (PARMS): Do not use macros from bp-asm.h.
27732         (__frexpf): Do not use BP_SYM.
27733         (frexpf): Likewise.
27734         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
27735         "bp-asm.h".
27736         (PARMS): Do not use macros from bp-asm.h.
27737         (__frexpl): Do not use BP_SYM.
27738         (frexpl): Likewise.
27739         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
27740         "bp-asm.h".
27741         (PARMS): Do not use macros from bp-asm.h.
27742         (__remquo): Do not use BP_SYM.
27743         (remquo): Likewise.
27744         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
27745         "bp-asm.h".
27746         (PARMS): Do not use macros from bp-asm.h.
27747         (__remquof): Do not use BP_SYM.
27748         (remquof): Likewise.
27749         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
27750         "bp-asm.h".
27751         (PARMS): Do not use macros from bp-asm.h.
27752         (__remquol): Do not use BP_SYM.
27753         (remquol): Likewise.
27754         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
27755         "bp-asm.h".
27756         (PARMS): Do not use macros from bp-asm.h.
27757         (DEST): Likewise.
27758         (SRC): Likewise.
27759         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
27760         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
27761         "bp-asm.h".
27762         (PARMS): Do not use macros from bp-asm.h.
27763         (strlen): Do not use BP_SYM.
27764         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
27765         "bp-asm.h".
27766         (PARMS): Do not use macros from bp-asm.h.
27767         (S1): Likewise.
27768         (S2): Likewise.
27769         (SIZE): Likewise.
27770         (__mpn_add_n): Do not use BP_SYM.
27771         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
27772         "bp-asm.h".
27773         (PARMS): Do not use macros from bp-asm.h.
27774         (S1): Likewise.
27775         (SIZE): Likewise.
27776         (__mpn_addmul_1): Do not use BP_SYM.
27777         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
27778         weak_alias.
27779         (bzero): Likewise.
27780         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
27781         "bp-asm.h".
27782         (PARMS): Do not use macros from bp-asm.h.
27783         (S): Likewise.
27784         (SIZE): Likewise.
27785         (__mpn_lshift): Do not use BP_SYM.
27786         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
27787         "bp-asm.h".
27788         (PARMS): Do not use macros from bp-asm.h.
27789         (DEST): Likewise.
27790         (SRC): Likewise.
27791         (LEN): Likewise.
27792         (memcpy): Likewise.  Do not use BP_SYM.
27793         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
27794         libc_hidden_def and weak_alias.
27795         (mempcpy): Do not use BP_SYM in weak_alias.
27796         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
27797         "bp-asm.h".
27798         (PARMS): Do not use macros from bp-asm.h.
27799         (DEST): Likewise.
27800         (LEN): Likewise.
27801         [!BZERO_P] (CHR): Likewise.
27802         (memset): Likewise.  Do not use BP_SYM.
27803         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
27804         "bp-asm.h".
27805         (PARMS): Do not use macros from bp-asm.h.
27806         (S1): Likewise.
27807         (SIZE): Likewise.
27808         (__mpn_mul_1): Do not use BP_SYM.
27809         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
27810         "bp-asm.h".
27811         (PARMS): Do not use macros from bp-asm.h.
27812         (S): Likewise.
27813         (SIZE): Likewise.
27814         (__mpn_rshift): Do not use BP_SYM.
27815         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
27816         "bp-asm.h".
27817         (PARMS): Do not use macros from bp-asm.h.
27818         (STR): Likewise.
27819         (CHR): Likewise.
27820         (strchr): Likewise.  Do not use BP_SYM.
27821         (index): Do not use BP_SYM in weak_alias.
27822         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
27823         "bp-asm.h".
27824         (PARMS): Do not use macros from bp-asm.h.
27825         (DEST): Likewise.
27826         (SRC): Likewise.
27827         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
27828         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
27829         "bp-asm.h".
27830         (PARMS): Do not use macros from bp-asm.h.
27831         (strlen): Do not use BP_SYM.
27832         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
27833         "bp-asm.h".
27834         (PARMS): Do not use macros from bp-asm.h.
27835         (S1): Likewise.
27836         (S2): Likewise.
27837         (SIZE): Likewise.
27838         (__mpn_sub_n): Do not use BP_SYM.
27839         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
27840         "bp-asm.h".
27841         (PARMS): Do not use macros from bp-asm.h.
27842         (S1): Likewise.
27843         (SIZE): Likewise.
27844         (__mpn_submul_1): Do not use BP_SYM.
27845         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
27846         "bp-asm.h".
27847         (PARMS): Do not use macros from bp-asm.h.
27848         (S1): Likewise.
27849         (S2): Likewise.
27850         (SIZE): Likewise.
27851         (__mpn_add_n): Do not use BP_SYM.
27852         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
27853         weak_alias.
27854         (bzero): Likewise.
27855         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
27856         "bp-asm.h".
27857         (PARMS): Do not use macros from bp-asm.h.
27858         (BLK2): Likewise.
27859         (LEN): Likewise.
27860         (memcmp): Do not use BP_SYM.
27861         (bcmp): Do not use BP_SYM in weak_alias.
27862         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
27863         "bp-asm.h".
27864         (PARMS): Do not use macros from bp-asm.h.
27865         (DEST): Likewise.
27866         (SRC): Likewise.
27867         (LEN): Likewise.
27868         (memcpy): Likewise.  Do not use BP_SYM.
27869         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
27870         "bp-asm.h".
27871         (PARMS): Do not use macros from bp-asm.h.
27872         (DEST): Likewise.
27873         (SRC): Likewise.
27874         (LEN): Likewise.
27875         (memmove): Likewise.  Do not use BP_SYM.
27876         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
27877         "bp-asm.h".
27878         (PARMS): Do not use macros from bp-asm.h.
27879         (DEST): Likewise.
27880         (SRC): Likewise.
27881         (LEN): Likewise.
27882         (__mempcpy): Likewise.  Do not use BP_SYM.
27883         (mempcpy): Do not use BP_SYM in weak_alias.
27884         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
27885         "bp-asm.h".
27886         (PARMS): Do not use macros from bp-asm.h.
27887         (DEST): Likewise.
27888         (LEN): Likewise.
27889         [!BZERO_P] (CHR): Likewise.
27890         (memset): Likewise.  Do not use BP_SYM.
27891         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
27892         "bp-asm.h".
27893         (PARMS): Do not use macros from bp-asm.h.
27894         (STR2): Likewise.
27895         (strcmp): Do not use BP_SYM.
27896         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
27897         "bp-asm.h".
27898         (PARMS): Do not use macros from bp-asm.h.
27899         (STR): Likewise.
27900         (DELIM): Likewise.
27901         [USE_AS_STRTOK_R] (SAVE): Likewise.
27902         (FUNCTION): Likewise.  Do not use BP_SYM.
27903         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
27904         aliases.
27905         (strtok_r): Likewise.
27906         (__GI___strtok_r): Likewise.
27907         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27908         (PARMS): Do not use macros from bp-asm.h.
27909         (S): Likewise.
27910         (SIZE): Likewise.
27911         (__mpn_lshift): Do not use BP_SYM.
27912         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27913         (PARMS): Do not use macros from bp-asm.h.
27914         (STR): Likewise.
27915         (CHR): Likewise.
27916         (__memchr): Do not use BP_SYM.
27917         (memchr): Do not use BP_SYM in weak_alias.
27918         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27919         (PARMS): Do not use macros from bp-asm.h.
27920         (BLK2): Likewise.
27921         (LEN): Likewise.
27922         (memcmp): Do not use BP_SYM.
27923         (bcmp): Do not use BP_SYM in weak_alias.
27924         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
27925         (PARMS): Do not use macros from bp-asm.h.
27926         (S1): Likewise.
27927         (SIZE): Likewise.
27928         (__mpn_mul_1): Do not use BP_SYM.
27929         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
27930         "bp-asm.h".
27931         (PARMS): Do not use macros from bp-asm.h.
27932         (STR): Likewise.
27933         (CHR): Likewise.
27934         (__rawmemchr): Do not use BP_SYM.
27935         (rawmemchr): Do not use BP_SYM in weak_alias.
27936         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27937         (PARMS): Do not use macros from bp-asm.h.
27938         (S): Likewise.
27939         (SIZE): Likewise.
27940         (__mpn_rshift): Do not use BP_SYM.
27941         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27942         (PARMS): Do not use macros from bp-asm.h.
27943         (SIGMSK): Likewise.
27944         (__sigsetjmp): Likewise.  Do not use BP_SYM.
27945         * sysdeps/i386/start.S: Do not include "bp-sym.h".
27946         (_start): Do not use BP_SYM.
27947         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
27948         (PARMS): Do not use macros from bp-asm.h.
27949         (DEST): Likewise.
27950         (SRC): Likewise.
27951         (__stpcpy): Likewise.  Do not use BP_SYM.
27952         (stpcpy): Do not use BP_SYM in weak_alias.
27953         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
27954         "bp-asm.h".
27955         (PARMS): Do not use macros from bp-asm.h.
27956         (DEST): Likewise.
27957         (SRC): Likewise.
27958         (LEN): Likewise.
27959         (__stpncpy): Likewise.  Do not use BP_SYM.
27960         (stpncpy): Do not use BP_SYM in weak_alias.
27961         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27962         (PARMS): Do not use macros from bp-asm.h.
27963         (STR): Likewise.
27964         (CHR): Likewise.
27965         (strchr): Likewise.  Do not use BP_SYM.
27966         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
27967         "bp-asm.h".
27968         (PARMS): Do not use macros from bp-asm.h.
27969         (STR): Likewise.
27970         (CHR): Likewise.
27971         (__strchrnul): Likewise.  Do not use BP_SYM.
27972         (strchrnul): Do not use BP_SYM in weak_alias.
27973         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
27974         "bp-asm.h".
27975         (PARMS): Do not use macros from bp-asm.h.
27976         (STOP): Likewise.
27977         (strcspn): Do not use BP_SYM.
27978         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
27979         "bp-asm.h".
27980         (PARMS): Do not use macros from bp-asm.h.
27981         (STR): Likewise.
27982         (STOP): Likewise.
27983         (strpbrk): Likewise.  Do not use BP_SYM.
27984         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
27985         "bp-asm.h".
27986         (PARMS): Do not use macros from bp-asm.h.
27987         (STR): Likewise.
27988         (CHR): Likewise.
27989         (strrchr): Likewise.  Do not use BP_SYM.
27990         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
27991         (PARMS): Do not use macros from bp-asm.h.
27992         (SKIP): Likewise.
27993         (strspn): Do not use BP_SYM.
27994         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
27995         (PARMS): Do not use macros from bp-asm.h.
27996         (STR): Likewise.
27997         (DELIM): Likewise.
27998         (SAVE): Likewise.
27999         (FUNCTION): Likewise.  Do not use BP_SYM.
28000         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28001         aliases.
28002         (strtok_r): Likewise.
28003         (__GI___strtok_r): Likewise.
28004         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28005         (PARMS): Do not use macros from bp-asm.h.
28006         (S1): Likewise.
28007         (S2): Likewise.
28008         (SIZE): Likewise.
28009         (__mpn_sub_n): Do not use BP_SYM.
28010         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28011         "bp-asm.h".
28012         (PARMS): Do not use macros from bp-asm.h.
28013         (S1): Likewise.
28014         (SIZE): Likewise.
28015         (__mpn_submul_1): Do not use BP_SYM.
28016         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28017         <bp-sym.h>.
28018         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28019         and <bp-asm.h>.
28020         (PARMS): Do not use macros from bp-asm.h.
28021         (FLAGS): Likewise.
28022         (PTID): Likewise.
28023         (TLS): Likewise.
28024         (CTID): Likewise.
28025         (__clone): Do not use BP_SYM.
28026         (clone): Do not use BP_SYM in weak_alias.
28027         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28028         and <bp-asm.h>.
28029         (PARMS): Do not use macros from bp-asm.h.
28030         (LEN): Likewise.
28031         (__mmap64): Do not use BP_SYM.
28032         (mmap64): Do not use BP_SYM in weak_alias.
28033         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28034         <bp-sym.h> and <bp-asm.h>.
28035         (PARMS): Do not use macros from bp-asm.h.
28036         (__posix_fadvise64_l64): Do not use BP_SYM.
28037         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28038         (PARMS): Do not use macros from bp-asm.h.
28039         (NSOPS): Likewise.
28040         (semtimedop): Do not use BP_SYM.
28041         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28042         and <bp-asm.h>.
28043
28044 2013-02-21  Allan McRae  <allan@archlinux.org>
28045
28046         * manual/message.texi (Charset conversion in gettext):
28047         Move @end statement to beginning of line.
28048
28049 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28050
28051         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28052         static.
28053         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28054         Likewise.
28055
28056         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28057         (denorm): Likewise.
28058         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28059         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28060
28061 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28062
28063         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28064         tail-call to the resolved function if pltexit isn't needed.
28065
28066 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28067
28068         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28069         or Y being zero as being unlikely.
28070         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28071         Likewise.
28072
28073 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28074
28075         * manual/nss.texi (System Databases and Name Service Switch):
28076         Remove frobnicate @pxref.
28077
28078 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28079
28080         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28081         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28082
28083 2013-02-20  Petr Machata  <pmachata@redhat.com>
28084
28085         * elf/elf.h (R_ARM_TARGET1): New macro.
28086         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28087         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28088         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28089         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28090         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28091         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28092         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28093         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28094         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28095         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28096         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28097         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28098         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28099         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28100         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28101         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28102         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28103         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28104         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28105         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28106         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28107         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28108         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28109         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28110         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28111         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28112         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28113         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28114         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28115         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28116         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28117         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28118         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28119         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28120         (R_ARM_THM_GOT_BREL12): Likewise.
28121         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28122         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28123         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28124         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28125         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28126         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28127         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28128         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28129         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28130
28131 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28132
28133         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28134         __attribute_used__ to __attribute__ ((unused)).
28135
28136 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28137
28138         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28139         powerpc mpa.c.
28140         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28141         comment formatting.
28142         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28143
28144 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28145
28146         [BZ #13550]
28147         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28148         Remove macro.
28149         (ENTER): Remove both macro definitions.
28150         (LEAVE): Likewise.
28151         (CHECK_BOUNDS_LOW): Likewise.
28152         (CHECK_BOUNDS_HIGH): Likewise.
28153         (CHECK_BOUNDS_BOTH): Likewise.
28154         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28155         (RETURN_BOUNDED_POINTER): Likewise.
28156         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28157         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28158         (POP_ERRNO_LOCATION_RETURN): Likewise.
28159         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28160         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28161         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28162         macros.
28163         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28164         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28165         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28166         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28167         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28168         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28169         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28170         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28171         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28172         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28173         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28174         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28175         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28176         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28177         removed macros.
28178         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28179         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28180         macros.
28181         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28182         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28183         * sysdeps/i386/i586/memset.S (memset): Likewise.
28184         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28185         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28186         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28187         macros.
28188         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28189         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28190         Change uses of L(2) to L(out).
28191         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28192         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28193         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28194         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28195         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28196         removed macros.
28197         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28198         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28199         macros.
28200         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28201         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28202         (RETURN): Do not use macro LEAVE.
28203         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28204         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28205         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28206         * sysdeps/i386/i686/memset.S (memset): Likewise.
28207         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28208         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28209         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28210         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28211         Likewise.
28212         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28213         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28214         L(1_2) and L(1_3) into L(1).
28215         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28216         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28217         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28218         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28219         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28220         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28221         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28222         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28223         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28224         macros.
28225         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28226         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28227         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28228         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28229         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28230         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28231         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28232         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28233         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28234         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28235         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28236         * sysdeps/i386/strspn.S (strspn): Likewise.
28237         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28238         conditional code.
28239         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28240         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28241         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28242         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28243         L(1_3) into L(1_1).
28244         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28245         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28246         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28247         macros.
28248         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28249
28250 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28251
28252         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28253         macro.
28254
28255 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28256
28257         * math/atest-exp.c (exp_mpn): Remove ROUND.
28258         * math/atest-exp2.c (exp_mpn): Likewise.
28259         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28260
28261         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28262         * stdlib/tst-tls-atexit-lib.c: Likewise.
28263         * stdlib/tst-tls-atexit.c: Likewise.
28264
28265 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28266
28267         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28268         and __attribute_alloc_size__.
28269
28270 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28271
28272         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28273         __attribute_alloc_size__.
28274         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28275         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28276
28277 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28278
28279         * include/programs/xmalloc.h: New file.
28280         * catgets/gencat.c: Include it.
28281         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28282         * elf/pldd.c: Likewise.
28283         * iconv/iconv_charmap.c: Likewise.
28284         * iconv/iconvconfig.c: Likewise.
28285         * iconv/strtab.c: Likewise.
28286         * locale/programs/locale.c: Likewise.
28287         * locale/programs/localedef.h: Likewise.
28288         * locale/programs/simple-hash.c: Likewise.
28289         * nscd/nscd.h: Likewise.
28290         * nss/makedb.c: Likewise.
28291         * sysdeps/generic/ldconfig.h: Likewise.
28292
28293 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28294
28295         * Versions.def: Add GLIBC_2.18.
28296         * include/link.h (struct link_map): New member l_tls_dtor_count.
28297         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28298         (__call_tls_dtors): Likewise.
28299         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28300         __cxa_thread_atexit_impl.
28301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28302         Likewise.
28303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28304         Likewise.
28305         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28306         Likewise.
28307         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28308         Likewise.
28309         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28310         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28311         Likewise.
28312         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28313         Likewise.
28314         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28315         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28316         Likewise.
28317         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28318         (tests): Add test case tst-tls-atexit.
28319         (modules-names): Add shared library for tst-tls-atexit.
28320         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28321         (GLIBC_PRIVATE): Add __call_tls_dtors.
28322         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28323         for libstdc++.
28324         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28325         * stdlib/tst-tls-atexit.c: New test case.
28326         * stdlib/tst-tls-atexit-lib.c: New test case.
28327
28328         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28329
28330         * elf/Versions (ld): Add _dl_find_dso_for_object.
28331         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28332         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28333         (dl_open_worker): Use _dl_find_dso_for_object.
28334         * elf/dl-sym.c (do_sym): Likewise.
28335         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28336
28337 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28338
28339         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28340         Syntactic changes only.
28341         (_dl_runtime_profile): Do a tail-call to the resolved function.
28342
28343 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28344
28345         [BZ #13550]
28346         * sysdeps/x86_64/bp-asm.h: Remove file.
28347         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28348         <bp-sym.h> and <bp-asm.h>.
28349         (__clone): Do not use BP_SYM.
28350         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28351         <bp-sym.h> and <bp-asm.h>.
28352         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28353         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28354         "bp-asm.h".
28355         (_setjmp): Do not use BP_SYM.
28356         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28357         "bp-asm.h".
28358         (setjmp): Do not use BP_SYM.
28359         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28360         libc_hidden_def.
28361         (mempcpy): Do not use BP_SYM in weak_alias.
28362         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28363         "bp-asm.h".
28364         (strchr): Do not use BP_SYM.
28365         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28366         "bp-asm.h".
28367         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28368         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28369         (_start): Do not use BP_SYM.
28370         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28371         "bp-asm.h".
28372         (strcat): Do not use BP_SYM.
28373         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28374         "bp-asm.h".
28375         (STRCMP): Do not use BP_SYM.
28376         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28377         "bp-asm.h".
28378         (STRCPY): Do not use BP_SYM.
28379         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28380         "bp-asm.h".
28381         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28382         "bp-asm.h".
28383         (FUNCTION): Do not use BP_SYM.
28384         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28385         weak_alias.
28386         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28387
28388 2013-02-17  Andreas Jaeger  <aj@suse.de>
28389
28390         * time/Versions: Sort entries.
28391         * string/Versions: Likewise.
28392         * resolv/Versions: Likewise.
28393         * posix/Versions: Likewise.
28394         * iconv/Versions: Likewise.
28395         * elf/Versions: Likewise.
28396         * wcsmbs/Versions: Likewise.
28397
28398 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28399
28400         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28401         loop termination condition.
28402
28403         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28404         variable to calculate EZ.
28405         (__sqr): Likewise.
28406
28407         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28408         the lower precision input.
28409
28410 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28411
28412         [BZ #13550]
28413         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28414         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28415         (run-via-rtld-prefix): Do not handle %-bp tests.
28416         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28417         (all-object-suffixes): Remove .ob.
28418         (bppfx): Remove variable.
28419         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28420         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28421         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28422         [$(build-bounded) = yes] (libtype.ob): Likewise.
28423         * Makerules (elide-routines.ob): Remove variable.
28424         (do-tests-clean): Do not handle *-bp.out.
28425         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28426         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28427         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28428         (tests): Do not include $(tests-bp.out).
28429         (xtests): Do not include $(xtests-bp.out).
28430         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28431         [$(build-bounded) = yes] ($(addprefix
28432         $(objpfx),$(binaries-bounded))): Remove rule.
28433         ($(objpfx)%-bp.out): Remove rule.
28434         * config.make.in (build-bounded): Remove variable.
28435         * crypt/Makefile [$(build-bounded) = yes]
28436         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28437         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28438         append to variable.
28439         [$(build-bounded) = yes] (install-lib): Likewise.
28440         [$(build-bounded) = yes] (generated): Likewise.
28441         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28442         Remove rule.
28443         * intl/Makefile [$(build-bounded) = yes]
28444         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28445         * math/Makefile [$(build-bounded) = yes]
28446         ($(tests:%=$(objpfx)%-bp): Likewise.
28447         * misc/Makefile [$(build-bounded) = yes]
28448         ($(objpfx)tst-tsearch-bp): Likewise.
28449         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28450         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28451         Remove dependency.
28452         * string/Makefile (o-objects.ob): Remove variable.
28453         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28454         (CFLAGS-.ob): Remove variable.
28455         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28456         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28457         both definitions of variable.
28458         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28459         (ASFLAGS-.ob): Remove variable.
28460
28461 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28462
28463         [BZ #13550]
28464         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28465         Remove __BOUNDED_POINTERS__ from condition.
28466         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28467         * string/bits/string2.h [!__NO_STRING_INLINES &&
28468         !__BOUNDED_POINTERS__]: Likewise.
28469         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28470         Likewise.
28471         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28472         Remove conditional code.
28473         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28474         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28475         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28476         condition.
28477
28478         [BZ #13550]
28479         * csu/libc-start.c: Do not include <bp-sym.h>.
28480         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28481         * elf/dl-open.c: Do not include <bp-sym.h>.
28482         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28483         * math/fegetenv.c: Do not include <bp-sym.h>.
28484         (fegetenv): Do not use BP_SYM in versioned symbols.
28485         * nptl/sysdeps/pthread/bits/libc-lockP.h
28486         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28487         <bp-sym.h>.
28488         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28489         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28490         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28491         (__pthread_mutex_destroy): Likewise.
28492         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28493         (__pthread_mutex_lock): Likewise.
28494         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28495         (__pthread_mutex_trylock): Likewise.
28496         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28497         (__pthread_mutex_unlock): Likewise.
28498         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28499         (__pthread_mutexattr_init): Likewise.
28500         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28501         (__pthread_mutexattr_destroy): Likewise.
28502         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28503         (__pthread_mutexattr_settype): Likewise.
28504         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28505         (__pthread_rwlock_init): Likewise.
28506         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28507         (__pthread_rwlock_destroy): Likewise.
28508         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28509         (__pthread_rwlock_rdlock): Likewise.
28510         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28511         (__pthread_rwlock_tryrdlock): Likewise.
28512         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28513         (__pthread_rwlock_wrlock): Likewise.
28514         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28515         (__pthread_rwlock_trywrlock): Likewise.
28516         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28517         (__pthread_rwlock_unlock): Likewise.
28518         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28519         (__pthread_key_create): Likewise.
28520         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28521         (__pthread_setspecific): Likewise.
28522         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28523         (__pthread_getspecific): Likewise.
28524         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28525         Likewise.
28526         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28527         (_pthread_cleanup_push_defer): Likewise.
28528         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28529         (_pthread_cleanup_pop_restore): Likewise.
28530         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28531         (pthread_setcancelstate): Likewise.
28532         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28533         <bp-sym.h>.
28534         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28535         (memchr): Do not use BP_SYM in weak_alias.
28536         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28537         (fegetenv): Do not use BP_SYM in versioned symbols.
28538         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28539         (fesetenv): Do not use BP_SYM in versioned symbols.
28540         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28541         (feupdateenv): Do not use BP_SYM in versioned symbols.
28542         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28543         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28544         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28545         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28546         (open64): Do not use BP_SYM in weak_alias.
28547         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28548         (fegetenv): Do not use BP_SYM in versioned symbols.
28549         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28550         (fesetenv): Do not use BP_SYM in versioned symbols.
28551         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28552         (feupdateenv): Do not use BP_SYM in versioned symbols.
28553         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28554         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28555         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28556         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28557         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28558         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28559         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28560         <bp-sym.h>.
28561         (__libc_start_main): Do not use BP_SYM.
28562
28563 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28564
28565         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28566         redundant return line.
28567         (norm): Likewise.
28568         (denorm): Likewise.
28569         (dbl_mp): Likewise.
28570         (sub_magnitudes): Likewise.
28571         (__add): Likewise.
28572         (__sub): Likewise.
28573         (__mul): Likewise.
28574         (__inv): Likewise.
28575         (__dvd): Likewise.
28576         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28577         (norm): Likewise.
28578         (denorm): Likewise.
28579         (dbl_mp): Likewise.
28580         (sub_magnitudes): Likewise.
28581         (__add): Likewise.
28582         (__sub): Likewise.
28583         (__mul): Likewise.
28584         (__inv): Likewise.
28585         (__dvd): Likewise.
28586
28587         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28588         instead of __mul.
28589         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28590         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28591         (cc32): Likewise.
28592
28593         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28594         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28595         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28596         of __mul for squares.
28597         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28598         function
28599         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28600         Likewise.
28601         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28602         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28603
28604 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28605
28606         [BZ #13550]
28607         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28608         code.
28609         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28610         prototype or function definition.  Rename ubp_* variables and
28611         parameters.  Remove argv definitions conditional on
28612         [__BOUNDED_POINTERS__].
28613         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28614         * elf/dl-runtime.c (_dl_fixup): Likewise.
28615         * include/set-hooks.h (RUN_HOOK): Likewise.
28616         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28617         definition.
28618         * string/strcpy.c (strcpy): Do not use __unbounded.
28619         * sysdeps/generic/frame.h (struct layout): Likewise.
28620         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28621         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28622         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28623         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28624         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28625         (__backtrace): Likewise.
28626         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28627         use __ptrvalue.
28628         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28629         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28630         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28631         Likewise.
28632         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28633         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28634         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28635         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28636         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28637         Do not use __unbounded.
28638         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28639         Rename __unboundedrlimits parameter to rlimits in prototype.
28640         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28641         Do not use __unbounded.
28642         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28643         not use __ptrvalue.
28644         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28645         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28646         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28647         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28648         __ptrvalue or __unbounded.
28649         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28650         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28651         use __unbounded.
28652         (__new_msgctl): Do not use __ptrvalue.
28653         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28654         __unbounded.
28655         (__libc_msgrcv): Do not use __ptrvalue.
28656         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28657         startup_info): Do not use __unbounded.
28658         (__libc_start_main): Likewise.  Rename ubp_* variables and
28659         parameters.  Remove argv definitions conditional on
28660         [__BOUNDED_POINTERS__].
28661         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28662         __ptrvalue.
28663         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28664         use __unbounded.
28665         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28666         or __ptrvalue.
28667         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28668         use __unbounded.
28669         (__new_shmctl): Do not use __ptrvalue.
28670         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28671         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28672         Likewise.
28673         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28674         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28675         (__libc_sigaction): Likewise.
28676         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28677         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28678         Likewise.
28679         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28680
28681 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
28682
28683         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
28684
28685         * string/mempcpy.c: Implement by calling memcpy.
28686
28687 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28688
28689         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28690
28691         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28692         evaluation.
28693
28694         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28695         values in the mantissa.
28696
28697         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28698         minimize writes to Z.
28699         (sub_magnitudes): Simplify code a bit.
28700
28701 2013-02-12  Roland McGrath  <roland@hack.frob.com>
28702
28703         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28704         from the message.  The linker prefixes all warnings with that already.
28705
28706 2013-02-12  Andreas Schwab  <schwab@suse.de>
28707
28708         [BZ #15078]
28709         * posix/regexec.c (extend_buffers): Add parameter min_len.
28710         (check_matching): Pass minimum needed length.
28711         (clean_state_log_if_needed): Likewise.
28712         (get_subexp): Likewise.
28713         * posix/Makefile (tests): Add bug-regex34.
28714         (bug-regex34-ENV): Define.
28715         * posix/bug-regex34.c: New file.
28716
28717         [BZ #11561]
28718         * posix/regcomp.c (parse_bracket_exp): When looking up collating
28719         elements compare against the byte sequence of it, not its name.
28720         * posix/Makefile (tests): Add bug-regex35.
28721         (bug-regex35-ENV): Define.
28722         * posix/bug-regex35.c: New file.
28723
28724 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28725
28726         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
28727         comment.
28728         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28729         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28730         (CHECK_EOL): Add undef.
28731
28732 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
28733
28734         * bits/stdlib-bsearch.h: New file.
28735         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
28736         * stdlib/stdlib.h: Likewise.
28737
28738 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28739
28740         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
28741         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28742         declaration.
28743         * manual/search.texi (Array Search Function): Add missing const in
28744         lfind prototype.
28745         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
28746         declaration to use rlim_t.
28747         (Basic Scheduling Functions): Remove erroneous const from
28748         sched_getparam prototype.  Remove erroneous * from
28749         sched_get_priority_max and sched_get_priority_min prototypes.
28750         (Resource Usage): Fix summary @comment on vtimes to refer to
28751         sys/vtimes.h rather than vtimes.h.
28752         Add missing *s in vtimes prototype.
28753         (Limits on Resources): Fix ulimit prototype to return long int.
28754         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
28755         prototypes to use long int rather than double.
28756         (BSD Random): Fix initstate and setstate to use char *, not void *.
28757         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
28758         prototype to make second argument 'struct aiocb64 *const[]'.
28759         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
28760         (Status of AIO Operations): Remove erroneous const in aio_return and
28761         aio_return64 prototypes.
28762         (Synchronizing I/O): Fix sync prototype to return void.
28763         * manual/startup.texi (Suboptions): Remove an erroneous const in
28764         getsubopt prototype.
28765         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
28766         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
28767         use size_t rather than int.
28768         (Scanning All Users): Likewise for getpwent_r.
28769         (Setting Groups): Add missing const to setgroups prototype.
28770         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
28771         * manual/socket.texi (Host Names): Fix gethostbyaddr and
28772         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
28773         'const void *' rather than 'const char *'.
28774         (Host Address Functions): Likewise for inet_ntop.
28775         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
28776         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
28777         ssize_t for return value.
28778         (Sending Data): Likewise for send, sendto, sendmsg.
28779         (Socket Option Functions): Add a missing const in setsockopt prototype.
28780         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
28781         use wchar_t for the argument.
28782         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
28783         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
28784         take no arguments.
28785         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
28786         double/float/long double for second argument.
28787         Fix return types of significand, significandf, significandl.
28788         * manual/filesys.texi (Setting Permissions): Use mode_t for second
28789         argument in fchmod prototype.
28790         (File Owner): Use uid_t and gid_t in fchown prototype.
28791         (File Times): Add const to utimes, futimes, and lutimes prototypes.
28792         (Making Special Files): Use mode_t and dev_t in mknod prototype.
28793         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
28794         use 'const struct dirent **' as argument types to CMP function pointer
28795         argument.
28796         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
28797         (File Times): Fix summary magic @comment for struct utimbuf and utime
28798         to refer to utime.h, not time.h.
28799         * manual/string.texi (Argz Functions): Add missing const in
28800         argz_extract and argz_next prototypes.
28801         (Finding Tokens in a String): Likewise for basename.
28802         (String/Array Comparison): Fix typo in wcscasecmp prototype.
28803         (Copying and Concatenation): Fix typo in wmemmove prototype.
28804         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
28805         (Signal Stack): Remove erroneous const in sigstack prototype.
28806         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
28807         prototype.
28808         (Simple Calendar Time): Likewise for stime.
28809         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
28810         prototype.
28811         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
28812         say sys/sysctl.h instead.
28813         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
28814         and vsyslog prototypes.
28815
28816 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28817
28818         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
28819         Remove.
28820
28821 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28822
28823         * misc/sys/mman.h: Fix typo in mremap comment.
28824
28825 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28826
28827         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
28828         the '\0' terminator.
28829
28830 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28831
28832         [BZ #13550]
28833         * debug/segfault.c: Don't include <bp-checks.h>.
28834         * sysdeps/generic/bp-checks.h: Remove file.
28835         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
28836         (__GETDENTS): Don't use CHECK_N.
28837         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
28838         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
28839         (__getgroups): Don't use CHECK_N.
28840         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
28841         (setgroups): Don't use CHECK_N.
28842         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
28843         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
28844         (__libc_msgrcv): Don't use CHECK_N.
28845         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
28846         (__libc_msgsnd): Don't use CHECK_N.
28847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
28848         <bp-checks.h>.
28849         (__libc_pread): Don't use CHECK_N.
28850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
28851         include <bp-checks.h>.
28852         (__libc_pread64): Don't use CHECK_N.
28853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
28854         include <bp-checks.h>.
28855         (__libc_pwrite): Don't use CHECK_N.
28856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
28857         include <bp-checks.h>.
28858         (__libc_pwrite64): Don't use CHECK_N.
28859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
28860         <bp-checks.h>.
28861         (__libc_pread): Don't use CHECK_N.
28862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
28863         include <bp-checks.h>.
28864         (__libc_pread64): Don't use CHECK_N.
28865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
28866         include <bp-checks.h>.
28867         (__libc_pwrite): Don't use CHECK_N.
28868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
28869         include <bp-checks.h>.
28870         (__libc_pwrite64): Don't use CHECK_N.
28871         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
28872         (do_pread): Don't use CHECK_N.
28873         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
28874         (do_pread64): Don't use CHECK_N.
28875         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
28876         (do_pwrite): Don't use CHECK_N.
28877         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
28878         (do_pwrite64): Don't use CHECK_N.
28879         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
28880         (__libc_readv): Don't use CHECK_N.
28881         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
28882         (semop): Don't use CHECK_N.
28883         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
28884         <bp-checks.h>.
28885         (semtimedop): Don't use CHECK_N.
28886         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
28887         (__libc_pread): Don't use CHECK_N.
28888         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
28889         <bp-checks.h>.
28890         (__libc_pread64): Don't use CHECK_N.
28891         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
28892         <bp-checks.h>.
28893         (__libc_pwrite): Don't use CHECK_N.
28894         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
28895         <bp-checks.h>.
28896         (__libc_pwrite64): Don't use CHECK_N.
28897         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
28898         <bp-checks.h>.
28899         (__libc_msgrcv): Don't use CHECK_N.
28900         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
28901         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
28902         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
28903         (__libc_writev): Don't use CHECK_N.
28904
28905 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28906
28907         * string/strcpy.c: Removed unused variable.
28908
28909         * Makeconfig (+sysdep-includes): Define with := rather than =.
28910         Use an existing include/ subdir of each sysdeps dir before it.
28911
28912 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28913
28914         * nscd/connection.c (register_traced_file): Comment function.
28915         [HAVE_INOTIFY] (union __inev): Define.
28916         [HAVE_INOTIFY] (inotify_check_files): New function.
28917         [HAVE_INOTIFY] (clear_db_cache): Likewise.
28918         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
28919         clear_db_cache.
28920         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
28921
28922 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28923
28924         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
28925         loaded if not already and that a failure is permanent.
28926
28927 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28928
28929         [BZ #15006]
28930         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
28931         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
28932
28933 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28934
28935         [BZ #13550]
28936         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
28937         (CHECK_1_NULL_OK): Likewise.
28938         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
28939         (__fxstat): Do not use CHECK_1.
28940         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
28941         <bp-checks.h>.
28942         (___fxstat64): Do not use CHECK_1.
28943         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
28944         <bp-checks.h>.
28945         (__fxstatat): Do not use CHECK_1.
28946         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
28947         <bp-checks.h>.
28948         (__fxstatat64): Do not use CHECK_1.
28949         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
28950         <bp-checks.h>.
28951         (__fxstat): Do not use CHECK_1.
28952         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
28953         <bp-checks.h>.
28954         (__fxstatat): Do not use CHECK_1.
28955         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
28956         <bp-checks.h>.
28957         (__getresgid): Do not use CHECK_1.
28958         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
28959         <bp-checks.h>.
28960         (__getresuid): Do not use CHECK_1.
28961         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
28962         <bp-checks.h>.
28963         (__lxstat): Do not use CHECK_1.
28964         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
28965         <bp-checks.h>.
28966         (__old_msgctl): Do not use CHECK_1.
28967         (__new_msgctl): Likewise.
28968         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
28969         <bp-checks.h>.
28970         (__new_setrlimit): Do not use CHECK_1.
28971         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
28972         <bp-checks.h>.
28973         (__old_shmctl): Do not use CHECK_1.
28974         (__new_shmctl): Likewise.
28975         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
28976         <bp-checks.h>.
28977         (__xstat): Do not use CHECK_1.
28978         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
28979         (__lxstat): Do not use CHECK_1.
28980         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
28981         <bp-checks.h>.
28982         (___lxstat64): Do not use CHECK_1.
28983         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
28984         (__old_msgctl): Do not use CHECK_1.
28985         (__new_msgctl): Likewise.
28986         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
28987         <bp-checks.h>.
28988         (__gettimeofday): Do not use CHECK_1.
28989         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
28990         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
28991         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
28992         <bp-checks.h>.
28993         (__gettimeofday): Do not use CHECK_1.
28994         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
28995         (__old_shmctl): Do not use CHECK_1_NULL_OK.
28996         (__new_shmctl): Do not use CHECK_1.
28997         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
28998         <bp-checks.h>.
28999         (do_sigtimedwait): Do not use CHECK_1.
29000         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29001         <bp-checks.h>.
29002         (do_sigwaitinfo): Do not use CHECK_1.
29003         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29004         <bp-checks.h>.
29005         (msgctl): Do not use CHECK_1.
29006         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29007         <bp-checks.h>.
29008         (shmctl): Do not use CHECK_1.
29009         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29010         (ustat): Do not use CHECK_1.
29011         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29012         <bp-checks.h>.
29013         (__fxstat): Do not use CHECK_1.
29014         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29015         <bp-checks.h>.
29016         (__fxstatat): Do not use CHECK_1.
29017         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29018         <bp-checks.h>.
29019         (__lxstat): Do not use CHECK_1.
29020         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29021         <bp-checks.h>.
29022         (__xstat): Do not use CHECK_1.
29023         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29024         (__xstat): Do not use CHECK_1.
29025         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29026         (___xstat64): Do not use CHECK_1.
29027
29028         [BZ #13550]
29029         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29030         definitions.
29031         (CHECK_BOUNDS_HIGH): Likewise.
29032         * string/strcpy.c: Do not include <bp-checks.h>.
29033         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29034
29035 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29036
29037         * nscd/nscd-client.h (__nscd_drop_map_ref):
29038         Add __attribute__ ((unused)).
29039         * nis/nss-nisplus.h (niserr2nss): Likewise.
29040
29041         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29042         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29043
29044         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29045         Remove inline keyword.
29046         * include/rounding-mode.h (round_away): Likewise.
29047         * libio/wfileops.c (adjust_wide_data): Likewise.
29048         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29049         (__m128i_strloadu_tolower): Likewise.
29050         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29051         (__m128i_strloadu_tolower): Likewise.
29052         * time/mktime.c (ydhms_diff): Likewise.
29053         * locale/elem-hash.h (elem_hash): Likewise.
29054         * locale/setlocale.c (setdata): Likewise.
29055         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29056         (re_string_wchar_at): Likewise.
29057         (bitset_not, bitset_merge, bitset_mask): Likewise.
29058         [!(__GNUC__ > 3)] (inline): Remove macro.
29059         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29060         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29061         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29062         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29063         * string/memcmp.c (memcmp_bytes): Likewise.
29064         * locale/programs/locarchive.c (compute_hashval): Likewise.
29065         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29066         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29067         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29068         * nss/getent.c (print_rpc, print_protocols): Likewise.
29069         (print_passwd, print_group, print_aliases): Likewise.
29070         * nis/nss-nisplus.h (niserr2nss): Likewise.
29071         * nscd/connections.c (restart_p): Likewise.
29072         Change return type to bool.
29073
29074 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29075
29076         * Makeconfig (all-Depend-files): Add existing
29077         $(sorted-subdirs:=/Depend) files.
29078         (all-subdirs): Remove nss.
29079         * sysdeps/unix/inet/Subdirs: Add it here instead.
29080         * hesiod/Depend: New file.
29081
29082         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29083         instead of calling alloca.
29084
29085         * io/lseek.c (__lseek): Rename to __libc_lseek.
29086         Define __lseek as an alias.
29087
29088         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29089
29090 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29091
29092         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29093         else clause and remove check for non-standard endianness.
29094
29095 2013-02-04  David S. Miller  <davem@davemloft.net>
29096
29097         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29098
29099 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29100
29101         [BZ #13550]
29102         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29103         (__ubp_memchr): Remove prototype.
29104         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29105         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29106         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29107         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29108         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29109         Remove alias.
29110         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29111         (__ubp_memchr): Likewise.
29112         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29113         (__ubp_memchr): Likewise.
29114         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29115         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29116         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29117         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29118         CHECK_STRING.
29119         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29120         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29121         (__getcwd): Do not use CHECK_STRING.
29122         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29123         <bp-checks.h>.
29124         (__real_chown): Do not use CHECK_STRING.
29125         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29126         <bp-checks.h>.
29127         (fchownat): Do not use CHECK_STRING.
29128         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29129         CHECK_STRING.
29130         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29131         <bp-checks.h>.
29132         (__lchown): Do not use CHECK_STRING.
29133         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29134         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29135         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29136         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29138         include <bp-checks.h>.
29139         (truncate64): Do not use CHECK_STRING.
29140         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29141         <bp-checks.h>.
29142         (__real_chown): Do not use CHECK_STRING.
29143         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29144         <bp-checks.h>.
29145         (__lchown): Do not use CHECK_STRING.
29146         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29147         <bp-checks.h>.
29148         (__chown): Do not use CHECK_STRING.
29149         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29150         <bp-checks.h>.
29151         (truncate64): Do not use CHECK_STRING.
29152         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29153         Likewise.
29154         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29155         (__xmknod): Do not use CHECK_STRING.
29156         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29157         <bp-checks.h>.
29158         (__xmknodat): Do not use CHECK_STRING.
29159         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29160         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29161
29162 2013-02-04  Andreas Schwab  <schwab@suse.de>
29163
29164         [BZ #14142]
29165         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29166         * include/netdb.h: Likewise for h_errno.
29167         * elf/tst-stackguard1.c: Include <tls.h>.
29168
29169 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29170
29171         * elf/link.h (struct link_map): Extend the l_addr comment.
29172         * include/link.h (struct link_map): Likewise.
29173
29174 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29175
29176         [BZ #13550]
29177         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29178         (BOUNDED_1): Remove macro.
29179         * debug/backtrace.c: Don't include <bp-checks.h>.
29180         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29181         (__backtrace): Likewise.
29182         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29183         <bp-checks.h>.
29184         (__backtrace): Don't use BOUNDED_1.
29185         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29186         <bp-checks.h>.
29187         (__backtrace): Don't use BOUNDED_1.
29188         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29189         (__backtrace): Don't use BOUNDED_1.
29190         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29191         (shmat): Don't use BOUNDED_N.
29192
29193 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29194
29195         [BZ #13550]
29196         * sysdeps/generic/bp-start.h: Remove file.
29197         * csu/libc-start.c: Don't include <bp-start.h>.
29198         (LIBC_START_MAIN): Set up __environ directly instead of using
29199         INIT_ARGV_and_ENVIRON.
29200         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29201         <bp-start.h>.
29202
29203         [BZ #13550]
29204         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29205         definitions.
29206         (CHECK_FCNTL): Likewise.
29207         (CHECK_N_PAGES): Likewise.
29208
29209         [BZ #13550]
29210         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29211         definitions.
29212         (CHECK_SIGSET_NULL_OK): Likewise.
29213         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29214         <bp-checks.h>.
29215         (sigpending): Don't use CHECK_SIGSET.
29216         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29217         <bp-checks.h>.
29218         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29219         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29220         <bp-checks.h>.
29221         (do_sigsuspend): Don't use CHECK_SIGSET.
29222         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29223         use CHECK_SIGSET.
29224         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29225         (do_sigwait): Don't use CHECK_SIGSET.
29226         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29227         use CHECK_SIGSET.
29228         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29229         include <bp-checks.h>.
29230         (sigpending): Don't use CHECK_SIGSET.
29231         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29232         include <bp-checks.h>.
29233         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29234         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29235         <bp-checks.h>.
29236         (sigpending): Don't use CHECK_SIGSET.
29237         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29238         <bp-checks.h>.
29239         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29240
29241         [BZ #13550]
29242         * sysdeps/generic/bp-semctl.h: Remove file.
29243         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29244         <bp-checks.h> and <bp-semctl.h>.
29245         (__old_semctl): Don't use CHECK_SEMCTL.
29246         (__new_semctl): Likewise.
29247         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29248         and <bp-semctl.h>.
29249         (__old_semctl): Don't use CHECK_SEMCTL.
29250         (__new_semctl): Likewise.
29251         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29252         <bp-checks.h> and <bp-semctl.h>.
29253         (__old_semctl): Don't use CHECK_SEMCTL.
29254         (__new_semctl): Likewise.
29255         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29256         <bp-checks.h> and <bp-semctl.h>.
29257         (semctl): Don't use CHECK_SEMCTL.
29258
29259         [BZ #13550]
29260         * Makerules (elide-bp-thunks): Remove variable.
29261         (elide-routines.oS): Don't use $(elide-bp-thunks).
29262         (elide-routines.os): Likewise.
29263         (elide-routines.o): Likewise.
29264         (elide-routines.op): Likewise.
29265         (elide-routines.og): Likewise.
29266         (objects): Don't use $(bp-thunks).
29267         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29268         include.
29269         (common-generated): Do not add s-proto-bp.d.
29270         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29271         (int): Likewise.
29272         (typ): Likewise.
29273         Do not generate makefile rules for bounded-pointer thunks.
29274         * sysdeps/generic/bp-thunks.h: Remove file.
29275         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29276         * sysdeps/unix/s-proto-bp.S: Likewise.
29277
29278         [BZ #15062]
29279         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29280         parts of result separately when argument is not close to line from
29281         -i to i and one part of argument is small.
29282         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29283         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29284         * math/libm-test.inc (cacos_test): Add more tests.
29285         (casin_test): Likewise.
29286         (casinh_test): Likewise.
29287         * sysdeps/i386/fpu/libm-test-ulps: Update.
29288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29289
29290 2013-01-31  David S. Miller  <davem@davemloft.net>
29291
29292         * po/de.po: Update from translation team.
29293
29294 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29295
29296         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29297
29298 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29299
29300         * configure.in (_AC_PROG_CC_C89): New definition.
29301         * configure: Regenerate.
29302
29303         * configure.in (AC_PROG_CPP): New definition.
29304         * configure: Regenerate.
29305
29306 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29307
29308         * debug/tst-backtrace.h: New file.
29309         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29310         (ret): Remove variable.
29311         (x): Likewise.
29312         (FAIL): Remove macro.
29313         (NO_INLINE): Likewise.
29314         (fn1): Use match function instead of strstr.
29315         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29316         (ret): Remove variable.
29317         (x): Likewise.
29318         (FAIL): Remove macro.
29319         (NO_INLINE): Likewise.
29320         (fn): Use match function instead of strstr.
29321         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29322         (ret): Remove variable.
29323         (x): Likewise.
29324         (FAIL): Remove macro.
29325         (NO_INLINE): Likewise.
29326         (handle_signal): Use match function instead of strstr.
29327         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29328         (ret): Remove variable.
29329         (x): Likewise.
29330         (FAIL): Remove macro.
29331         (NO_INLINE): Likewise.
29332         (handle_signal): Use match function instead of strstr.
29333
29334 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29335
29336         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29337
29338 2013-01-23  David S. Miller  <davem@davemloft.net>
29339
29340         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29341         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29342         argument of CAS if possible.
29343         * sysdeps/sparc/sparc64/bits/atomic.h
29344         (__arch_compare_and_exchange_val_32_acq): Likewise.
29345         (__arch_compare_and_exchange_val_64_acq): Likewise.
29346
29347 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29348
29349         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29350         * sysdeps/posix/ulimit.c: ... this.
29351         Include <limits.h>.
29352         * sysdeps/unix/bsd/ulimit.c: Remove file.
29353
29354 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29355
29356         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29357         (LDFLAGS-tst-array5): Likewise.
29358
29359 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29360
29361         [BZ #15036]
29362         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29363         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29364         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29365         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29366
29367 2013-01-21  David S. Miller  <davem@davemloft.net>
29368
29369         * sysdeps/sparc/backtrace.c: New file.
29370         * sysdeps/sparc/sparc32/backtrace.h: New file.
29371         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29372         * sysdeps/sparc/sparc64/backtrace.h: New file.
29373         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29374         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29375         -funwind-tables.
29376
29377 2013-01-21  Andreas Schwab  <schwab@suse.de>
29378
29379         [BZ #15020]
29380         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29381         closed its stdout.
29382
29383 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29384
29385         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29386         "mpa2.h".
29387         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29388
29389 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29390             Mark Mitchell  <mark@codesourcery.com>
29391             Tom de Vries  <tom@codesourcery.com>
29392             Paul Pluzhnikov  <ppluzhnikov@google.com>
29393
29394         * debug/tst-backtrace2.c: New file.
29395         * debug/tst-backtrace3.c: Likewise.
29396         * debug/tst-backtrace4.c: Likewise.
29397         * debug/tst-backtrace5.c: Likewise.
29398         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29399         (CFLAGS-tst-backtrace3.c): Likewise.
29400         (CFLAGS-tst-backtrace4.c): Likewise.
29401         (CFLAGS-tst-backtrace5.c): Likewise.
29402         (LDFLAGS-tst-backtrace2): Likewise.
29403         (LDFLAGS-tst-backtrace3): Likewise.
29404         (LDFLAGS-tst-backtrace4): Likewise.
29405         (LDFLAGS-tst-backtrace5): Likewise.
29406         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29407         tst-backtrace4 and tst-backtrace5.
29408
29409 2013-01-18  Anton Blanchard  <anton@samba.org>
29410             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29411
29412         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29413         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29414         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29415         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29417         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29418         "+r" and remove output regs list as redundant.  Add explicit inline
29419         asm to specify register of return val to work around compiler codegen
29420         bug.  Remove (int) cast on return value.  Add return type parameter to
29421         use in macro so that this macro does not truncate return value for
29422         64-bit values.
29423         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29424         pass to INTERNAL_VSYSCALL_NCS.
29425         (INLINE_VSYSCALL): Add 'long int' as return type to
29426         INTERNAL_VSYSCALL_NCS macro invocation.
29427         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29428         INTERNAL_VSYSCALL_NCS macro invocation.
29429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29430
29431 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29432
29433         [BZ #14496]
29434         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29435         Fix application of SIMD FP exception mask.
29436
29437         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29438         mp_no from a power of two.
29439         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29440         __mpexp_twomm1.  Use __pow_mp.
29441
29442         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29443         multiplication.
29444
29445 2013-01-17  David S. Miller  <davem@davemloft.net>
29446
29447         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29448
29449 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29450
29451         [BZ #15023]
29452         * include/complex.h: Condition contents on [!_COMPLEX_H].
29453         (__kernel_casinhf): New prototype.
29454         (__kernel_casinh): Likewise.
29455         (__kernel_casinhl): Likewise.
29456         * math/Makefile (libm_calls): Add k_casinh.
29457         * math/k_casinh.c: New file.
29458         * math/k_casinhf.c: Likewise.
29459         * math/k_casinhl.c: Likewise.
29460         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29461         finite nonzero arguments.
29462         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29463         finite nonzero arguments.
29464         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29465         finite nonzero arguments.
29466         * math/s_casinh.c: Do not include <float.h>.
29467         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29468         * math/s_casinhf.c: Do not include <float.h>.
29469         (__casinhf): Move code for finite nonzero arguments to
29470         k_casinhf.c.
29471         * math/s_casinhl.c: Do not include <float.h>.
29472         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29473         redefine.
29474         (__casinhl): Move code for finite nonzero arguments to
29475         k_casinhl.c.
29476         * math/libm-test.inc (cacos_test): Add more tests.
29477         * sysdeps/i386/fpu/libm-test-ulps: Update.
29478         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29479
29480 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29481
29482         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29483         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29484         [!HAVE_MREMAP]: Remove [defined linux] case.
29485         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29486
29487 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29488
29489         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29490
29491 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29492
29493         * elf/elf.h (R_386_SIZE32): New relocation.
29494         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29495         R_386_SIZE32.
29496         (elf_machine_rela): Likewise.
29497         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29498         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29499
29500 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29501
29502         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29503         (FP_FAST_FMA): Do not define.
29504         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29505         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29506         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29507         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29508         !_SOFT_FLOAT]: Likewise.
29509         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29510         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29511         value.
29512         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29513         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29514         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29515         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29516         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29517         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29518         file.
29519
29520 2013-01-16  Andreas Schwab  <schwab@suse.de>
29521
29522         [BZ #14327]
29523         * include/stdlib.h (__mktemp): Add declaration.
29524         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29525         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29526
29527 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29528
29529         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29530         definitions.
29531         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29532         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29533         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29534         definitions here.
29535         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29536         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29537         definitions.
29538         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29539         and ONE.
29540         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29541         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29542         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29543         definitions.
29544         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29545         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29546         definitions.
29547         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29548
29549         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29550
29551 2013-01-15  David S. Miller  <davem@davemloft.net>
29552
29553         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29554         trunc{,f} to libm-sysdep_routes.
29555         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29556         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29557         file.
29558         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29559         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29560         file.
29561         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29562         file.
29563         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29564         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29565         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29566         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29567         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29568         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29569         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29570         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29571
29572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29573         nearbyint{,f} to libm-sysdep_routes.
29574         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29575         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29576         New file.
29577         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29578         file.
29579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29580         New file.
29581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29582         file.
29583         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29584         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29585         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29586         file.
29587         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29588         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29589         file.
29590         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29591         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29592         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29593
29594         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29595         libc_feholdexcept and libc_fesetenv.
29596
29597 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29598
29599         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29600
29601 2013-01-14  David S. Miller  <davem@davemloft.net>
29602
29603         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29604         (SPARC_ASM_VIS2_IFUNC): Likewise.
29605         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29607         use of 'siam' instruction.
29608         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29609         Likewise.
29610         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29611         Likewise.
29612         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29613         Likewise.
29614         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29615         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29616         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29617         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29618         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29619         file.
29620         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29621         file.
29622         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29623         file.
29624         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29625         file.
29626         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29627         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29628         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29629         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29630         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29631         new VIS2 routines.
29632         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29633         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29634         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29635         Likewise.
29636         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29637         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29638         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29639         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29640         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29641         routines to libm-sysdep_routines.
29642         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29643
29644         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29645         fdim/fdimf to libm-sysdep_routines.
29646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29647         file.
29648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29650         file.
29651         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29652         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29653         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29654         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29655         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29656         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29657         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29658
29659 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29660
29661         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29662         to optimize copies.
29663
29664         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29665         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29666         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29667
29668         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29669         local variable MPTWO.
29670         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29671         Likewise.
29672
29673 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29674
29675         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29676         GLOB_NOESCAPE.
29677
29678 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29679
29680         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29681
29682 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29683
29684         * manual/pattern.texi (glob_t): Document gl_flags.
29685         (glob64_t): Likewise.
29686
29687 2013-01-11  David S. Miller  <davem@davemloft.net>
29688
29689         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29690         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29691         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
29692         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29693         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29694         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29695         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29696         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29697         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29698         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29699         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29700         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29701         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29702
29703         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29704         sparc V9 rather than using V8 code.
29705         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29706         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29707
29708         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29709         Move to...
29710         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29711         Here.
29712
29713 2013-01-11  Roland McGrath  <roland@hack.frob.com>
29714
29715         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29716         not in the main loop.
29717         * configure: Regenerated.
29718
29719 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
29720
29721         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29722         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29723         to just #else.
29724         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
29725         [!__GLIBC_HAVE_LONG_LONG] case.
29726         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29727         condition to just #else.
29728         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29729         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29730         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29731         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29732         unconditional.
29733         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29734         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29735         #elif condition to just #else.
29736         * sysdeps/unix/sysv/linux/sys/sysmacros.h
29737         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
29738         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29739         #elif condition to just #else.
29740
29741 2013-01-11  Steve Ellcey  <sellcey@mips.com>
29742
29743         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
29744         (EF_MIPS_ARCH_64): Fix value.
29745         (EF_MIPS_ARCH_32R2): New.
29746         (EF_MIPS_ARCH_64R2): New.
29747
29748 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
29749
29750         * Makeconfig (+link-pie-before-libc): New.
29751         (+link-pie-after-libc): Likewise.
29752         (+link-pie-tests): Likewise.
29753         (+link-pie): Rewritten.
29754         (link-before-libc): Remove $(config-LDFLAGS).
29755         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
29756         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
29757         (config-LDFLAGS): Renamed to ...
29758         (rtld-LDFLAGS): This.
29759         (rtld-tests-LDFLAGS): New macro.
29760         (link-libc-rpath-link): Likewise.
29761         (link-libc-tests-rpath-link): Likewise.
29762         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
29763         (link-libc): Prepand $(link-libc-rpath-link).
29764         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
29765         (test-program-prefix): New macro.
29766         (test-via-rtld-prefix): Likewise.
29767         (test-program-cmd): Likewise.
29768         (host-test-program-cmd): Likewise.
29769         * Makefile ($(common-objpfx)testrun.sh): Replace
29770         $(run-program-prefix) with $(test-program-prefix).
29771         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
29772         $(rtld-LDFLAGS).
29773         ($(common-objpfx)shlib.lds): Likewise.
29774         (build-module-helper): Likewise.
29775         ($(common-objpfx)format.lds): Likewise.
29776         * Rules (binaries-pie-tests): New.
29777         (binaries-pie-notests): Likewise.
29778         (binaries-pie): Rewritten.
29779         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
29780         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
29781         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
29782         (make-test-out): Replace $(host-built-program-cmd) with
29783         $(host-test-program-cmd).
29784         * config.make.in (build-hardcoded-path-in-tests): New variable.
29785         * configure.in (--enable-hardcoded-path-in-tests): New configure
29786         option.
29787         (hardcoded_path_in_tests): New AC_SUBST.
29788         * configure: Regenerated.
29789         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
29790         $(built-program-cmd) with $(test-program-cmd).
29791         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
29792         (test_program_cmd): This.
29793         * elf/Makefile ($(objpfx)order.out): Run test with
29794         $(test-program-prefix).
29795         ($(objpfx)order2.out): Likewise.
29796         ($(objpfx)tst-initorder.out): Likewise.
29797         ($(objpfx)tst-initorder2.out): Likewise.
29798         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
29799         $(test-program-cmd).
29800         ($(objpfx)tst-array1-static.out): Likewise.
29801         ($(objpfx)tst-array2.out): Likewise.
29802         ($(objpfx)tst-array3.out): Likewise.
29803         ($(objpfx)tst-array4.out): Likewise.
29804         ($(objpfx)tst-array5.out): Likewise.
29805         ($(objpfx)tst-array5-static.out): Likewise.
29806         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
29807         $(test-program-cmd).
29808         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
29809         $(run-program-prefix) with $(test-program-prefix).
29810         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
29811         (test_program_prefix): This.
29812         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
29813         $(run-program-prefix) with $(test-program-prefix).
29814         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
29815         (test_program_prefix): This.
29816         * iconvdata/tst-tables.sh: Likewise.
29817         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
29818         $(run-program-prefix) with $(test-program-prefix).
29819         ($(objpfx)tst-translit.out): Likewise.
29820         ($(objpfx)tst-gettext2.out): Likewise.
29821         ($(objpfx)tst-gettext4.out): Likewise.
29822         ($(objpfx)tst-gettext6.out): Likewise.
29823         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
29824         (test_program_prefix): This.
29825         * intl/tst-gettext2.sh: Likewise.
29826         * intl/tst-gettext4.sh  Likewise.
29827         * intl/tst-gettext6.sh: Likewise.
29828         * intl/tst-translit.sh: Likewise.
29829         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
29830         with $(test-program-cmd).
29831         * libio/Makefile ($(objpfx)test-freopen.out): Replace
29832         $(run-program-prefix) with $(test-program-prefix).
29833         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
29834         (test_program_prefix): This.
29835         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
29836         $(run-program-prefix) with $(test-program-prefix).
29837         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
29838         (test_program_prefix): This.
29839         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
29840         * posix/Makefile ($(objpfx)globtest.out): Replace
29841         $(run-via-rtld-prefix) and $(test-wrapper) with
29842         $(test-program-prefix) and $(test-via-rtld-prefix).
29843         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
29844         $(test-program-prefix).
29845         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
29846         $(host-test-program-cmd).
29847         (tst-spawn-ARGS): Likewise.
29848         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
29849         $(test-program-prefix).
29850         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
29851         (test_via_rtld_prefix): This.
29852         (test_wrapper): Renamed to ...
29853         (test_program_prefix): This.
29854         (run_program_prefix): Replaced by test_program_prefix.
29855         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
29856         (test_program_prefix): This.
29857         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
29858         with $(host-test-program-cmd).
29859         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
29860         $(run-program-prefix) with $(test-program-prefix).
29861         ($(objpfx)tst-printf.out): Likewise.
29862         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
29863         $(test-program-cmd).
29864         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
29865         (test_program_prefix): This.
29866         * stdio-common/tst-unbputc.sh: Likewise.
29867         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
29868         $(run-program-prefix) with $(test-program-prefix).
29869         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
29870         (test_program_prefix): This.
29871         * string/Makefile ($(objpfx)tst-svc.out):  Replace
29872         $(built-program-cmd) with $(test-program-cmd).
29873
29874 2013-01-11  Andreas Jaeger  <aj@suse.de>
29875
29876         [BZ #15003]
29877         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
29878         value. Sync with Linux 3.7.
29879
29880 2013-01-10  David S. Miller  <davem@davemloft.net>
29881
29882         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
29883         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29884         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29885
29886 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29887
29888         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
29889         never set.
29890         * configure: Regenerated.
29891
29892 2013-01-10  David S. Miller  <davem@davemloft.net>
29893
29894         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29895         sparc V9 rather than using V8 code.
29896         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29897         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29898
29899 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29900
29901         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
29902         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
29903         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
29904         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
29905         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
29906         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
29907         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
29908         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
29909         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
29910         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
29911         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
29912         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
29913         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
29914         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
29915         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
29916         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
29917         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
29918         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
29919         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
29920         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
29921         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
29922         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
29923         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
29924         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
29925         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
29926         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
29927         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
29928
29929 2013-01-10  David S. Miller  <davem@davemloft.net>
29930
29931         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29932
29933 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29934
29935         * posix/Makefile (tests-static): New variable.
29936         (tests): Add $(tests-static).
29937         (tst-exec-static-ARGS): New variable.
29938         (tst-spawn-static-ARGS): Likewise.
29939         * posix/tst-exec-static.c: New file.
29940         * posix/tst-spawn-static.c: Likewise.
29941         * posix/tst-exec.c: Support run directly.
29942         * posix/tst-spawn.c: Likewise.
29943
29944 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
29945
29946         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
29947         long.
29948         * math/bits/mathcalls.h (llrint): Likewise.
29949         (llround): Likewise.
29950         * stdlib/stdlib.h (struct drand48_data): Likewise.
29951         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
29952         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
29953         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
29954         Likewise.
29955         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
29956         Likewise.
29957         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
29958         (elf_greg_t): Likewise.
29959         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
29960         (__jmp_buf): Likewise.
29961         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
29962         definitions.
29963         (llrint): Likewise, for all definitions.
29964         (llrintl): Likewise.
29965
29966         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
29967         Remove [__GNUC__] condition.
29968         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
29969         condition to just [__USE_ISOC99].
29970         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
29971
29972 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29973
29974         [BZ #14200]
29975         * sysdeps/unix/sysv/linux/x86/bits/environments.h
29976         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
29977         defined.
29978         (_POSIX_V6_ILP32_OFF32): Likewise.
29979         (_XBS5_ILP32_OFF32): Likewise.
29980         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
29981         (__ILP32_OFFBIG_LDFLAGS): Likewise.
29982
29983 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29984
29985         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
29986
29987         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
29988         doubles __mpexp_twomm1.  Adjust usage.
29989         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
29990         Remove.
29991
29992 2013-01-10  Andreas Schwab  <schwab@suse.de>
29993
29994         [BZ #14964]
29995         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
29996         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
29997
29998 2013-01-09  David S. Miller  <davem@davemloft.net>
29999
30000         [BZ #15003]
30001         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30002         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30003         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30004         (TCP_FASTOPEN): Define.
30005         (tcp_repair_opt): New structure.
30006         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30007         enum values.
30008         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30009         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30010         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30011         (tcp_cookie_transactions): New structure.
30012
30013 2013-01-09  Anton Blanchard  <anton@samba.org>
30014
30015         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30016         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30017         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30018         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30019
30020 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30021
30022         * include/features.h (__USE_ANSI): Remove.
30023
30024 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30025
30026         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30027
30028         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30029
30030 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30031
30032         * sysdeps/s390/fpu/libm-test-ulps: Update.
30033
30034         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30035
30036         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30037         (__acr): Likewise.
30038         (__cpy): Likewise.
30039         (norm): Likewise.
30040         (denorm): Likewise.
30041         (__mp_dbl): Likewise.
30042         (__dbl_mp): Likewise.
30043         (add_magnitudes): Likewise.
30044         (sub_magnitudes): Likewise.
30045         (__add): Likewise.
30046         (__sub): Likewise.
30047         (__mul): Likewise.
30048         (__inv): Likewise.
30049         (__dvd): Likewise.
30050         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30051         (__acr): Likewise.
30052         (__cpy): Likewise.
30053         (norm): Likewise.
30054         (denorm): Likewise.
30055         (__mp_dbl): Likewise.
30056         (__dbl_mp): Likewise.
30057         (add_magnitudes): Likewise.
30058         (sub_magnitudes): Likewise.
30059         (__add): Likewise.
30060         (__sub): Likewise.
30061         (__mul): Likewise.
30062         (__inv): Likewise.
30063         (__dvd): Likewise.
30064         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30065         (__acr): Likewise.
30066         (__cpy): Likewise.
30067         (norm): Likewise.
30068         (denorm): Likewise.
30069         (__mp_dbl): Likewise.
30070         (__dbl_mp): Likewise.
30071         (add_magnitudes): Likewise.
30072         (sub_magnitudes): Likewise.
30073         (__add): Likewise.
30074         (__sub): Likewise.
30075         (__mul): Likewise.
30076         (__inv): Likewise.
30077         (__dvd): Likewise.
30078
30079 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30080
30081         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30082         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30083         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30084         2 && __USE_EXTERN_INLINES]: Likewise.
30085
30086 2013-01-08  Andreas Jaeger  <aj@suse.de>
30087
30088         [BZ# 14985]
30089         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30090         Remove.
30091         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30092         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30093
30094 2013-01-07  Anton Blanchard  <anton@samba.org>
30095
30096         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30097         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30098         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30099         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30100         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30101         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30102         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30103         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30104         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30105         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30106         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30107         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30108         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30109         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30110         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30111         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30112         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30113         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30114         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30115         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30116         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30117         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30118         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30119         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30120         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30121         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30122         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30123         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30124         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30125         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30126         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30127         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30128         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30129         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30130         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30131         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30132         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30133         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30134         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30135         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30136         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30137         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30138         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30139
30140 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30141
30142         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30143         (__MALLOC_PMT): Likewise.
30144         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30145         [__GNUC__], only on [_LIBC].
30146         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30147         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30148         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30149         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30150         forward declaration.
30151         (realloc_hook_ini): Likewise.
30152         (memalign_hook_ini): Likewise.
30153         (__libc_memalign): Do not use __MALLOC_PMT in variable
30154         declaration.
30155         (__libc_valloc): Likewise.
30156         (__libc_pvalloc): Likewise.
30157         (__libc_calloc): Likewise.
30158         (__posix_memalign): Likewise.
30159
30160         [BZ #14996]
30161         * math/s_casinh.c: Include <float.h>.
30162         (__casinh): Do not do computation with squaring and square root
30163         for large arguments.
30164         * math/s_casinhf.c: Include <float.h>.
30165         (__casinhf): Do not do computation with squaring and square root
30166         for large arguments.
30167         * math/s_casinhl.c: Include <float.h>.
30168         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30169         (__casinhl): Do not do computation with squaring and square root
30170         for large arguments.
30171         * math/libm-test.inc (casin_test): Add more tests.
30172         (casinh_test): Likewise.
30173         * sysdeps/i386/fpu/libm-test-ulps: Update.
30174         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30175
30176 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30177
30178         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30179         (__x86_64_raw_data_cache_size): Likewise.
30180         (__x86_64_data_cache_size_half): Likewise.
30181         (__x86_64_raw_data_cache_size_half): Likewise.
30182         (__x86_64_shared_cache_size): Likewise.
30183         (__x86_64_raw_shared_cache_size): Likewise.
30184         (__x86_64_shared_cache_size_half): Likewise.
30185         (__x86_64_raw_shared_cache_size_half): Likewise.
30186         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30187         to ...
30188         (__x86_data_cache_size): This.
30189         (__x86_64_raw_data_cache_size): Renamed to ...
30190         (__x86_raw_data_cache_size): This.
30191         (__x86_64_data_cache_size_half): Renamed to ...
30192         (__x86_data_cache_size_half): This.
30193         (__x86_64_raw_data_cache_size_half): Renamed to ...
30194         (__x86_raw_data_cache_size_half): This.
30195         (__x86_64_shared_cache_size): Renamed to ...
30196         (__x86_shared_cache_size): This.
30197         (__x86_64_raw_shared_cache_size): Renamed to ...
30198         (__x86_raw_shared_cache_size): This.
30199         (__x86_64_shared_cache_size_half): Renamed to ...
30200         (__x86_shared_cache_size_half): This.
30201         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30202         (__x86_raw_shared_cache_size_half): This.
30203         * sysdeps/x86_64/memcpy.S: Updated.
30204         * sysdeps/x86_64/memset.S: Likewise.
30205         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30206         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30207         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30208
30209 2013-01-04  David S. Miller  <davem@davemloft.net>
30210
30211         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30212
30213 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30214
30215         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30216         1 to avoid redefinition warning.
30217         (__USE_GNU): Don't define.
30218         (init_signaling_nan): Protoize.
30219
30220         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30221
30222 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30223
30224         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30225         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30226         (__cpymn): Likewise.
30227         (norm): Remove commented code.
30228         (denorm): Likewise.
30229         (__mp_dbl): Likewise.
30230         (__inv): Likewise.
30231         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30232         (__cpymn): Likewise.
30233         (norm): Remove commented code.
30234         (denorm): Likewise.
30235         (__mp_dbl): Likewise.
30236         (__inv): Likewise.
30237
30238         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30239         mp_no value for 1.0 and 2.0.
30240         (norm): Use RADIXI instead of radixi.d.
30241         (denorm): Likewise.
30242         (__mul): Use 0.0 instead of zero.d.
30243         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30244         mp_no value for 1.0 and 2.0.
30245         (norm): Use RADIXI instead of radixi.d.
30246         (denorm): Likewise.
30247         (__mul): Use 0.0 instead of zero.d.
30248
30249 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30250
30251         [BZ #14994]
30252         * math/s_casinh.c (__casinh): Reduce finite argument to first
30253         quadrant then set signs of results at the end.
30254         * math/s_casinhf.c (__casinhf): Likewise.
30255         * math/s_casinhl.c (__casinhl): Likewise.
30256         * math/libm-test.inc (casin_test): Add more tests.
30257         (casinh_test): Likewise.
30258         * sysdeps/i386/fpu/libm-test-ulps: Update.
30259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30260
30261 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30262
30263         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30264
30265         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30266
30267         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30268         declarations.
30269         (denorm): Likewise.
30270         (__mp_dbl): Likewise.
30271         (__inv): Likewise.
30272
30273         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30274         and adjust the header comment.
30275
30276         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30277         variable name from declaration.
30278
30279 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30280
30281         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30282         Initialize COMMON_CPUID_INDEX_7 element.
30283         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30284         (CPUID_RTM): Likewise.
30285         (HAS_RTM): Likewise.
30286         (COMMON_CPUID_INDEX_7): New enum.
30287
30288 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30289
30290         [BZ #14981]
30291         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30292         size is zero, record memory as freed.
30293
30294 2013-01-03  Andreas Jaeger  <aj@suse.de>
30295
30296         * po/ia.po: Add new Interlingua translation.
30297
30298 2012-01-03  Allan McRae  <allan@archlinux.org>
30299
30300         * locale/programs/localedef.c: Fix description of '--posix' flag.
30301
30302 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30303
30304         * NEWS: Update dates in second copyright notice.
30305         * README: Update copyright dates in example.
30306         * manual/libc.texinfo: Update copyright dates.
30307         * scripts/test-installation.pl: Update copyright date in --version
30308         output.
30309
30310         * hurd/ctty-input.c: Fix copyright notice formatting.
30311         * hurd/ctty-output.c: Likewise.
30312         * hurd/dtable.c: Likewise.
30313         * hurd/hurd-raise.c: Likewise.
30314         * hurd/hurdprio.c: Likewise.
30315         * hurd/msgportdemux.c: Likewise.
30316         * misc/sys/file.h: Likewise.
30317         * misc/sys/ioctl.h: Likewise.
30318         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30319         * sysdeps/mach/hurd/chdir.c: Likewise.
30320         * sysdeps/mach/hurd/fchdir.c: Likewise.
30321         * sysdeps/mach/hurd/rename.c: Likewise.
30322         * sysdeps/mach/hurd/rmdir.c: Likewise.
30323         * sysdeps/mach/hurd/seekdir.c: Likewise.
30324         * sysdeps/mach/hurd/setsid.c: Likewise.
30325         * sysdeps/posix/wait3.c: Likewise.
30326
30327         * All files with FSF copyright notices: Update copyright dates
30328         using scripts/update-copyrights.
30329         * intl/plural.c: Regenerated.
30330         * locale/programs/charmap-kw.h: Likewise.
30331         * locale/programs/locfile-kw.h: Likewise.
30332
30333 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30334
30335         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30336         four values.
30337
30338         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30339         calculation loop and add branch prediction.
30340
30341         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30342         check access beyond bounds of m1np.
30343
30344         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30345         MPTWO.
30346         (__inv): Remove local variable MPTWO to use the global
30347         constant.
30348         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30349         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30350         variable MPTWO.
30351         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30352         MP3HALFS static const.
30353
30354 2013-01-01  David S. Miller  <davem@davemloft.net>
30355
30356         * po/ca.po: Update from translation team.
30357
30358 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30359
30360         * scripts/update-copyrights: New file.
30361         * Makeconfig: Reformat copyright notice.
30362         * ctype/ctype.h: Likewise.
30363         * debug/swprintf_chk.c: Likewise.
30364         * elf/dl-cache.c: Likewise.
30365         * elf/dl-debug.c: Likewise.
30366         * elf/dl-object.c: Likewise.
30367         * grp/initgroups.c: Likewise.
30368         * hurd/Makefile: Likewise.
30369         * hurd/hurd/signal.h: Likewise.
30370         * hurd/hurdfault.c: Likewise.
30371         * hurd/hurdioctl.c: Likewise.
30372         * hurd/hurdlookup.c: Likewise.
30373         * hurd/intr-msg.c: Likewise.
30374         * iconv/gconv_open.c: Likewise.
30375         * libio/swprintf.c: Likewise.
30376         * locale/lc-ctype.c: Likewise.
30377         * locale/nl_langinfo.c: Likewise.
30378         * mach/Machrules: Likewise.
30379         * mach/Makefile: Likewise.
30380         * malloc/obstack.h: Likewise.
30381         * manual/Makefile: Likewise.
30382         * manual/tsort.awk: Likewise.
30383         * misc/bits/stab.def: Likewise.
30384         * nis/nis_print_group_entry.c: Likewise.
30385         * nis/nis_table.c: Likewise.
30386         * nis/nss_compat/compat-pwd.c: Likewise.
30387         * nis/nss_compat/compat-spwd.c: Likewise.
30388         * po/Makefile: Likewise.
30389         * posix/fnmatch.c: Likewise.
30390         * posix/regex.h: Likewise.
30391         * resolv/Makefile: Likewise.
30392         * resolv/nss_dns/dns-network.c: Likewise.
30393         * resolv/res_hconf.c: Likewise.
30394         * scripts/gen-sorted.awk: Likewise.
30395         * soft-fp/soft-fp.h: Likewise.
30396         * stdio-common/printf.h: Likewise.
30397         * stdlib/monetary.h: Likewise.
30398         * stdlib/random.c: Likewise.
30399         * stdlib/random_r.c: Likewise.
30400         * sysdeps/generic/Makefile: Likewise.
30401         * sysdeps/gnu/Makefile: Likewise.
30402         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30403         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30404         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30405         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30406         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30407         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30408         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30409         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30410         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30411         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30412         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30413         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30414         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30415         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30416         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30417         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30418         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30419         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30420         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30421         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30422         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30423         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30424         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30425         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30426         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30427         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30428         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30429         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30430         * sysdeps/mach/hurd/errnos.awk: Likewise.
30431         * sysdeps/mach/hurd/fork.c: Likewise.
30432         * sysdeps/mach/hurd/getcwd.c: Likewise.
30433         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30434         * sysdeps/mach/hurd/mmap.c: Likewise.
30435         * sysdeps/mach/hurd/utimes.c: Likewise.
30436         * sysdeps/mach/hurd/xmknod.c: Likewise.
30437         * sysdeps/posix/profil.c: Likewise.
30438         * sysdeps/posix/readdir_r.c: Likewise.
30439         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30440         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30441         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30442         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30443         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30444         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30445         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30446         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30447         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30448         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30449         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30450         * sysdeps/pthread/lio_listio.c: Likewise.
30451         * sysdeps/sparc/dl-procinfo.h: Likewise.
30452         * sysdeps/unix/i386/sysdep.S: Likewise.
30453         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30454         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30455         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30456         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30458         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30459         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30460         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30461         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30462         * sysdeps/wordsize-32/divdi3.c: Likewise.
30463         * time/sys/time.h: Likewise.
30464         * wcsmbs/Makefile: Likewise.
30465
30466 2013-01-01  David S. Miller  <davem@davemloft.net>
30467
30468         * po/fr.po: Update from translation team.
30469
30470         * catgets/gencat.c: Update copyright year.
30471         * csu/version.c: Likewise.
30472         * debug/catchsegv.sh: Likewise.
30473         * debug/pcprofiledump.c: Likewise.
30474         * debug/xtrace.sh: Likewise.
30475         * elf/ldconfig.c: Likewise.
30476         * elf/ldd.bash.in: Likewise.
30477         * elf/pldd.c: Likewise.
30478         * elf/sotruss.ksh: Likewise.
30479         * elf/sprof.c: Likewise.
30480         * iconv/iconv_prog.c: Likewise.
30481         * iconv/iconvconfig.c: Likewise.
30482         * locale/programs/locale.c: Likewise.
30483         * locale/programs/localedef.c: Likewise.
30484         * login/programs/pt_chown.c: Likewise.
30485         * malloc/memusage.sh: Likewise.
30486         * malloc/memusagestat.c: Likewise.
30487         * malloc/mtrace.pl: Likewise.
30488         * nscd/nscd.c: Likewise.
30489         * nss/getent.c: Likewise.
30490         * nss/makedb.c: Likewise.
30491         * posix/getconf.c: Likewise.
30492
30493 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30494
30495         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30496         numbers.
30497
30498 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30499
30500         * math/bits/mathcalls.h (modf): Use __nonnull.
30501
30502 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30503
30504         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30505         (split): Use macro CN instead of the bare value.
30506         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30507         could be used.
30508         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30509         instead of the bare value.
30510         (power1): Likewise.
30511
30512 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30513
30514         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30515         __ATAN_TWOM.
30516         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30517
30518         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30519         their values.
30520         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30521         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30522         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30523         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30524
30525 2012-12-28  Andreas Jaeger  <aj@suse.de>
30526
30527         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30528         values are from Linux 3.7.
30529
30530         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30531         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30532
30533 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30534
30535         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30536         TRUE case.
30537
30538         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30539         (norm): Likewise.
30540         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30541         variables with preprocessor constants.
30542         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30543         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30544         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30545
30546 2012-12-27  Bruno Haible  <bruno@clisp.org>
30547
30548         [BZ #14317]
30549         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30550         only if needed.
30551
30552 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30553
30554         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30555         and use variable directly.
30556         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30557
30558         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30559         MPONE.
30560         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30561         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30562         variable MPONE.
30563         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30564         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30565         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30566         include directive.  Remove local variable MPONE.
30567         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30568         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30569         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30570
30571 2012-12-25  David S. Miller  <davem@davemloft.net>
30572
30573         * version.h (RELEASE): Set to "development".
30574         (VERSION): Set to "2.17.90".
30575         * NEWS: Add 2.18 section.
30576
30577 2012-12-21  David S. Miller  <davem@davemloft.net>
30578
30579         * po/hr.po: Update from translation team.
30580
30581 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30582
30583         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30584
30585 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30586
30587         * NEWS:  Mention new memcpy for MIPS.
30588
30589 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30590
30591         * manual/contrib.texi (Contributors): Spelling correction.
30592
30593 2012-12-15  David S. Miller  <davem@davemloft.net>
30594
30595         * po/ru.po: Update from translation team.
30596
30597 2012-12-13  David S. Miller  <davem@davemloft.net>
30598
30599         * NEWS: Mention IFUNC testsuite enhancements.
30600
30601         * po/pl.po: Update from translation team.
30602         * po/bg.po: Likewise.
30603
30604         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30605         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30606
30607 2012-12-11  David S. Miller  <davem@davemloft.net>
30608
30609         * po/sv.po: Update from translation team.
30610
30611         * po/vi.po: Update from translation team.
30612
30613         * po/cs.po: Update from translation team.
30614
30615         * po/de.po: Update from translation team.
30616         * po/eo.po: Likewise.
30617         * po/nl.po: Likewise.
30618
30619 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30620
30621         [BZ #14246]
30622         * manual/argp.texi (Argp Helper Functions): Move node to follow
30623         Argp Parsing State.
30624
30625         [BZ #14872]
30626         * manual/conf.texi (Limits on File System Capacity): Mention if
30627         terminating null is included in the max size.
30628
30629 2012-12-10  Andreas Jaeger  <aj@suse.de>
30630
30631         * po/cs.po: Update from translation team.
30632
30633 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30634
30635         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30636         void pointer and cast to uintptr_t.
30637         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30638         path.
30639         * sysdeps/s390/s390-64/memcpy.S: Likewise.
30640         * sysdeps/s390/s390-64/memset.S: Likewise.
30641
30642 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
30643
30644         [BZ #14833]
30645         * menual/message.texi (Message Translation): Fix typos.
30646         (Helper programs for gettext): Likewise.
30647
30648 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
30649
30650         [BZ #14898]
30651         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30652         Change to -1.
30653
30654 2012-12-07  David S. Miller  <davem@davemloft.net>
30655
30656         * po/libc.pot: Update.
30657
30658 2012-12-07  Richard Henderson  <rth@redhat.com>
30659
30660         [BZ #10114]
30661         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30662         normal/normal case to before the switch.
30663         (_FP_DIV): Likewise.
30664
30665 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
30666             Mike Frysinger  <vapier@gentoo.org>
30667
30668         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30669         check for __NR_fadvise64_64.
30670
30671 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
30672
30673         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30674         0, not just to plain "0" as a statement.
30675         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30676         with cw.
30677
30678 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
30679
30680         * NEWS: Use sourceware.org in Bugzilla URL.
30681
30682 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30683
30684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30685         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30686
30687         * stdio-common/tst-put-error.c (do_test): Add newline to the
30688         padded test to ensure flush.
30689
30690 2012-12-05  Jeff Law  <law@redhat.com>
30691
30692         * sunrpc/etc.rpc (fedfs_admin): Add entry.
30693
30694 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
30695
30696         * README: Don't refer to ports add-on as distributed separately.
30697         Mention AArch64 in list of systems supported in the ports add-on.
30698
30699         * LICENSES: Add more non-FSF copyright and license notices.
30700
30701         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30702         ((unused)).
30703
30704         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30705
30706         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30707         10000 as width of padded output.
30708
30709 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30710
30711         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30712
30713         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30714         variable LX with __attribute__ ((unused)).
30715         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30716         Likewise.
30717         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30718         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30719         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30720         with __attribute__ ((unused)).
30721
30722 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
30723
30724         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30725
30726 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30727
30728         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30729         (CFLAGS-nldbl-acos.c): New variable.
30730         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30731         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30732         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30733         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30734         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
30735         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
30736         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
30737         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
30738         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
30739         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
30740         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
30741         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
30742         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
30743         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
30744         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
30745         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
30746         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
30747         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
30748         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
30749         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
30750         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
30751         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
30752         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
30753         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
30754         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
30755         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
30756         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
30757         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
30758         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
30759         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
30760         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
30761         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
30762         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
30763         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
30764         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
30765         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
30766         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
30767         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
30768         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
30769         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
30770         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
30771         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
30772         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
30773         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
30774         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
30775         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
30776         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
30777         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
30778         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
30779         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
30780         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
30781         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
30782         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
30783         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
30784         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
30785         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
30786         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
30787         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
30788         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
30789         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
30790         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
30791         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
30792         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
30793         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
30794         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
30795         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
30796         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
30797         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
30798         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
30799         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
30800         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
30801         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
30802         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
30803         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
30804         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
30805         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
30806         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
30807         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
30808         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
30809         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
30810         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
30811         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
30812         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
30813         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
30814         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
30815         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
30816         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
30817         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
30818         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
30819         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
30820         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
30821         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
30822         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
30823         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
30824         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
30825         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
30826         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
30827
30828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30829         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30830
30831         [BZ #14914]
30832         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
30833         whole low double instead of just low 47 bits when splitting values
30834         into two parts.
30835
30836 2012-12-03  Allan McRae  <allan@archlinux.org>
30837
30838         * manual/stdio.texi (Predefined Printf Handlers): Remove
30839         @hsep and @vsep usage.
30840
30841 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
30842
30843         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
30844         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
30845
30846 2012-12-03  Jeff Law  <law@redhat.com>
30847
30848         * time/sys/time.h (settimeofday): Do not mark TV argument
30849         as __nonnull.
30850
30851 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
30852
30853         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
30854         when currently writing and seek to current position when not.
30855         * libio/Makefile (tests): Remove bug-fclose1.
30856         * libio/bug-fclose1.c: Delete.
30857
30858 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
30859
30860         * manual/arith.texi (feenableexcept): Fix typo.
30861         (fedisableexcept): Likewise.
30862
30863 2012-11-30  Roland McGrath  <roland@hack.frob.com>
30864
30865         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
30866         second, differently-typed declaration, rather than a cast.
30867
30868 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30869
30870         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
30871         * include/rpc/svc.h: ... here.
30872
30873 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
30874
30875         [BZ #13013]
30876         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
30877         depending n and resplen2 to catch cases where answer
30878         equals answerp2.
30879
30880 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
30881
30882         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
30883         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
30884
30885 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
30886
30887         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
30888
30889 2012-11-29  Roland McGrath  <roland@hack.frob.com>
30890
30891         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
30892
30893 2012-11-28  Jeff Law  <law@redhat.com>
30894
30895         [BZ #13761]
30896         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
30897         dataset_temporary.  Track alloca usage into alloca_used.
30898         If dataset is large allocate and release it via malloc/free.
30899
30900 2012-06-04  Florian Weimer  <fweimer@redhat.com>
30901
30902         [BZ #14197]
30903         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
30904
30905 2012-11-28  David S. Miller  <davem@davemloft.net>
30906
30907         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30908
30909 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30910
30911         [BZ #14803]
30912         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
30913         of pi/2 rounded to nearest to 64 bits.
30914         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
30915         nearest to 64 bits.
30916         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
30917         bits.
30918
30919 2012-11-28  Jeff Law <law@redhat.com>
30920             Martin Osvald <mosvald@redhat.com>
30921
30922         [BZ #14889]
30923         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
30924         * sunrpc/svc.c: Include time.h.
30925         (__svc_accept_failed): New function.
30926         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
30927         any reason other than EINTR, call __svc_accept_failed.
30928         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
30929         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
30930
30931 2012-11-28  Andreas Schwab  <schwab@suse.de>
30932
30933         * scripts/abilist.awk: Also handle indirect functions in .opd
30934         section.
30935
30936 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30937
30938         [BZ #13881]
30939         * sysdeps/x86/fpu/powl_helper.c: New file.
30940         * sysdeps/x86/fpu/Makefile: Likewise.
30941         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
30942         (p3): New object.
30943         (__ieee754_powl): Use __powl_helper for finite arguments except
30944         integer exponents below 8.
30945         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
30946         (p3): New object.
30947         (__ieee754_powl): Use __powl_helper for finite arguments except
30948         integer exponents below 8.
30949         * math/libm-test.inc (pow_test): Add more tests and enable some
30950         previously disabled tests.
30951         * sysdeps/i386/fpu/libm-test-ulps: Update.
30952         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30953
30954 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30955             Carlos O'Donell  <carlos_odonell@mentor.com>
30956
30957         * nss/makedb.c (is_prime): Assert that input is odd and greater
30958         than 4.  Note that fact in a comment too.
30959         (next_prime): Add 4 to input.
30960
30961 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30962
30963         [BZ #11741]
30964         * libio/Makefile (tests): Add test case tst-fwrite-error.
30965         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
30966         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
30967         * libio/tst-fwrite-error.c: New test case.
30968
30969 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
30970
30971         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
30972         before casting to void *.
30973         * include/libc-internal.h (__pointer_type): New macro.
30974         (__integer_if_pointer_type_sub): Likewise.
30975         (__integer_if_pointer_type): Likewise.
30976         (cast_to_integer): Likewise.
30977         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
30978         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
30979         before casting to atomic64_t.
30980         (atomic_exchange_acq): Likewise.
30981         (__arch_exchange_and_add_body): Likewise.
30982         (__arch_add_body): Likewise.
30983         (atomic_add_negative): Likewise.
30984         (atomic_add_zero): Likewise.
30985
30986 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
30987
30988         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
30989         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
30990         (add_fdes): Likewise.
30991         (linear_search_fdes): Likewise.
30992         (binary_search_unencoded_fdes): Likewise.
30993
30994 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
30995
30996         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
30997
30998 2012-11-24  Adam Conrad  <adconrad@0c3.net>
30999
31000         * configure.in: Autodetect C++ header directories.
31001         * configure: Regenerated.
31002
31003 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31004
31005         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31006
31007 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31008
31009         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31010
31011 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31012
31013         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31014         LDBL_MANT_DIG == 106]: Disable some tests.
31015         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31016         Likewise.
31017         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31018         Likewise.
31019
31020         [BZ #14871]
31021         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31022         input for small inputs.  Return +/- pi/2 for large inputs.
31023         * math/libm-test.inc (atan_test): Add more tests.
31024
31025         * sysdeps/generic/unwind-dw2-fde-glibc.c
31026         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31027         __attribute__ ((unused)).
31028
31029         [BZ #14645]
31030         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31031         x * y if x and y are nonzero and z is zero.
31032
31033         [BZ #14811]
31034         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31035         nonzero exponents with absolute value below 0x1p-117 to +/-
31036         0x1p-117.
31037
31038         [BZ #14869]
31039         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31040         up arguments below 2**-450, not just those below 2**-500.
31041         * math/libm-test.inc (hypot_test): Add another test.
31042
31043         [BZ #14868]
31044         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31045         Return a+b for ratio over 2**120, not 2**60.
31046         * math/libm-test.inc (hypot_test): Add another test.
31047
31048         * math/libm-test.inc (clog_test): Use
31049         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31050         (clog10_test): Likewise.
31051
31052         [BZ #6778]
31053         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31054
31055 2012-11-22  Andreas Schwab  <schwab@suse.de>
31056
31057         * sysdeps/i386/fpu/libm-test-ulps: Update.
31058
31059 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31060
31061         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31062         printf output with newline.
31063
31064 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31065
31066         [BZ #14865]
31067         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31068         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31069         -z nodlopen, -z initfirst and -z execstack support.
31070         * configure: Regenerated.
31071
31072         * elf/elf.h (DF_1_NODIRECT): New macro.
31073         (DF_1_IGNMULDEF): Likewise.
31074         (DF_1_NOKSYMS): Likewise.
31075         (DF_1_NOHDR): Likewise.
31076         (DF_1_EDITED): Likewise.
31077         (DF_1_NORELOC): Likewise.
31078         (DF_1_SYMINTPOSE): Likewise.
31079         (DF_1_GLOBAUDIT): Likewise.
31080         (DF_1_SINGLETON): Likewise.
31081         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31082         DT_1_SUPPORTED_MASK bits.
31083         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31084
31085 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31086
31087         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31088
31089 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31090
31091         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31092         macro.
31093
31094         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31095         (sendmmsg): Move declarations...
31096         * socket/sys/socket.h: ... here.
31097         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31098         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31099         include it from...
31100         * socket/recvmmsg.c: ... this new file.
31101         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31102         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31103         definition of __sendmmsg hidden.
31104         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31105         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31106         Move ENOSYS stub into and include it from...
31107         * socket/sendmmsg.c: ... this new file.
31108         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31109         (sysdep_routines): Move recvmmsg and sendmmsg...
31110         * socket/Makefile (routines): ... here.
31111         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31112         (GLIBC_PRIVATE): Add __sendmmsg.
31113         * include/sys/socket.h (__sendmmsg): Add declarations.
31114         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31115         sendmmsg.
31116
31117 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31118
31119         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31120         variable I1 with __attribute__ ((unused)).
31121         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31122
31123 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31124
31125         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31126         DUMMY variables with __attribute__ ((unused)).
31127
31128         * bits/byteswap.h: Include <bits/types.h>.
31129         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31130
31131 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31132
31133         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31134         string_t.  Do not manually set errno.
31135         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31136         length with __strnlen.  Make sure to both set errno and return it on
31137         failure.
31138
31139 2012-11-19  David S. Miller  <davem@davemloft.net>
31140
31141         With help from Joseph Myers.
31142         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31143         very large arguments properly.
31144         * math/libm-test.inc (atan_test): New tests.
31145         (atan2_test): New tests.
31146         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31147         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31148
31149 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31150
31151         [BZ #14856]
31152         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31153         Define to 3.
31154
31155         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31156         [POSIX] (EADDRNOTAVAIL): Likewise.
31157         [POSIX] (EAFNOSUPPORT): Likewise.
31158         [POSIX] (EALREADY): Likewise.
31159         [POSIX] (ECONNABORTED): Likewise.
31160         [POSIX] (ECONNREFUSED): Likewise.
31161         [POSIX] (ECONNRESET): Likewise.
31162         [POSIX] (EDESTADDRREQ): Likewise.
31163         [POSIX] (EDQUOT): Likewise.
31164         [POSIX] (EHOSTUNREACH): Likewise.
31165         [POSIX] (EIDRM): Likewise.
31166         [POSIX] (EISCONN): Likewise.
31167         [POSIX] (ELOOP): Likewise.
31168         [POSIX] (EMULTIHOP): Likewise.
31169         [POSIX] (ENETDOWN): Likewise.
31170         [POSIX] (ENETUNREACH): Likewise.
31171         [POSIX] (ENOBUFS): Likewise.
31172         [POSIX] (ENODATA): Likewise.
31173         [POSIX] (ENOLINK): Likewise.
31174         [POSIX] (ENOMSG): Likewise.
31175         [POSIX] (ENOPROTOOPT): Likewise.
31176         [POSIX] (ENOSR): Likewise.
31177         [POSIX] (ENOSTR): Likewise.
31178         [POSIX] (ENOTCONN): Likewise.
31179         [POSIX] (ENOTSOCK): Likewise.
31180         [POSIX] (EOPNOTSUPP): Likewise.
31181         [POSIX] (EOVERFLOW): Likewise.
31182         [POSIX] (EPROTO): Likewise.
31183         [POSIX] (EPROTONOSUPPORT): Likewise.
31184         [POSIX] (EPROTOTYPE): Likewise.
31185         [POSIX] (ESTALE): Likewise.
31186         [POSIX] (ETIME): Likewise.
31187         [POSIX] (ETXTBSY): Likewise.
31188         [POSIX] (EWOULDBLOCK): Likewise.
31189         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31190         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31191         [POSIX] (SEEK_CUR): Likewise.
31192         [POSIX] (SEEK_END): Likewise.
31193         [POSIX || UNIX98] (mode_t): Do not require.
31194         [POSIX] (off_t): Likewise.
31195         [POSIX] (pid_t): Likewise.
31196         [POSIX] (sys/stat.h): Do not allow header.
31197         [POSIX] (unistd.h): Likewise.
31198         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31199         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31200         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31201         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31202         require.
31203         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31204         sigevent): Specify elements.
31205         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31206         entry.
31207         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31208         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31209
31210         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31211         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31212         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31213         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31214         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31215         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31216         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31217         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31218         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31219         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31220         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31221         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31222         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31223         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31224         Likewise.
31225         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31226         Likewise.
31227         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31228         Likewise.
31229         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31230         Likewise.
31231         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31232         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31233         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31234         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31235         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31236         Specify lower bound on value.
31237         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31238         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31239         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31240         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31241         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31242         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31243         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31244         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31245         value.
31246         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31247         as optional.
31248         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31249         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31250         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31251         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31252         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31253         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31254         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31255         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31256         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31257         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31258         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31259         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31260         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31261         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31262         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31263         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31264         entry.
31265         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31266         optional.
31267         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31268         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31269         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31270         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31271         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31272         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31273         Likewise.
31274         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31275         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31276         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31277         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31278         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31279         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31280         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31281         as optional.
31282         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31283         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31284         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31285         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31286         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31287         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31288         specify as optional.
31289         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31290         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31291         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31292         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31293         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31294         [XPG3] (NL_LANGMAX): Likewise.
31295         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31296         [POSIX || XPG3] (NL_NMAX): Likewise.
31297         [POSIX || XPG3] (NL_SETMAX): Likewise.
31298         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31299         [XPG3] (NZERO): Likewise.
31300         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31301         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31302         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31303         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31304         (REG_ERANGE): Expect.
31305         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31306         optional-constant.
31307         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31308         Use (void) in prototype.
31309         [POSIX] (*_t): Allow.
31310         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31311         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31312         (WRDE_BADVAL): Expect.
31313
31314         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31315         expect.
31316         [XPG3 || XPG4] (O_RSYNC): Likewise.
31317         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31318         Likewise.
31319         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31320         [XPG3 || XPG4] (sigqueue): Likewise.
31321         [XPG3 || XPG4] (sigtimedwait): Likewise.
31322         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31323         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31324         [XPG3 || XPG4] (vsnprintf): Likewise.
31325         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31326         Likewise.
31327         [XPG3 || XPG4] (blksize_t): Likewise.
31328         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31329         Likewise.
31330         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31331         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31332         [XPG3 || XPG4] (struct itimerspec): Likewise.
31333         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31334         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31335         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31336         [XPG3 || XPG4] (clockid_t): Likewise.
31337         [XPG3 || XPG4] (timer_t): Likewise.
31338         [XPG3 || XPG4] (clock_getres): Likewise.
31339         [XPG3 || XPG4] (clock_gettime): Likewise.
31340         [XPG3 || XPG4] (clock_settime): Likewise.
31341         [XPG3 || XPG4] (nanosleep): Likewise.
31342         [XPG3 || XPG4] (timer_create): Likewise.
31343         [XPG3 || XPG4] (timer_delete): Likewise.
31344         [XPG3 || XPG4] (timer_gettime): Likewise.
31345         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31346         [XPG3 || XPG4] (timer_settime): Likewise.
31347         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31348         [XPG3 || XPG4] (getlogin_r): Likewise.
31349         [XPG3 || XPG4] (pread): Likewise.
31350         [XPG3 || XPG4] (pthread_atfork): Likewise.
31351         [XPG3 || XPG4] (pwrite): Likewise.
31352
31353         [BZ #14835]
31354         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31355         <bits/siginfo.h>.
31356
31357 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31358
31359         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31360         finalizing MALLSTREAM.
31361
31362         * sysdeps/mach/hurd/syncfs.c: New file.
31363
31364 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31365
31366         [BZ #14719]
31367         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31368         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31369         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31370         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31371         (_nss_dns_gethostbyname4_r): Likewise.
31372         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31373         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31374
31375 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31376
31377         [BZ #13763]
31378         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31379
31380 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31381
31382         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31383         * elf/cache.c (print_entry): Print ",AArch64" for
31384         FLAG_AARCH64_LIB64
31385
31386         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31387         * elf/cache.c (print_entry): Print ",hard-float" for
31388         FLAG_ARM_LIBHF.
31389
31390 2012-11-18  David S. Miller  <davem@davemloft.net>
31391
31392         With help from Joseph Myers.
31393         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31394         cutoff to 2**-13.
31395         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31396         cutoff to 2**-25.
31397         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31398         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31399         small.
31400         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31401         * math/libm-test.inc (y0_test): New tests.
31402         (y1_test): New tests.
31403         * sysdeps/i386/fpu/libm-test-ulps: Update.
31404         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31405         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31406
31407 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31408
31409         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31410         64-bit targets.
31411         * configure: Regenerated.
31412
31413 2012-11-17  David S. Miller  <davem@davemloft.net>
31414
31415         [BZ #14811]
31416         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31417         nonzero exponents with absolute value below 0x1p-128 to +/-
31418         0x1p-128.
31419
31420 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31421
31422         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31423
31424         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31425
31426         * posix/getconf-speclist.c: New file.
31427         * posix/posix-envs.def: Likewise.
31428         * posix/confstr.c (START_ENV_GROUP): New macro.
31429         (END_ENV_GROUP): Likewise.
31430         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31431         (KNOWN_PRESENT_ENV_STRING): Likewise.
31432         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31433         (UNKNOWN_ENVIRONMENT): Likewise.
31434         (confstr): Include posix-envs.def instead of handling
31435         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31436         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31437         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31438         (END_ENV_GROUP): Likewise.
31439         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31440         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31441         (UNKNOWN_ENVIRONMENT): Likewise.
31442         (__sysconf): Include posix-envs.def instead of handling associated
31443         cases directly here.
31444         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31445         preprocessing getconf-speclist.c rather than running getconf or
31446         generating empty file.
31447
31448 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31449
31450         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31451
31452 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31453
31454         [BZ #14672]
31455         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31456
31457 2012-11-16  David S. Miller  <davem@davemloft.net>
31458
31459         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31460         smaller than LDBL_EPSILON/2.0L, just return xm1.
31461
31462 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31463
31464         * elf/tst-array1.c (init): Set constructor priority to 1000.
31465         (fini): Set destructor priority to 1000.
31466         * elf/tst-array2dep.c: Likewise.
31467
31468 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31469
31470         [BZ #11741]
31471         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31472         (_IO_new_file_xsputn): Also return EOF if none of the input
31473         data was written when overflow failed.
31474         * libio/iopadn.c (_IO_padn): Likewise.
31475         * libio/iowpadn.c (_IO_wpadn): Likewise.
31476         * stdio-common/tst-put-error.c: Add copyright notice.
31477         (do_test): Add case for printing padded string.
31478         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31479         _IO_padn returned error.
31480         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31481         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31482         return EOF.
31483
31484 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31485
31486         * libio/libioP.h: Add comment note that the references to C++
31487         bits are now obsolete.
31488
31489 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31490
31491         * math/libm-test.inc (check_complex): Use asprintf.
31492
31493 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31494
31495         * debug/pcprofiledump.c (print_version): Update copyright year.
31496         * malloc/memusagestat.c (print_version): Likewise.
31497
31498 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31499
31500         [BZ #14831]
31501         * elf/Makefile (tests): Add tst-audit8.
31502         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31503         ($(objpfx)tst-audit8.out): New target.
31504         (tst-audit8-ENV): New variable.
31505         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31506         audit if l_reloc_result is NULL.
31507         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31508         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31509         * elf/tst-audit8.c: New file.
31510
31511 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31512
31513         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31514         * misc/Makefile (CFLAGS-select.c): Define.
31515         * posix/Makefile (CFLAGS-pause.c): Define.
31516
31517 2012-11-13  David S. Miller  <davem@davemloft.net>
31518
31519         * crypt/Makefile: Move test targets after toplevel Rules
31520         inclusion.  Grab any necessary sysdep routines when linking.
31521         * crypt/md5.c (md5_process_block): Remove define, we will always
31522         name it __md5_process_block.
31523         (md5_finish_ctx): Update md5_process_block call.
31524         (md5_stream): Likewise.
31525         (md5_process_bytes): Likewise.
31526         (md5_process_block): Rename to __md5_process_block and move to ...
31527         * crypt/md5-block.c: ... here.
31528         * crypt/sha256.c (sha256_process_block): Move to ...
31529         * crypt/sha256-block.c: ... here.
31530         * crypt/sha512.c (sha512_process_block): Move to ...
31531         * crypt/sha512-block.c: ... here.
31532         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31533         path.
31534         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31535         * sysdeps/sparc/sparc64/multiarch/Makefile
31536         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31537         crypt subdir.
31538         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31539         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31540         multiarch changes.
31541         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31542         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31543         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31544         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31545         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31546         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31547         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31548         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31549         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31550         file.
31551         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31552         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31553         file.
31554         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31555
31556 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31557
31558         * timezone/tzselect.ksh: Update from tzcode git revision
31559         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31560         * timezone/zdump.c: Likewise.
31561         * timezone/zic.c: Likewise.
31562         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31563         in TZVERSION setting, not $(PKGVERSION).
31564         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31565         REPORT_BUGS_TO settings.
31566
31567         [BZ #14838]
31568         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31569         macro.
31570
31571 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31572
31573         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31574         detection to immediately after _FP_ROUND().
31575         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31576         bits are 0.
31577
31578 2012-11-11  David S. Miller  <davem@davemloft.net>
31579
31580         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31581         inttypes.h
31582         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31583         __close rather than their public counterparts.
31584
31585 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31586
31587         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31588         file.
31589         [UNIX98] (sem_timedwait): Do not expect.
31590         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31591         [XPG4 || UNIX98] (sockatmark): Do not expect.
31592         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31593         (clock_getcpuclockid): Do not expect.
31594         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31595         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31596         Do not expect.
31597         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31598         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31599         [UNIX98] (vwscanf): Likewise.
31600         [UNIX98] (vswscanf): Likewise.
31601
31602 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31603
31604         * timezone/version.h: Remove file.
31605         * timezone/README: Do not refer to version.h.
31606         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31607         $(objpfx)version.h.
31608         ($(objpfx)zdump.o): Likewise.
31609         ($(objpfx)version.h): New target.
31610
31611         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31612         2012i.
31613         * timezone/README: Don't mention modification to tzselect.ksh.
31614         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31615         work on unmodified tzselect.ksh.  Substitute version numbers in
31616         tzselect.ksh.
31617
31618         * Makefile (format-me): Remove.
31619         (INSTALL): Adjust indentation.  Use commands directly instead of
31620         using $(format-me).
31621
31622         * aclocal.m4 (ACX_PKGVERSION): New macro.
31623         (ACX_BUGURL): Likewise.
31624         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31625         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31626         (REPORT_BUGS_TO): Likewise.
31627         * configure: Regenerated.
31628         * config.h.in (PKGVERSION): New macro.
31629         (REPORT_BUGS_TO): Likewise.
31630         * config.make.in (PKGVERSION): New variable.
31631         (PKGVERSION_TEXI): Likewise.
31632         (REPORT_BUGS_TO): Likewise.
31633         (REPORT_BUGS_TEXI): Likewise.
31634         * Makefile (format-me): Use -I$(common-objpfx)manual.
31635         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31636         ($(common-objpfx)manual/%): New target.
31637         (manual/%): Remove target.
31638         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31639         (print_version): Use PKGVERSION.
31640         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31641         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31642         and REPORT_BUGS_TO.
31643         ($(objpfx)xtrace): Likewise.
31644         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31645         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31646         (print_version): Use PKGVERSION.
31647         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31648         (do_version): Use PKGVERSION.
31649         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31650         REPORT_BUGS_TO.
31651         (common-ldd-rewrite): Likewise.
31652         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31653         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31654         (print_version): Use PKGVERSION.
31655         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31656         * elf/pldd.c (argp_program_bug_address): Remove variable.
31657         (more_help): New function.
31658         (argp): Use more_help.
31659         (print_version): Use PKGVERSION.
31660         * elf/sln.c (main): Use PKGVERSION.
31661         (usage): Use REPORT_BUGS_TO.
31662         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31663         (top level): Use PKGVERSION.
31664         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31665         (print_version): Use PKGVERSION.
31666         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31667         (print_version): Use PKGVERSION.
31668         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31669         (print_version): Use PKGVERSION.
31670         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31671         (print_version): Use PKGVERSION.
31672         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31673         (print_version): Use PKGVERSION.
31674         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31675         (print_version): Use PKGVERSION.
31676         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31677         and BUGURL.
31678         ($(objpfx)memusage): Likewise.
31679         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31680         (do_version): Use PKGVERSION.
31681         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31682         (print_version): Use PKGVERSION.
31683         * malloc/mtrace.pl ($PACKAGE): Remove variable.
31684         ($PKGVERSION): New variable.
31685         ($REPORT_BUGS_TO): Likewise.
31686         (usage): Use $REPORT_BUGS_TO.
31687         (top level): Use $PKGVERSION.
31688         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31689         ($(objpfx)pkgvers.texi): New rule.
31690         ($(objpfx)stamp-pkgvers): Likewise.
31691         * manual/install.texi: Include pkgvers.texi.
31692         (--with-pkgversion): Document new configure option.
31693         (--with-bugurl): Likewise.
31694         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31695         than necessarily for this particular distribution.  Use
31696         REPORT_BUGS_TO for where to report bugs.
31697         * INSTALL: Regenerated.
31698         * manual/libc.texinfo: Include pkgvers.texi.
31699         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31700         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31701         (print_version): Use PKGVERSION.
31702         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31703         (print_version): Use PKGVERSION.
31704         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31705         (print_version): Use PKGVERSION.
31706         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31707         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31708         macro.
31709         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31710         (print_version): Use PKGVERSION.
31711         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31712         (print_version): Use PKGVERSION.
31713         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31714         and PKGVERSION.
31715
31716         * timezone/checktab.awk: Update from tzcode 2012i.
31717         * timezone/ialloc.c: Likewise.
31718         * timezone/private.h: Likewise.
31719         * timezone/scheck.c: Likewise.
31720         * timezone/tzfile.h: Likewise.
31721         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31722         (TZVERSION): Hardcode tzcode version number.
31723         * timezone/zdump.c: Update from tzcode 2012i.
31724         * timezone/zic.c: Likewise.
31725         * timezone/version.h: New file.
31726         * timezone/README: Describe version.h.  Update upstream location.
31727
31728         [BZ #14824]
31729         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31730         (mktemp): Enable declaration.
31731         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31732         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31733         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31734         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
31735         Likewise.
31736         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
31737         Likewise.
31738         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
31739         Likewise.
31740         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
31741         Likewise.
31742         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
31743         Likewise.
31744         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
31745         Likewise.
31746
31747         [BZ #14821]
31748         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
31749         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
31750         for copies of such integer values.
31751         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
31752         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
31753
31754 2012-11-09  Andreas Jaeger  <aj@suse.de>
31755
31756         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
31757         definitions and declarations that are provided by
31758         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31759
31760 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31761
31762         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
31763         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
31764         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
31765         definition.
31766
31767 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31768
31769         * elf/elf.h: Update comment before AArch64 relocations.
31770
31771 2012-11-07  David S. Miller  <davem@davemloft.net>
31772
31773         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
31774         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
31775         (__start_context): Declare.
31776         (__makecontext_ret): Delete.
31777         (__makecontext): Hook up __start_context instead of
31778         __makecontext_ret.
31779         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
31780         (sysdep_routines): Add __start_context when in stdlib.
31781
31782 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31783
31784         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
31785         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
31786         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
31787         hardcoded "nm".
31788         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
31789         (READELF): New variable.  Use it instead of hardcoded "readelf".
31790
31791 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
31792
31793         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
31794         * sysdeps/x86/Makefile: Here.
31795         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
31796         * sysdeps/x86/tst-xmmymm.sh: This.
31797
31798 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31799
31800         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
31801         expectations.
31802         [UNIX98] (pthread_barrier_t): Do not expect.
31803         [UNIX98] (pthread_barrierattr_t): Likewise.
31804         [UNIX98] (pthread_spinlock_t): Likewise.
31805         [UNIX98] (pthread_barrier_destroy): Likewise.
31806         [UNIX98] (pthread_barrier_init): Likewise.
31807         [UNIX98] (pthread_barrier_wait): Likewise.
31808         [UNIX98] (pthread_barrierattr_destroy): Likewise.
31809         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
31810         [UNIX98] (pthread_barrierattr_init): Likewise.
31811         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
31812         [UNIX98] (pthread_getcpuclockid): Likewise.
31813         [UNIX98] (pthread_mutex_timedlock): Likewise.
31814         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
31815         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
31816         [UNIX98] (pthread_sigmask): Likewise.
31817         [UNIX98] (pthread_spin_destroy): Likewise.
31818         [UNIX98] (pthread_spin_init): Likewise.
31819         [UNIX98] (pthread_spin_lock): Likewise.
31820         [UNIX98] (pthread_spin_trylock): Likewise.
31821         [UNIX98] (pthread_spin_unlock): Likewise.
31822         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
31823         Do not expect.
31824         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
31825         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
31826         [XPG3 || XPG4] (pthread_cond_t): Likewise.
31827         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
31828         [XPG3 || XPG4] (pthread_key_t): Likewise.
31829         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
31830         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
31831         [XPG3 || XPG4] (pthread_once_t): Likewise.
31832         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
31833         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
31834         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
31835         [XPG3 || XPG4] (pthread_t): Likewise.
31836
31837         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
31838         not expect.
31839         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
31840
31841         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
31842         Change function return type to int.
31843
31844         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
31845         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
31846         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
31847         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
31848         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
31849         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
31850         [!POSIX] (posix_madvise): Likewise.
31851         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
31852         && !UNIX98].
31853         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
31854         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
31855         (mode_t): Likewise.
31856         (posix_mem_offset): Likewise.
31857         (posix_typed_mem_get_info): Likewise.
31858         (posix_typed_mem_open): Likewise.
31859
31860         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
31861         Change condition to [XOPEN2K8].
31862
31863         * conform/conformtest.pl: Preprocess allow-header data with -x c
31864         instead of from stdin.
31865         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
31866         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
31867         [C99-based standards] (cerfc): Likewise.
31868         [C99-based standards] (cexp2): Likewise.
31869         [C99-based standards] (cexpm1): Likewise.
31870         [C99-based standards] (clog10): Likewise.
31871         [C99-based standards] (clog1p): Likewise.
31872         [C99-based standards] (clog2): Likewise.
31873         [C99-based standards] (clgamma): Likewise.
31874         [C99-based standards] (ctgamma): Likewise.
31875         [C99-based standards] (cerff): Likewise.
31876         [C99-based standards] (cerfcf): Likewise.
31877         [C99-based standards] (cexp2f): Likewise.
31878         [C99-based standards] (cexpm1f): Likewise.
31879         [C99-based standards] (clog10f): Likewise.
31880         [C99-based standards] (clog1pf): Likewise.
31881         [C99-based standards] (clog2f): Likewise.
31882         [C99-based standards] (clgammaf): Likewise.
31883         [C99-based standards] (ctgammaf): Likewise.
31884         [C99-based standards] (cerfl): Likewise.
31885         [C99-based standards] (cerfcl): Likewise.
31886         [C99-based standards] (cexp2l): Likewise.
31887         [C99-based standards] (cexpm1l): Likewise.
31888         [C99-based standards] (clog10l): Likewise.
31889         [C99-based standards] (clog1pl): Likewise.
31890         [C99-based standards] (clog2l): Likewise.
31891         [C99-based standards] (clgammal): Likewise.
31892         [C99-based standards] (ctgammal): Likewise.
31893         * conform/data/inttypes.h-data [C99-based standards]: Include
31894         stdint.h-data.  Remove all expectations for stdint.h contents.
31895         [C99-based standards] (PRI*): Do not allow.
31896         [C99-based standards] (SCN*): Likewise.
31897         [C99-based standards] (*_t): Likewise.
31898         [C99-based-standards] (PRId8): Expect macro.
31899         [C99-based-standards] (PRIi8): Likewise.
31900         [C99-based-standards] (PRIo8): Likewise.
31901         [C99-based-standards] (PRIu8): Likewise.
31902         [C99-based-standards] (PRIx8): Likewise.
31903         [C99-based-standards] (PRIX8): Likewise.
31904         [C99-based-standards] (SCNd8): Likewise.
31905         [C99-based-standards] (SCNi8): Likewise.
31906         [C99-based-standards] (SCNo8): Likewise.
31907         [C99-based-standards] (SCNu8): Likewise.
31908         [C99-based-standards] (SCNx8): Likewise.
31909         [C99-based-standards] (PRIdLEAST8): Likewise.
31910         [C99-based-standards] (PRIiLEAST8): Likewise.
31911         [C99-based-standards] (PRIoLEAST8): Likewise.
31912         [C99-based-standards] (PRIuLEAST8): Likewise.
31913         [C99-based-standards] (PRIxLEAST8): Likewise.
31914         [C99-based-standards] (PRIXLEAST8): Likewise.
31915         [C99-based-standards] (SCNdLEAST8): Likewise.
31916         [C99-based-standards] (SCNiLEAST8): Likewise.
31917         [C99-based-standards] (SCNoLEAST8): Likewise.
31918         [C99-based-standards] (SCNuLEAST8): Likewise.
31919         [C99-based-standards] (SCNxLEAST8): Likewise.
31920         [C99-based-standards] (PRIdFAST8): Likewise.
31921         [C99-based-standards] (PRIiFAST8): Likewise.
31922         [C99-based-standards] (PRIoFAST8): Likewise.
31923         [C99-based-standards] (PRIuFAST8): Likewise.
31924         [C99-based-standards] (PRIxFAST8): Likewise.
31925         [C99-based-standards] (PRIXFAST8): Likewise.
31926         [C99-based-standards] (SCNdFAST8): Likewise.
31927         [C99-based-standards] (SCNiFAST8): Likewise.
31928         [C99-based-standards] (SCNoFAST8): Likewise.
31929         [C99-based-standards] (SCNuFAST8): Likewise.
31930         [C99-based-standards] (SCNxFAST8): Likewise.
31931         [C99-based-standards] (PRId16): Likewise.
31932         [C99-based-standards] (PRIi16): Likewise.
31933         [C99-based-standards] (PRIo16): Likewise.
31934         [C99-based-standards] (PRIu16): Likewise.
31935         [C99-based-standards] (PRIx16): Likewise.
31936         [C99-based-standards] (PRIX16): Likewise.
31937         [C99-based-standards] (SCNd16): Likewise.
31938         [C99-based-standards] (SCNi16): Likewise.
31939         [C99-based-standards] (SCNo16): Likewise.
31940         [C99-based-standards] (SCNu16): Likewise.
31941         [C99-based-standards] (SCNx16): Likewise.
31942         [C99-based-standards] (PRIdLEAST16): Likewise.
31943         [C99-based-standards] (PRIiLEAST16): Likewise.
31944         [C99-based-standards] (PRIoLEAST16): Likewise.
31945         [C99-based-standards] (PRIuLEAST16): Likewise.
31946         [C99-based-standards] (PRIxLEAST16): Likewise.
31947         [C99-based-standards] (PRIXLEAST16): Likewise.
31948         [C99-based-standards] (SCNdLEAST16): Likewise.
31949         [C99-based-standards] (SCNiLEAST16): Likewise.
31950         [C99-based-standards] (SCNoLEAST16): Likewise.
31951         [C99-based-standards] (SCNuLEAST16): Likewise.
31952         [C99-based-standards] (SCNxLEAST16): Likewise.
31953         [C99-based-standards] (PRIdFAST16): Likewise.
31954         [C99-based-standards] (PRIiFAST16): Likewise.
31955         [C99-based-standards] (PRIoFAST16): Likewise.
31956         [C99-based-standards] (PRIuFAST16): Likewise.
31957         [C99-based-standards] (PRIxFAST16): Likewise.
31958         [C99-based-standards] (PRIXFAST16): Likewise.
31959         [C99-based-standards] (SCNdFAST16): Likewise.
31960         [C99-based-standards] (SCNiFAST16): Likewise.
31961         [C99-based-standards] (SCNoFAST16): Likewise.
31962         [C99-based-standards] (SCNuFAST16): Likewise.
31963         [C99-based-standards] (SCNxFAST16): Likewise.
31964         [C99-based-standards] (PRId32): Likewise.
31965         [C99-based-standards] (PRIi32): Likewise.
31966         [C99-based-standards] (PRIo32): Likewise.
31967         [C99-based-standards] (PRIu32): Likewise.
31968         [C99-based-standards] (PRIx32): Likewise.
31969         [C99-based-standards] (PRIX32): Likewise.
31970         [C99-based-standards] (SCNd32): Likewise.
31971         [C99-based-standards] (SCNi32): Likewise.
31972         [C99-based-standards] (SCNo32): Likewise.
31973         [C99-based-standards] (SCNu32): Likewise.
31974         [C99-based-standards] (SCNx32): Likewise.
31975         [C99-based-standards] (PRIdLEAST32): Likewise.
31976         [C99-based-standards] (PRIiLEAST32): Likewise.
31977         [C99-based-standards] (PRIoLEAST32): Likewise.
31978         [C99-based-standards] (PRIuLEAST32): Likewise.
31979         [C99-based-standards] (PRIxLEAST32): Likewise.
31980         [C99-based-standards] (PRIXLEAST32): Likewise.
31981         [C99-based-standards] (SCNdLEAST32): Likewise.
31982         [C99-based-standards] (SCNiLEAST32): Likewise.
31983         [C99-based-standards] (SCNoLEAST32): Likewise.
31984         [C99-based-standards] (SCNuLEAST32): Likewise.
31985         [C99-based-standards] (SCNxLEAST32): Likewise.
31986         [C99-based-standards] (PRIdFAST32): Likewise.
31987         [C99-based-standards] (PRIiFAST32): Likewise.
31988         [C99-based-standards] (PRIoFAST32): Likewise.
31989         [C99-based-standards] (PRIuFAST32): Likewise.
31990         [C99-based-standards] (PRIxFAST32): Likewise.
31991         [C99-based-standards] (PRIXFAST32): Likewise.
31992         [C99-based-standards] (SCNdFAST32): Likewise.
31993         [C99-based-standards] (SCNiFAST32): Likewise.
31994         [C99-based-standards] (SCNoFAST32): Likewise.
31995         [C99-based-standards] (SCNuFAST32): Likewise.
31996         [C99-based-standards] (SCNxFAST32): Likewise.
31997         [C99-based-standards] (PRId64): Likewise.
31998         [C99-based-standards] (PRIi64): Likewise.
31999         [C99-based-standards] (PRIo64): Likewise.
32000         [C99-based-standards] (PRIu64): Likewise.
32001         [C99-based-standards] (PRIx64): Likewise.
32002         [C99-based-standards] (PRIX64): Likewise.
32003         [C99-based-standards] (SCNd64): Likewise.
32004         [C99-based-standards] (SCNi64): Likewise.
32005         [C99-based-standards] (SCNo64): Likewise.
32006         [C99-based-standards] (SCNu64): Likewise.
32007         [C99-based-standards] (SCNx64): Likewise.
32008         [C99-based-standards] (PRIdLEAST64): Likewise.
32009         [C99-based-standards] (PRIiLEAST64): Likewise.
32010         [C99-based-standards] (PRIoLEAST64): Likewise.
32011         [C99-based-standards] (PRIuLEAST64): Likewise.
32012         [C99-based-standards] (PRIxLEAST64): Likewise.
32013         [C99-based-standards] (PRIXLEAST64): Likewise.
32014         [C99-based-standards] (SCNdLEAST64): Likewise.
32015         [C99-based-standards] (SCNiLEAST64): Likewise.
32016         [C99-based-standards] (SCNoLEAST64): Likewise.
32017         [C99-based-standards] (SCNuLEAST64): Likewise.
32018         [C99-based-standards] (SCNxLEAST64): Likewise.
32019         [C99-based-standards] (PRIdFAST64): Likewise.
32020         [C99-based-standards] (PRIiFAST64): Likewise.
32021         [C99-based-standards] (PRIoFAST64): Likewise.
32022         [C99-based-standards] (PRIuFAST64): Likewise.
32023         [C99-based-standards] (PRIxFAST64): Likewise.
32024         [C99-based-standards] (PRIXFAST64): Likewise.
32025         [C99-based-standards] (SCNdFAST64): Likewise.
32026         [C99-based-standards] (SCNiFAST64): Likewise.
32027         [C99-based-standards] (SCNoFAST64): Likewise.
32028         [C99-based-standards] (SCNuFAST64): Likewise.
32029         [C99-based-standards] (SCNxFAST64): Likewise.
32030         [C99-based-standards] (PRIdMAX): Likewise.
32031         [C99-based-standards] (PRIiMAX): Likewise.
32032         [C99-based-standards] (PRIoMAX): Likewise.
32033         [C99-based-standards] (PRIuMAX): Likewise.
32034         [C99-based-standards] (PRIxMAX): Likewise.
32035         [C99-based-standards] (PRIXMAX): Likewise.
32036         [C99-based-standards] (SCNdMAX): Likewise.
32037         [C99-based-standards] (SCNiMAX): Likewise.
32038         [C99-based-standards] (SCNoMAX): Likewise.
32039         [C99-based-standards] (SCNuMAX): Likewise.
32040         [C99-based-standards] (SCNxMAX): Likewise.
32041         [C99-based-standards] (PRIdPTR): Likewise.
32042         [C99-based-standards] (PRIiPTR): Likewise.
32043         [C99-based-standards] (PRIoPTR): Likewise.
32044         [C99-based-standards] (PRIuPTR): Likewise.
32045         [C99-based-standards] (PRIxPTR): Likewise.
32046         [C99-based-standards] (PRIXPTR): Likewise.
32047         [C99-based-standards] (SCNdPTR): Likewise.
32048         [C99-based-standards] (SCNiPTR): Likewise.
32049         [C99-based-standards] (SCNoPTR): Likewise.
32050         [C99-based-standards] (SCNuPTR): Likewise.
32051         [C99-based-standards] (SCNxPTR): Likewise.
32052         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32053         allow.
32054         * conform/data/stdint.h-data: Update comments to clarify
32055         requirements.
32056         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32057         type.
32058         [C99-based standards] (INT8_MAX): Likewise.
32059         [C99-based standards] (INT16_MIN): Likewise.
32060         [C99-based standards] (INT16_MAX): Likewise.
32061         [C99-based standards] (INT32_MIN): Likewise.
32062         [C99-based standards] (INT32_MAX): Likewise.
32063         [C99-based standards] (INT64_MIN): Likewise.
32064         [C99-based standards] (INT64_MAX): Likewise.
32065         [C99-based standards] (UINT8_MAX): Likewise.
32066         [C99-based standards] (UINT16_MAX): Likewise.
32067         [C99-based standards] (UINT32_MAX): Likewise.
32068         [C99-based standards] (UINT64_MAX): Likewise.
32069         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32070         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32071         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32072         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32073         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32074         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32075         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32076         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32077         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32078         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32079         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32080         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32081         [C99-based standards] (INT_FAST8_MIN): Likewise.
32082         [C99-based standards] (INT_FAST8_MAX): Likewise.
32083         [C99-based standards] (INT_FAST16_MIN): Likewise.
32084         [C99-based standards] (INT_FAST16_MAX): Likewise.
32085         [C99-based standards] (INT_FAST32_MIN): Likewise.
32086         [C99-based standards] (INT_FAST32_MAX): Likewise.
32087         [C99-based standards] (INT_FAST64_MIN): Likewise.
32088         [C99-based standards] (INT_FAST64_MAX): Likewise.
32089         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32090         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32091         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32092         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32093         [C99-based standards] (INTPTR_MIN): Likewise.
32094         [C99-based standards] (INTPTR_MAX): Likewise.
32095         [C99-based standards] (UINTPTR_MAX): Likewise.
32096         [C99-based standards] (INTMAX_MIN): Likewise.
32097         [C99-based standards] (INTMAX_MAX): Likewise.
32098         [C99-based standards] (UINTMAX_MAX): Likewise.
32099         [C99-based standards] (PTRDIFF_MIN): Likewise.
32100         [C99-based standards] (PTRDIFF_MAX): Likewise.
32101         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32102         [C99-based standards] (SIZE_MAX): Likewise.
32103         [C99-based standards] (WCHAR_MAX): Likewise.
32104         [C99-based standards] (WINT_MAX): Likewise.
32105         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32106         constraint on value.
32107         [C99-based standards] (WCHAR_MIN): Likewise.
32108         [C99-based standards] (WINT_MIN): Likewise.
32109         [C99-based standards] (*_t): Allow.
32110         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32111         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32112         Include math.h-data and complex.h-data.  Remove all expectations
32113         of math.h and complex.h contents.
32114         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32115         at end of line.
32116         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32117         (struct tm): Expect tag.
32118         [C99-based-standards] (wcstof): Expect function.
32119         [C99-based-standards] (wcstold): Likewise.
32120         [C99-based-standards] (wcstoll): Likewise.
32121         [C99-based-standards] (wcstoull): Likewise.
32122         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32123         macro-int-constant.  Specify type.
32124         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32125         constraint on value.
32126         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32127         Specify type.
32128         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32129         Specify value.
32130         [ISO C standards]: Do not allow headers.
32131         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32132         wcs[abcdefghijklmnopqrstuvwxyz]*.
32133         [ISO C standards] (*_t): Do not allow.
32134         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32135         Expect function.
32136         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32137         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32138         Specify type.
32139         [ISO C standards]: Do not allow headers.
32140         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32141         is[abcdefghijklmnopqrstuvwxyz]*.
32142         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32143         to[abcdefghijklmnopqrstuvwxyz]*.
32144         [ISO C standards] (*_t): Do not allow.
32145         * conform/data/stdalign.h-data: New file.
32146         * conform/data/stdbool.h-data: Likewise.
32147         * conform/data/stdnoreturn.h-data: Likewise.
32148
32149 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32150
32151         [BZ #14815]
32152         * manual/filesys.texi (Directory Entries): Typo fix.
32153         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32154
32155 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32156
32157         * elf/elf.h (EM_AARCH64): New macro.
32158         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32159         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32160         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32161         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32162         (R_AARCH64_TLSDESC): Likewise.
32163         (NT_ARM_TLS): Likewise.
32164         (NT_ARM_HW_BREAK): Likewise.
32165         (NT_ARM_HW_WATCH): Likewise.
32166
32167 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32168
32169         [BZ #14811]
32170         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32171         (__ieee754_powl): Saturate nonzero exponents with absolute value
32172         below 0x1p-79 to +/- 0x1p-79.
32173         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32174         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32175         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32176         nonzero exponents with absolute value below 0x1p-32 to +/-
32177         0x1p-32.
32178         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32179         (__ieee754_powl): Saturate nonzero exponents with absolute value
32180         below 0x1p-79 to +/- 0x1p-79.
32181         * math/libm-test.inc (pow_test): Add more tests.
32182
32183 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32184
32185         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32186         _dl_s390_cap_flags with kernel. Increase string length.
32187         (_dl_s390_platforms): Add z196 and zEC12.
32188
32189 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32190
32191         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32192         Change XOPEN21K to XOPEN2K.
32193
32194 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32195
32196         * string/memmove.c: Use memcpy when possible.
32197
32198 2012-11-06  Andreas Jaeger  <aj@suse.de>
32199
32200         * po/eo.po: Update from translation team.
32201
32202 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32203
32204         [BZ #14793]
32205         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32206         exponent and small x and y exponents, scale x or y up.  Increase
32207         by 2 the exponent used in scaling up.
32208         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32209         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32210         * math/libm-test.inc (fma_test): Add more tests.
32211         (fma_test_towardzero): Likewise.
32212         (fma_test_downward): Likewise.
32213         (fma_test_upward): Likewise.
32214
32215 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32216
32217         [BZ #14805]
32218         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32219         fenv_t *.
32220
32221         [BZ #14801]
32222         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32223         namespace for names of struct fields.
32224         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32225         fenv_t fields.
32226         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32227         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32228
32229 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32230
32231         [BZ #3665]
32232         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32233
32234 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32235
32236         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32237         PTR_DEMANGLE.
32238
32239         [BZ #5246]
32240         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32241         PTR_DEMANGLE.
32242
32243 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32244
32245         [BZ #14797]
32246         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32247         definitely overflow as x * y not x * y + z.
32248         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32249         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32250         * math/libm-test.inc (fma_test): Add more tests.
32251         (fma_test_towardzero): Likewise.
32252         (fma_test_downward): Likewise.
32253         (fma_test_upward): Likewise.
32254
32255 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32256
32257         [BZ #157]
32258
32259         * include/stub-tag.h: Remove file.
32260         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32261         '#include' of it.
32262         * manual/maint.texi (Porting): Don't reference it.
32263         * Makerules ($(objpfx)stubs): Likewise.
32264         * dirent/closedir.c: Don't include <stub-tag.h>.
32265         * dirent/dirfd.c: Likewise.
32266         * dirent/fdopendir.c: Likewise.
32267         * dirent/getdents.c: Likewise.
32268         * dirent/getdents64.c: Likewise.
32269         * dirent/opendir.c: Likewise.
32270         * dirent/readdir.c: Likewise.
32271         * dirent/readdir64.c: Likewise.
32272         * dirent/readdir64_r.c: Likewise.
32273         * dirent/readdir_r.c: Likewise.
32274         * dirent/rewinddir.c: Likewise.
32275         * dirent/seekdir.c: Likewise.
32276         * dirent/telldir.c: Likewise.
32277         * gmon/profil.c: Likewise.
32278         * grp/setgroups.c: Likewise.
32279         * inet/if_index.c: Likewise.
32280         * io/access.c: Likewise.
32281         * io/chdir.c: Likewise.
32282         * io/chmod.c: Likewise.
32283         * io/chown.c: Likewise.
32284         * io/close.c: Likewise.
32285         * io/dup.c: Likewise.
32286         * io/dup2.c: Likewise.
32287         * io/dup3.c: Likewise.
32288         * io/euidaccess.c: Likewise.
32289         * io/faccessat.c: Likewise.
32290         * io/fchdir.c: Likewise.
32291         * io/fchmod.c: Likewise.
32292         * io/fchmodat.c: Likewise.
32293         * io/fchown.c: Likewise.
32294         * io/fchownat.c: Likewise.
32295         * io/fcntl.c: Likewise.
32296         * io/flock.c: Likewise.
32297         * io/fstatfs.c: Likewise.
32298         * io/fstatfs64.c: Likewise.
32299         * io/fstatvfs.c: Likewise.
32300         * io/fstatvfs64.c: Likewise.
32301         * io/futimens.c: Likewise.
32302         * io/fxstat.c: Likewise.
32303         * io/fxstat64.c: Likewise.
32304         * io/fxstatat.c: Likewise.
32305         * io/fxstatat64.c: Likewise.
32306         * io/getcwd.c: Likewise.
32307         * io/isatty.c: Likewise.
32308         * io/lchmod.c: Likewise.
32309         * io/lchown.c: Likewise.
32310         * io/link.c: Likewise.
32311         * io/linkat.c: Likewise.
32312         * io/lseek.c: Likewise.
32313         * io/lseek64.c: Likewise.
32314         * io/lxstat64.c: Likewise.
32315         * io/mkdir.c: Likewise.
32316         * io/mkdirat.c: Likewise.
32317         * io/mkfifo.c: Likewise.
32318         * io/mkfifoat.c: Likewise.
32319         * io/open.c: Likewise.
32320         * io/open64.c: Likewise.
32321         * io/openat.c: Likewise.
32322         * io/openat64.c: Likewise.
32323         * io/pipe.c: Likewise.
32324         * io/pipe2.c: Likewise.
32325         * io/poll.c: Likewise.
32326         * io/posix_fadvise.c: Likewise.
32327         * io/posix_fadvise64.c: Likewise.
32328         * io/posix_fallocate.c: Likewise.
32329         * io/posix_fallocate64.c: Likewise.
32330         * io/read.c: Likewise.
32331         * io/readlink.c: Likewise.
32332         * io/readlinkat.c: Likewise.
32333         * io/rmdir.c: Likewise.
32334         * io/sendfile.c: Likewise.
32335         * io/sendfile64.c: Likewise.
32336         * io/statfs.c: Likewise.
32337         * io/statfs64.c: Likewise.
32338         * io/statvfs.c: Likewise.
32339         * io/statvfs64.c: Likewise.
32340         * io/symlink.c: Likewise.
32341         * io/symlinkat.c: Likewise.
32342         * io/ttyname.c: Likewise.
32343         * io/ttyname_r.c: Likewise.
32344         * io/umask.c: Likewise.
32345         * io/unlink.c: Likewise.
32346         * io/unlinkat.c: Likewise.
32347         * io/utime.c: Likewise.
32348         * io/utimensat.c: Likewise.
32349         * io/write.c: Likewise.
32350         * io/xmknod.c: Likewise.
32351         * io/xmknodat.c: Likewise.
32352         * io/xstat.c: Likewise.
32353         * io/xstat64.c: Likewise.
32354         * login/getpt.c: Likewise.
32355         * login/grantpt.c: Likewise.
32356         * login/unlockpt.c: Likewise.
32357         * math/e_acoshl.c: Likewise.
32358         * math/e_acosl.c: Likewise.
32359         * math/e_asinl.c: Likewise.
32360         * math/e_atan2l.c: Likewise.
32361         * math/e_atanhl.c: Likewise.
32362         * math/e_coshl.c: Likewise.
32363         * math/e_expl.c: Likewise.
32364         * math/e_fmodl.c: Likewise.
32365         * math/e_gammal_r.c: Likewise.
32366         * math/e_hypotl.c: Likewise.
32367         * math/e_j0l.c: Likewise.
32368         * math/e_j1l.c: Likewise.
32369         * math/e_jnl.c: Likewise.
32370         * math/e_lgammal_r.c: Likewise.
32371         * math/e_log10l.c: Likewise.
32372         * math/e_log2l.c: Likewise.
32373         * math/e_logl.c: Likewise.
32374         * math/e_powl.c: Likewise.
32375         * math/e_rem_pio2l.c: Likewise.
32376         * math/e_sinhl.c: Likewise.
32377         * math/e_sqrtl.c: Likewise.
32378         * math/fclrexcpt.c: Likewise.
32379         * math/fedisblxcpt.c: Likewise.
32380         * math/feenablxcpt.c: Likewise.
32381         * math/fegetenv.c: Likewise.
32382         * math/fegetexcept.c: Likewise.
32383         * math/fegetround.c: Likewise.
32384         * math/feholdexcpt.c: Likewise.
32385         * math/fesetenv.c: Likewise.
32386         * math/fesetround.c: Likewise.
32387         * math/feupdateenv.c: Likewise.
32388         * math/fgetexcptflg.c: Likewise.
32389         * math/fraiseexcpt.c: Likewise.
32390         * math/fsetexcptflg.c: Likewise.
32391         * math/ftestexcept.c: Likewise.
32392         * math/k_cosl.c: Likewise.
32393         * math/k_rem_pio2l.c: Likewise.
32394         * math/k_sinl.c: Likewise.
32395         * math/k_tanl.c: Likewise.
32396         * math/s_asinhl.c: Likewise.
32397         * math/s_atanl.c: Likewise.
32398         * math/s_cbrtl.c: Likewise.
32399         * math/s_erfl.c: Likewise.
32400         * math/s_expm1l.c: Likewise.
32401         * math/s_log1pl.c: Likewise.
32402         * math/s_tanhl.c: Likewise.
32403         * misc/acct.c: Likewise.
32404         * misc/brk.c: Likewise.
32405         * misc/chflags.c: Likewise.
32406         * misc/chroot.c: Likewise.
32407         * misc/fchflags.c: Likewise.
32408         * misc/fgetxattr.c: Likewise.
32409         * misc/flistxattr.c: Likewise.
32410         * misc/fremovexattr.c: Likewise.
32411         * misc/fsetxattr.c: Likewise.
32412         * misc/fsync.c: Likewise.
32413         * misc/ftruncate.c: Likewise.
32414         * misc/futimes.c: Likewise.
32415         * misc/futimesat.c: Likewise.
32416         * misc/getdomain.c: Likewise.
32417         * misc/getdtsz.c: Likewise.
32418         * misc/gethostid.c: Likewise.
32419         * misc/gethostname.c: Likewise.
32420         * misc/getloadavg.c: Likewise.
32421         * misc/getpagesize.c: Likewise.
32422         * misc/getsysstats.c: Likewise.
32423         * misc/getxattr.c: Likewise.
32424         * misc/gtty.c: Likewise.
32425         * misc/ioctl.c: Likewise.
32426         * misc/lgetxattr.c: Likewise.
32427         * misc/listxattr.c: Likewise.
32428         * misc/llistxattr.c: Likewise.
32429         * misc/lremovexattr.c: Likewise.
32430         * misc/lsetxattr.c: Likewise.
32431         * misc/lutimes.c: Likewise.
32432         * misc/madvise.c: Likewise.
32433         * misc/mincore.c: Likewise.
32434         * misc/mlock.c: Likewise.
32435         * misc/mlockall.c: Likewise.
32436         * misc/mmap.c: Likewise.
32437         * misc/mprotect.c: Likewise.
32438         * misc/msync.c: Likewise.
32439         * misc/munlock.c: Likewise.
32440         * misc/munlockall.c: Likewise.
32441         * misc/munmap.c: Likewise.
32442         * misc/preadv.c: Likewise.
32443         * misc/preadv64.c: Likewise.
32444         * misc/ptrace.c: Likewise.
32445         * misc/pwritev.c: Likewise.
32446         * misc/pwritev64.c: Likewise.
32447         * misc/readv.c: Likewise.
32448         * misc/reboot.c: Likewise.
32449         * misc/remap_file_pages.c: Likewise.
32450         * misc/removexattr.c: Likewise.
32451         * misc/revoke.c: Likewise.
32452         * misc/select.c: Likewise.
32453         * misc/setdomain.c: Likewise.
32454         * misc/setegid.c: Likewise.
32455         * misc/seteuid.c: Likewise.
32456         * misc/sethostid.c: Likewise.
32457         * misc/sethostname.c: Likewise.
32458         * misc/setregid.c: Likewise.
32459         * misc/setreuid.c: Likewise.
32460         * misc/setxattr.c: Likewise.
32461         * misc/sstk.c: Likewise.
32462         * misc/stty.c: Likewise.
32463         * misc/swapoff.c: Likewise.
32464         * misc/swapon.c: Likewise.
32465         * misc/sync.c: Likewise.
32466         * misc/syncfs.c: Likewise.
32467         * misc/syscall.c: Likewise.
32468         * misc/truncate.c: Likewise.
32469         * misc/ualarm.c: Likewise.
32470         * misc/usleep.c: Likewise.
32471         * misc/ustat.c: Likewise.
32472         * misc/utimes.c: Likewise.
32473         * misc/vhangup.c: Likewise.
32474         * misc/writev.c: Likewise.
32475         * posix/_exit.c: Likewise.
32476         * posix/alarm.c: Likewise.
32477         * posix/execve.c: Likewise.
32478         * posix/fexecve.c: Likewise.
32479         * posix/fork.c: Likewise.
32480         * posix/fpathconf.c: Likewise.
32481         * posix/getaddrinfo.c: Likewise.
32482         * posix/getegid.c: Likewise.
32483         * posix/geteuid.c: Likewise.
32484         * posix/getgid.c: Likewise.
32485         * posix/getgroups.c: Likewise.
32486         * posix/getlogin.c: Likewise.
32487         * posix/getlogin_r.c: Likewise.
32488         * posix/getpgid.c: Likewise.
32489         * posix/getpid.c: Likewise.
32490         * posix/getppid.c: Likewise.
32491         * posix/getresgid.c: Likewise.
32492         * posix/getresuid.c: Likewise.
32493         * posix/getsid.c: Likewise.
32494         * posix/getuid.c: Likewise.
32495         * posix/glob64.c: Likewise.
32496         * posix/nanosleep.c: Likewise.
32497         * posix/pathconf.c: Likewise.
32498         * posix/pause.c: Likewise.
32499         * posix/posix_madvise.c: Likewise.
32500         * posix/pread.c: Likewise.
32501         * posix/pread64.c: Likewise.
32502         * posix/pwrite.c: Likewise.
32503         * posix/pwrite64.c: Likewise.
32504         * posix/sched_getaffinity.c: Likewise.
32505         * posix/sched_getp.c: Likewise.
32506         * posix/sched_gets.c: Likewise.
32507         * posix/sched_primax.c: Likewise.
32508         * posix/sched_primin.c: Likewise.
32509         * posix/sched_rr_gi.c: Likewise.
32510         * posix/sched_setaffinity.c: Likewise.
32511         * posix/sched_setp.c: Likewise.
32512         * posix/sched_sets.c: Likewise.
32513         * posix/sched_yield.c: Likewise.
32514         * posix/setgid.c: Likewise.
32515         * posix/setlogin.c: Likewise.
32516         * posix/setpgid.c: Likewise.
32517         * posix/setresgid.c: Likewise.
32518         * posix/setresuid.c: Likewise.
32519         * posix/setsid.c: Likewise.
32520         * posix/setuid.c: Likewise.
32521         * posix/sleep.c: Likewise.
32522         * posix/spawni.c: Likewise.
32523         * posix/sysconf.c: Likewise.
32524         * posix/times.c: Likewise.
32525         * posix/wait.c: Likewise.
32526         * posix/wait3.c: Likewise.
32527         * posix/wait4.c: Likewise.
32528         * posix/waitpid.c: Likewise.
32529         * resolv/gai_sigqueue.c: Likewise.
32530         * resource/getpriority.c: Likewise.
32531         * resource/getrlimit.c: Likewise.
32532         * resource/getrusage.c: Likewise.
32533         * resource/nice.c: Likewise.
32534         * resource/setpriority.c: Likewise.
32535         * resource/setrlimit.c: Likewise.
32536         * resource/ulimit.c: Likewise.
32537         * rt/aio_cancel.c: Likewise.
32538         * rt/aio_fsync.c: Likewise.
32539         * rt/aio_read.c: Likewise.
32540         * rt/aio_sigqueue.c: Likewise.
32541         * rt/aio_suspend.c: Likewise.
32542         * rt/aio_write.c: Likewise.
32543         * rt/clock_getres.c: Likewise.
32544         * rt/clock_gettime.c: Likewise.
32545         * rt/clock_nanosleep.c: Likewise.
32546         * rt/clock_settime.c: Likewise.
32547         * rt/lio_listio.c: Likewise.
32548         * rt/mq_close.c: Likewise.
32549         * rt/mq_getattr.c: Likewise.
32550         * rt/mq_notify.c: Likewise.
32551         * rt/mq_open.c: Likewise.
32552         * rt/mq_receive.c: Likewise.
32553         * rt/mq_send.c: Likewise.
32554         * rt/mq_setattr.c: Likewise.
32555         * rt/mq_timedreceive.c: Likewise.
32556         * rt/mq_timedsend.c: Likewise.
32557         * rt/mq_unlink.c: Likewise.
32558         * rt/shm_open.c: Likewise.
32559         * rt/shm_unlink.c: Likewise.
32560         * rt/timer_create.c: Likewise.
32561         * rt/timer_delete.c: Likewise.
32562         * rt/timer_getoverr.c: Likewise.
32563         * rt/timer_gettime.c: Likewise.
32564         * rt/timer_settime.c: Likewise.
32565         * setjmp/__longjmp.c: Likewise.
32566         * setjmp/setjmp.c: Likewise.
32567         * signal/kill.c: Likewise.
32568         * signal/killpg.c: Likewise.
32569         * signal/raise.c: Likewise.
32570         * signal/sigaction.c: Likewise.
32571         * signal/sigaltstack.c: Likewise.
32572         * signal/sigblock.c: Likewise.
32573         * signal/sigignore.c: Likewise.
32574         * signal/sigintr.c: Likewise.
32575         * signal/signal.c: Likewise.
32576         * signal/sigpause.c: Likewise.
32577         * signal/sigpending.c: Likewise.
32578         * signal/sigqueue.c: Likewise.
32579         * signal/sigreturn.c: Likewise.
32580         * signal/sigset.c: Likewise.
32581         * signal/sigsetmask.c: Likewise.
32582         * signal/sigstack.c: Likewise.
32583         * signal/sigsuspend.c: Likewise.
32584         * signal/sigtimedwait.c: Likewise.
32585         * signal/sigvec.c: Likewise.
32586         * signal/sigwait.c: Likewise.
32587         * signal/sigwaitinfo.c: Likewise.
32588         * signal/sysv_signal.c: Likewise.
32589         * socket/accept.c: Likewise.
32590         * socket/accept4.c: Likewise.
32591         * socket/bind.c: Likewise.
32592         * socket/connect.c: Likewise.
32593         * socket/getpeername.c: Likewise.
32594         * socket/getsockname.c: Likewise.
32595         * socket/getsockopt.c: Likewise.
32596         * socket/isfdtype.c: Likewise.
32597         * socket/listen.c: Likewise.
32598         * socket/recv.c: Likewise.
32599         * socket/recvfrom.c: Likewise.
32600         * socket/recvmsg.c: Likewise.
32601         * socket/send.c: Likewise.
32602         * socket/sendmsg.c: Likewise.
32603         * socket/sendto.c: Likewise.
32604         * socket/setsockopt.c: Likewise.
32605         * socket/shutdown.c: Likewise.
32606         * socket/sockatmark.c: Likewise.
32607         * socket/socket.c: Likewise.
32608         * socket/socketpair.c: Likewise.
32609         * stdio-common/ctermid.c: Likewise.
32610         * stdio-common/cuserid.c: Likewise.
32611         * stdio-common/remove.c: Likewise.
32612         * stdio-common/rename.c: Likewise.
32613         * stdio-common/renameat.c: Likewise.
32614         * stdio-common/tempname.c: Likewise.
32615         * stdlib/getcontext.c: Likewise.
32616         * stdlib/makecontext.c: Likewise.
32617         * stdlib/setcontext.c: Likewise.
32618         * stdlib/swapcontext.c: Likewise.
32619         * stdlib/system.c: Likewise.
32620         * streams/fattach.c: Likewise.
32621         * streams/fdetach.c: Likewise.
32622         * streams/getmsg.c: Likewise.
32623         * streams/getpmsg.c: Likewise.
32624         * streams/putmsg.c: Likewise.
32625         * streams/putpmsg.c: Likewise.
32626         * sysdeps/unix/bsd/getpt.c: Likewise.
32627         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32628         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32629         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32631         Likewise.
32632         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32633         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32634         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32635         * sysvipc/msgctl.c: Likewise.
32636         * sysvipc/msgget.c: Likewise.
32637         * sysvipc/msgrcv.c: Likewise.
32638         * sysvipc/msgsnd.c: Likewise.
32639         * sysvipc/semctl.c: Likewise.
32640         * sysvipc/semget.c: Likewise.
32641         * sysvipc/semop.c: Likewise.
32642         * sysvipc/semtimedop.c: Likewise.
32643         * sysvipc/shmat.c: Likewise.
32644         * sysvipc/shmctl.c: Likewise.
32645         * sysvipc/shmdt.c: Likewise.
32646         * sysvipc/shmget.c: Likewise.
32647         * termios/tcdrain.c: Likewise.
32648         * termios/tcflow.c: Likewise.
32649         * termios/tcflush.c: Likewise.
32650         * termios/tcgetattr.c: Likewise.
32651         * termios/tcgetpgrp.c: Likewise.
32652         * termios/tcsendbrk.c: Likewise.
32653         * termios/tcsetattr.c: Likewise.
32654         * termios/tcsetpgrp.c: Likewise.
32655         * time/adjtime.c: Likewise.
32656         * time/clock.c: Likewise.
32657         * time/getitimer.c: Likewise.
32658         * time/gettimeofday.c: Likewise.
32659         * time/setitimer.c: Likewise.
32660         * time/settimeofday.c: Likewise.
32661         * time/stime.c: Likewise.
32662         * time/time.c: Likewise.
32663
32664 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
32665
32666         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32667         /usr/old/bin.
32668
32669         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32670         instead of spaces.
32671         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32672
32673 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
32674
32675         [BZ #14796]
32676         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32677         FE_TONEAREST before applying Dekker multiplication and Knuth
32678         addition.  Clear inexact exceptions and check for exact zero
32679         results afterwards.
32680         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32681         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32682         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32683         * math/libm-test.inc (fma_test): Add more tests.
32684         (fma_test_towardzero): Likewise.
32685         (fma_test_downward): Likewise.
32686         (fma_test_upward): Likewise.
32687         * sysdeps/generic/math_private.h (default_libc_fesetround): New
32688         function.
32689         (libc_fesetround): New macro.
32690         (libc_fesetroundf): Likewise.
32691         (libc_fesetroundl): Likewise.
32692         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32693         function.
32694         (libc_fesetround_387): Likewise.
32695         (libc_fesetroundf): New macro.
32696         (libc_fesetround): Likewise.
32697         (libc_fesetroundl): Likewise.
32698         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32699         function.
32700         (libc_fesetroundf): New macro.
32701         (libc_fesetround): Likewise.
32702         (libc_fesetroundl): Likewise.
32703         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32704         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32705         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32706         libm_hidden_ver.
32707         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32708         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32709         libm_hidden_def.
32710         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32711         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32712         libm_hidden_ver.
32713         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32714         libm_hidden_def.
32715
32716         [BZ #3439]
32717         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32718         integer constant usable in #if and use that to give value to enum
32719         constant.
32720         (FE_DIVBYZERO): Likewise.
32721         (FE_UNDERFLOW): Likewise.
32722         (FE_OVERFLOW): Likewise.
32723         (FE_INVALID): Likewise.
32724         (FE_INVALID_SNAN): Likewise.
32725         (FE_INVALID_ISI): Likewise.
32726         (FE_INVALID_IDI): Likewise.
32727         (FE_INVALID_ZDZ): Likewise.
32728         (FE_INVALID_IMZ): Likewise.
32729         (FE_INVALID_COMPARE): Likewise.
32730         (FE_INVALID_SOFTWARE): Likewise.
32731         (FE_INVALID_SQRT): Likewise.
32732         (FE_INVALID_INTEGER_CONVERSION): Likewise.
32733         (FE_TONEAREST): Likewise.
32734         (FE_TOWARDZERO): Likewise.
32735         (FE_UPWARD): Likewise.
32736         (FE_DOWNWARD): Likewise.
32737         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
32738         (FE_DIVBYZERO): Likewise.
32739         (FE_OVERFLOW): Likewise.
32740         (FE_UNDERFLOW): Likewise.
32741         (FE_INEXACT): Likewise.
32742         (FE_TONEAREST): Likewise.
32743         (FE_DOWNWARD): Likewise.
32744         (FE_UPWARD): Likewise.
32745         (FE_TOWARDZERO): Likewise.
32746         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
32747         (FE_UNDERFLOW): Likewise.
32748         (FE_OVERFLOW): Likewise.
32749         (FE_DIVBYZERO): Likewise.
32750         (FE_INVALID): Likewise.
32751         (FE_TONEAREST): Likewise.
32752         (FE_TOWARDZERO): Likewise.
32753         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
32754         (FE_OVERFLOW): Likewise.
32755         (FE_UNDERFLOW): Likewise.
32756         (FE_DIVBYZERO): Likewise.
32757         (FE_INEXACT): Likewise.
32758         (FE_TONEAREST): Likewise.
32759         (FE_TOWARDZERO): Likewise.
32760         (FE_UPWARD): Likewise.
32761         (FE_DOWNWARD): Likewise.
32762         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
32763         (FE_DIVBYZERO): Likewise.
32764         (FE_OVERFLOW): Likewise.
32765         (FE_UNDERFLOW): Likewise.
32766         (FE_INEXACT): Likewise.
32767         (FE_TONEAREST): Likewise.
32768         (FE_DOWNWARD): Likewise.
32769         (FE_UPWARD): Likewise.
32770         (FE_TOWARDZERO): Likewise.
32771
32772 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
32773
32774         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
32775
32776 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
32777
32778         * scripts/cross-test-ssh.sh (command): Use newlines to separate
32779         commands.  Quote $PWD.
32780         (blacklist_exports): Don't use remove_newlines.  Replace "declare
32781         -x" by "export".
32782         (remove_newlines): Remove.
32783
32784 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
32785
32786         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
32787         * stdlib/stdlib.h (atof): Moved to ...
32788         * include/bits/stdlib-float.h: Here.  New file.
32789         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
32790         * stdlib/bits/stdlib-float.h: New file.
32791         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
32792         -mno-sse -mno-mmx.
32793         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
32794         <xmmintrin.h>.
32795
32796 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32797
32798         * conform/conformtest.pl (@headers): Add fenv.h.
32799         * conform/data/fenv.h-data: New file.
32800         * include/fenv.h [_ISOMAC]: Disable all contents of file except
32801         include of <math/fenv.h>.
32802
32803         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
32804         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
32805         && !UNIX98].  Enables tests for XOPEN2K8.
32806         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
32807         POSIX2008]: Likewise.
32808
32809         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
32810         (struct rusage): Do not expect type or its members.
32811
32812         [BZ #3439]
32813         * math/math.h (FP_NAN): Define macro to integer constant usable in
32814         #if and use that to give value to enum constant.
32815         (FP_INFINITE): Likewise.
32816         (FP_ZERO): Likewise.
32817         (FP_SUBNORMAL): Likewise.
32818         (FP_NORMAL): Likewise.
32819
32820 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
32821
32822         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
32823         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
32824         arguments.
32825
32826 2012-11-02  Roland McGrath  <roland@hack.frob.com>
32827
32828         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
32829         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
32830         autoconf-time if not.
32831         * configure.in: Remove AC_PREREQ.
32832
32833 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32834
32835         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
32836         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
32837         of the internal implementation.
32838
32839 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32840
32841         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
32842         except include of <misc/sys/syslog.h>.
32843
32844 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32845
32846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
32847         function returns with a NULL context exit with zero.
32848
32849 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32850
32851         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
32852
32853 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
32854
32855         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
32856         (run_program_cmd): This.
32857         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
32858         (tst_langinfo): New variable.  Use it.
32859
32860 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
32861
32862         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
32863         floating point opcodes.
32864
32865 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32866
32867         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
32868         variable.
32869
32870         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
32871
32872         * sysdeps/mach/hurd/powerpc: Remove directory.
32873         * sysdeps/mach/powerpc: Likewise.
32874
32875 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32876
32877         * scripts/check-local-headers.sh: Ignore c++ headers.
32878
32879 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32880
32881         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
32882         __libc_cleanup_region_start argument.
32883
32884 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
32885
32886         [BZ #14784]
32887         [BZ #14785]
32888         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
32889         x * y using scaling, not as x * y + z.
32890         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32891         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32892         * math/libm-test.inc (fma_test): Add more tests.
32893         (fma_test_towardzero): Likewise.
32894         (fma_test_downward): Likewise.
32895         (fma_test_upward): Likewise.
32896
32897 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32898
32899         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
32900
32901 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32902
32903         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
32904         New variable.
32905
32906 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
32907
32908         * rt/tst-shm.c (worker): Correct checking for mmap failure.
32909
32910 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32911
32912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32913         Fix sort order.
32914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32915         Likewise.
32916
32917 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32918
32919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32920         Fix the order of the list for glibc 2.17.
32921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32922         Likewise.
32923
32924 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32925
32926         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32927
32928 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32929
32930         [BZ #14610]
32931         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
32932         for low part of x being zero before using __atanl (y).
32933         * math/libm-test.inc (atan2_test): Add another test.
32934
32935         * manual/install.texi (Configuring and compiling): Document
32936         general use of test-wrapper and test-wrapper-env.
32937         * INSTALL: Regenerated.
32938
32939         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
32940         (__fma): Do not extract and scale down low bits on after-rounding
32941         systems when result rounded to normal precision would have normal
32942         exponent.
32943         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
32944         (__fmal): Do not extract and scale down low bits on after-rounding
32945         systems when result rounded to normal precision would have normal
32946         exponent.
32947         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
32948         (__fmal): Do not extract and scale down low bits on after-rounding
32949         systems when result rounded to normal precision would have normal
32950         exponent.
32951         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
32952         macro.
32953         (fma_test): Add more tests.
32954         (fma_test_towardzero): Likewise.
32955         (fma_test_downward): Likewise.
32956         (fma_test_upward): Likewise.
32957
32958 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
32959
32960         * sysdeps/i386/tininess.h: Renamed to ...
32961         * sysdeps/x86/tininess.h: This.
32962         * sysdeps/x86_64/tininess.h: Removed.
32963
32964 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32965
32966         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
32967         input.  Use $(build-program-cmd).
32968         ($(objpfx)tst-array1-static.out): Likewise.
32969         ($(objpfx)tst-array2.out): Likewise.
32970         ($(objpfx)tst-array3.out): Likewise.
32971         ($(objpfx)tst-array4.out): Likewise.
32972         ($(objpfx)tst-array5.out): Likewise.
32973         ($(objpfx)tst-array5-static.out): Likewise.
32974
32975 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
32976
32977         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
32978         if defined.
32979
32980         * nss/nsswitch.h (nss_interface_function): Provide new
32981         macro for use with NSS functions.
32982         * grp/initgroups.c: Use new macro.
32983         * nss/getXXbyYY.c: Likewise.
32984         * nss/getXXbyYY_r.c: Likewise.
32985         * nss/getXXent.c: Likewise.
32986         * nss/getXXent_r.c: Likewise.
32987         * sysdeps/posix/getaddrinfo.c: Likewise.
32988
32989 2012-10-30  Andreas Jaeger  <aj@suse.de>
32990
32991         * po/ru.po: Update Russion translation from translation project.
32992
32993 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32994
32995         [BZ #14152]
32996         [BZ #14783]
32997         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
32998         result and shift together with sticky bit instead of replicating
32999         round-to-nearest rounding.
33000         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33001         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33002         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33003         missing underflow exceptions.
33004         (fma_test_towardzero): Add more tests.
33005         (fma_test_downward): Likewise.
33006         (fma_test_upward): Likewise.
33007
33008         [BZ #14047]
33009         * sysdeps/generic/tininess.h: New file.
33010         * sysdeps/i386/tininess.h: Likewise.
33011         * sysdeps/sh/tininess.h: Likewise.
33012         * sysdeps/x86_64/tininess.h: Likewise.
33013         * stdlib/tst-strtod-underflow.c: Likewise.
33014         * stdlib/tst-tininess.c: Likewise.
33015         * stdlib/strtod_l.c: Include <tininess.h>.
33016         (round_and_return): Do not set errno for exact underflow cases.
33017         Force an underflow exception when setting errno for underflow.
33018         Determine underflow based on rounding to normal precision if
33019         TININESS_AFTER_ROUNDING.
33020         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33021         ERANGE for exact underflow cases.
33022         * stdlib/Makefile (tests): Add tst-tininess and
33023         tst-strtod-underflow.
33024         ($(objpfx)tst-tininess): Use $(link-libm).
33025         ($(objpfx)tst-strtod-underflow): Likewise.
33026
33027 2012-10-30  Andreas Jaeger  <aj@suse.de>
33028
33029         [BZ#14767]
33030         * elf/Makefile (tests): Remove conditional for have-initfini-array
33031         since this is now always required and the variable does not exist
33032         anymore.
33033         (tests-static): Likewise.
33034         (modules-names): Likewise.
33035
33036         * po/eo.po: Add Esperanto translation from translation project.
33037
33038         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33039         merged with constructor/destructor.
33040         (init_array): Likewise.
33041         * elf/tst-array2dep.c (fini_array): Likewise.
33042         (init_array): Likewise.
33043
33044 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33045
33046         * manual/message.texi: Delete @cartouche tags.
33047
33048 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33049
33050         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33051         EOPNOTSUPP.
33052         * sysdeps/mach/hurd/fsync.c: Likewise.
33053
33054         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33055         [_POSIX_REALTIME_SIGNALS]: Change condition to
33056         [_POSIX_REALTIME_SIGNALS > 0].
33057
33058 2012-10-27  Andreas Jaeger  <aj@suse.de>
33059
33060         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33061         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33062         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33063         [__WORDSIZE != 64]: Likewise.
33064
33065 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33066
33067         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33068         *  iconvdata/tst-tables.sh: Likewise.
33069
33070 2012-10-25  David S. Miller  <davem@davemloft.net>
33071
33072         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33073         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33074         of strtoull.
33075
33076         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33077         ifunc-impl-list.c
33078         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33079         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33080         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33081         file.
33082
33083 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33084
33085         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33086         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33087         __getdirentries.
33088
33089 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33090             Jim Blandy  <jimb@codesourcery.com>
33091
33092         * scripts/cross-test-ssh.sh: New file.
33093         * manual/install.texi (Configuring and compiling): Document use of
33094         cross-test-ssh.sh.
33095         * INSTALL: Regenerated.
33096
33097 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33098
33099         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33100         EOPNOTSUPP.
33101
33102 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33103
33104         * Makeconfig (run-program-prefix): Fix comment.
33105
33106 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33107             Jim Blandy  <jimb@codesourcery.com>
33108
33109         * Makeconfig (test-wrapper): New variable,
33110         (test-wrapper-env): Likewise.
33111         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33112         (run-built-tests): Define to yes.
33113         (run-program-prefix): Use $(test-wrapper).
33114         (built-program-cmd): Likewise.
33115         * Rules (make-test-out): Use $(test-wrapper-env) and
33116         $(host-built-program-cmd).
33117         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33118         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33119         tst-pathopt.sh.
33120         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33121         $(test-wrapper-env) to tst-rtld-load-self.sh.
33122         ($(objpfx)order2.out): Use $(test-wrapper).
33123         ($(objpfx)tst-initorder.out): Likewise.
33124         ($(objpfx)tst-initorder2.out): Likewise.
33125         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33126         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33127         (test_wrapper_env): New variable.  Use it to run ld.so.
33128         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33129         Use it to run ld.so.
33130         (test_wrapper_env): Likewise.
33131         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33132         $(test-wrapper) to run-iconv-test.sh.
33133         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33134         (ICONV): Use $test_wrapper.
33135         * posix/Makefile ($(objpfx)globtest.out): Pass
33136         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33137         globtest.sh, not $(run-program-prefix).
33138         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33139         (test_wrapper): Likewise.
33140         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33141         set together with run_via_rtld_prefix.
33142         (run_program_prefix): Define in terms of test_wrapper and
33143         run_via_rtld_prefix.
33144
33145 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33146
33147         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33148         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33149         Targets removed.
33150
33151         [BZ #14743]
33152         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33153         Declare __clock_getres, __clock_gettime, __clock_settime,
33154         __clock_nanosleep, and __clock_getcpuclockid.
33155         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33156         Remove librt_hidden_def (clock_gettime).
33157         * sysdeps/unix/clock_gettime.c: Likewise.
33158         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33159         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33160         * rt/clock_getres.c: Define __clock_getres as an alias.
33161         * sysdeps/posix/clock_getres.c: Likewise.
33162         * rt/clock_settime.c: Define __clock_settime as an alias.
33163         * sysdeps/unix/clock_settime.c: Likewise.
33164         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33165         * sysdeps/unix/clock_nanosleep.c: Likewise.
33166         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33167         * rt/clock-compat.c: New file.
33168         * rt/Makefile (librt-routines): Add clock-compat and move
33169         $(clock-routines) to ...
33170         (routines): ... here, new variable.
33171         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33172         Don't add get_clockfreq here.
33173         * rt/Versions (libc: GLIBC_2.17): New version set.
33174         Add clock_* symbols here.
33175         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33176         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33177         (GLIBC_2.17): Add clock_* symbols.
33178         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33179         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33180         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33182         Likewise.
33183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33184         Likewise.
33185         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33186         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33187         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33188         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33189         * NEWS: Mention the move.
33190
33191         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33192         Use __open, __read, __close rather than their public counterparts.
33193         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33194         (__get_clockfreq_via_cpuinfo): Likewise.
33195         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33196         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33197
33198         * config.h.in (HAVE_IFUNC): New #undef.
33199         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33200         was successful.
33201         * configure: Regenerated.
33202
33203 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33204
33205         * configure.in: Move READELF check to start of file.
33206         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33207         libc_cv_asm_gnu_indirect_function in the process.
33208         * configure: Regenerated.
33209
33210 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33211
33212         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33213         send the output to /dev/null.
33214         (libc_cv_cc_with_libunwind): Likewise.
33215         (libc_cv_as_noexecstack): Likewise.
33216         * configure: Regenerate.
33217
33218 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33219
33220         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33221
33222         * posix/globtest.sh (TMPDIR): Do not set.
33223         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33224         (testout): Likewise.
33225
33226 2012-10-24  Andreas Jaeger  <aj@suse.de>
33227
33228         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33229         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33230         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33231         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33232         posix_fadvise64, posix_fallocate64.
33233
33234         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33235         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33236         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33237         Likewise.
33238         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33239         Likewise.
33240         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33241
33242         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33243         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33244         <bits/fcntl-linux.h>.
33245         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33246
33247         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33248         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33249         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33250         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33251         [__WORDSIZE != 64]: Likewise.
33252
33253 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33254
33255         * Makeconfig (run-built-tests): New variable.
33256         * Rules [$(cross-compiling) = yes]: Change condition to
33257         [$(run-built-tests) = no].
33258         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33259         to [$(run-built-tests) = yes].
33260         * elf/Makefile [$(cross-compiling) = no]: Likewise
33261         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33262         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33263         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33264         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33265         * io/Makefile [$(cross-compiling) = no]: Likewise.
33266         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33267         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33268         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33269         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33270         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33271         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33272         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33273         * string/Makefile [$(cross-compiling) = no]: Likewise.
33274
33275         * posix/Makefile ($(objpfx)globtest.out): Pass
33276         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33277         $(rtld-installed-name).
33278         * posix/globtest.sh (elf_objpfx): Remove variable.
33279         (rtld_installed_name): Likewise.
33280         (library_path): Likewise.
33281         (run_program_prefix): New variable.  Use for running globtest
33282         binary.
33283
33284 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33285             Joseph Myers  <joseph@codesourcery.com>
33286
33287         * Makeconfig (host-built-program-cmd): New variable.
33288         * elf/Makefile (tst-stackguard1-ARGS): Use
33289         $(host-built-program-cmd).
33290         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33291         (tst-spawn-ARGS): Likewise.
33292         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33293
33294 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33295             Jim Blandy  <jimb@codesourcery.com>
33296
33297         * Makeconfig (run-via-rtld-prefix): New variable.
33298         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33299         (built-program-cmd): Likewise.
33300
33301 2012-10-22  Andreas Jaeger  <aj@suse.de>
33302
33303         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33304         __O_RSYNC if it exists, otherwise to O_SYNC.
33305
33306 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33307             Joseph Myers  <joseph@codesourcery.com>
33308
33309         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33310         /dev/null.
33311         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33312         from /dev/null
33313         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33314         /dev/null.
33315
33316 2012-10-22  Andreas Jaeger  <aj@suse.de>
33317
33318         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33319         Define always.
33320         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33321
33322         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33323         bits/fcntl-linux.h.
33324
33325         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33326         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33327
33328         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33329         to __O_LARGEFILE.
33330         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33331         to __O_LARGEFILE.
33332
33333 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33334             Joseph Myers  <joseph@codesourcery.com>
33335
33336         * config.make.in (NM): New variable.
33337
33338 2012-10-21  Andreas Jaeger  <aj@suse.de>
33339
33340         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33341         definitions and declarations that are provided by
33342         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33343
33344 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33345
33346         [BZ #14683]
33347         * elf/Makefile (tests-static): Add tst-leaks1-static.
33348         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33349         ($(objpfx)tst-leaks1-static): New rule.
33350         ($(objpfx)tst-leaks1-static-mem): Likewise.
33351         (tst-leaks1-static-ENV): New macro.
33352         * elf/dl-open.c (dl_open_worker): Check the main application
33353         only if SHARED is defined.
33354         * elf/tst-leaks1-static.c: New file.
33355
33356 2012-10-20  Andreas Jaeger  <aj@suse.de>
33357
33358         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33359         generic values for Linux.
33360         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33361         and declarations that are provided by <bits/fcntl-linux.h> and
33362         include <bits/fcntl-linux.h>.
33363         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33364         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33365
33366 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33367
33368         * io/fcntl.h: Move include of <bits/types.h> to the top and
33369         include it unconditionally.
33370
33371 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33372
33373         * wcsmbs/Makefile (tests-ifunc): New variable.
33374         (tests): Add $(tests-ifunc).
33375         * wcsmbs/test-wcschr-ifunc.c: New file.
33376         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33377         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33378         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33379         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33380         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33381
33382         * string/Makefile (tests-ifunc): New variable.
33383         (tests): Add $(tests-ifunc).
33384         * string/test-memccpy.c (TEST_NAME): New macro.
33385         * string/test-memchr.c (TEST_NAME): Likewise.
33386         * string/test-memcmp.c (TEST_NAME): Likewise.
33387         * string/test-memcpy.c (TEST_NAME): Likewise.
33388         * string/test-memmem.c (TEST_NAME): Likewise.
33389         * string/test-memmove.c (TEST_NAME): Likewise.
33390         * string/test-memset.c (TEST_NAME): Likewise.
33391         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33392         * string/test-stpcpy.c (TEST_NAME): Likewise.
33393         * string/test-stpncpy.c (TEST_NAME): Likewise.
33394         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33395         * string/test-strcasestr.c (TEST_NAME): Likewise.
33396         * string/test-strcat.c (TEST_NAME): Likewise.
33397         * string/test-strchr.c (TEST_NAME): Likewise.
33398         * string/test-strcmp.c(TEST_NAME): Likewise.
33399         * string/test-strcpy.c (TEST_NAME): Likewise.
33400         * string/test-strcspn.c (TEST_NAME): Likewise.
33401         * string/test-strlen.c (TEST_NAME): Likewise.
33402         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33403         * string/test-strncmp.c (TEST_NAME): Likewise.
33404         * string/test-strncpy.c (TEST_NAME): Likewise.
33405         * string/test-strnlen.c (TEST_NAME): Likewise.
33406         * string/test-strpbrk.c (TEST_NAME): Likewise.
33407         * string/test-strrchr.c (TEST_NAME): Likewise.
33408         * string/test-strspn.c (TEST_NAME): Likewise.
33409         * string/test-strstr.c (TEST_NAME): Likewise.
33410         * string/test-bcopy-ifunc.c: New file.
33411         * string/test-bzero-ifunc.c: Likewise.
33412         * string/test-memccpy-ifunc.c: Likewise.
33413         * string/test-memchr-ifunc.c: Likewise.
33414         * string/test-memcmp-ifunc.c: Likewise.
33415         * string/test-memcpy-ifunc.c: Likewise.
33416         * string/test-memmem-ifunc.c: Likewise.
33417         * string/test-memmove-ifunc.c: Likewise.
33418         * string/test-mempcpy-ifunc.c: Likewise.
33419         * string/test-memset-ifunc.c: Likewise.
33420         * string/test-rawmemchr-ifunc.c: Likewise.
33421         * string/test-stpcpy-ifunc.c: Likewise.
33422         * string/test-stpncpy-ifunc.c: Likewise.
33423         * string/test-strcasecmp-ifunc.c: Likewise.
33424         * string/test-strcasestr-ifunc.c: Likewise.
33425         * string/test-strcat-ifunc.c: Likewise.
33426         * string/test-strchr-ifunc.c: Likewise.
33427         * string/test-strchrnul-ifunc.c: Likewise.
33428         * string/test-strcmp-ifunc.c: Likewise.
33429         * string/test-strcpy-ifunc.c: Likewise.
33430         * string/test-strcspn-ifunc.c: Likewise.
33431         * string/test-strlen-ifunc.c: Likewise.
33432         * string/test-strncasecmp-ifunc.c: Likewise.
33433         * string/test-strncat-ifunc.c: Likewise.
33434         * string/test-strncmp-ifunc.c: Likewise.
33435         * string/test-strncpy-ifunc.c: Likewise.
33436         * string/test-strnlen-ifunc.c: Likewise.
33437         * string/test-strpbrk-ifunc.c: Likewise.
33438         * string/test-strrchr-ifunc.c: Likewise.
33439         * string/test-strspn-ifunc.c: Likewise.
33440         * string/test-strstr-ifunc.c: Likewise.
33441
33442         * debug/Makefile (tests-ifunc): New variable.
33443         (tests): Add $(tests-ifunc).
33444         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33445         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33446         * debug/test-stpcpy_chk-ifunc.c: New file.
33447         * debug/test-strcpy_chk-ifunc.c: Likewise.
33448
33449 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33450
33451         [BZ #13601]
33452         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33453         header is not read in.
33454
33455 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33456
33457         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33458         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33459         directly.  Pass built executable to script as
33460         $(built-program-cmd).
33461         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33462         $testprogram without using LD_LIBRARY_PATH and $ldso.
33463
33464         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33465         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33466         $(rtld-installed-name).
33467         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33468         (rtld_installed_name): Likewise.
33469         (library_path): Likewise.
33470         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33471         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33472         $(run-program-prefix) to tst-tables.sh.
33473         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33474         it to run tst-table-from and tst-table-to.
33475         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33476         Pass it to tst-table.sh.
33477         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33478         $(run-program-prefix) to tst-gettext.sh.
33479         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33480         tst-translit.sh.
33481         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33482         tst-gettext2.sh.
33483         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33484         to run tst-gettext.
33485         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33486         to run tst-gettext2.
33487         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33488         to run tst-translit.
33489         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33490         $(run-program-prefix) to tst-mtrace.sh.
33491         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33492         to run tst-mtrace.
33493         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33494         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33495         $(rtld-installed-name).
33496         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33497         (rtld_installed_name): Likewise.
33498         (run_program_prefix): New variable.  Use it to run wordexp-test.
33499
33500         * Makeconfig (ARCH): Remove all definitions.
33501         (machine): Likewise.
33502         [ARCH]: Remove conditional code.
33503         [!objdir]: Give error.
33504         [!objdir] (objpfx): Remove.
33505         [!objdir] (common-objpfx): Likewise.
33506         [!objdir] (common-objdir): Likewise.
33507         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33508         AC_CONFIG_FILES call.
33509         * configure: Regenerated.
33510
33511         [BZ #13888]
33512         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33513         or TMPDIR.
33514         (testout): Likewise.
33515
33516         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33517         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33518         $(rtld-installed-name).
33519         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33520         (rtld_installed_name): Likwise.
33521         (runit): Remove function.
33522         (run_getconf): New variable,  Use it for running getconf binary.
33523
33524 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33525
33526         [BZ #14716]
33527         * string/test-memmem.c (check_result): New function.
33528         (do_one_test): Use it.
33529         (check1): New function.
33530         (test_main): Use it.
33531
33532 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33533
33534         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33535
33536 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33537
33538         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33539         (_G_LSEEK64): Likewise.
33540         (_G_MMAP64): Likewise.
33541         (_G_FSTAT64): Likewise.
33542         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33543         (_G_LSEEK64): Likewise.
33544         (_G_MMAP64): Likewise.
33545         (_G_FSTAT64): Likewise.
33546         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33547         unconditional.  Call __mmap64 directly.
33548         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33549         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33550         __lseek64 directly.
33551         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33552         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33553         __mmap64 directly.
33554         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33555         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33556         __lseek64 directly.
33557         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33558         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33559         __lseek64 directly.
33560         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33561         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33562         __lseek64 directly.
33563         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33564         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33565         __fxstat64 directly.
33566         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33567         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33568         unconditional.
33569         (freopen64) [!_G_OPEN64]: Remove conditional code.
33570         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33571         unconditional.
33572         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33573         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33574         unconditional.
33575         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33576         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33577         unconditional.
33578         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33579         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33580         unconditional.
33581         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33582         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33583         unconditional.
33584         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33585         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33586         unconditional.
33587         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33588         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33589         unconditional.
33590         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33591
33592 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33593
33594         [BZ #12140]
33595         * manual/memory.texi (Malloc Tunable Parameters): Add note
33596         about free list pointers overwriting some perturb bytes.
33597         Wording suggested by Roland McGrath.
33598
33599 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33600
33601         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33602         (lgamma_test): Likewise.
33603         (tgamma_test): Likewise.
33604
33605 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33606
33607         [BZ #14700]
33608         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33609         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33610
33611 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33612
33613         * NEWS: Mention BZ #14716.
33614         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33615         when removing AVAILABLE1_USES_J macro.
33616
33617 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33618
33619         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33620         (__bswap_64): __uint64_t for unsigned 64-bit int.
33621
33622 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33623
33624         * include/string.h (memmem): Declare libc hidden alias.
33625         * string/memmem.c (memmem): Define libc hidden alias.
33626         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33627         __read, __close instead of open, read, close.
33628
33629 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
33630
33631         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33632         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33633         global and hidden.
33634         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33635         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33636         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33637         Likewise.
33638         (__rawmemchr_sse2): Likewise.
33639         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33640         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33641         (__strchr_sse2): Likewise.
33642         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33643         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33644         (__strcasecmp_sse2): Likewise.
33645         (__strncasecmp_sse2): Likewise.
33646         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33647         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33648         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33649         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33650         (__strrchr_sse2): Likewise.
33651         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33652         ifunc-impl-list.c.
33653         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33654         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33655         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33656         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33657         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33658         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33659         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33660         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33661         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33662         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33663         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33664         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33665         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33666         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33667         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33668         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33669         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33670         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33671         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33672         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33673         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33674         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33675         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33676         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33677         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33678         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33679         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33680         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33681         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33682         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33683
33684         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33685         global and hidden.
33686         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33687         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33688         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33689         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33690         Likewise.
33691         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33692         Likewise.
33693         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33694         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33695         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33696         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33697         ifunc-impl-list.c.
33698         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33699         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33700         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33701         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33702         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33703         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33704         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33705         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33706         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33707         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33708         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33709         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33710         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33711         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33712         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33713         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33714         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33715         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33716         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33717         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33718         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33719         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33720         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33721         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33722         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33723         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33724         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33725         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33726         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33727         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33728         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33729         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33730         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33731         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33732         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33733         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33734         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33735         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33736         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33737         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33738         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
33739
33740         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
33741         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
33742         * include/ifunc-impl-list.h: New file.
33743         * misc/ifunc-impl-list.c: Likewise.
33744         * misc/Makefile (routines): Add ifunc-impl-list.
33745         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
33746         * string/test-string.h: Include <ifunc-impl-list.h>.
33747         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
33748         TEST_NAME]: New variables.
33749         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
33750         are defined.
33751         (test_init): Call __libc_ifunc_impl_list to initialize
33752         func_list if TEST_IFUNC and TEST_NAME are defined.
33753
33754         * string/Makefile (strop-tests): Add bcopy and bzero.
33755         * string/test-bcopy.c: New file.
33756         * string/test-bzero.c: Likewise.
33757         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
33758         defined.
33759         * string/test-memset.c: Support bzero test if TEST_BZERO is
33760         defined.
33761         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
33762         __libc_memmove.
33763         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
33764         __libc_memset.
33765         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
33766         of memset.
33767
33768 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
33769
33770         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
33771         * configure: Regenerated.
33772
33773         * Makeconfig (+link-static-before-libc): Don't include
33774         $(link-static-libc).
33775
33776         * libio/libio.h (_IO_pos_t): Remove.
33777
33778 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33779
33780         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
33781         McGrath.
33782
33783 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33784
33785         * crypt/crypt-entry.c: Include fips-private.h.
33786         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
33787         * crypt/md5c-test.c (main): Tolerate disabled MD5.
33788         * sysdeps/unix/sysv/linux/fips-private.h: New file.
33789         * sysdeps/generic/fips-private.h: New file, dummy fallback.
33790
33791 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33792
33793         * crypt/crypt-private.h: Include stdbool.h.
33794         (_ufc_setup_salt_r): Return bool.
33795         * crypt/crypt-entry.c: Include errno.h.
33796         (__crypt_r): Return NULL with EINVAL for bad salt.
33797         * crypt/crypt_util.c (bad_for_salt): New.
33798         (_ufc_setup_salt_r): Check that salt is long enough and within
33799         the specified alphabet.
33800         * crypt/badsalttest.c: New file.
33801         * crypt/Makefile (tests): Add it.
33802         ($(objpfx)badsalttest): New.
33803
33804 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
33805
33806         * NEWS: Add entry for BZ #14602.
33807
33808 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33809
33810         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
33811         type-generic.
33812         * math/libm-test.inc: Update comment listing what functions and
33813         macros are tested.
33814         (isgreater_test): New function.
33815         (isgreaterequal_test): Likewise.
33816         (isless_test): Likewise.
33817         (islessequal_test): Likewise.
33818         (islessgreater_test): Likewise.
33819         (isunordered_test): Likewise.
33820         (main): Call the new functions.
33821
33822 2012-10-09  Roland McGrath  <roland@hack.frob.com>
33823
33824         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
33825         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
33826         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
33827         * sysdeps/i386/configure: Regenerated.
33828         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
33829         * sysdeps/mach/configure: Regenerated.
33830         * sysdeps/mach/hurd/configure: Regenerated.
33831         * sysdeps/powerpc/configure: Regenerated.
33832         * sysdeps/powerpc/powerpc32/configure: Regenerated.
33833         * sysdeps/powerpc/powerpc64/configure: Regenerated.
33834         * sysdeps/s390/s390-32/configure: Regenerated.
33835         * sysdeps/s390/s390-64/configure: Regenerated.
33836         * sysdeps/sh/configure: Regenerated.
33837         * sysdeps/sparc/configure: Regenerated.
33838         * sysdeps/unix/sysv/linux/configure: Regenerated.
33839         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
33840         * sysdeps/x86_64/configure: Regenerated.
33841
33842         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
33843         defined.  Don't check if MAP is NULL.
33844
33845 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33846
33847         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
33848         (_G_stat64): Likewise.
33849         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
33850         (_G_stat64): Likewise.
33851         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
33852         instead of struct _G_stat64.
33853         * libio/fileops.c (mmap_remap_check): Likewise.
33854         (decide_maybe_mmap): Likewise.
33855         (_IO_new_file_seekoff): Likewise.
33856         (_IO_file_stat): Likewise.
33857         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
33858         _G_off64_t.
33859         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
33860         instead of struct _G_stat64.
33861         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33862
33863 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
33864
33865         [BZ #14602]
33866         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33867         Replace with ...
33868         (CHECK_EOL): New macro.
33869         (two_way_short_needle): Check beginning of haystack for EOL.  Use
33870         CHECK_EOL.
33871         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33872         Replace with CHECK_EOL.
33873         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33874         Replace with CHECK_EOL.
33875
33876 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
33877
33878         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
33879         type-generic.
33880         * math/libm-test.inc: Update comment listing what functions and
33881         macros are tested.
33882         (finite_test): New function.
33883         (isinf_test): Likewise.
33884         (isnan_test): Likewise.
33885         (fpclassify_test): Test subnormal input.
33886         (isfinite_test): Likewise.
33887         (isnormal_test): Likewise.
33888         (main): Call the new functions.
33889
33890 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
33891
33892         [BZ #14660]
33893         * Makerules (%.dynsym): Force C locale when running
33894         $(OBJDUMP) --dynamic-syms.
33895
33896 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
33897
33898         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
33899         <stdint.h>.
33900
33901 2012-10-06  David S. Miller  <davem@davemloft.net>
33902
33903         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
33904         upper 32-bits of the length value in %o2 since we use branch-on-register
33905         tests which consider the entire 64-bit register.
33906
33907 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
33908
33909         * string/test-strstr.c (check2): Add a test for page boundary.
33910
33911 2012-10-05  David S. Miller  <davem@davemloft.net>
33912
33913         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
33914         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
33915         file.
33916         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33917         sysdep_routines.
33918         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33919         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
33920         and bzero when HWCAP_SPARC_CRYPTO is present.
33921
33922 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
33923
33924         [BZ #14602]
33925         * string/test-strstr.c (check2): New function.
33926         (test_main): Call check2.
33927
33928         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
33929         and bug-strchr1.
33930         * string/bug-strcasestr1.c (do_test): Moved to ...
33931         * string/test-strcasestr.c (check1): Here.  New function.
33932         (do_one_test): Break out result checking code into ...
33933         (check_result): This.  New function.
33934         (do_one_test): Call check_result.
33935         (test_main): Call check1.
33936         * string/bug-strchr1.c (do_test): Moved to ...
33937         * string/test-strchr.c (check1): Here.  New function.
33938         (do_one_test): Break out result checking code into ...
33939         (check_result): This.  New function.
33940         (do_one_test): Call check_result.
33941         (test_main): Call check1.
33942         * string/bug-strstr1.c (main): Moved to ...
33943         * string/test-strstr.c (check1): Here.  New function.
33944         (do_one_test): Break out result checking code into ...
33945         (check_result): This.  New function.
33946         (do_one_test): Call check_result.
33947         (test_main): Call check1.
33948         * string/bug-strcasestr1.c: Removed.
33949         * string/bug-strchr1.c: Likewise.
33950         * string/bug-strstr1.c: Likewise.
33951
33952         * elf/Makefile (dl-routines): Add hwcaps.
33953         * elf/dl-support.c (_dl_important_hwcaps): Removed.
33954         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
33955         (_dl_important_hwcaps): Moved to ...
33956         * elf/dl-hwcaps.c: Here.  New file.
33957         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
33958
33959         [BZ #14557]
33960         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
33961         if IS_IN_rtld isn't defined.
33962
33963         * elf/dl-support.c (_dl_sysinfo_map): New.
33964         Include "get-dynamic-info.h" and "setup-vdso.h".
33965         (_dl_non_dynamic_init): Call setup_vdso.
33966         * elf/dynamic-link.h: Don't include <assert.h>.
33967         (elf_get_dynamic_info): Moved to ...
33968         * elf/get-dynamic-info.h: Here.  New file.
33969         * elf/dynamic-link.h: Include "get-dynamic-info.h".
33970         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
33971         * elf/setup-vdso.h: Here.  New file.
33972         * elf/rtld.c: Include "setup-vdso.h".
33973         (dl_main): Call setup_vdso.
33974
33975 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
33976
33977         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
33978         creal in comment listing functions tested.  List finite, isinf,
33979         isnan, isless, islessequal, isgreater, isgreaterequal,
33980         islessgreater, isunordered, lgamma_r and pow10 as functions and
33981         macros not tested.  Mention which functions not tested are aliases
33982         for other functions.  Fix typo.  Note that signs of NaNs are not
33983         tested.
33984
33985         * scripts/config.guess: Update from config.git.
33986         * scripts/config.sub: Likewise.
33987
33988 2012-10-04  Roland McGrath  <roland@hack.frob.com>
33989
33990         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
33991         * misc/madvise.c (madvise): Renamed to __madvise.
33992         Make madvise a weak alias.
33993         * include/sys/mman.h: Declare __madvise.
33994         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
33995         * sysdeps/unix/syscalls.list
33996         (madvise): Make __madvise the strong name, and madvise a weak alias.
33997         * sysdeps/unix/sysv/linux/syscalls.list
33998         (madvise, mmap): Remove redundant entries.
33999         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34000         * malloc/malloc.c (mtrim): Likewise.
34001         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34002
34003 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34004
34005         * sysdeps/mach/hurd/dl-cache.c: File removed.
34006         * config.h.in (USE_LDCONFIG): New #undef.
34007         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34008         * configure: Regenerated.
34009         * elf/Makefile (dl-routines): Add dl-cache only under
34010         [$(use-ldconfig) = yes].
34011         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34012         cache on [USE_LDCONFIG].
34013         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34014         [USE_LDCONFIG].
34015         * elf/rtld.c (dl_main): Likewise.
34016
34017 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34018
34019         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34020         _SC_LEVEL4_CACHE_LINESIZE.
34021
34022 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34023
34024         * sysdeps/unix/bsd/confstr.h: File removed.
34025
34026 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34027
34028         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34029         sys/sdt-config.h.
34030
34031 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34032
34033         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34034         Make 'mapoff' field ElfW(Off) rather than off_t.
34035
34036 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34037
34038         * nscd/Makefile: Remove nscd-cflags and all its users.
34039         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34040         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34041
34042         [BZ #10631]
34043         * malloc.c (malloc_printerr): Clarify error message.
34044
34045 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34046
34047         [BZ #14648]
34048         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34049         Set bit_FMA_Usable if FMA is supported.
34050         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34051         macro.
34052         (bit_FMA4_Usable): Updated.
34053         (index_FMA_Usable): New macro.
34054         (CPUID_FMA): Likewise
34055         (HAS_FMA): Defined with bit_FMA_Usable.
34056
34057 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34058
34059         * bits/types.h (__swblk_t): Type removed.
34060         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34061         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34062         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34063         (__SWBLK_T_TYPE): Likewise.
34064         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34065         (__SWBLK_T_TYPE): Likewise.
34066         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34067         (__SWBLK_T_TYPE): Likewise.
34068         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34069         (__SWBLK_T_TYPE): Likewise.
34070
34071 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34072             Honza Horak <hhorak@redhat.com>
34073
34074         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34075         (xdr_mapname): Use YPMAXMAP as maxsize.
34076         (xdr_peername): Use YPMAXPEER as maxsize.
34077         (xdr_keydat): Use YPAXRECORD as maxsize.
34078         (xdr_valdat): Use YPMAXRECORD as maxsize.
34079
34080 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34081
34082         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34083
34084         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34085         * csu/init-first.c: ... here.
34086         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34087         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34088         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34089         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34090         * sysdeps/i386/init-first.c: File removed.
34091         * sysdeps/sh/init-first.c: File removed.
34092
34093 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34094
34095         [BZ #14645]
34096         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34097         if x * y might underflow to zero and z is zero.
34098         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34099         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34100         * math/libm-test.inc (min_subnorm_value): New variable.
34101         (fma_test): Add more tests.
34102         (fma_test_towardzero): Likewise.
34103         (fma_test_downward): Likewise
34104         (fma_test_upward): Likewise.
34105         (initialize): Set min_subnorm_value.
34106
34107 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34108
34109         [BZ #14638]
34110         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34111         0 + 0.
34112         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34113         mode for addition resulting in exact zero.
34114         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34115         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34116         exact 0 + 0.
34117         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34118         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34119         * math/libm-test.inc (fma_test): Add more tests.
34120         (fma_test_towardzero): New function.
34121         (fma_test_downward): Likewise.
34122         (fma_test_upward): Likewise.
34123         (main): Call the new functions.
34124
34125 2012-09-28  David S. Miller  <davem@davemloft.net>
34126
34127         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34128
34129 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34130
34131         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34132         instead of SIGALRM.
34133
34134         * sysdeps/gnu/_G_config.h: Moved to ...
34135         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34136         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34137         * sysdeps/generic/_G_config.h: ... here.
34138
34139         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34140
34141         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34142
34143         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34144         Conditionalize target on [libnss_test1.so-version].
34145
34146         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34147
34148         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34149         (elfobjdir): Move out of conditionals.
34150
34151         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34152         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34153         (__nss_lookup_function): Conditionalize label remove_from_tree on
34154         [!DO_STATIC_NSS || SHARED], matching its only use.
34155
34156 2012-09-28  David S. Miller  <davem@davemloft.net>
34157
34158         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34159         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34160         file.
34161         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34162         sysdep_routines.
34163         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34164         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34165         when HWCAP_SPARC_CRYPTO is present.
34166
34167 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34168
34169         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34170
34171 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34172
34173         [BZ #6530]
34174         * stdio-common/vfprintf.c (process_string_arg): Revert
34175         2000-07-22 change.
34176
34177 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34178
34179         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34180         for testcase.
34181         * stdio-common/tst-sprintf.c: Include <locale.h>
34182         (main): Test sprintf's handling of incomplete multibyte
34183         characters.
34184
34185 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34186
34187         * elf/dl-runtime.c (VERSYMIDX): Removed.
34188         * elf/dl-version.c (VERSYMIDX): Likewise.
34189         * elf/do-rel.h (VERSYMIDX): Likewise.
34190         (VALIDX): Likewise.
34191         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34192         * elf/rtld.c (VALIDX): Likewise.
34193         (ADDRIDX): Likewise.
34194         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34195         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34196         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34197         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34198         (VALIDX): Likewise.
34199         (ADDRIDX): Likewise.
34200
34201 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34202
34203         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34204
34205 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34206
34207         [BZ #11438]
34208         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34209         to global scope.
34210         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34211         addresses are in the same scope as 192.0.2/24.
34212         * posix/gai.conf: Document new scope table defaults.
34213
34214 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34215
34216         [BZ #5298]
34217         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34218         for ftell.  Compute offsets from write pointers instead.
34219         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34220
34221 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34222
34223         [BZ #14543]
34224         * libio/Makefile (tests): New test case tst-fseek.
34225         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34226         combination works in wide mode.
34227         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34228         state when the external buffer state changes.
34229
34230 2012-09-27  David S. Miller  <davem@davemloft.net>
34231
34232         [BZ #14376]
34233         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34234         pass reloc->r_addend in as the 'high' argument to
34235         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34236
34237         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34238
34239 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34240
34241         * rt/tst-aio2.c: Include <pthread.h>.
34242         * rt/tst-aio3.c: Likewise.
34243
34244 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34245
34246         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34247
34248 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34249
34250         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34251         contents on [SHARED].
34252
34253 2012-09-26  Marek Polacek  <polacek@redhat.com>
34254
34255         [BZ #14530]
34256         [BZ #13741]
34257         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34258         for C++ and GCC <4.3 as well as for non GCC compilers.
34259
34260 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34261
34262         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34263
34264 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34265
34266         * Makefile.in (all, install): Declare with .PHONY.
34267         Reported by Michael Hope <michael.hope@linaro.org>.
34268
34269 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34270
34271         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34272         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34273         system header.
34274         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34275         Likewise.
34276         (sydep_routines): Add the new and the internal functions.
34277         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34278         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34280         (GLIBC_2.17): Add the new function.
34281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34282         (GLIBC_2.17): Likewise.
34283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34284         (GLIBC_2.17): Likewise.
34285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34286         (GLIBC_2.17): Likewise.
34287         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34288
34289 2012-09-25  Alan Modra  <amodra@gmail.com>
34290
34291         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34292         Add release barrier before setting once_control to say
34293         initialisation is done.  Add hints on lwarx.  Use macro in
34294         place of isync.
34295         (clear_once_control): Add release barrier.
34296
34297 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34298
34299         [BZ #13629]
34300         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34301         specially.
34302         * math/s_clog10.c (__clog10): Likewise.
34303         * math/s_clog10f.c (__clog10f): Likewise.
34304         * math/s_clog10l.c (__clog10l): Likewise.
34305         * math/s_clogf.c (__clogf): Likewise.
34306         * math/s_clogl.c (__clogl): Likewise.
34307         * math/Makefile (libm-calls): Add x2y2m1.
34308         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34309         (__x2y2m1): Likewise.
34310         (__x2y2m1l): Likewise.
34311         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34312         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34313         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34314         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34315         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34316         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34317         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34318         * sysdeps/i386/fpu/libm-test-ulps: Update.
34319         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34320
34321         [BZ #14621]
34322         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34323         int as type of variable DEPTH.
34324         (glob): Use size_t instead of int as type of variables NEWCOUNT
34325         and OLD_PATHC.
34326
34327 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34328
34329         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34330         Add s_sincosf-sse2.
34331         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34332         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34333         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34334         macros for using routine as __sincosf_ia32.
34335         Use macro for function declaration and weak_alias.
34336         * sysdeps/i386/fpu/libm-test-ulps: Update.
34337
34338         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34339         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34340
34341         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34342         subnormal argument.
34343         * math/s_cexpf.c (__cexpf): Likewise.
34344         * math/s_csinf.c (__csinf): Likewise.
34345         * math/s_csinhf.c (__csinhf): Likewise.
34346         * math/s_ctanf.c (__ctanf): Likewise.
34347         * math/s_ctanhf.c (__ctanhf): Likewise.
34348         * math/s_ccosh.c (__ccoshf): Likewise.
34349         * math/s_cexp.c (__cexpl): Likewise.
34350         * math/s_csin.c (__csin): Likewise.
34351         * math/s_csinh.c (__csinh): Likewise.
34352         * math/s_ctan.c (__ctan): Likewise.
34353         * math/s_ctanh.c (ctanh): Likewise.
34354         * math/s_ccoshl.c (__ccoshl): Likewise.
34355         * math/s_cexpl.c (__cexpl): Likewise.
34356         * math/s_csinl.c (__csinl): Likewise.
34357         * math/s_csinhl.c (__csinhl): Likewise.
34358         * math/s_ctanl.c (__ctanl): Likewise.
34359         * math/s_ctanhl.c (__ctanhl): Likewise.
34360
34361 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34362
34363         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34364         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34365         (_IO_off_t): Define to __off_t, not _G_off_t.
34366         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34367         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34368         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34369         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34370         type of __dummy and __dummy2 fields.
34371         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34372         (_G_ssize_t): Likewise.
34373         (_G_off_t): Likewise.
34374         (_G_pid_t): Likewise.
34375         (_G_uid_t): Likewise.
34376         (_G_wchar_t): Likewise.
34377         (_G_wint_t): Likewise.
34378         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34379         (_G_ssize_t): Likewise.
34380         (_G_off_t): Likewise.
34381         (_G_pid_t): Likewise.
34382         (_G_uid_t): Likewise.
34383         (_G_wchar_t): Likewise.
34384         (_G_wint_t): Likewise.
34385         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34386         (_G_ssize_t): Likewise.
34387         (_G_off_t): Likewise.
34388         (_G_pid_t): Likewise.
34389         (_G_uid_t): Likewise.
34390         (_G_wchar_t): Likewise.
34391         (_G_wint_t): Likewise.
34392
34393 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34394
34395         * malloc/arena.c: Include malloc-sysdep.h.
34396         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34397         is sufficient to shrink the heap or an unmap is needed.
34398         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34399         new function check_may_shrink_heap.
34400         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34401         new function check_may_shrink_heap.
34402
34403 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34404
34405         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34406         comments.
34407
34408 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34409
34410         * catgets/test-gencat.sh: Add "set -e".
34411         * elf/tst-pathopt.sh: Likewise.
34412         * grp/tst_fgetgrent.sh: Likewise.
34413         * iconvdata/run-iconv-test.sh: Likewise.
34414         * intl/tst-gettext.sh: Likewise.
34415         * intl/tst-gettext2.sh: Likewise.
34416         * intl/tst-gettext4.sh: Likewise.
34417         * intl/tst-gettext6.sh: Likewise.
34418         * intl/tst-translit.sh: Likewise.
34419         * io/ftwtest-sh: Likewise.
34420         * libio/test-freopen.sh: Likewise.
34421         * malloc/tst-mtrace.sh: Likewise.
34422         * posix/globtest.sh: Likewise.
34423         * posix/tst-getconf.sh: Likewise.
34424         * posix/wordexp-tst.sh: Likewise.
34425         * stdio-common/tst-printf.sh: Likewise.
34426         * stdio-common/tst-unbputc.sh: Likewise.
34427         * stdlib/tst-fmtmsg.sh: Likewise.
34428         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34429         * catgets/Makefile: Do not specify -e option when running
34430         testsuite shell scripts.
34431         * elf/Makefile: Likewise.
34432         * grp/Makefile: Likewise.
34433         * iconvdata/Makefile: Likewise.
34434         * intl/Makefile: Likewise.
34435         * io/Makefile: Likewise.
34436         * libio/Makefile: Likewise.
34437         * malloc/Makefile: Likewise.
34438         * posix/Makefile: Likewise.
34439         * stdio-common/Makefile: Likewise.
34440         * stdlib/Makefile: Likewise.
34441         * sysdeps/x86_64/Makefile: Likewise.
34442
34443         * io/ftwtest-sh: Add copyright header.
34444         * posix/globtest.sh: Likewise.
34445         * posix/tst-getconf.sh: Likewise.
34446         * posix/wordexp-tst.sh: Likewise.
34447         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34448
34449 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34450
34451         [BZ #13679]
34452         * Makeconfig (+link): Defined as $(+link-static) if
34453         $(build-shared) isn't yes.
34454         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34455         isn't yes.
34456         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34457
34458         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34459
34460         [BZ #14562]
34461         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34462         new chunk size with MALLOC_ALIGN_MASK.
34463
34464 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34465
34466         [BZ #5044]
34467         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34468         <rounding-mode.h>.
34469         (__printf_fphex): Determine rounding using get_rounding_mode and
34470         round_away.
34471         * stdio-common/tst-printf-round.c (struct hex_test): New
34472         structure.
34473         (hex_tests): New variable.
34474         (test_hex_in_one_mode): New function.
34475         (do_test): Also run tests for hex float output.
34476
34477 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34478
34479         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34480         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34481         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34482         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34483         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34484         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34485         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34486         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34487
34488 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34489
34490         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34491         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34492         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34493         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34494
34495 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34496
34497         [BZ #14579]
34498         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34499         mode only.
34500         * elf/tst-rtld-load-self.sh: New test.
34501         * elf/Makefile: Run it.
34502
34503 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34504
34505         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34506         (tst-writev-ENV): Remove.
34507         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34508
34509 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34510
34511         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34512
34513 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34514
34515         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34516         unconditional.
34517         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34518         Likewise.
34519         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34520         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34521         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34522         Likewise.
34523
34524 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34525
34526         [BZ #14587]
34527         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34528         * config.make.in (have-cpp-asm-debuginfo): Removed.
34529         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34530         * configure: Regenerated.
34531
34532 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34533
34534         [BZ #5044]
34535         * stdio-common/printf_fp.c: Include <stdbool.h> and
34536         <rounding-mode.h>.
34537         (___printf_fp): Determine rounding using get_rounding_mode and
34538         round_away.
34539         * stdio-common/tst-printf-round.c: New file.
34540         * stdio-common/Makefile (tests): Add tst-printf-round.
34541         (link-libm): New variable.
34542         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34543
34544 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34545
34546         [BZ #14576]
34547         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34548         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34549         Likewise.
34550         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34551         Likewise.
34552
34553 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34554
34555         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34556         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34557         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34558         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34559
34560 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34561
34562         [BZ #14518]
34563         * include/rounding-mode.h: New file.
34564         * sysdeps/generic/get-rounding-mode.h: Likewise.
34565         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34566         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34567         (MAX_VALUE): New macro.
34568         (MIN_VALUE): Likewise.
34569         (overflow_value): New function.
34570         (underflow_value): Likewise.
34571         (round_and_return): Use overflow_value and underflow_value to
34572         determine return values in overflow and underflow cases.  Use
34573         round_away to determine rounding depending on rounding mode.
34574         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34575         determine return values in overflow and underflow cases.
34576         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34577         (struct test_results): New structure.
34578         (struct test): Use struct test_results to store expected results
34579         for all rounding modes.
34580         (TEST): Include expected results for all rounding modes.
34581         (test_in_one_mode): New function.
34582         (do_test): Use test_in_one_mode to compute and check results.
34583         Check results for all rounding modes.
34584         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34585         $(link-libm).
34586
34587 2012-12-09  Allan McRae  <allan@archlinux.org>
34588
34589         * sysdeps/i386/fpu/libm-test-ulps: Update
34590
34591 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34592
34593         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34594         (_G_int32_t): Likewise.
34595         (_G_uint16_t): Likewise.
34596         (_G_uint32_t): Likewise.
34597         (_G_HAVE_BOOL): Likewise.
34598         (_G_HAVE_ATEXIT): Likewise.
34599         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34600         (_G_HAVE_IO_FILE_OPEN): Likewise.
34601         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34602         (_G_int32_t): Likewise.
34603         (_G_uint16_t): Likewise.
34604         (_G_uint32_t): Likewise.
34605         (_G_HAVE_BOOL): Likewise.
34606         (_G_HAVE_ATEXIT): Likewise.
34607         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34608         (_G_HAVE_IO_FILE_OPEN): Likewise.
34609         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34610         (_G_int32_t): Likewise.
34611         (_G_uint16_t): Likewise.
34612         (_G_uint32_t): Likewise.
34613         (_G_HAVE_BOOL): Likewise.
34614         (_G_HAVE_ATEXIT): Likewise.
34615         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34616         (_G_HAVE_IO_FILE_OPEN): Likewise.
34617
34618 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34619
34620         * csu/libc-tls.c: Update copyright years.
34621
34622 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34623
34624         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34625         [!_G_USING_THUNKS]: Remove conditional code.
34626         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34627         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34628
34629         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34630         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34631         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34632         (_G_VTABLE_LABEL_PREFIX): Likewise.
34633         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34634         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34635         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34636         (_G_VTABLE_LABEL_PREFIX): Likewise.
34637         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34638         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34639         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34640         (_G_VTABLE_LABEL_PREFIX): Likewise.
34641         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34642
34643 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
34644
34645         * libio/Makefile: Include ../Makeconfig before tests.
34646         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34647         only if $(build-shared) is yes.
34648
34649         * iconv/gconv_db.c: Update copyright years.
34650
34651 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34652
34653         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34654         unwind info if defined PIC. Fix special cases description.
34655         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34656
34657         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34658         DP_HI_MASK entry.
34659         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34660
34661 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
34662
34663         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34664
34665         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34666         is NULL.
34667
34668         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34669         (LDLIBS-tst-chk4): This.
34670         (LDFLAGS-tst-chk5): Renamed to ...
34671         (LDLIBS-tst-chk5): This.
34672         (LDFLAGS-tst-chk6): Renamed to ...
34673         (LDLIBS-tst-chk6): This.
34674         (LDFLAGS-tst-lfschk4): Renamed to ...
34675         (LDLIBS-tst-lfschk4): This.
34676         (LDFLAGS-tst-lfschk5): Renamed to ...
34677         (LDLIBS-tst-lfschk5): This.
34678         (LDFLAGS-tst-lfschk6): Renamed to ...
34679         (LDLIBS-tst-lfschk6): This.
34680
34681         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34682         on $(common-objpfx)soversions.mk.
34683
34684 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
34685
34686         [BZ #10014]
34687         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34688         example host name.
34689
34690 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34691
34692         * malloc/arena.c (arena_get_retry): New function that gets
34693         another arena for the caller to try its request on.
34694         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34695         current arena cannot fulfill the request.
34696         (__libc_memalign): Likewise.
34697         (__libc_memalign): Likewise.
34698         (__libc_pvalloc): Likewise.
34699         (__libc_calloc): Likewise.
34700
34701 2012-09-05  John Tobey  <john.tobey@gmail.com>
34702
34703         [BZ #13542]
34704         * manual/arith.texi (Operations on Complex): Fix description
34705         of carg branch cut.
34706
34707 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34708
34709         [BZ #10014]
34710         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34711         host name.
34712
34713         [BZ #10038]
34714         * manual/memory.texi (Memory): Make order of menu items match
34715         order of sections.
34716
34717 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34718
34719         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34720         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
34721         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34722
34723 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34724
34725         * csu/libc-tls.c (static_dtv): Renamed to ...
34726         (_dl_static_dtv): This.  Make it global.
34727         (_dl_initial_dtv): Removed.
34728         (__libc_setup_tls): Updated.
34729         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34730         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34731         DL_INITIAL_DTV.
34732
34733 2012-09-06  Petr Machata  <pmachata@redhat.com>
34734
34735         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
34736         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
34737         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
34738         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
34739
34740 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34741
34742         [BZ #14545]
34743         * csu/libc-tls.c (_dl_initial_dtv): New variable.
34744         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
34745         freeing dtv[-1].
34746
34747 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34748
34749         [BZ #14544]
34750         * Makeconfig (link-static-before-libc): Replace $(+prector)
34751         with $(+prectorT).
34752         (link-static-after-libc): Replace $(+postctor) with
34753         $(+postctorT).
34754         (link-bounded): Replace $(+prector)/$(+postctor) with
34755         $(+prectorT)/$(+postctorT).
34756         (+prectorT): New macro.
34757         (+postctorT): Likewise.
34758
34759 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34760
34761         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
34762         (round_str): Handle values above the maximum for IBM long double
34763         as inexact.
34764         * stdlib/tst-strtod-round.c (tests): Regenerated.
34765
34766 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34767
34768         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
34769         assembler flag.
34770         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
34771         zarch_nohighgprs around the zarch optimized routines.
34772         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
34773         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
34774         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
34775         for zarch.
34776
34777 2012-09-05  David S. Miller  <davem@davemloft.net>
34778
34779         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34780
34781         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
34782         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
34783         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
34784         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34785         entries.
34786
34787 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34788
34789         * malloc/arena.c: Fold copyright years.
34790         * malloc/mcheck.c, malloc/memusage.c: Likewise.
34791
34792 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34793
34794         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
34795
34796 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34797
34798         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
34799
34800 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34801
34802         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
34803         change internal state upon failure.
34804
34805 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34806
34807         * malloc/mcheck.c (mcheck_check_all): Fix typo.
34808         * malloc/memusage.c (mmap): Likewise.
34809         (mmap64, mremap): Likewise.  Adjust name in comment.
34810
34811 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34812
34813         * libio/fileops.c: Fix typos in comments.
34814         * libio/oldfileops.c: Likewise.
34815         * libio/wfileops.c: Likewise.
34816
34817 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34818
34819         [BZ #1349]
34820         * malloc/Makefile (tests): Add tst-malloc-usable test case.
34821         (tst-malloc-usable-ENV): Set environment for test case.
34822         * malloc/hooks.c (malloc_check_get_size): New function to get
34823         requested size.
34824         * malloc/malloc.c (musable): Use malloc_check_get_size.
34825         * malloc/tst-malloc-usable.c: New test case.
34826
34827 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34828
34829         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
34830
34831 2012-09-05  Allan McRae  <allan@archlinux.org>
34832
34833         [BZ #13966]
34834         * configure.in (CXX_SYSINCLUDES): Use compiler output to
34835         determine header location.
34836         * configure: Regenerated.
34837
34838 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34839
34840         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
34841         float format.
34842         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
34843         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
34844         format.
34845         (test): Regenerate.
34846
34847 2012-09-04  David S. Miller  <davem@davemloft.net>
34848
34849         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
34850         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
34851         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
34852
34853 2012-09-04  Florian Weimer  <fweimer@redhat.com>
34854
34855         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
34856         failures.
34857
34858         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
34859
34860 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
34861
34862         [BZ #9914]
34863         * libio/iogetdelim.c: Include <limits.h>.
34864         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
34865         + len + 1 would overflow.
34866
34867 2012-09-03  Andreas Jaeger  <aj@suse.de>
34868
34869         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34870         * sysdeps/i386/fpu/libm-test-ulps: Update.
34871
34872 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34873
34874         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34875         Add s_sinf-sse2, s_conf-sse2.
34876
34877         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
34878         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
34879         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
34880         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
34881
34882         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
34883         for using routine as __sinf_ia32.
34884         Use macro for function declaration and weak_alias.
34885         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
34886         for using routine as __cosf_ia32.
34887         Use macro for function declaration and weak_alias.
34888
34889         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
34890         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
34891
34892         * sysdeps/x86_64/fpu/s_sinf.S: New file.
34893         * sysdeps/x86_64/fpu/s_cosf.S: New file.
34894         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34895
34896         * math/libm-test.inc (cos_test): Add more test cases.
34897         (sin_test): Likewise.
34898         (sincos_test): Likewise.
34899
34900 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34901
34902         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
34903         (IFUNC_RESOLVE): Make pointers to the specialized implementations
34904         hidden.
34905         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
34906
34907 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
34908
34909         [BZ #14538]
34910         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
34911         first element of the GOT.
34912         (elf_machine_load_address): Return the difference between
34913         the runtime address of _DYNAMIC and elf_machine_dynamic ().
34914
34915 2012-09-01  Allan McRae  <allan@archlinux.org>
34916
34917         [BZ #13412]
34918         * configure.in (AWK): Require gawk version 3.0 or later.
34919         * configure: Regenerated.
34920
34921 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
34922
34923         * sysdeps/unix/sysv/linux/kernel-features.h
34924         (__ASSUME_POSIX_CPU_TIMERS): Remove.
34925         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
34926         [__NR_clock_getres]: Make code unconditional.
34927         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
34928         (clock_getcpuclockid): Remove code left unreachable by removal of
34929         conditionals.
34930         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
34931         code unconditional.
34932         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34933         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34934         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
34935         Make code unconditional.
34936         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34937         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34938         * sysdeps/unix/sysv/linux/clock_settime.c
34939         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
34940         conditional code.
34941         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
34942         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34943
34944 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
34945
34946         [BZ #14476]
34947         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
34948         scripts/test-installation.pl.
34949
34950         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
34951         and $ld_so_version if it is set.
34952
34953 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34954
34955         [BZ #14516]
34956         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
34957         failure if reading from procfs failed.
34958         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
34959
34960 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34961
34962         * sysdeps/unix/sysv/linux/kernel-features.h
34963         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
34964         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34965         Remove conditional code.
34966         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34967         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
34968         Remove conditional code.
34969         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34970         * sysdeps/unix/sysv/linux/i386/fxstat.c
34971         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34972         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34973         * sysdeps/unix/sysv/linux/i386/fxstatat.c
34974         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34975         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34976         * sysdeps/unix/sysv/linux/i386/lxstat.c
34977         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34978         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34979         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
34980         Remove conditional code.
34981         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34982         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34983         Remove conditional code.
34984         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34985         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
34986         <kernel-features.h>.
34987         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
34988         Remove.
34989         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
34990         Remove conditional code.
34991         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34992         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
34993         Remove conditional.
34994
34995 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
34996
34997         [BZ #5400]
34998         * NEWS: Add fixed bug number.
34999
35000 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35001
35002         [BZ #14519]
35003         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35004         underflowing exponent in case of negative sign.
35005         * stdlib/tst-strtod-round-data: Add more tests.
35006         * stdlib/tst-strtod-round.c (tests): Regenerated.
35007
35008         [BZ #3479]
35009         * stdlib/strtod_l.c (NDIG): Remove.
35010         (HEXNDIG): Likewise.
35011         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35012         smallest representable value.
35013         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35014         lie within an exact representation of 1/2 ulp of the result.
35015         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35016         unconditionally.
35017         (TENS_P9_IDX): Define unconditionally.
35018         (TENS_P9_SIZE): Likewise.
35019         (TENS_P10_IDX): Likewise.
35020         (TENS_P10_SIZE): Likewise.
35021         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35022         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35023         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35024         entries for 10^2^13 and 10^2^14.
35025         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35026         (TENS_P13_IDX): Define.
35027         (TENS_P13_SIZE): Likewise.
35028         (TENS_P14_IDX): Likewise.
35029         (TENS_P14_SIZE): Likewise.
35030         (_fpioconst_pow10): Change array size to
35031         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35032         unconditional.
35033         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35034         1024]: Add entries for 10^2^13 and 10^2^14.
35035         [LAST_POW10 > _LAST_POW10]: Remove #error.
35036         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35037         (_fpioconst_pow10): Change array size to
35038         FPIOCONST_POW10_ARRAY_SIZE.
35039         * stdlib/gen-fpioconst.c: New file.
35040         * stdlib/gen-tst-strtod-round.c: Likewise.
35041         * stdlib/tst-strtod-round-data: Likewise.
35042         * stdlib/tst-strtod-round.c: Likewise.
35043         * stdlib/Makefile (tests): Add tst-strtod-round.
35044
35045         [BZ #14459]
35046         * stdlib/strtod_l.c: Include <stdint.h>.
35047         (NDEBUG): Do not define.
35048         (round_and_return): Change EXPONENT parameter to type intmax_t.
35049         Rearrange calculations to avoid internal overflow possibilities.
35050         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35051         Rearrange calculations to avoid internal overflow possibilities.
35052         Assert that number fits inside MPNSIZE limbs.
35053         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35054         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35055         calculations and add assertions to avoid internal overflow
35056         possibilities.  Add casts to avoid signed/unsigned operations.
35057         * stdlib/tst-strtod-overflow.c: New file.
35058         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35059
35060 2012-08-25  Marek Polacek  <polacek@redhat.com>
35061
35062         * time/time.h: Fix some typos in comments.
35063
35064 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35065
35066         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35067         * posix/tst-rfc3484-2.c: Likewise.
35068         * posix/tst-rfc3484-3.c: Likewise.
35069
35070 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35071
35072         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35073         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35074
35075 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35076
35077         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35078         #include of fxstatat64.c.
35079
35080 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35081
35082         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35083         * shadow/getspent_r.c: Likewise.
35084         * shadow/getspnam.c: Likewise.
35085         * shadow/getspnam_r.c: Likewise.
35086         * gshadow/getsgent.c: Likewise.
35087         * gshadow/getsgent_r.c: Likewise.
35088         * gshadow/getsgnam.c: Likewise.
35089         * gshadow/getsgnam_r.c: Likewise.
35090         * inet/getnetbyad.c: Likewise.
35091         * inet/getnetbyad_r.c: Likewise.
35092         * inet/getnetbynm.c: Likewise.
35093         * inet/getnetbynm_r.c: Likewise.
35094         * inet/getnetent.c: Likewise.
35095         * inet/getnetent_r.c: Likewise.
35096         * inet/getproto.c: Likewise.
35097         * inet/getproto_r.c: Likewise.
35098         * inet/getprtent.c: Likewise.
35099         * inet/getprtent_r.c: Likewise.
35100         * inet/getprtname.c: Likewise.
35101         * inet/getprtname_r.c: Likewise.
35102         * inet/getrpcbyname.c: Likewise.
35103         * inet/getrpcbyname_r.c: Likewise.
35104         * inet/getrpcbynumber.c: Likewise.
35105         * inet/getrpcbynumber_r.c: Likewise.
35106         * inet/getrpcent.c: Likewise.
35107         * inet/getrpcent_r.c: Likewise.
35108         * inet/getaliasent.c: Likewise.
35109         * inet/getaliasent_r.c: Likewise.
35110         * inet/getaliasname.c: Likewise.
35111         * inet/getaliasname_r.c: Likewise.
35112         * nscd/getgrgid_r.c: Likewise.
35113         * nscd/getgrnam_r.c: Likewise.
35114         * nscd/gethstbyad_r.c: Likewise.
35115         * nscd/gethstbynm3_r.c: Likewise.
35116         * nscd/getpwnam_r.c: Likewise.
35117         * nscd/getpwuid_r.c: Likewise.
35118         * nscd/getsrvbynm_r.c: Likewise.
35119         * nscd/getsrvbypt_r.c: Likewise.
35120         * nscd/gai.c: Likewise.
35121
35122         * configure.in (build_nscd): New substituted variable, set
35123         by --disable-build-nscd and defaults to $use_nscd.
35124         * configure: Regenerated.
35125         * config.make.in (build-nscd): New substituted variable.
35126         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35127         Change conditional to require [$(build-nscd) = yes] as well.
35128         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35129
35130         [BZ# 13696]
35131         * configure.in (use_nscd): New substituted variable, set by
35132         --disable-nscd.  If enabled, define USE_NSCD.
35133         * configure: Regenerated.
35134         * config.h.in: Add USE_NSCD.
35135         * config.make.in (use-nscd): New substituted variable.
35136         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35137         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35138         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35139         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35140         (CFLAGS-getgrnam_r.c): Likewise.
35141         (CFLAGS-initgroups.c): Likewise.
35142         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35143         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35144         Variables removed.
35145         * inet/getnetgrent_r.c
35146         (nscd_setnetgrent): New function, broken out of ...
35147         (setnetgrent): ... here.  Call it.
35148         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35149         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35150         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35151         * nscd/Makefile (routines, aux): Move definitions after include of
35152         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35153         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35154         Conditionalize on [USE_NSCD].
35155         (is_nscd, nscd_init_cb): Likewise.
35156         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35157         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35158         * nss/nss_db/db-init.c: Likewise.
35159         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35160         [USE_NSCD].
35161         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35162         (make_request): Use it.
35163         (cache_valid_p): New function.
35164         (__check_pf): Use it.
35165         * NEWS: Add item for --disable-nscd.
35166
35167 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35168
35169         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35170         to support sed >= 4.2.1-20-ga9bf076.
35171         * configure: Regenerated.
35172
35173 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35174
35175         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35176         Conditionalize whole body on [IREL].
35177
35178 2012-08-22  Jeff Law <law@redhat.com>
35179
35180         [BZ #14505]
35181         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35182         if the family is PF_UNSPEC.
35183
35184 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35185
35186         * Makerules (lib-version): Rename from V.
35187         (install-lib-nosubdir): Change V to lib-version.
35188
35189 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35190
35191         [BZ #14252]
35192         * powerpc32/power6/wcschr.c: New file.
35193         * powerpc32/power6/wcscpy.c: New file.
35194         * powerpc32/power6/wcsrchr.c: New file.
35195         * powerpc64/power6/wcschr.c: New file.
35196         * powerpc64/power6/wcscpy.c: New file.
35197         * powerpc64/power6/wcsrchr.c: New file.
35198
35199 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35200
35201         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35202         (two_way_short_needle): Use it.
35203         * string/strstr.c (AVAILABLE1_USES_J): Define.
35204         * string/strcasestr.c: Likewise.
35205
35206         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35207         array references.
35208         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35209
35210         [BZ #11607]
35211         * NEWS: Add an entry.
35212         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35213         define their defaults.
35214         (two_way_short_needle): Detect end-of-string on-the-fly.
35215         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35216         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35217         * string/bug-strcasestr1.c: New test.
35218         * string/Makefile: Run it.
35219
35220 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35221
35222         [BZ #11607]
35223         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35224         the first character.
35225
35226 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35227
35228         * csu/elf-init.c (__libc_csu_irel): Function removed.
35229         * csu/libc-start.c (apply_irel): New function.
35230         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35231
35232 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35233
35234         * sysdeps/unix/sysv/linux/kernel-features.h
35235         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35236         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35237         <kernel-features.h>.
35238         [__NR_fadvise64_64]: Make code unconditional.
35239         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35240         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35241         !__NR_fadvise64_64)]: Likewise.
35242         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35243         !__NR_fadvise64_64))]: Likewise.
35244         [__NR_fadvise64]: Make code unconditional.
35245         [!__NR_fadvise64]: Remove conditional code.
35246         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35247         <kernel-features.h>.
35248         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35249         unconditional.
35250         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35251         conditional code.
35252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35253         not include <kernel-features.h>.
35254         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35255         unconditional.
35256         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35257         conditional code.
35258         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35259         include <kernel-features.h>.
35260         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35261         unconditional.
35262         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35263         conditional code.
35264
35265 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35266
35267         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35268         slight instruction rearrangements per scrollpipe analysis.
35269         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35270
35271 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35272
35273         * manual/syslog.texi (syslog; vsyslog, closelog):
35274         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35275         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35276
35277         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35278         DSOCAPS to match condition on defining it.
35279
35280 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35281
35282         * sysdeps/unix/sysv/linux/kernel-features.h
35283         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35285         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35286         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35288         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35289         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35291         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35292         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35293
35294         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35295         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35296
35297         * sysdeps/unix/sysv/linux/kernel-features.h
35298         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35299         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35300         unconditional.
35301         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35302         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35303         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35304         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35305         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35306         Make code unconditional.
35307         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35308         (__mmap64) [!__NR_mmap2]: Likewise.
35309         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35310         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35311         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35312         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35313         [__NR_mmap2]: Make code unconditional.
35314         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35315         (__mmap64) [!__NR_mmap2]: Likewise.
35316
35317 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35318
35319         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35320
35321 2012-08-18  Andreas Jaeger  <aj@suse.de>
35322
35323         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35324
35325 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35326
35327         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35328         * include/unistd.h (__have_sock_cloexec): Likewise.
35329         (__have_pipe2): Likewise.
35330         (__have_dup3): Likewise.
35331
35332 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35333
35334         [BZ #9685]
35335         * include/unistd.h (__have_pipe2): Change define into an extern int.
35336         (__have_dup3): Likewise.
35337         * socket/have_sock_cloexec.c: Include fcntl.h.
35338         (__have_pipe2): New variable.
35339         (__have_dup3): Likewise.
35340
35341 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35342
35343         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35344
35345 2012-08-17  Marek Polacek  <polacek@redhat.com>
35346
35347         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35348         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35349
35350 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35351
35352         * configure.in: Add AC_SUBST for sysheaders.
35353         * configure: Regenerated.
35354         * config.make.in (sysheaders): New substituted variable.
35355
35356         * sysdeps/unix/mkfifo.c: Moved ...
35357         * sysdeps/posix/mkfifo.c: ... here.
35358         * sysdeps/unix/mkfifoat.c: Moved ...
35359         * sysdeps/posix/mkfifoat.c: ... here.
35360
35361         * sysdeps/unix/utime.c: Moved ...
35362         * sysdeps/posix/utime.c: ... here.
35363
35364         * sysdeps/unix/time.c: Moved ...
35365         * sysdeps/posix/time.c: ... here.
35366         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35367         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35368
35369         * sysdeps/unix/nice.c: Moved ...
35370         * sysdeps/posix/nice.c: ... here.
35371
35372         * sysdeps/unix/alarm.c: Moved ...
35373         * sysdeps/posix/alarm.c: ... here.
35374
35375         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35376
35377 2012-08-17  Jeff Law <law@redhat.com>
35378
35379         * intl/Makefile (codeset_mo): New variable.
35380         ($(codeset_mo)): New target.
35381         (tst-codeset.out): Depend on that.  Remove explicit rule.
35382         (tst-gettext3.out, tst-gettext5.out): Likewise.
35383         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35384         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35385         * intl/tst-codeset.sh: Remove.
35386         * intl/tst-gettext3.sh: Likewise.
35387         * intl/tst-gettext5.sh: Likewise.
35388
35389 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35390
35391         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35392         * sysdeps/unix/syscalls.list: ... here.
35393
35394         * sysdeps/posix/getaddrinfo.c
35395         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35396         (gaiconf_init, gaiconf_reload): Use them.
35397         [!_STATBUF_ST_NSEC]
35398         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35399         Define using time_t rather than struct timespec.
35400
35401         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35402         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35403         Macros removed.
35404         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35405         [!NO_THREADS].
35406         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35407         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35408         Likewise.
35409
35410         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35411         __libc_cleanup_push argument.
35412
35413         * bits/param.h: New file.
35414         * misc/sys/param.h: New file.
35415         * include/sys/param.h: New file.
35416         * misc/Makefile (headers): Add bits/param.h.
35417         * sysdeps/generic/sys/param.h: File removed.
35418         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35419         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35420         * sysdeps/mach/hurd/bits/param.h: New file.
35421         * sysdeps/mach/hurd/sys/param.h: File removed.
35422
35423         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35424         last change.
35425
35426         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35427         [_IO_MTSAFE_IO].
35428         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35429         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35430         New macros.
35431
35432         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35433         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35434         rather than -D_IO_MTSAFE_IO conditionally.
35435         * stdio-common/Makefile (CPPFLAGS): Likewise.
35436         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35437         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35438         Use $(libio-mtsafe).
35439         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35440         of -D_IO_MTSAFE_IO.
35441         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35442         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35443         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35444         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35445         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35446         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35447         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35448         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35449         (CFLAGS-fread_u_chk.c): Likewise.
35450         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35451         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35452         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35453         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35454         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35455         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35456         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35457         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35458         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35459
35460         * libio/Makefile: Test [$(libc-reentrant) = yes]
35461         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35462
35463         * Makeconfig
35464         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35465         * sysdeps/pthread/configure: File removed.
35466         * sysdeps/pthread/Makeconfig: New file.
35467         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35468         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35469
35470 2012-08-16  Gary Benson  <gbenson@redhat.com>
35471
35472         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35473         unmapping the first object in a namespace.
35474
35475 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35476
35477         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35478         (__internal_setnetgrent): ... this.  Add internal_function to
35479         definition.  Add libc_hidden_def.
35480         (setnetgrent): Update caller.
35481         (internal_endnetgrent): Renamed to ...
35482         (__internal_endnetgrent): ... this.  Add internal_function to
35483         definition.  Add libc_hidden_def.
35484         (endnetgrent): Update caller.
35485         (internal_getnetgrent_r): Renamed to ...
35486         (__internal_getnetgrent_r): ... this.  Add internal_function to
35487         definition.  Add libc_hidden_def.
35488         (__getnetgrent_r): Update caller.
35489         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35490
35491 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35492
35493         * stdlib/longlong.h: Update from GCC.
35494
35495 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35496
35497         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35498         on _QL, which is set by umul_ppmm but never used.
35499         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35500         variables, which are set by GMP macros but never used.
35501         * stdio-common/_itowa.c (_itowa): Likewise.
35502         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35503         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35504
35505 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35506
35507         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35508         struct La_sh_regs is not constant.
35509         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35510         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35511         and struct La_sparc64_regs are not constant.
35512
35513 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35514
35515         * sysdeps/unix/sysv/linux/kernel-features.h
35516         (__ASSUME_POSIX_TIMERS): Remove.
35517         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35518         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35519         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35520         Make code unconditional.
35521         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35522         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35523         Make code unconditional.
35524         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35525         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35526         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35527         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35528         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35529         Make code unconditional.
35530         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35531         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35532         (__libc_missing_posix_timers): Remove.
35533
35534 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35535
35536         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35537         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35538
35539         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35540
35541         * elf/dl-sym.c: Include <stdlib.h>.
35542
35543         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35544         constants, which avoids warnings in 32-bit builds.
35545
35546         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35547         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35548
35549         * misc/lseek.c: File moved to ...
35550         * io/lseek.c: ... here.
35551
35552         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35553
35554         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35555         shifting LEN more than 31 bits at once.
35556
35557 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35558
35559         [BZ #14195]
35560         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35561         segmentation fault for a case of two empty input strings.
35562         * string/test-strncasecmp.c (check1): Renamed to...
35563         (bz12205): ...this.
35564         (bz14195): Add new testcase for two empty input strings and N > 0.
35565         (test_main): Call new testcase, adapt for renamed function.
35566
35567 2012-08-15  Andreas Jaeger  <aj@suse.de>
35568
35569         [BZ #14090]
35570         * crypt/md5test2.c: New test, based on test supplied by Serge
35571         Belyshev <belyshev@depni.sinp.msu.ru>.
35572         * crypt/Makefile (xtests): Add md5test-giant..
35573         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35574
35575 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35576
35577         [BZ #14090]
35578         * crypt/md5.c (md5_process_block): Don't assume the buffer
35579         length is less than 2**32.
35580         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35581         length is less than 2**64.
35582
35583 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35584
35585         * string/str-two-way.h: Include <sys/param.h>.
35586         (MAX): Macro removed.
35587
35588         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35589         Move #define and #undef of memmove to just before and after
35590         including <string.h>.
35591
35592         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35593         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35594         and after including <string.h>.  Move declarations of
35595         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35596         to before #include "string/memmove.c".
35597
35598         * include/dirent.h: Declare __getdirentries.
35599
35600         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35601         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35602
35603 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35604
35605         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35606         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35607         * sysdeps/i386/configure: Regenerated.
35608         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35609         STABS_CURRENT_FILE, and STABS_FUN.
35610         (END): Remove call to STABS_FUN_END.
35611         (STABS_CURRENT_FILE1): Delete.
35612         (STABS_CURRENT_FILE): Likewise.
35613         (STABS_FUN): Likewise.
35614         (STABS_FUN_END): Likewise.
35615         (STABS_FUN2): Likewise.
35616         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35617         * sysdeps/x86_64/configure: Regenerated.
35618
35619 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35620
35621         * elf/dl-open.c: Include <atomic.h>.
35622         * elf/dl-lookup.c: Likewise.
35623
35624 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35625
35626         * sysdeps/unix/sysv/linux/kernel-features.h
35627         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35628         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35629         unconditionally.
35630         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35631         unconditionally.
35632         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35633         condition on __ASSUME_CLONE_THREAD_FLAGS.
35634
35635 2012-08-14  Andreas Jaeger  <aj@suse.de>
35636
35637         * sysdeps/i386/fpu/libm-test-ulps: Update.
35638
35639 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
35640
35641         * include/atomic.h (atomic_exchange_and_add): Split into ...
35642         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35643         New atomic macros.
35644
35645 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
35646
35647         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35648
35649 2012-08-13  Jeff Law <law@redhat.com>
35650
35651         * manual/stdio.texi (snprintf): Clarify handling of the trailing
35652         null byte in the output string.
35653
35654 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
35655
35656         * sysdeps/unix/sysv/linux/kernel-features.h
35657         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35658         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35659         (__ASSUME_ARG_MAX_STACK_BASED): Define.
35660         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35661         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35662         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
35663         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35664
35665 2012-08-09  Jeff Law <law@redhat.com>
35666
35667         [BZ #13939]
35668         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35669         When avoid_arena is set, don't retry in the that arena.  Pick the
35670         next one, whatever it might be.
35671         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35672         (arena_lock): Pass in new parameter to arena_get2.
35673         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35674         arena_get2.
35675         (__libc_malloc): Unify retrying after main arena failure with
35676         __libc_memalign version.
35677         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35678
35679 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
35680
35681         [BZ #14166]
35682         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35683         to __redirect_strstr.
35684         (__strstr_sse42): Use typeof __redirect_strstr.
35685         (__strstr_ia32): Likewise.
35686         (__libc_strstr): New prototype.
35687         (strstr): Renamed to ...
35688         (__libc_strstr): This.
35689         (strstr): New strong alias of __libc_strstr.
35690         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35691         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35692         __redirect_time.
35693         Include <time.h>.
35694         (__libc_time): New prototype.
35695         (time_ifunc): Replace time with __libc_time.
35696         (time): New strong alias and hidden definition of __libc_time.
35697         (__GI_time): Remove strong alias.
35698         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35699         Include <stddef.h>.
35700         (memmove): Redefined to __redirect_memmove.
35701         (__memmove_sse2): Use typeof __redirect_memmove.
35702         (__memmove_ssse3): Likewise.
35703         (__memmove_ssse3_back): Likewise.
35704         (__libc_memmove): New prototype.
35705         (memmove): Renamed to ...
35706         (__libc_memmove): This.
35707         (memmove): New strong alias of __libc_memmove.
35708
35709 2012-08-08  Mark Salter  <msalter@redhat.com>
35710
35711         * elf/elf.h
35712         (R_MN10300_TLS_GD): Define.
35713         (R_MN10300_TLS_LD): Likewise.
35714         (R_MN10300_TLS_LDO): Likewise.
35715         (R_MN10300_TLS_GOTIE): Likewise.
35716         (R_MN10300_TLS_IE): Likewise.
35717         (R_MN10300_TLS_LE): Likewise.
35718         (R_MN10300_TLS_DTPMOD): Likewise.
35719         (R_MN10300_TLS_DTPOFF): Likewise.
35720         (R_MN10300_TLS_TPOFF): Likewise.
35721         (R_MN10300_SYM_DIFF): Likewise.
35722         (R_MN10300_ALIGN): Likewise.
35723         (R_MN10300_NUM): Update.
35724
35725 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
35726
35727         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35728         Remove.
35729
35730 2012-08-08  Roland McGrath  <roland@hack.frob.com>
35731
35732         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35733
35734         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
35735         sysdeps/unix -> sysdeps/posix move.
35736         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
35737
35738 2012-08-07      Allan McRae     <allan@archlinux.org>
35739
35740         [BZ #14303]
35741         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
35742         (SUNOS_CPP): Likewise.
35743         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
35744         not found.
35745         (open_input): Call CPP using execvp.
35746
35747 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35748
35749         * sysdeps/unix/sysv/linux/kernel-features.h
35750         (__ASSUME_PROT_GROWSUPDOWN): Remove.
35751         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35752         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35753         (__ASSUME_WAITID_SYSCALL): Likewise.
35754         * sysdeps/unix/sysv/linux/dl-execstack.c
35755         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
35756         code unconditional.
35757         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
35758         conditional code.
35759         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
35760         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
35761         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
35762         code.
35763         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
35764         unconditional.
35765         [__ASSUME_WAITID_SYSCALL]: Likewise.
35766         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
35767
35768 2012-08-07  Roland McGrath  <roland@hack.frob.com>
35769
35770         * sysdeps/unix/closedir.c: Renamed to ...
35771         * sysdeps/posix/closedir.c: ... here.
35772         * sysdeps/unix/dirfd.c: Renamed to ...
35773         * sysdeps/posix/dirfd.c: ... here.
35774         * sysdeps/unix/dirstream.h: Renamed to ...
35775         * sysdeps/posix/dirstream.h: ... here.
35776         * sysdeps/unix/fdopendir.c: Renamed to ...
35777         * sysdeps/posix/fdopendir.c: ... here.
35778         * sysdeps/unix/opendir.c: Renamed to ...
35779         * sysdeps/posix/opendir.c: ... here.
35780         * sysdeps/unix/readdir.c: Renamed to ...
35781         * sysdeps/posix/readdir.c: ... here.
35782         * sysdeps/unix/readdir_r.c: Renamed to ...
35783         * sysdeps/posix/readdir_r.c: ... here.
35784         * sysdeps/unix/rewinddir.c: Renamed to ...
35785         * sysdeps/posix/rewinddir.c: ... here.
35786         * sysdeps/unix/seekdir.c: Renamed to ...
35787         * sysdeps/posix/seekdir.c: ... here.
35788         * sysdeps/unix/telldir.c: Renamed to ...
35789         * sysdeps/posix/telldir.c: ... here.
35790         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
35791         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
35792         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
35793         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
35794
35795         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
35796         * bits/fcntl.h: ... here.
35797
35798         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
35799         not 0.
35800         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
35801         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
35802         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
35803         (struct flock): Move l_start, l_len to the beginning.
35804         Use __pid_t for l_pid.
35805         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
35806         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
35807         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
35808         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
35809         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
35810         [__USE_LARGEFILE64] (struct flock64): New type.
35811         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
35812
35813         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
35814         * bits/dirent.h: ... here.
35815
35816         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
35817         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
35818
35819 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35820
35821         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35822         Change from 2.6.0 to 2.6.16.
35823         * sysdeps/unix/sysv/linux/configure: Regenerated.
35824         * sysdeps/unix/sysv/linux/kernel-features.h
35825         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
35826         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
35827         version.
35828         (__ASSUME_UTIMES): Likewise.
35829         (__ASSUME_CLONE_STOPPED): Remove.
35830         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
35831         architectures, not kernel version.
35832         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
35833         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35834         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35835         (__ASSUME_WAITID_SYSCALL): Likewise.
35836         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
35837         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
35838         * README: State 2.6.16 as minimum Linux kernel version.  Do not
35839         refer to older versions.
35840
35841 2012-08-06  Roland McGrath  <roland@hack.frob.com>
35842
35843         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
35844         Define alphasort64 as an alias.
35845         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
35846         Define versionsort64 as an alias.
35847         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
35848         Define scandir64 as an alias.
35849         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
35850         Define scandirat64 as an alias.
35851         * dirent/alphasort64.c (alphasort64):
35852         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
35853         * dirent/versionsort64.c: Likewise.
35854         * dirent/scandir64.c: Likewise.
35855         * dirent/scandirat64.c: Likewise.
35856         * sysdeps/wordsize-64/alphasort.c: File removed.
35857         * sysdeps/wordsize-64/alphasort64.c: File removed.
35858         * sysdeps/wordsize-64/scandir.c: File removed.
35859         * sysdeps/wordsize-64/scandir64.c: File removed.
35860         * sysdeps/wordsize-64/scandirat.c: File removed.
35861         * sysdeps/wordsize-64/scandirat64.c: File removed.
35862         * sysdeps/wordsize-64/versionsort.c: File removed.
35863         * sysdeps/wordsize-64/versionsort64.c: File removed.
35864         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
35865         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
35866         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
35867         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
35868         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
35869         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
35870         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
35871         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
35872
35873         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
35874         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35875         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
35876         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35877         [defined __arch64__ || defined __sparcv9]
35878         (__INO_T_MATCHES_INO64_T): New macro.
35879         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35880         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
35881         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
35882         * sysdeps/unix/sysv/linux/bits/dirent.h
35883         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
35884         (_DIRENT_MATCHES_DIRENT64): New macro.
35885
35886         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
35887         Define lockf64 as an alias.
35888         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
35889         Define fseeko64 as an alias.
35890         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
35891         Define ftello64 as an alias.
35892         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
35893         Define _IO_fgetpos64 and fgetpos64 as aliases.
35894         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
35895         Define _IO_fsetpos64 and fsetpos64 as aliases.
35896         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
35897         Conditionalize body on this.
35898         * libio/fseeko64.c: Likewise.
35899         * libio/ftello64.c: Likewise.
35900         * libio/iofgetpos64.c: Likewise.
35901         * libio/iofsetpos64.c: Likewise.
35902         * sysdeps/wordsize-64/lockf.c: File removed.
35903         * sysdeps/wordsize-64/lockf64.c: File removed.
35904         * sysdeps/wordsize-64/fseeko.c: File removed.
35905         * sysdeps/wordsize-64/fseeko64.c: File removed.
35906         * sysdeps/wordsize-64/ftello.c: File removed.
35907         * sysdeps/wordsize-64/ftello64.c: File removed.
35908         * sysdeps/wordsize-64/iofgetpos.c: File removed.
35909         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
35910         * sysdeps/wordsize-64/iofsetpos.c: File removed.
35911         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
35912         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
35913         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
35914         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
35915         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
35916         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
35917         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
35918         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
35919         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
35920         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
35921         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
35922
35923         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35924         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35925         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
35926         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35927         [defined __arch64__ || defined __sparcv9]
35928         (__OFF_T_MATCHES_OFF64_T): New macro.
35929         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35930         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35931         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35932         (__OFF_T_MATCHES_OFF64_T): New macro.
35933
35934 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35935
35936         * stdlib/secure-getenv.c (__secure_getenv): Replace
35937         GLIBC_2_16 with GLIBC_2_17.
35938
35939 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35940
35941         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
35942         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35943
35944 2012-08-03  David S. Miller  <davem@davemloft.net>
35945
35946         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35947
35948 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35949
35950         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
35951         Remove.
35952         (__ASSUME_CORRECT_SI_PID): Likewise.
35953         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
35954         (__ASSUME_TMPFS_NAME): Likewise.
35955         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
35956         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
35957         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
35958         (HAVE_AUX_SECURE): Make definition unconditional.
35959         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
35960         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
35961
35962 2012-08-03  Roland McGrath  <roland@hack.frob.com>
35963
35964         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
35965         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
35966         * sysdeps/mach/hurd/eloop-threshold.h: New file.
35967         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35968         __eloop_threshold instead of SYMLOOP_MAX.
35969
35970         * sysdeps/generic/eloop-threshold.h: New file.
35971         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
35972         of MAXSYMLINKS.
35973         * elf/chroot_canon.c (chroot_canon): Likewise.
35974
35975 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35976
35977         [BZ #13717]
35978         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35979         Change to 2.6.0 everywhere.
35980         * sysdeps/unix/sysv/linux/configure: Regenerated.
35981         * sysdeps/unix/sysv/linux/kernel-features.h
35982         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
35983         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
35984         kernel versions.
35985         (__ASSUME_POSIX_TIMERS): Define unconditionally.
35986         (__ASSUME_FUTEX_REQUEUE): Remove.
35987         (__ASSUME_STATFS64): Define unconditionally.
35988         (__ASSUME_AT_SECURE): Likewise.
35989         (__ASSUME_CORRECT_SI_PID): Likewise.
35990         (__ASSUME_TGKILL): Define without depending on kernel version for
35991         i386.
35992         (__ASSUME_UTIMES): Likewise.
35993         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
35994         kernel version.
35995         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
35996         (__ASSUME_TMPFS_NAME): Likewise.
35997         * README: Update reference to Linux kernel versions.
35998
35999 2012-08-02  Marek Polacek  <polacek@redhat.com>
36000
36001         [BZ# 14150]
36002         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36003         libc_cv_asm_type_prefix with %.
36004         * configure: Regenerated.
36005         * include/libc-symbols.h: Remove comment about
36006         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36007         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36008         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36009         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36010         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36011         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36012         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36013         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36014         * elf/tst-unique2mod1.c: Likewise.
36015         * elf/tst-unique1mod2.c: Likewise.
36016         * elf/tst-unique1mod1.c: Likewise.
36017         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36018         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36019         Replace ASM_TYPE_DIRECTIVE with .type.
36020         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36021         * sysdeps/i386/sysdep.h: Likewise.
36022         * sysdeps/x86_64/sysdep.h: Likewise.
36023         * sysdeps/sh/sysdep.h: Likewise.
36024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36025         Do not define ASM_TYPE_DIRECTIVE.
36026         * sysdeps/powerpc/sysdep.h: Likewise.
36027         * sysdeps/powerpc/powerpc32/sysdep.h:
36028         Replace ASM_TYPE_DIRECTIVE with .type.
36029         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36030         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36031         * sysdeps/i386/fpu/e_powf.S: Likewise.
36032         * sysdeps/i386/fpu/e_expl.S: Likewise.
36033         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36034         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36035         * sysdeps/i386/fpu/e_pow.S: Likewise.
36036         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36037         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36038         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36039         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36040         * sysdeps/i386/fpu/e_log2.S: Likewise.
36041         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36042         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36043         * sysdeps/i386/fpu/e_powl.S: Likewise.
36044         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36045         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36046         * sysdeps/i386/fpu/e_logl.S: Likewise.
36047         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36048         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36049         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36050         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36051         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36052         * sysdeps/i386/fpu/e_log.S: Likewise.
36053         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36054         * sysdeps/i386/fpu/e_logf.S: Likewise.
36055         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36056         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36057         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36058         * sysdeps/i386/fpu/e_log10.S: Likewise.
36059         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36060         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36061         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36062         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36063         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36064         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36065         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36066         * sysdeps/i386/i686/strtok.S: Likewise.
36067         * sysdeps/i386/i386-mcount.S: Likewise.
36068         * sysdeps/i386/strtok.S: Likewise.
36069         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36070         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36071         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36072         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36073         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36074         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36075         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36076         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36077         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36078         * sysdeps/x86_64/_mcount.S: Likewise.
36079         * sysdeps/x86_64/strtok.S: Likewise.
36080         * sysdeps/sh/_mcount.S: Likewise.
36081
36082 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36083
36084         * libio/iofopen.c: Include <fcntl.h>.
36085         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36086         (_IO_fopen64, fopen64): Define as aliases.
36087         * libio/iofopen64.c: Include <fcntl.h>.
36088         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36089         Conditionalize body on this.
36090         * sysdeps/wordsize-64/iofopen.c: File removed.
36091         * sysdeps/wordsize-64/iofopen64.c: File removed.
36092
36093 2012-08-01  Marek Polacek  <polacek@redhat.com>
36094
36095         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36096         Use dlfcn directly instead of a variable.
36097         (binfmt-subdir): Do not define.
36098         (dlfcn): Likewise.
36099
36100 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36101
36102         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36103         Remove all definitions.
36104         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36105         <kernel-features.h>.
36106         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36107         (miss_F_GETOWN_EX): Remove all definitions.
36108         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36109         macro definition.
36110         [!__ASSUME_FCNTL64]: Remove conditional code.
36111         [__ASSUME_FCNTL64]: Make code unconditional.
36112         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36113         <kernel-features.h>.
36114         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36115         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36116         (lockf64) [__NR_fcntl64]: Make code unconditional.
36117         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36118
36119         * sysdeps/unix/sysv/linux/kernel-features.h
36120         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36121         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36122         Make code unconditional.
36123         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36124         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36126         [__NR_vfork]: Make code unconditional.
36127         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36128         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36130         [__NR_vfork]: Make code unconditional.
36131         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36132         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36133
36134 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36135
36136         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36137         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36138
36139         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36140         Define mkstemp64 as an alias.
36141         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36142         Define mkstemps64 as an alias.
36143         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36144         Define mkostemp64 as an alias.
36145         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36146         Define mkostemps64 as an alias.
36147         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36148         Conditionalize body on this.
36149         * misc/mkostemp64.c: Likewise.
36150         * misc/mkostemps64.c: Likewise.
36151         * misc/mkstemps64.c: Likewise.
36152         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36153         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36154         * sysdeps/wordsize-64/mkostemp.c: File removed.
36155         * sysdeps/wordsize-64/mkstemp.c: File removed.
36156         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36157         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36158         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36159         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36160
36161         [BZ #14138]
36162         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36163         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36164         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36165         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36166
36167         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36168         compat_symbol macros from <shlib-compat.h> rather than the underlying
36169         default_symbol_version and symbol_version macros, so that DEFAULT
36170         lines in shlib-versions are respected.
36171         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36172
36173 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36174
36175         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36176         Declare with warn_unused_result.
36177         (setgid, setregid, setegid, setresgid): Likewise.
36178         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36179         Likewise.
36180         * WUR-REPORT: Remove set*id functions.
36181
36182 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36183
36184         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36185
36186 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36187
36188         [BZ #10191]
36189         * include/sys/socket.h (__libc_accept, __libc_accept4):
36190         Add attribute_hidden.
36191         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36192
36193         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36194         use of PTR_MANGLE.
36195         * inet/getnetgrent_r.c (setup): Likewise.
36196
36197         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36198
36199 2012-07-31  David S. Miller  <davem@davemloft.net>
36200
36201         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36202
36203 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36204
36205         [BZ #13629]
36206         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36207         value between 1.0 and 2.0 and smaller part has absolute value less
36208         than 1.0.
36209         * math/s_clog10.c (__clog10): Likewise.
36210         * math/s_clog10f.c (__clog10f): Likewise.
36211         * math/s_clog10l.c (__clog10l): Likewise.
36212         * math/s_clogf.c (__clogf): Likewise.
36213         * math/s_clogl.c (__clogl): Likewise.
36214         * math/libm-test.inc (clog_test): Add more tests.
36215         (clog10_test): Likewise.
36216         * sysdeps/i386/fpu/libm-test-ulps: Update.
36217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36218
36219 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36220
36221         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36222         Exit with zero in case no suitable GID is found, and write a
36223         message to standard error.
36224
36225 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36226
36227         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36228         rather than to 1.
36229         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36230         (MAXPATHLEN): Removed.
36231         (NOGROUP, NODEV): New macros.
36232         (setbit, clrbit, isset, isclr): New macros.
36233         (howmany, roundup, powerof2): New macros.
36234         (DEV_BSIZE): New macro.
36235
36236         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36237         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36238
36239         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36240         definition on [!__NO_LONG_DOUBLE_MATH].
36241
36242         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36243         PTR_MANGLE and PTR_DEMANGLE.
36244
36245         * socket/accept4.c (accept4): Rename to __libc_accept4.
36246         Define accept4 as a weak alias.
36247
36248         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36249         on [_DIRENT_HAVE_D_TYPE].
36250         * io/ftw.c (ftw_dir): Likewise.
36251
36252         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36253
36254         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36255
36256         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36257         Use the BSD numbers rather than the arbitrary ones we had.
36258         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36259         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36260         (SIGXCPU, SIGXFSZ): New macros.
36261         (_NSIG): Now 32.
36262
36263         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36264         initializer on [_LIBC_REENTRANT].
36265
36266         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36267         definitions inside [_POSIX_MAPPED_FILES].
36268
36269         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36270
36271         * dirent/opendir.c: Include <fcntl.h>.
36272
36273         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36274         (__libc_getspecific): Likewise.
36275         (__libc_key_create): Likewise.
36276
36277         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36278         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36279         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36280         (tmpfile64): Define as alias.
36281         * sysdeps/wordsize-64/tmpfile.c: File removed.
36282         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36283         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36284         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36285
36286         * stdio-common/vfscanf.c: Include <stdbool.h>.
36287         * nss/makedb.c: Likewise.
36288         * stdio-common/_i18n_number.h: Likewise.
36289         * argp/argp-help.c: Likewise.
36290         * posix/wordexp.c: Likewise.
36291         * sysdeps/posix/spawni.c: Likewise.
36292         * nss/nss_files/files-initgroups.c: Likewise.
36293         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36294         * nss/nss_files/files-initgroups.c: Likewise.
36295         * nss/nss_db/db-netgrp.c: Likewise.
36296         * nss/nss_db/db-initgroups.c: Likewise.
36297         * io/fchmodat.c: Include <sys/stat.h>.
36298
36299         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36300         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36301
36302         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36303         [HAVE_MMAP].
36304
36305         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36306         Add multiple inclusion protection.
36307
36308 2012-07-27  David S. Miller  <davem@davemloft.net>
36309
36310         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36311
36312 2012-07-27  Gary Benson  <gbenson@redhat.com>
36313
36314         [BZ #14298]
36315         * elf/rtld.c: Include <stap-probe.h>.
36316         (dl_main): Added static probes "init_start" and "init_complete".
36317         * elf/dl-load.c: Include <stap-probe.h>.
36318         (lose): Take new parameter "nsid".
36319         Added static probe "map_failed".
36320         (_dl_map_object_from_fd): Pass namespace id to lose.
36321         Added static probe "map_start".
36322         (open_verify): Pass namespace id to lose.
36323         * elf/dl-open.c: Include <stap-probe.h>.
36324         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36325         and "reloc_complete".
36326         * elf/dl-close.c: Include <stap-probe.h>.
36327         (_dl_close_worker): Added static probes "unmap_start" and
36328         "unmap_complete".
36329         * elf/rtld-debugger-interface.txt: New file documenting the above.
36330
36331 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36332
36333         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36334         rather than a string variable.
36335         * sunrpc/rpc_main.c (h_output): Likewise.
36336         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36337
36338 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36339
36340         * inet/check_native.c: New file.
36341
36342 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36343
36344         [BZ #13629]
36345         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36346         if larger part has absolute value 1.0.
36347         * math/s_clog10.c (__clog10): Likewise.
36348         * math/s_clog10f.c (__clog10f): Likewise.
36349         * math/s_clog10l.c (__clog10l): Likewise.
36350         * math/s_clogf.c (__clogf): Likewise.
36351         * math/s_clogl.c (__clogl): Likewise.
36352         * math/libm-test.inc (clog_test): Add more tests.
36353         (clog10_test): Likewise.
36354         * sysdeps/i386/fpu/libm-test-ulps: Update.
36355         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36356
36357         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36358         (pltexit): Likewise.
36359         (La_regs): Likewise.
36360         (La_retval): Likewise.
36361         (int_retval): Likewise.
36362         Update #error for removed macros to refer only to definitions in
36363         tst-audit.h.
36364         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36365         macro.
36366         (pltexit): Likewise.
36367         (La_regs): Likewise.
36368         (La_retval): Likewise.
36369         (int_retval): Likewise.
36370         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36371         macro.
36372         (pltexit): Likewise.
36373         (La_regs): Likewise.
36374         (La_retval): Likewise.
36375         (int_retval): Likewise.
36376         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36377         macro.
36378         (pltexit): Likewise.
36379         (La_regs): Likewise.
36380         (La_retval): Likewise.
36381         (int_retval): Likewise.
36382         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36383         macro.
36384         (pltexit): Likewise.
36385         (La_regs): Likewise.
36386         (La_retval): Likewise.
36387         (int_retval): Likewise.
36388         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36389         macro.
36390         (pltexit): Likewise.
36391         (La_regs): Likewise.
36392         (La_retval): Likewise.
36393         (int_retval): Likewise.
36394         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36395         macro.
36396         (pltexit): Likewise.
36397         (La_regs): Likewise.
36398         (La_retval): Likewise.
36399         (int_retval): Likewise.
36400         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36401         macro definitions in tst-audit.h.
36402         * sysdeps/i386/tst-audit.h: New file.
36403         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36404         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36405         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36406         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36407         * sysdeps/sh/tst-audit.h: Likewise.
36408         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36409         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36410         * sysdeps/x86_64/tst-audit.h: Likewise.
36411
36412 2012-07-26  Andreas Jaeger  <aj@suse.de>
36413
36414         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36415         ptrace.
36416
36417         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36418         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36419         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36420         PTRACE_O_MASK.
36421         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36422         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36423         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36424
36425         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36426         value.
36427
36428         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36429         _sigsys.
36430         (si_call_addr, si_syscall, si_arch): Define new macro.
36431         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36432         _sigsys.
36433         (si_call_addr, si_syscall, si_arch): Define new marcro.
36434         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36435         _sigsys.
36436         (si_call_addr, si_syscall, si_arch): Define new macro.
36437         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36438         _sigsys.
36439         (si_call_addr, si_syscall, si_arch): Define new macro.
36440
36441 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36442
36443         [BZ #13717]
36444         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36445         Change to 2.4.21 where previously 2.4.1.
36446         * sysdeps/unix/sysv/linux/configure: Regenerated.
36447         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36448         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36449         Linux kernel version.
36450         (__ASSUME_STD_AUXV): Remove.
36451         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36452         kernel version.
36453         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36454         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36455         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36456         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36457         (__ASSUME_NETLINK_SUPPORT): Likewise.
36458         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36459         (__no_netlink_support): Remove conditional definition.
36460         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36461         Remove.
36462         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36463         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36464         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36465         (if_nameindex_ioctl): Remove.
36466         (if_nameindex_netlink): Do not handle __no_netlink_support.
36467         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36468         code.
36469         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36470         Remove conditional code.
36471         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36472         code.
36473         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36474         unconditional.
36475         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36476         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36477         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36478         Remove.
36479         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36480         [!__ASSUME_STD_AUXV]: Remove conditional code.
36481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36482         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36483         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36485         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36486         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36487         code.
36488         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36490         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36491         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36492         conditional code.
36493         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36495         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36496         code.
36497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36498         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36499         conditional code.
36500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36501         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36502         code unconditional.
36503         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36504         conditional code.
36505         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36506         unconditional.
36507         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36508         conditional code.
36509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36510         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36511         unconditional.
36512         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36513         conditional code.
36514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36515         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36516         code unconditional.
36517         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36518         conditional code.
36519         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36520         unconditional.
36521         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36522         conditional code.
36523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36524         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36525         code unconditional.
36526         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36527         conditional code.
36528         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36529         unconditional.
36530         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36531         conditional code.
36532
36533 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36534
36535         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36536         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36537         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36538         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36539         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36540         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36541         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36542         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36543         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36544         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36545         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36546         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36547         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36548         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36549         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36550         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36551         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36552         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36553         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36554         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36555         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36556         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36557         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36558
36559 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36560
36561         * Versions.def: Add GLIBC_2.17.
36562         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36563         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36564         Introduce __libc_secure_getenv.
36565         * stdlib/Versions (2.17): Add secure_getenv
36566         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36567         * stdlib/secure-getenv.c: Rename __secure_getenv to
36568         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36569         symbol __secure_getenv for GLIBC_2.0.
36570         * stdlib/tst-secure-getenv.c: New.
36571         * stdlib/Makefile (tests): Add testcase.
36572         * manual/startup.texi (Environment Access): Document
36573         secure_getenv.
36574         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36575         __libc_secure_getenv.
36576         * inet/ruserpass.c (ruserpass): Likewise.
36577         * malloc/mtrace.c (mtrace): Likewise.
36578         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36579         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36580         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36581         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36582         HAVE_SECURE_GETENV.
36583         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36584         __secure_getenv to __libc_secure_getenv.
36585         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36587         Likewise.
36588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36589         Likewise.
36590         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36591         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36592         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36593         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36594         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36595         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36596         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36597
36598 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36599
36600         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36601         (struct La_i86_retval): Likewise.
36602         (struct La_x86_64_regs): Likewise.
36603         (struct La_x86_64_retval): Likewise.
36604         (struct La_x32_regs): Likewise.
36605         (struct La_x32_retval): Likewise.
36606         (struct La_ppc32_regs): Likewise.
36607         (struct La_ppc32_retval): Likewise.
36608         (struct La_ppc64_regs): Likewise.
36609         (struct La_ppc64_retval): Likewise.
36610         (struct La_sh_regs): Likewise.
36611         (struct La_sh_retval): Likewise.
36612         (struct La_s390_32_regs): Likewise.
36613         (struct La_s390_32_retval): Likewise.
36614         (struct La_s390_64_regs): Likewise.
36615         (struct La_s390_64_retval): Likewise.
36616         (struct La_sparc32_regs): Likewise.
36617         (struct La_sparc32_retval): Likewise.
36618         (struct La_sparc64_regs): Likewise.
36619         (struct La_sparc64_retval): Likewise.
36620         (struct audit_ifaces): Remove architecture-specific pltenter and
36621         pltexit members.
36622         * sysdeps/i386/ldsodefs.h: New file.
36623         * sysdeps/powerpc/ldsodefs.h: Likewise.
36624         * sysdeps/s390/ldsodefs.h: Likewise.
36625         * sysdeps/sh/ldsodefs.h: Likewise.
36626         * sysdeps/sparc/ldsodefs.h: Likewise.
36627         * sysdeps/x86_64/ldsodefs.h: Likewise.
36628
36629 2012-07-25  Marek Polacek  <polacek@redhat.com>
36630
36631         [BZ #6808]
36632         * math/libm-test.inc (yn_test): Add another test.
36633         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36634         to ERANGE when the result is +-Inf.
36635         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36636         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36637         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36638         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36639
36640 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
36641
36642         * conform/data/time.h-data (NULL): Use macro-constant.  Require
36643         equal to 0.
36644         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
36645         clock_t.
36646         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
36647
36648 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
36649
36650         * configure.in <sysdeps resolving>: Correct printing
36651         Implies_before.
36652         * configure: Regenerate.
36653
36654 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
36655
36656         * math/w_ilogb.c: Include <limits.h>.
36657         * math/w_ilogbl.c: Likewise.
36658
36659 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36660
36661         * manual/lang.texi (__va_copy): Document primarily as ISO C99
36662         va_copy.  Document allowing for unavailable va_copy only as
36663         pre-C99 compatibility.
36664         * manual/string.texi (Copying and Concatenation): Use va_copy
36665         instead of __va_copy in concat example.
36666
36667 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
36668
36669         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36670         (__sendto): Use create_address_port.  Initialize APORT and deallocate
36671         it if not null.
36672
36673         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36674         with O_NOLINK passed to __file_name_lookup.
36675
36676         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36677         with O_NOLINK passed to __file_name_lookup.
36678
36679         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36680         negative N or less than NGIDS.
36681
36682         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36683         type to string_t.  Set ERANGE as errno and return it if NAME is not big
36684         enough.  Use memcpy instead of strncpy.
36685
36686 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36687
36688         * elf/Makefile (check-data): Remove.
36689         (localplt.data): New vpath directive.
36690         ($(objpfx)check-localplt.out): Use localplt.data from vpath
36691         instead of $(check-data).
36692         * scripts/data/localplt-generic.data: Move to ...
36693         * sysdeps/generic/localplt.data: ... here.
36694         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36695         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36696         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36698         ... here.
36699         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36701         ... here.
36702         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36703         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36704         ... here.
36705         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36706         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36707         ... here.
36708         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36709         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36710         ... here.
36711         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36712         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36713         ... here.
36714
36715 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36716
36717         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36718         PPC32 and PPC64 files.
36719         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36720         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36721
36722 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36723
36724         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36725         __makecontext_ret to ...
36726         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36727         ... here and call exit if uc_link is NULL.  New file.
36728         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36729         __makecontext_ret.S.
36730         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36731         __makecontext_ret to ...
36732         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36733         ... here and call exit if uc_link is NULL.  New file.
36734         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
36735         __makecontext_ret.S.
36736
36737 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36738
36739         * elf/elf.h (R_390_IRELATIVE): New definition.
36740         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
36741         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
36742         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
36743         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
36744         (elf_machine_lazy_rel): Likewise.
36745         * sysdeps/s390/dl-irel.h: New file.
36746         * sysdeps/s390/s390-64/memcpy.S: New asm code.
36747         * sysdeps/s390/s390-64/memset.S: New asm code.
36748         * sysdeps/s390/s390-64/memcmp.S: New asm code.
36749         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
36750         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
36751         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
36752         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
36753         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
36754         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
36755         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
36756         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
36757         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
36758         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
36759         * sysdeps/s390/s390-32/memcpy.S: New asm code.
36760         * sysdeps/s390/s390-32/memset.S: New asm code.
36761         * sysdeps/s390/s390-32/memcmp.S: New asm code.
36762
36763 2012-07-17  Marek Polacek  <polacek@redhat.com>
36764
36765         [BZ #14349]
36766         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
36767         * sysdeps/s390/s390-64/configure.in: Likewise.
36768         * sysdeps/sparc/configure.in: Likewise.
36769         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
36770         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
36771         * sysdeps/i386/configure.in: Likewise.
36772         * sysdeps/x86_64/configure.in: Likewise.
36773         * sysdeps/sh/configure.in: Likewise.
36774         * sysdeps/s390/s390-32/configure: Regenerated.
36775         * sysdeps/s390/s390-64/configure: Likewise.
36776         * sysdeps/x86_64/configure: Likewise.
36777         * sysdeps/sh/configure: Likewise.
36778         * sysdeps/powerpc/powerpc64/configure: Likewise.
36779         * sysdeps/powerpc/powerpc32/configure: Likewise.
36780         * sysdeps/sparc/configure: Likwise.
36781         * sysdeps/i386/configure: Likewise.
36782
36783         * elf/dl-open.c: Comment fixes.
36784
36785 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
36786
36787         * Makefile [CXX] (check-data): Remove.
36788         [CXX] (c++-types.data): New vpath directive.
36789         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
36790         vpath.  Do not allow for C++ type data being missing.
36791         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
36792         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
36793         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
36794         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
36795         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
36796         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
36797         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
36798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
36799         ... here.
36800         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
36801         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
36802         ... here.
36803         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
36804         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
36805         ... here.
36806         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
36807         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
36808         ... here.
36809         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
36810         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
36811         ... here.
36812         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
36813         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
36814         ... here.
36815         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
36816         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
36817         ... here.
36818         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
36819         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
36820
36821         * elf/tls-macros.h (TLS_LE): Move architecture-specific
36822         definitions to architecture-specific files.
36823         (TLS_IE): Likewise.
36824         (TLS_LD): Likewise.
36825         (TLS_GD): Likewise.
36826         * sysdeps/i386/tls-macros.h: New file.
36827         * sysdeps/powerpc/tls-macros.h: Likewise.
36828         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
36829         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
36830         * sysdeps/sh/tls-macros.h: Likewise.
36831         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
36832         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
36833         * sysdeps/x86_64/tls-macros.h: Likewise.
36834
36835 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36836
36837         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
36838         zero value for regular exit case.
36839
36840         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
36841         (__start_context): Preserve zero value for regular exit case.
36842
36843 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36844             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36845
36846         * manual/setjmp.texi (setcontext): Clarify normal process
36847         termination when uc_link is the null pointer.
36848         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
36849         exit call.
36850
36851 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
36852
36853         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
36854         preprocessor.  Test for each exception mask separately.
36855
36856 2012-07-16  Andreas Jaeger  <aj@suse.de>
36857
36858         * po/ru.po: Update from translation team.
36859
36860 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
36861
36862         * conform/data/string.h-data (NULL): Use macro-constant.  Require
36863         equal to 0.
36864         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36865         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36866         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
36867         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
36868         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36869
36870 2012-07-13  Andreas Jaeger  <aj@suse.de>
36871
36872         * po/fr.po: Update from translation team.
36873
36874 2012-07-12  Marek Polacek  <polacek@redhat.com>
36875
36876         [BZ #14173]
36877         * math/libm-test.inc (yn_test): Add test for BZ #14173.
36878         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
36879         loop condition.
36880
36881 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
36882
36883         [BZ #13717]
36884         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36885         Change to 2.4.1 where previously 2.4.0.
36886         * sysdeps/unix/sysv/linux/configure: Regenerated.
36887         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
36888         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
36889         version.
36890         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
36891         (__ASSUME_AT_CLKTCK): Remove.
36892         (__ASSUME_AT_PAGESIZE): Likewise.
36893         (__ASSUME_AT_XID): Likewise.
36894         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
36895         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
36896         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
36897         unconditionally.
36898         (HAVE_AUX_PAGESIZE): Likewise.
36899         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
36900         [__ASSUME_AT_CLKTCK]: Make code unconditional.
36901         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
36902
36903 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
36904
36905         [BZ #14307]
36906         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
36907         the temporary buffer used to invoke __gethostbyname2_r,
36908         __gethostbyaddr_r and gethostbyname4_r to make room for struct
36909         host_data / struct gaih_addrtuple.
36910         * resolv/nss_dns/dns-host.c (global scope): Move definition of
36911         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
36912         header file nss/nsswitch.h.
36913         * nss/nsswitch.h (global scope): Add definition of implementation
36914         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
36915         resolv/nss_dns/dns-host.c).
36916
36917 2012-07-11  Andreas Jaeger  <aj@suse.de>
36918
36919         * po/fr.po: Update from translation team.
36920
36921         * po/sv.po: Update from translation team
36922         * po/fr.po: Another update from translation team.
36923
36924 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36925
36926         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
36927         for subnormals or multiply small sinh result by itself.
36928         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
36929         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36930
36931 2012-07-11  David S. Miller  <davem@davemloft.net>
36932
36933         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36934
36935 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
36936
36937         [BZ #14347]
36938         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
36939         (INTERNAL_MARK): Shift it here.
36940
36941 2012-07-10  Marek Polacek  <polacek@redhat.com>
36942
36943         [BZ #14151]
36944         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
36945         libc_cv_asm_global_directive with .globl.
36946         * configure: Regenerated.
36947         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
36948         with .globl.
36949         * sysdeps/i386/configure: Regenerated.
36950         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
36951         with .globl.
36952         * sysdeps/x86_64/configure: Regenerated.
36953         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
36954         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
36955         * elf/tst-unique2mod2.c: Likewise.
36956         * elf/tst-unique2mod1.c: Likewise.
36957         * elf/tst-unique1mod2.c: Likewise.
36958         * elf/tst-unique1mod1.c: Likewise.
36959         * sysdeps/s390/s390-32/sysdep.h: Likewise.
36960         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36961         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36962         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36963         * sysdeps/mach/sysdep.h: Likewise.
36964         * sysdeps/i386/sysdep.h: Likewise.
36965         * sysdeps/i386/i386-mcount.S: Likewise.
36966         * sysdeps/x86_64/_mcount.S: Likewise.
36967         * sysdeps/x86_64/sysdep.h: Likewise.
36968         * sysdeps/sh/_mcount.S: Likewise.
36969         * sysdeps/sh/sysdep.h: Likewise.
36970         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
36971         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
36972         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
36973         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
36974         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
36975         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
36976         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
36977         * locale/localeinfo.h: Likewise.
36978         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
36979         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
36980
36981 2012-07-09  Roland McGrath  <roland@hack.frob.com>
36982
36983         [BZ #14336]
36984         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
36985         system".
36986         * manual/message.texi (The Uniforum approach): Likewise.
36987         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
36988         (glibc iconv Implementation): Likewise.
36989
36990 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
36991
36992         [BZ #14337]
36993         * math/s_clog.c (__clog): Avoid scaling a value down where that
36994         could result in underflow.
36995         * math/s_clog10.c (__clog10): Likewise.
36996         * math/s_clog10f.c (__clog10f): Likewise.
36997         * math/s_clog10l.c (__clog10l): Likewise.
36998         * math/s_clogf.c (__clogf): Likewise.
36999         * math/s_clogl.c (__clogl): Likewise.
37000         * math/libm-test.inc (clog_test): Add more tests.
37001         (clog10_test): Likewise.
37002         * sysdeps/i386/fpu/libm-test-ulps: Update.
37003         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37004
37005 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37006
37007         [BZ #14283]
37008         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37009         by 7 not 8 to examine high bit of fractional part.
37010
37011         [BZ #14042]
37012         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37013         for call to __mcount_internal.
37014         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37015         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37016         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37017
37018 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37019
37020         [BZ #14154]
37021         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37022         approximation for values within 0x1p-13f of an odd multiple of
37023         pi/4.
37024         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37025         exception.  Add more tests.
37026         * sysdeps/i386/fpu/libm-test-ulps: Update.
37027
37028         [BZ #6778]
37029         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37030         inputs and return -1 for them.  Do not check for +Inf in case not
37031         reachable for +Inf.
37032         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37033         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37034         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37035         and return -1 for them.  Do not check for +Inf in case not
37036         reachable for +Inf.
37037         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37038         define.
37039         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37040         and return -1 for them.  Do not check for +Inf in case not
37041         reachable for +Inf.
37042         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37043         spurious underflow.
37044         * sysdeps/i386/fpu/libm-test-ulps: Update.
37045         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37046
37047 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37048
37049         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37050
37051 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37052
37053         [BZ #14157]
37054         [BZ #14331]
37055         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37056         could result in spurious underflow.  Scale down values above
37057         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37058         * math/s_csqrtf.c (__csqrtf): Likewise.
37059         * math/s_csqrtl.c (__csqrtl): Likewise.
37060         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37061         spurious underflow.
37062         * sysdeps/i386/fpu/libm-test-ulps: Update.
37063         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37064
37065 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37066
37067         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37068         xopen-msg.sed.
37069         * catgets/xopen-msg.awk: New file.
37070         * catgets/xopen-msg.sed: Removed.
37071
37072         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37073         po2text.sed.
37074         * intl/po2test.awk: New file.
37075         * intl/po2test.sed: Removed.
37076
37077 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37078
37079         [BZ #14328]
37080         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37081         or multiply small sinh result by itself.
37082         * math/s_ctanf.c (__ctanf): Likewise.
37083         * math/s_ctanh.c (__ctanh): Likewise.
37084         * math/s_ctanhf.c (__ctanhf): Likewise.
37085         * math/s_ctanhl.c (__ctanhl): Likewise.
37086         * math/s_ctanl.c (__ctanl): Likewise.
37087         * math/libm-test.inc (ctan_test_tonearest): New function.
37088         (ctan_test_towardzero): Likewise.
37089         (ctan_test_downward): Likewise.
37090         (ctan_test_upward): Likewise.
37091         (ctanh_test_tonearest): Likewise.
37092         (ctanh_test_towardzero): Likewise.
37093         (ctanh_test_downward): Likewise.
37094         (ctanh_test_upward): Likewise.
37095         (main): Call these new functions.
37096         * sysdeps/i386/fpu/libm-test-ulps: Update.
37097         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37098
37099 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37100
37101         * .gitignore: Delete /ports entry.
37102
37103 2012-07-03  Andreas Jaeger  <aj@suse.de>
37104
37105         * po/bg.po: Update from translation team.
37106         * po/cs.po: Likewise.
37107         * po/de.po: Likewise.
37108         * po/hr.po: Likewise.
37109         * po/nl.pl: Likewise.
37110         * po/pl.po: Likewise.
37111         * po/vi.po: Likewise.
37112
37113 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37114
37115         * Makeconfig [!+link] (+link-before-libc): New variable.
37116         [!+link] (+link-after-libc): Likewise.
37117         [!+link] (+link-tests): Likewise.
37118         [!+link] (+link): Define in terms of $(+link-before-libc) and
37119         $(+link-after-libc).
37120         [!+link-static] (+link-static-before-libc): New variable.
37121         [!+link-static] (+link-static-after-libc): Likewise.
37122         [!+link-static] (+link-static-tests): Likewise.
37123         [!+link-static] (+link-static): Define in terms of
37124         $(+link-static-before-libc) and $(+link-static-after-libc).
37125         [build-shared] (link-libc-before-gnulib): New variable.
37126         [build-shared] (link-libc-tests): Likewise.
37127         [build-shared] (link-libc): Define in terms of
37128         $(link-libc-before-gnulib).
37129         [!build-shared] (link-libc-tests): New variable.
37130         (link-libc-static-tests): New variable.
37131         [!gnulib] (gnulib-arch): New variable.
37132         [!gnulib] (gnulib-tests): Likewise.
37133         [!gnulib] (static-gnulib-arch): Likewise.
37134         [!gnulib] (static-gnulib-tests): Likewise.
37135         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37136         Define with "=" instead of ":=".
37137         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37138         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37139         * Rules (binaries-all-notests): New variable.
37140         (binaries-all-tests): Likewise.
37141         (binaries-static-notests): Likewise.
37142         (binaries-static-tests): Likewise.
37143         (binaries-all): Define using $(binaries-all-notests) and
37144         $(binaries-all-tests).
37145         (binaries-static): Define using $(binaries-static-notests) and
37146         $(binaries-static-tests).
37147         (binaries-shared-tests): New variable.
37148         (binaries-shared-notests): Likewise.
37149         (binaries-shared): Remove variable.
37150         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37151         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37152         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37153         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37154         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37155         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37156         * elf/Makefile (sln-modules): New variable.
37157         (extra-objs): Add $(sln-modules:=.o).
37158         (ldconfig-modules): Add static-stubs.
37159         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37160         * elf/static-stubs.c: New file.
37161
37162         [BZ #14283]
37163         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37164         by 7 not 8 to examine high bit of fractional part.  Use volatile
37165         variables when splitting into final array of floats if
37166         __FLT_EVAL_METHOD__ != 0.
37167         * math/libm-test.inc (cos_test): Add another test.
37168         (sin_test): Likewise.
37169         * sysdeps/i386/fpu/libm-test-ulps: Update.
37170
37171         [BZ #14273]
37172         * math/libm-test.inc (cosh_test): Add more tests.
37173
37174         * version.h (RELEASE): Set to "development".
37175         (VERSION): Set to "2.16.90".
37176
37177 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37178
37179         * NEWS: Update copyright. Remove last-updated date.
37180         Mention math library bug fixes and timezone data changes.
37181         * README: Mention GNU/Hurd, x32, and HPPA support status.
37182
37183 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37184
37185         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37186
37187 2012-06-27  Andreas Jaeger  <aj@suse.de>
37188
37189         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37190
37191 2012-06-25  Andreas Jaeger  <aj@suse.de>
37192
37193         * sysdeps/s390/fpu/libm-test-ulps: Update.
37194
37195 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37196             Thomas Schwinge  <thomas@codesourcery.com>
37197
37198         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37199         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37200         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37201         fanotify_mark.
37202
37203 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37204
37205         * sysdeps/mach/start.c: Remove file.
37206         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37207         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37208         * sysdeps/sh/init-first.c: Likewise.
37209
37210         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37211         registers for frame unwinding purposes, add CFI directives.
37212         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37213         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37214         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37215         Likewise.
37216
37217         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37218         __fortify_fail returning.
37219         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37220
37221         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37222         sysdeps/sh/____longjmp_chk.S.
37223         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37224         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37225         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37226         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37227
37228         * sysdeps/sh/abort-instr.h: New file.
37229         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37230         process in case exit returns.
37231
37232         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37233         initialize the GOT register before use.
37234
37235         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37236         calculation of ARGC > 4.
37237
37238         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37239         meaningful names to some local labels.
37240
37241 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37242             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37243
37244         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37245         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37246         (__arch_compare_and_exchange_val_16_acq): Likewise.
37247         (__arch_compare_and_exchange_val_32_acq): Likewise.
37248         (atomic_exchange_and_add): Fix gUSA sequence.
37249         (atomic_add): Likewise.
37250         (atomic_add_negative): Likewise.
37251         (atomic_add_zero): Likewise.
37252         (atomic_bit_test_set): Likewise.
37253
37254 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37255
37256         [BZ #13579]
37257         * include/link.h (struct link_map): Add l_free_initfini.
37258         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37259         l_initfini.
37260         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37261         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37262         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37263         set.
37264
37265 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37266
37267         * configure.in: Use AC_LANG_SOURCE.
37268         * configure: Regenerate.
37269
37270 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37271
37272         * configure.in (libc_cv_localstatedir): New substituted variable.
37273         * configure: Regenerated.
37274         * config.make.in (localstatedir): New variable, substituted from
37275         libc_cv_localstatedir.
37276         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37277         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37278         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37279         * sysdeps/gnu/configure: Regenerated.
37280
37281 2012-06-21  Jeff Law  <law@redhat.com>
37282
37283         [BZ #14277]
37284         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37285         free.  Simplify list management for _LIBC case.
37286
37287 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37288
37289         [BZ #14273]
37290         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37291         Clear sign bit of 64-bit integer value before comparing against
37292         overflow value.
37293
37294         * sysdeps/mach/configure: Regenerated.
37295
37296 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37297
37298         [BZ #14278]
37299         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37300
37301 2012-06-21  Jeff Law  <law@redhat.com>
37302
37303         [BZ #13882]
37304         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37305         uint16_t for elements in the "seen" array to avoid char overflows.
37306         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37307         * elf/dl-open.c (dl_open_worker): Likewise.
37308
37309 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37310
37311         * scripts/list-sources.sh: Scan PORTS for translations.
37312         * po/libc.pot: Regenerated.
37313
37314 2012-06-21  Andreas Jaeger  <aj@suse.de>
37315
37316         [BZ #12194]
37317         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37318         warning.
37319         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37320         * bits/byteswap-16.h (__bswap_16): Likewise.
37321         * bits/byteswap.h (__bswap_constant_16): Likewise.
37322
37323 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37324
37325         [BZ #14117]
37326         * sysdeps/i386/fpu_control.h: Removed.
37327         * sysdeps/x86_64/fpu_control.h: Moved to ...
37328         * sysdeps/x86/fpu_control.h: Here.
37329
37330         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37331         (_FPU_SETCW): Likewise.
37332
37333 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37334
37335         [BZ #14117]
37336         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37337         * sysdeps/x86/fpu/bits/mathinline.h: This.
37338         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37339
37340         [BZ #14050]
37341         [BZ #14117]
37342         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37343         functions if __x86_64__ is defined.
37344
37345 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37346
37347         * string/endian.h: Add !__ASSEMBLER__ condition for including
37348         conversion interfaces.
37349
37350 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37351
37352         [BZ #14241]
37353         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37354         of ABS(x) in calculating zero to negative powers other than odd
37355         integers.
37356         * math/libm-test.inc (pow_test): Add more tests.
37357
37358 2012-06-15  Andreas Jaeger  <aj@suse.de>
37359
37360         * manual/contrib.texi (Contributors): Update entry of Liubov
37361         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37362         Machado Filho.
37363
37364 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37365
37366         * string/string.h: Add __wur to GNU version of strerror_r.
37367
37368 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37369
37370         [BZ #14229]
37371         * string/Makefile (tests): Add tst-strtok_r.
37372         * string/tst-strtok_r.c: New file.
37373         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37374         RAX_LP/RDX_LP on SAVE_PTR.
37375
37376 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37377
37378         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37379
37380 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37381
37382         * libm_test.inc (csqrt_test): Allow more spurious underflow
37383         exceptions.
37384         (j0_test): Likewise.
37385         (j1_test): Likewise.
37386         (y0_test): Likewise.
37387         (y1_test): Likewise.
37388
37389 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37390
37391         * po/Makefile (libc.pot): Use UTF-8 charset.
37392
37393 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37394
37395         [BZ #14210]
37396         Suppress sign-conversion warning from FD_SET.
37397         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37398         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37399         not unsigned long int.
37400         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37401
37402 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37403
37404         [BZ #14050]
37405         [BZ #14117]
37406         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37407         __extern_always_inline instead of __extern_inline.
37408         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37409         (__signbit): Likewise.
37410         (__signbitl): Support C++ namespace.
37411         (lrintf): New inline function.
37412         (lrint): Likewise.
37413         (llrintf): Likewise.
37414         (llrint): Likewise.
37415         (fmaxf): Likewise.
37416         (fmax): Likewise.
37417         (fminf): Likewise.
37418         (fmin): Likewise.
37419         (rint): Likewise.
37420         (rintf): Likewise.
37421         (ceil): Likewise.
37422         (ceilf): Likewise.
37423         (floor): Likewise.
37424         (floorf): Likewise.
37425         (nearbyint): Likewise.
37426         (nearbyintf): Likewise.
37427
37428 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37429
37430         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37431         non-default versions.
37432
37433 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37434
37435         [BZ #14218]
37436         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37437
37438 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37439
37440         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37441         (FE_UPWARD, FE_DOWNWARD): Don't define.
37442         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37443         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37444
37445         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37446         reading it.
37447         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37448         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37449
37450 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37451
37452         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37453         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37454         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37455         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37456
37457 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37458
37459         [BZ #14117]
37460         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37461         * sysdeps/i386/fpu/Implies: New file.
37462         * sysdeps/x86_64/fpu/Implies: Likewise.
37463         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37464         * sysdeps/x86/fpu/bits/fenv.h: This.
37465
37466         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37467         __SSE_MATH__.
37468
37469 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37470
37471         [BZ #14134]
37472         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37473         character 0xffff that matches the last element of the
37474         conversion table.
37475
37476 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37477
37478         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37479         fmodl commit.
37480
37481 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37482
37483         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37484         values higher than 25.6283.
37485
37486 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37487
37488         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37489         subnormal exponent extraction and add some __builtin_expect.
37490         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37491         Fix for subnormal mantissa calculation.
37492
37493 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37494
37495         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37496         cpu2 is -1 and errno is not ENOSYS.
37497
37498 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37499
37500         [BZ #14117]
37501         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37502         * sysdeps/x86/bits/string.h: This.
37503         * sysdeps/x86_64/bits/string.h: Removed.
37504
37505         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37506         if not compiling for x86-64, but compiling for >= i486.
37507
37508         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37509         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37510
37511         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37512         New macro from Linux kernel 3.4.0.
37513         (FP_XSTATE_MAGIC2): Likewise.
37514         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37515         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37516         (struct _fpx_sw_bytes): New struct.
37517         (struct _xsave_hdr): Likewise.
37518         (struct _ymmh_state): Likewise.
37519         (struct _xstate): Likewise.
37520
37521         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37522         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37523         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37524         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37525         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37526         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37527
37528         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37529         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37530         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37531         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37532         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37533         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37534
37535 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37536
37537         [BZ #13743]
37538         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37539         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37540         (sysdep_headers): Include sys/platform/ppc.h.
37541         * sysdeps/powerpc/test-gettimebase.c: Test for
37542         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37543         * manual/Makefile (appendices): Include platform.texi.
37544         * manual/contrib.texi (Contributors): Update @node pointers.
37545         * manual/maint.texi (Maintenance): Likewise.
37546         (Platform): New node.
37547         * manual/platform.texi: New file.  Document the new features.
37548
37549 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37550             Jakub Jelinek  <jakub@redhat.com>
37551
37552         [BZ #14188]
37553         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37554         where __builtin_expect is unavailable.
37555
37556 2012-06-03  David S. Miller  <davem@davemloft.net>
37557
37558         * stdlib/longlong.h: Updated from GCC.
37559
37560 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37561
37562         [BZ #14042]
37563         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37564         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37565         __mcount_internal.
37566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37567         (GLIBC_2.16): Likewise.
37568
37569 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37570
37571         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37572
37573 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37574
37575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37576         (default-abi): New variable.
37577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37578         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37579         variable.
37580         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37581         Likewise.
37582         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37583         Likewise.
37584         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37585         Likewise.
37586
37587         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37588         definition.  Document in comment.
37589
37590 2012-06-01  David S. Miller  <davem@davemloft.net>
37591
37592         * stdlib/longlong.h: Updated from GCC.
37593
37594 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37595
37596         [BZ #14117]
37597         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37598         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37599         sys/debugreg.h sys/io.h here.
37600         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37601         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37602         sys/io.h.
37603         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37604         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37605         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37606         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37607         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37608         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37609
37610         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37611         Define only if __x86_64__ is defined.
37612
37613 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37614
37615         [BZ #14048]
37616         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37617         Use int64_t for variable i.
37618         * math/libm-test.inc (fmod_test): Add more tests.
37619
37620         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37621         z computation is not scheduled after fetestexcept.
37622         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37623         Use math_force_eval instead of asm to ensure calculation scheduled
37624         before exception test.
37625         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37626         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37627
37628 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
37629
37630         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37631         computation is not scheduled after fetestexcept.
37632
37633 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37634
37635         [BZ #14117]
37636         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37637         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37638
37639 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37640
37641         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37642         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37643
37644 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37645
37646         [BZ #14117]
37647         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37648         <bits/wordsize.h>.
37649         (__WCHAR_MIN): Support __WORDSIZE == 64.
37650         (__WCHAR_MAX): Likewise.
37651
37652         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37653         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37654
37655         [BZ #14183]
37656         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37657         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37658
37659         [BZ #14117]
37660         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37661         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37662
37663         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37664         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37665
37666         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37667         Defined to 1 if __x86_64__ isn't defined.
37668         (_STAT_VER_LINUX_OLD): New.
37669         (st_atime): Remove duplicate.
37670         (st_mtime): Likewise.
37671         (st_ctime): Likewise.
37672
37673 2012-05-31  David S. Miller  <davem@davemloft.net>
37674
37675         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37676         entries.
37677
37678 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
37679
37680         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37681         gen-libm-test.pl.
37682
37683         [BZ #14132]
37684         * elf/dl-reloc.c: Include <_itoa.h>.
37685         (_dl_reloc_bad_type): Remove use of INTUSE.
37686         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37687         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37688         * stdio-common/psiginfo.c (psiginfo): Likewise.
37689         * stdio-common/psignal.c (psignal): Likewise.
37690         * string/strsignal.c (strsignal): Likewise.
37691         * include/signal.h (_sys_siglist): Declare hidden proto.
37692         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
37693         INTVARDEF with libc_hidden_data_def.
37694         * stdio-common/itoa-udigits.c: Likewise.
37695         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37696         (_itoa_lower_digits_internal): Remove declaration.
37697         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37698         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37699         (_sys_sigabbrev_internal): Remove aliases.
37700         (_sys_siglist): Define hidden alias.
37701
37702 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
37703
37704         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37705         bits/sysctl.h.
37706
37707 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37708
37709         [BZ #14117]
37710         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37711         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37712
37713         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37714         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37715         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37716         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37717         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37718         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37719
37720         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37721         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37722         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37723
37724         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37725         with __addr.
37726         (insw): Likewise.
37727         (insl): Likewise.
37728         (outsb): Likewise.
37729         (outsw): Likewise.
37730         (outsl): Likewise.
37731
37732         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37733         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37734         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
37735
37736         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
37737         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
37738         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
37739         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
37740         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
37741         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
37742
37743         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
37744         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
37745
37746         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
37747         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
37748
37749         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
37750         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
37751         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
37752
37753         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
37754         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
37755         to ...
37756         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
37757
37758         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
37759         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
37760         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
37761
37762         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
37763         for x86-64.
37764         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
37765
37766 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
37767
37768         * math/math.h (M_El): Use two more decimal places.
37769         (M_LOG2El): Likewise.
37770         (M_LOG10El): Likewise.
37771         (M_LN2l): Likewise.
37772         (M_LN10l): Likewise.
37773         (M_PIl): Likewise.
37774         (M_PI_2l): Likewise.
37775         (M_PI_4l): Likewise.
37776         (M_1_PIl): Likewise.
37777         (M_2_PIl): Likewise.
37778         (M_2_SQRTPIl): Likewise.
37779         (M_SQRT2l): Likewise.
37780         (M_SQRT1_2l): Likewise.
37781
37782 2012-05-31  David S. Miller  <davem@davemloft.net>
37783
37784         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
37785         values between float registers.
37786         * sysdeps/sparc/sparc64/memset.S: Likewise.
37787         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37788
37789 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
37790
37791         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
37792         -D_FORTIFY_SOURCE=1.
37793         (CPPFLAGS-tst-longjmp_chk.c): Define.
37794         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
37795         (CPPFLAGS-tst-longjmp_chk2.c): Define.
37796         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
37797         CFLAGS-tst-wchar-h.c.
37798
37799 2012-05-31  Marek Polacek  <polacek@redhat.com>
37800
37801         [BZ #14132]
37802         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
37803         __endmntent_internal): Remove declaration.
37804         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
37805         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
37806         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
37807
37808 2012-05-30  David S. Miller  <davem@davemloft.net>
37809
37810         * sysdeps/sparc/sparc32/soft-fp/q_util.c
37811         (___Q_simulate_exceptions): Use real FP ops rather than writing
37812         into the %fsr.
37813         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
37814         Likewise.
37815
37816 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37817
37818         [BZ #14117]
37819         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
37820         * sysdeps/x86/bits/xtitypes.h: This.
37821
37822         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
37823         * sysdeps/x86/bits/wordsize.h: This.
37824
37825         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
37826         * sysdeps/x86/bits/huge_vall.h: This.
37827
37828         * sysdeps/i386/bits/select.h: Removed.
37829         * sysdeps/x86_64/bits/select.h: Renamed to ...
37830         * sysdeps/x86/bits/select.h: This.
37831
37832         * sysdeps/i386/bits/setjmp.h: Removed.
37833         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
37834         * sysdeps/x86/bits/setjmp.h: This.
37835
37836         * sysdeps/i386/bits/mathdef.h: Removed.
37837         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
37838         * sysdeps/x86/bits/mathdef.h: This.
37839
37840 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
37841
37842         [BZ #14132]
37843         * include/sys/socket.h (__connect_internal)
37844         (__libc_sa_len_internal): Remove declaration.
37845         (__connect, __libc_sa_len): Declare hidden_proto.
37846         (SA_LEN): Remove use of INTUSE.
37847         * socket/connect.c: Add libc_hidden_def.
37848         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
37849         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
37850         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
37851         alias.
37852         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
37853         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
37854         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
37855         of adding _internal alias.
37856
37857 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37858
37859         [BZ #14117]
37860         * sysdeps/i386/bits/link.h: Removed.
37861         * sysdeps/i386/bits/linkmap.h: Likewise.
37862         * sysdeps/x86_64/bits/link.h: Renamed to ...
37863         * sysdeps/x86/bits/link.h: This.
37864         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
37865         * sysdeps/x86/bits/linkmap.h: This.
37866
37867         * sysdeps/i386/bits/endian.h: Removed.
37868         * sysdeps/x86_64/bits/endian.h: Renamed to ...
37869         * sysdeps/x86/bits/endian.h: This.
37870
37871         * sysdeps/i386/bits/byteswap.h: Removed.
37872         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37873         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
37874         * sysdeps/x86/bits/byteswap.h: This.
37875         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
37876         * sysdeps/x86/bits/byteswap-16.h: This.
37877         * sysdeps/i386/Implies: Add x86.
37878         * sysdeps/x86_64/Implies: Likewise.
37879
37880 2012-05-30  David S. Miller  <davem@davemloft.net>
37881
37882         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
37883         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
37884         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
37885         (FP_TRAPPING_EXCEPTIONS): Define.
37886         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
37887         (FP_TRAPPING_EXCEPTIONS): Define.
37888         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
37889         subnormals only when inexact has been signalled or underflow
37890         exceptions are enabled.
37891         (_FP_PACK_CANONICAL): Likewise.
37892
37893 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37894
37895         [BZ #14183]
37896         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
37897         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
37898
37899 2012-05-30  Richard Henderson  <rth@twiddle.net>
37900
37901         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
37902         with #ifndef NOT_IN_libc.
37903
37904         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
37905         marked to avoid plt entry.
37906
37907 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37908
37909         [BZ #14112]
37910         * Makeconfig (default-abi): New macro.
37911         (abi-includes): Likewise.
37912         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
37913         $(abi-$(default-abi)-lib-soname) for soname if defined.
37914         ($(common-objpfx)gnu/lib-names.stmp): Generate from
37915         abi-variants.
37916         * Makefile (installed-stubs): Likewise.
37917         * include/stubs-biarch.h: Removed.
37918         * scripts/lib-names.awk: Only handle one library at a time.
37919         * scripts/soversions.awk: Remove WORDSIZE support.
37920         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
37921         entries.
37922         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
37923         Removed.
37924         (syscall-list-default-condition): Likewise.
37925         (syscall-list-default-condition): Likewise.
37926         (syscall-list-includes): Likewise.
37927         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
37928         syscall-list-* with abi-*.  Handle undefined abi-variants.
37929         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
37930         * sysdeps/unix/sysv/linux/i386/Implies: New file.
37931         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
37932         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
37933         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
37934         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
37935         Removed.
37936         (syscall-list-32-options): Likewise.
37937         (syscall-list-32-condition): Likewise.
37938         (syscall-list-64-options): Likewise.
37939         (syscall-list-64-condition): Likewise.
37940         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
37941         macro.
37942         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
37943         Renamed to ...
37944         (abi-*): This.
37945         (abi-64-ld-soname): New macro.
37946         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
37947         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
37948         Renamed to ...
37949         (abi-*): This.
37950         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
37951         * sysdeps/x86_64/x32/shlib-versions: Likewise.
37952
37953 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
37954
37955         * sysdeps/unix/sysv/linux/kernel-features.h
37956         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
37957         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
37958         include <kernel-features.h>.
37959         [!__NR_ftruncate64]: Remove conditional code.
37960         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37961         [__NR_ftruncate64]: Make code unconditional.
37962         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37963         * sysdeps/unix/sysv/linux/truncate64.c: Do not
37964         include <kernel-features.h>.
37965         [!__NR_ftruncate64]: Remove conditional code.
37966         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37967         [__NR_ftruncate64]: Make code unconditional.
37968         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
37970         include <kernel-features.h>.
37971         [!__NR_ftruncate64]: Remove conditional code.
37972         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37973         [__NR_ftruncate64]: Make code unconditional.
37974         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
37976         include <kernel-features.h>.
37977         [!__NR_ftruncate64]: Remove conditional code.
37978         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37979         [__NR_ftruncate64]: Make code unconditional.
37980         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37981
37982         * configure.in (libc_cv_fpie): Weaken to a compile test using
37983         LIBC_TRY_CC_OPTION.
37984         * configure: Regenerated.
37985
37986 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37987
37988         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
37989         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
37990         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
37991         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
37992         Refreshed.
37993         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
37994         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
37995         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
37996         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
37997         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
37998         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
37999         Refreshed.
38000
38001 2012-05-27  David S. Miller  <davem@davemloft.net>
38002
38003         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38004         (___Q_zero): New.
38005         (__Q_simulate_exceptions): Return void.  Change to simulate
38006         exceptions by writing into the %fsr.
38007         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38008         (__Qp_handle_exceptions): Likewise.
38009         (numbers): Delete.
38010         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38011         __Qp_handle_exceptions.
38012         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38013         __Qp_handle_exceptions.
38014         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38015         as unused and give dummy FP_RND_NEAREST initializer.
38016         (FP_INHIBIT_RESULTS): Define.
38017         (___Q_simulate_exceptions): Update declaration.
38018         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38019         formatting.
38020         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38021         as unused and give dummy FP_RND_NEAREST initializer.
38022         (__Qp_handle_exceptions): Update declaration.
38023         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38024         formatting.
38025
38026 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38027
38028         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38029         the temporary FPU control word.
38030         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38031         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38032         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38033         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38034         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38035         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38036         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38037         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38038         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38039         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38040         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38041
38042 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38043
38044         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38045         fields.
38046
38047 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38048
38049         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38050         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38051         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38052         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38053         Likewise.
38054         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38055         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38056         Likewise.
38057
38058 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38059
38060         * po/h.po: Update from translation team.
38061
38062 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38063
38064         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38065
38066         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38067         handling of denormals.
38068         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38069         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38070         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38071         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38072         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38073         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38074         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38075         Likewise.
38076
38077 2012-05-26  Marek Polacek  <polacek@redhat.com>
38078
38079         [BZ #14152]
38080         * math/libm-test.inc (fma_test): Don't always expect underflow
38081         exception.
38082
38083 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38084
38085         [BZ #12416]
38086         * elf/tst-execstack.c: Include stackinfo.h.
38087         (do_test): Adjust test case to ensure that pthread_getattr_np
38088         behaviour remains the same after marking stack executable.
38089
38090 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38091
38092         * sysdeps/unix/sysv/linux/kernel-features.h
38093         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38094         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38095         kernel-features.h.
38096         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38097         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38098         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38099         kernel-features.h.
38100         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38101         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38102
38103 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38104
38105         * configure.in: Define the default includes to being none.
38106         * configure: Regenerated.
38107
38108 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38109
38110         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38111         * sysdeps/x86_64/setjmp.S: Likewise.
38112         * sysdeps/i386/bsd-setjmp.S: Likewise.
38113         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38114         * sysdeps/i386/setjmp.S: Likewise.
38115         * sysdeps/i386/__longjmp.S: Likewise.
38116         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38117         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38118
38119         * include/stap-probe.h: New file.
38120         * configure.in: Handle --enable-systemtap.
38121         * configure: Regenerated.
38122         * config.h.in (USE_STAP_PROBE): New #undef.
38123         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38124         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38125         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38126
38127 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38128
38129         [BZ #13717]
38130         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38131         to 2.4.0 where earlier.
38132         * sysdeps/unix/sysv/linux/configure: Regenerated.
38133         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38134         <kernel-features.h>.
38135         [__ASSUME_32BITUIDS]: Make code unconditional.
38136         [!__ASSUME_32BITUIDS]: Remove conditional code.
38137         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38138         <kernel-features.h>.
38139         [__ASSUME_32BITUIDS]: Make code unconditional.
38140         [!__ASSUME_32BITUIDS]: Remove conditional code.
38141         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38142         [__ASSUME_32BITUIDS]: Make code unconditional.
38143         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38144         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38145         <kernel-features.h>.
38146         [__ASSUME_32BITUIDS]: Make code unconditional.
38147         [!__ASSUME_32BITUIDS]: Remove conditional code.
38148         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38149         <kernel-features.h>.
38150         [__ASSUME_32BITUIDS]: Make code unconditional.
38151         [!__ASSUME_32BITUIDS]: Remove conditional code.
38152         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38153         <kernel-features.h>.
38154         [__ASSUME_32BITUIDS]: Make code unconditional.
38155         [!__ASSUME_32BITUIDS]: Remove conditional code.
38156         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38157         <kernel-features.h>.
38158         [__ASSUME_32BITUIDS]: Make code unconditional.
38159         [!__ASSUME_32BITUIDS]: Remove conditional code.
38160         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38161         <kernel-features.h>.
38162         [__ASSUME_32BITUIDS]: Make code unconditional.
38163         [!__ASSUME_32BITUIDS]: Remove conditional code.
38164         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38165         <kernel-features.h>.
38166         [__ASSUME_32BITUIDS]: Make code unconditional.
38167         [!__ASSUME_32BITUIDS]: Remove conditional code.
38168         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38169         <kernel-features.h>.
38170         [__ASSUME_32BITUIDS]: Make code unconditional.
38171         [!__ASSUME_32BITUIDS]: Remove conditional code.
38172         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38173         <kernel-features.h>.
38174         [__ASSUME_32BITUIDS]: Make code unconditional.
38175         [!__ASSUME_32BITUIDS]: Remove conditional code.
38176         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38177         <kernel-features.h>.
38178         [__ASSUME_32BITUIDS]: Make code unconditional.
38179         [!__ASSUME_32BITUIDS]: Remove conditional code.
38180         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38181         <kernel-features.h>.
38182         [__ASSUME_32BITUIDS]: Make code unconditional.
38183         [!__ASSUME_32BITUIDS]: Remove conditional code.
38184         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38185         <kernel-features.h>.
38186         [__NR_setresgid] (__setresgid): Do not declare.
38187         [__ASSUME_32BITUIDS]: Make code unconditional.
38188         [!__ASSUME_32BITUIDS]: Remove conditional code.
38189         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38190         <kernel-features.h>.
38191         [__NR_setresuid] (__setresuid): Do not declare.
38192         [__ASSUME_32BITUIDS]: Make code unconditional.
38193         [!__ASSUME_32BITUIDS]: Remove conditional code.
38194         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38195         <kernel-features.h>.
38196         [__ASSUME_32BITUIDS]: Make code unconditional.
38197         [!__ASSUME_32BITUIDS]: Remove conditional code.
38198         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38199         <kernel-features.h>.
38200         [__ASSUME_32BITUIDS]: Make code unconditional.
38201         [!__ASSUME_32BITUIDS]: Remove conditional code.
38202         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38203         <kernel-features.h>.
38204         [__ASSUME_32BITUIDS]: Make code unconditional.
38205         [!__ASSUME_32BITUIDS]: Remove conditional code.
38206         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38207         <kernel-features.h>.
38208         [__ASSUME_32BITUIDS]: Make code unconditional.
38209         [!__ASSUME_32BITUIDS]: Remove conditional code.
38210         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38211         <kernel-features.h>.
38212         [__ASSUME_32BITUIDS]: Make code unconditional.
38213         [!__ASSUME_32BITUIDS]: Remove conditional code.
38214         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38215         <kernel-features.h>.
38216         [__ASSUME_32BITUIDS]: Make code unconditional.
38217         [!__ASSUME_32BITUIDS]: Remove conditional code.
38218         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38219         <kernel-features.h>.
38220         [__ASSUME_32BITUIDS]: Make code unconditional.
38221         [!__ASSUME_32BITUIDS]: Remove conditional code.
38222         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38223         <kernel-features.h>.
38224         [__ASSUME_32BITUIDS]: Make code unconditional.
38225         [!__ASSUME_32BITUIDS]: Remove conditional code.
38226         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38227         <kernel-features.h>.
38228         [__ASSUME_32BITUIDS]: Make code unconditional.
38229         [!__ASSUME_32BITUIDS]: Remove conditional code.
38230         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38231         <kernel-features.h>.
38232         [__ASSUME_32BITUIDS]: Make code unconditional.
38233         [!__ASSUME_32BITUIDS]: Remove conditional code.
38234         * sysdeps/unix/sysv/linux/kernel-features.h
38235         (__ASSUME_SETRESUID_SYSCALL): Remove.
38236         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38237         (__ASSUME_32BITUIDS): Likewise.
38238         (__ASSUME_LDT_WORKS): Likewise.
38239         (__ASSUME_O_DIRECTORY): Likewise.
38240         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38241         architecture but not kernel version.
38242         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38243         (__ASSUME_MMAP2_SYSCALL): Likewise.
38244         (__ASSUME_STAT64_SYSCALL): Likewise.
38245         (__ASSUME_IPC64): Likewise.
38246         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38247         <kernel-features.h>.
38248         [__ASSUME_32BITUIDS]: Make code unconditional.
38249         [!__ASSUME_32BITUIDS]: Remove conditional code.
38250         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38251         <kernel-features.h>.
38252         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38253         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38254         132096]: Remove conditional code.
38255         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38256         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38257         <kernel-features.h>.
38258         [__ASSUME_32BITUIDS]: Make code unconditional.
38259         [!__ASSUME_32BITUIDS]: Remove conditional code.
38260         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38261         <kernel-features.h>.
38262         [__ASSUME_32BITUIDS]: Make code unconditional.
38263         [!__ASSUME_32BITUIDS]: Remove conditional code.
38264         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38265         <kernel-features.h>.
38266         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38267         unconditional.
38268         (__setresgid): Do not declare.
38269         [__ASSUME_32BITUIDS]: Make code unconditional.
38270         [!__ASSUME_32BITUIDS]: Remove conditional code.
38271         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38272         <kernel-features.h>.
38273         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38274         unconditional.
38275         (__setresuid): Do not declare.
38276         [__ASSUME_32BITUIDS]: Make code unconditional.
38277         [!__ASSUME_32BITUIDS]: Remove conditional code.
38278         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38279         <kernel-features.h>.
38280         [__ASSUME_32BITUIDS]: Make code unconditional.
38281         [!__ASSUME_32BITUIDS]: Remove conditional code.
38282         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38283         <kernel-features.h>.
38284         [__ASSUME_32BITUIDS]: Make code unconditional.
38285         [!__ASSUME_32BITUIDS]: Remove conditional code.
38286
38287 2012-05-25  Richard Henderson  <rth@twiddle.net>
38288
38289         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38290         dl_hwcap to ifunc resolver.
38291         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38292         elf_ifunc_invoke.
38293         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38294         dl_hwcap to ifunc resolver.
38295         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38296
38297 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38298
38299         [BZ #14153]
38300         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38301         for |x| <= 2**-26, not 2**-57.
38302         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38303         exception.
38304
38305 2012-05-24  Jeff Law  <law@redhat.com>
38306
38307         * stdio-common/Makefile (tests): Add bug25.
38308         * stdio-common/bug25.c: New test.
38309
38310 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38311
38312         [BZ #13576]
38313         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38314         multiple of MALLOC_ALIGNMENT in size.
38315         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38316
38317 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38318
38319         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38320         Require >= 256.
38321         (FILENAME_MAX): Use macro-int-constant.
38322         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38323         (_IOFBF): Use macro-int-constant.
38324         (_IOLBF): Likewise.
38325         (_IONBF): Likewise.
38326         (SEEK_CUR): Likewise.
38327         (SEEK_END): Likewise.
38328         (SEEK_SET): Likewise.
38329         (TMP_MAX): Likewise.
38330         (EOF): Use macro-int-constant.  Require < 0.
38331         (NULL): Use macro-constant.  Require == 0.
38332         (stdin): Require type to be FILE *.
38333         (stdout): Likewise.
38334         (stderr): Likewise.
38335         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38336         macro-int-constant.
38337         (EXIT_SUCCESS): Likewise.
38338         (NULL): Use macro-constant.  Require == 0.
38339         (RAND_MAX): Use macro-int-constant.
38340         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38341         [C99-based standards] (strtof): Require function.
38342         [C99-based standards] (strtold): Likewise.
38343         [C99-based standards] (strtoll): Likewise.
38344         [C99-based standards] (strtoull): Likewise.
38345         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38346         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38347         [ISO || ISO99 || ISO11] (math.h): Likewise.
38348         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38349         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38350         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38351
38352 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38353
38354         [BZ #14132]
38355         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38356         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38357         * intl/dgettext.c (DCGETTEXT): Likewise.
38358         * intl/gettext.c (DCGETTEXT): Likewise.
38359         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38360         * posix/regex_internal.h (gettext): Likewise.
38361         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38362         Remove declaration.
38363         * include/argz.h (__argz_count_internal)
38364         (__argz_stringify_internal): Remove declaration.
38365         (__argz_count, __argz_stringify): Declare hidden proto.
38366         * intl/dcgettext.c: Remove use of INTDEF.
38367         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38368         * string/argz-stringify.c: Likewise.
38369         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38370         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38371         Declare hidden proto.
38372         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38373         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38374         Declare hidden proto.
38375         * include/stdio.h (__asprintf_internal): Don't declare.
38376         (__asprintf): Don't define as macro.  Declare hidden proto.
38377         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38378         (__fsetlocking): Declare hidden proto.
38379         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38380         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38381         hidden proto.
38382         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38383         (_IO_setlinebuf): Remove use of INTUSE.
38384         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38385         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38386         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38387         Remove declaration.
38388         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38389         (_IO_do_flush): Remove use of INTUSE.
38390         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38391         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38392         (_IO_adjust_column, _IO_least_wmarker)
38393         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38394         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38395         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38396         (_IO_default_doallocate, _IO_wdefault_doallocate)
38397         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38398         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38399         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38400         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38401         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38402         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38403         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38404         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38405         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38406         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38407         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38408         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38409         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38410         proto.
38411         (_IO_flush_all_internal, _IO_adjust_column_internal)
38412         (_IO_default_uflow_internal, _IO_default_finish_internal)
38413         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38414         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38415         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38416         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38417         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38418         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38419         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38420         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38421         (_IO_file_close_internal, _IO_file_close_it_internal)
38422         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38423         (_IO_file_init_internal, _IO_file_attach_internal)
38424         (_IO_file_fopen_internal, _IO_file_read_internal)
38425         (_IO_file_sync_internal, _IO_file_seek_internal)
38426         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38427         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38428         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38429         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38430         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38431         (_IO_list_all_internal, _IO_link_in_internal)
38432         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38433         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38434         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38435         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38436         (_IO_do_write_internal, _IO_padn_internal)
38437         (_IO_getline_info_internal, _IO_getline_internal)
38438         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38439         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38440         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38441         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38442         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38443         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38444         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38445         with libc_hidden_ver, remove use of INTUSE.
38446         * libio/genops.c: Likewise.
38447         * libio/freopen.c: Likewise.
38448         * libio/freopen64.c: Likewise.
38449         * libio/iofclose.c: Likewise.
38450         * libio/iofdopen.c: Likewise.
38451         * libio/iofflush.c: Likewise.
38452         * libio/iofflush_u.c: Likewise.
38453         * libio/iofgets.c: Likewise.
38454         * libio/iofgets_u.c: Likewise.
38455         * libio/iofopen.c: Likewise.
38456         * libio/iofopncook.c: Likewise.
38457         * libio/iofread.c: Likewise.
38458         * libio/iofread_u.c: Likewise.
38459         * libio/ioftell.c: Likewise.
38460         * libio/iofwrite.c: Likewise.
38461         * libio/iogetline.c: Likewise.
38462         * libio/iogets.c: Likewise.
38463         * libio/iogetwline.c: Likewise.
38464         * libio/iopadn.c: Likewise.
38465         * libio/iopopen.c: Likewise.
38466         * libio/ioseekoff.c: Likewise.
38467         * libio/ioseekpos.c: Likewise.
38468         * libio/iosetbuffer.c: Likewise.
38469         * libio/iosetvbuf.c: Likewise.
38470         * libio/ioungetc.c: Likewise.
38471         * libio/ioungetwc.c: Likewise.
38472         * libio/iovdprintf.c: Likewise.
38473         * libio/iovsprintf.c: Likewise.
38474         * libio/iovsscanf.c: Likewise.
38475         * libio/memstream.c: Likewise.
38476         * libio/obprintf.c: Likewise.
38477         * libio/oldfileops.c: Likewise.
38478         * libio/oldiofclose.c: Likewise.
38479         * libio/oldiofdopen.c: Likewise.
38480         * libio/oldiofopen.c: Likewise.
38481         * libio/oldiopopen.c: Likewise.
38482         * libio/oldstdfiles.c: Likewise.
38483         * libio/putc.c: Likewise.
38484         * libio/setbuf.c: Likewise.
38485         * libio/setlinebuf.c: Likewise.
38486         * libio/stdfiles.c: Likewise.
38487         * libio/strops.c: Likewise.
38488         * libio/vasprintf.c: Likewise.
38489         * libio/vscanf.c: Likewise.
38490         * libio/vsnprintf.c: Likewise.
38491         * libio/vswprintf.c: Likewise.
38492         * libio/wfiledoalloc.c: Likewise.
38493         * libio/wfileops.c: Likewise.
38494         * libio/wgenops.c: Likewise.
38495         * libio/wmemstream.c: Likewise.
38496         * libio/wstrops.c: Likewise.
38497         * libio/__fpurge.c: Likewise.
38498         * libio/__fsetlocking.c: Likewise.
38499         * assert/assert.c: Likewise.
38500         * debug/fgets_chk.c: Likewise.
38501         * debug/fgets_u_chk.c: Likewise.
38502         * debug/fread_chk.c: Likewise.
38503         * debug/fread_u_chk.c: Likewise.
38504         * debug/gets_chk.c: Likewise.
38505         * debug/obprintf_chk.c: Likewise.
38506         * debug/vasprintf_chk.c: Likewise.
38507         * debug/vdprintf_chk.c: Likewise.
38508         * debug/vsnprintf_chk.c: Likewise.
38509         * debug/vsprintf_chk.c: Likewise.
38510         * malloc/mtrace.c: Likewise.
38511         * misc/error.c: Likewise.
38512         * misc/syslog.c: Likewise.
38513         * stdio-common/asprintf.c: Likewise.
38514         * stdio-common/fxprintf.c: Likewise.
38515         * stdio-common/getw.c: Likewise.
38516         * stdio-common/isoc99_fscanf.c: Likewise.
38517         * stdio-common/isoc99_scanf.c: Likewise.
38518         * stdio-common/isoc99_vfscanf.c: Likewise.
38519         * stdio-common/isoc99_vscanf.c: Likewise.
38520         * stdio-common/isoc99_vsscanf.c: Likewise.
38521         * stdio-common/printf-prs.c: Likewise.
38522         * stdio-common/printf_fp.c: Likewise.
38523         * stdio-common/printf_fphex.c: Likewise.
38524         * stdio-common/printf_size.c: Likewise.
38525         * stdio-common/putw.c: Likewise.
38526         * stdio-common/scanf.c: Likewise.
38527         * stdio-common/sprintf.c: Likewise.
38528         * stdio-common/tmpfile.c: Likewise.
38529         * stdio-common/vfprintf.c: Likewise.
38530         * stdio-common/vfscanf.c: Likewise.
38531         * stdlib/strfmon_l.c: Likewise.
38532         * sunrpc/openchild.c: Likewise.
38533         * sunrpc/xdr_stdio.c: Likewise.
38534         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38535         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38536
38537 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38538
38539         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38540
38541         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38542         in the third column, to generate for the shared library an IFUNC
38543         that uses _dl_vdso_vsym.
38544         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38545         * Makeconfig (object-suffixes-noshared): New variable.
38546
38547         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38548         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38549         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38550         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38551
38552         [BZ #14132]
38553         * include/sys/time.h (__gettimeofday): Remove macro.
38554         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38555         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38556         Remove INTDEF.
38557         (__gettimeofday): Add libc_hidden_def.
38558         (gettimeofday): Add libc_hidden_weak.
38559         * sysdeps/mach/gettimeofday.c: Likewise.
38560         * sysdeps/posix/gettimeofday.c: Likewise.
38561         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38562         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38563         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38564         (__gettimeofday_internal): Remove strong_alias.
38565         (__gettimeofday): Add libc_hidden_def.
38566         (gettimeofday): Add libc_hidden_weak.
38567         * sysdeps/unix/syscalls.list (gettimeofday):
38568         Remove __gettimeofday_internal alias.
38569
38570 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38571             H.J. Lu  <hongjiu.lu@intel.com>
38572
38573         [BZ #12495]
38574         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38575         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38576         (largebin_index_32_big): New.
38577         (largebin_index): Use it for 16-byte alignment.
38578         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38579         correction with front_misalign.
38580
38581 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38582
38583         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38584         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38585         Likewise.
38586         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38587         Likewise.
38588         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38589         Likewise.
38590         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38591         Likewise.
38592         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38593         Likewise.
38594         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38595         Likewise.
38596         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38597         Likewise.
38598         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38599         Likewise.
38600         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38601         Likewise.
38602         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38603         Likewise.
38604         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38605         Likewise.
38606         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38607         Likewise.
38608
38609         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38610         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38611
38612 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38613
38614         [BZ #10846]
38615         [BZ #14036]
38616         * math/libm-test.inc (exp_test): Add test from bug 14036.
38617         (pow_test): Add test from bug 10846.
38618
38619         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38620         and other flags.
38621         (special_function): Do not include flags in test name.
38622         (parse_args): Likewise.
38623         * sysdeps/i386/fpu/libm-test-ulps: Update.
38624         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38625         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38626         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38627         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38628
38629         * math/gen-libm-test.pl (%beautify): Add entries for underflow
38630         exceptions.
38631         * math/libm-test.inc ("Philosophy"): Update comment about
38632         exception testing.
38633         (UNDERFLOW_EXCEPTION): New macro.
38634         (UNDERFLOW_EXCEPTION_OK): Likewise.
38635         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38636         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38637         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38638         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38639         (INVALID_EXCEPTION_OK): Update value.
38640         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38641         (OVERFLOW_EXCEPTION_OK): Likewise.
38642         (IGNORE_ZERO_INF_SIGN): Likewise.
38643         (test_exceptions): Handle underflow exceptions.
38644         (acos_test): Update for underflow exception expectations.
38645         (cexp_test): Likewise.
38646         (clog_test): Likewise.
38647         (clog10_test): Likewise.
38648         (csqrt_test): Likewise.
38649         (ctan_test): Likewise.
38650         (ctanh_test): Likewise.
38651         (exp_test): Likewise.
38652         (exp10_test): Likewise.
38653         (exp2_test): Likewise.
38654         (expm1_test): Likewise.
38655         (fma_test): Likewise.
38656         (j0_test): Likewise.
38657         (jn_test): Likewise.
38658         (nexttoward_test): Likewise.
38659         (pow_test): Likewise.
38660         (scalbn_test): Likewise.
38661         (scalbln_test): Likewise.
38662         (tan_test): Likewise.
38663         (y1_test): Likewise.
38664         * sysdeps/i386/fpu/libm-test-ulps: Update.
38665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38666
38667 2012-05-23  David S. Miller  <davem@davemloft.net>
38668
38669         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38670         (__libc_sigaction): Remove unused local variables.
38671
38672 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38673
38674         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38675
38676 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
38677
38678         mktime: avoid signed integer overflow
38679         * time/mktime.c (__mktime_internal): Do not mishandle the case
38680         where diff == INT_MIN.
38681
38682         mktime: simplify computation of average
38683         * time/mktime.c (ranged_convert): Use new time_t_avg function
38684         instead of rolling our own (probably-slower) code.
38685
38686         mktime: do not assume signed right shift propagates sign bit
38687         * time/mktime.c (isdst_differ): New static function.
38688         (__mktime_internal): No need to normalize tm_isdst now.
38689         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38690         tm_isdst values.
38691
38692         mktime: merge another wrapv change from gnulib
38693         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38694         from some compilers.
38695
38696         mktime: remove incorrect attempt at unusual arithmetics
38697         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38698         The code didn't really work on such machines anyway.
38699         (TYPE_MINIMUM): Assume two's complement.
38700         (twos_complement_arithmetic): Verify that long_int and time_t
38701         are two's complement (or unsigned, in the latter case).
38702
38703         mktime: check signed shifts on long_int and time_t, too
38704         * time/mktime.c (SHR): Check that shifts work as desired
38705         on the types long_int and time_t too, as SHR is used on
38706         such types.
38707
38708         mktime: do not assume 'long' is wide enough
38709         * time/mktime.c (verify): Move decl up.
38710         (long_int): New type.
38711         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38712         to remove assumption in the code that 'long' is wide enough to
38713         store year values.  This assumption is not true on x32 and on
38714         some non-glibc platforms.
38715
38716         mktime: merge wrapv change from gnulib
38717         * time/mktime.c (WRAPV): New macro.
38718         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38719         (guess_time_tm, __mktime_internal): Do not assume that signed
38720         integer overflow wraps around; modern compilers generate code
38721         where this assumption is no longer valid.
38722
38723 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38724
38725         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38726         Replace "jmp L(pseudo_end)" with "ret".
38727         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38728         Likewise.
38729
38730 2012-05-23  Andreas Jaeger  <aj@suse.de>
38731
38732         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38733         * sysdeps/unix/sysv/linux/poll.c: Remove file.
38734
38735 2012-05-23  Andreas Jaeger  <aj@suse.de>
38736             Maximilian Attems  <max@stro.at>
38737
38738         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
38739         New macros.
38740
38741 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38742
38743         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
38744         code so that pseudo_end is just ret and the stack pointer is
38745         correct also for static library in error case.
38746
38747 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
38748
38749         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
38750         move to syscalls.list.
38751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
38752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
38753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
38754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
38755
38756         * manual/install.texi (Running make install): Do not mention Linux
38757         kernel version for which pt_chown is not needed.
38758         (Linux): Do not mention problems with nscd with 2.0 kernels.
38759         * INSTALL: Regenerated.
38760
38761 2012-05-23  Andreas Jaeger  <aj@suse.de>
38762
38763         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
38764         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
38765         macro.
38766         * sysdeps/unix/sysv/linux/s390/bits/mman.h
38767         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38768         * sysdeps/unix/sysv/linux/sh/bits/mman.h
38769         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38770         * sysdeps/unix/sysv/linux/i386/bits/mman.h
38771         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38772         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
38773         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38774         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
38775         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38776         * sysdeps/unix/sysv/linux/bits/in.h
38777         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
38778
38779 2012-05-22  Roland McGrath  <roland@hack.frob.com>
38780
38781         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
38782         (PREPARE_VERSION): Just use assert instead, it will be elided
38783         under [NDEBUG] anyway.
38784
38785 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38786
38787         * sysdeps/unix/sysv/linux/Makefile: Include
38788         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
38789         (sysdep_routines): Remove sysctl.
38790         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
38791         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
38792         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
38793         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
38794         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
38795
38796 2012-05-22  Andreas Jaeger  <aj@suse.de>
38797
38798         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
38799         that pseudo_end is just ret and the stack pointer is correct also
38800         for static library in error case.
38801
38802 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
38803
38804         [BZ #14122]
38805         * nss/nsswitch.c (defconfig_entries): New variable.
38806         (__nss_database_lookup): Don't leak defconfig entries.
38807         (nss_parse_service_list): Don't leak on error paths.
38808         (free_database_entries): New function.
38809         (free_defconfig): New function.
38810         (free_mem): Move common code to free_database_entries.
38811
38812 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38813
38814         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
38815         Add arch_prctl.
38816         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
38817
38818         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
38819         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
38820         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
38821         New macro.
38822         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
38823         (INTERNAL_SYSCALL_TYPES): Likewise.
38824         (LOAD_ARGS_TYPES_[1-6]): Likewise.
38825         (LOAD_REGS_TYPES_[1-6]): Likewise.
38826         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
38827         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
38828
38829 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38830
38831         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
38832         copysignl for GLIBC_2_0.
38833         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
38834         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
38835         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
38836         logbl for GLIBC_2_0.
38837         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
38838         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
38839
38840 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38841
38842         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
38843         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
38844
38845         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38846         Use "neg %eax".
38847
38848         * time/mktime.c: Update copyright years.
38849
38850 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
38851
38852         mktime: merge comment-quoting-style change from gnulib
38853         * time/mktime.c: Quote 'like this' in comments.
38854         The GNU coding standards suggest that we no longer quote `like this',
38855         as "`" and "'" are typically rendered asymmetrically nowadays.
38856         The typical gnulib style is to quote 'like this' when quoting
38857         code, and "like this" when quoting English.
38858
38859         * time/mktime.c (compile-command): Add "-I.".
38860
38861         mktime: merge mktime-internal.h change from gnulib
38862         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
38863
38864         mktime: merge time_r change from gnulib
38865         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
38866
38867         mktime: merge DEBUG change from gnulib
38868         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
38869         case system <time.h> has a #define.
38870
38871         mktime: merge <sys/types.h> change from gnulib
38872         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
38873         since <time.t> is now guaranteed to define time_t.
38874
38875         mktime: merge HAVE_CONFIG_H change from gnulib
38876         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
38877
38878 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38879
38880         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38881         Use "neg %eax".
38882
38883         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
38884         __rlim_t cast.
38885         (struct rusage): Use anonymous union to pad each field to
38886         __syscall_slong_t.
38887
38888 2012-05-21  David S. Miller  <davem@davemloft.net>
38889
38890         * Makefules (o-iterator): Remove .s cases.
38891         (compile-command.s): Delete.
38892         (COMPILE.s): Delete.
38893         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
38894
38895 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
38896
38897         * configure.in (libc_cv_predef_stack_protector): Only consider
38898         "foobar" and "__stack_chk_fail" lines in libc_undefs.
38899         * configure: Regenerated.
38900
38901 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38902
38903         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38904         New macro.  Use R*LP on int and pointer.
38905         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
38906         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
38907         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
38908         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
38909
38910         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
38911         [__WORDSIZE_TIME64_COMPAT32] instead of
38912         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
38913         (struct utmp): Likewise.
38914         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
38915         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
38916         Renamed to ...
38917         (__WORDSIZE_TIME64_COMPAT32): This.
38918         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
38919         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
38920         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
38921         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
38922         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
38923         (__WORDSIZE_TIME64_COMPAT32): New macro.
38924
38925 2012-05-21  Andreas Jaeger  <aj@suse.de>
38926
38927         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
38928         only if [SHARED]. Add prototype for __wcschr_ia32.
38929
38930 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38931
38932         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
38933         of %rbp unmolested in the jmp_buf while mangling the low bits.
38934         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
38935         unmolested high bits of %rbp while demangling the low bits.
38936         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38937
38938 2012-05-21  Andreas Jaeger  <aj@suse.de>
38939
38940         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
38941         * sunrpc/svc_simple.c: Use it for registerrpc.
38942         * sunrpc/xcrypt.c: Use it for passwd2des.
38943
38944         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
38945
38946 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38947
38948         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
38949         Don't define if [__SYSCALL_WORDSIZE != 32].
38950         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
38951         New macro.
38952
38953 2012-05-21  Bruno Haible  <bruno@clisp.org>
38954             Andreas Jaeger  <aj@suse.de>
38955
38956         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
38957         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
38958         inptr and inend for must_buffer_ch.
38959         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
38960         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
38961         * stdio-common/Makefile (tests): Remove bug15.
38962         (bug15-ENV): Remove macro.
38963         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
38964         anymore.
38965
38966 2012-05-19  Andreas Jaeger  <aj@suse.de>
38967             Roland McGrath  <roland@hack.frob.com>
38968
38969         * manual/contrib.texi: Completely rewritten. It contains now an
38970         alphabetical list of contributors and their contributions.
38971
38972 2012-05-21  Richard Henderson  <rth@twiddle.net>
38973
38974         * misc/getauxval.c (__getauxval): Use unsigned long int.
38975         * misc/sys/auxv.h: Include <sys/cdefs.h>.
38976         (getauxval): Use unsigned long int.
38977
38978 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38979
38980         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38981
38982 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38983
38984         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
38985         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
38986         __alignof__ (long double).
38987
38988 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38989
38990         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38991
38992 2012-05-20  Richard Henderson  <rth@twiddle.net>
38993
38994         * misc/getauxval.c: New file.
38995         * misc/sys/auxv.h: New file.
38996         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
38997         (routines): Add getauxval.
38998         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
38999         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39000         * elf/dl-sysdep.c (_dl_auxv): Remove.
39001         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39002         * elf/dl-support.c (_dl_auxv): New variable.
39003         (_dl_aux_init): Initialize it.
39004         * manual/startup.texi (Auxiliary Vector): New node.
39005         * sysdeps/generic/bits/hwcap.h: New file.
39006         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39007         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39008         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39009         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39010         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39011         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39013         Update.
39014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39015         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39016         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39017         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39018         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39019         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39020         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39021         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39022
39023 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39024
39025         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39026
39027 2012-05-19  David S. Miller  <davem@davemloft.net>
39028
39029         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39030
39031 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39032
39033         [BZ #14123]
39034         * math/s_ccosh.c: Include <float.h>
39035         (__ccosh): Avoid internal overflow calculating sinh and cosh
39036         values before multiplying by sin and cos values.
39037         * math/s_ccoshf.c: Likewise.
39038         * math/s_ccoshl.c: Likewise.
39039         * math/s_csin.c: Likewise.
39040         * math/s_csinf.c: Likewise.
39041         * math/s_csinl.c: Likewise.
39042         * math/s_csinh.c: Likewise.
39043         * math/s_csinhf.c: Likewise.
39044         * math/s_csinhl.c: Likewise.
39045         * math/libm-test.inc (ccos_test): Add more tests.
39046         (ccosh_test): Likewise.
39047         (csin_test): Likewise.
39048         (csinh_test): Likewise.
39049         * sysdeps/i386/fpu/libm-test-ulps: Update.
39050         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39051
39052 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39053
39054         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39055         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39056
39057         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39058
39059 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39060
39061         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39062         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39063         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39064         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39065         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39066         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39067         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39068         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39069         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39070         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39071         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39072         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39073         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39074         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39075         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39076         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39077         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39078         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39079         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39080         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39081         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39082         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39083         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39084         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39085         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39086         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39087         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39088         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39089         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39090         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39091         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39092
39093 2012-05-18  Andreas Jaeger  <aj@suse.de>
39094
39095         * csu/.gitignore: Delete.
39096
39097 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39098
39099         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39100         (timex): Use __syscall_slong_t.
39101
39102 2012-05-18  Andreas Jaeger  <aj@suse.de>
39103             Carlos O'Donell  <carlos_odonell@mentor.com>
39104
39105         * manual/install.texi (Configuring and compiling): Update
39106         description about files modified in the source directory.
39107         * INSTALL: Regenerated.
39108
39109 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39110
39111         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39112         value.  Use "or" to set return value to -1.
39113         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39114         negate return value.
39115
39116 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39117
39118         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39119         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39120         failure if the compiler has Graphite support disabled.
39121         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39122         Likewise.
39123         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39124         (CFLAGS-memmove.c): Likewise.
39125         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39126         Likewise.
39127
39128 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39129
39130         * sysdeps/x86_64/x32/_itoa.h: New file.
39131
39132         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39133         getdents system call only if kernel and user dirents have the
39134         same d_ino and d_off.
39135
39136         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39137         LLONG_MAX != LONG_MAX.
39138         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39139         (_fitoa_word): Likewise.
39140
39141         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39142         years.
39143         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39144         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39145         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39146
39147         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39148         include <bits/wordsize.h>.  Check __x86_64__ instead of
39149         __WORDSIZE.
39150         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39151         if __x86_64__ is defined.  Use anonymous union on fpstate.
39152
39153         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39154         anonymous union.
39155
39156 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39157
39158         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39159         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39160         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39161         Refer to _rtld_local_ro instead of _rtld_global_ro.
39162         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39163         Likewise.
39164         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39165         Likewise.
39166         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39167         Likewise.
39168         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39169         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39170         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39171
39172         * sysdeps/powerpc/powerpc32/dl-machine.c
39173         (__elf_machine_runtime_setup) [PROF]: Don't reference
39174         _dl_prof_resolve.
39175
39176 2012-05-18  Andreas Jaeger  <aj@suse.de>
39177
39178         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39179         function only available for GCCs before 3.4 since GCC 3.4
39180         introduced a builtin.
39181         (lrint): Likewise.
39182         (llrintf): Likewise.
39183         (llrint): Likewise.
39184         (fmaxf): Likewise.
39185         (fmax): Likewise.
39186         (fminf): Likewise.
39187         (fmin): Likewise.
39188         (rint): Likewise.
39189         (rintf): Likewise.
39190         (nearbyint): Likewise.
39191         (nearbyintf): Likewise.
39192         (ceil): Likewise.
39193         (ceilf): Likewise.
39194         (floor): Likewise.
39195         (floorf): Likewise.
39196
39197 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39198
39199         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39200         on both fields and cast pointer to __syscall_ulong_t.
39201
39202         * bits/types.h (__fsword_t): New type.
39203         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39204         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39205         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39206         (__FSWORD_T_TYPE): Likewise.
39207         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39208         (__FSWORD_T_TYPE): Likewise.
39209         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39210         (__FSWORD_T_TYPE): Likewise.
39211         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39212         (__FSWORD_T_TYPE): Likewise.
39213         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39214         __SWORD_TYPE with __fsword_t.
39215         (statfs64): Likewise.
39216
39217 2012-05-17  David S. Miller  <davem@davemloft.net>
39218
39219         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39220
39221 2012-05-17  Andreas Jaeger  <aj@suse.de>
39222
39223         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39224         warning.
39225
39226 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39227
39228         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39229
39230 2012-05-17  Andreas Jaeger  <aj@suse.de>
39231
39232         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39233         when it is used.
39234
39235 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39236
39237         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39238
39239 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39240
39241         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39242         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39243
39244 2012-05-17  Andreas Jaeger  <aj@suse.de>
39245             Carlos O'Donell  <carlos_odonell@mentor.com>
39246
39247         [BZ #14059]
39248         * sysdeps/x86_64/multiarch/init-arch.h
39249         (bit_YMM_Usable): Rename to...
39250         (bit_AVX_Usable): ... this.
39251         (bit_FMA4_Usable): New macro.
39252         (bit_XMM_state): New macro.
39253         (bit_YMM_state): New macro.
39254         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39255         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39256         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39257         (CPUID_OSXSAVE): New macro.
39258         (CPUID_AVX): New macro.
39259         (CPUID_FMA4): New macro.
39260         (index_YMM_Usable): Rename to...
39261         (index_AVX_Usable): ... this.
39262         (HAS_AVX): Use HAS_ARCH_FEATURE.
39263         (HAS_FMA4): Likewise.
39264         (HAS_YMM_USABLE): Remove.
39265         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39266         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39267         are present.
39268         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39269         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39270         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39271         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39272         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39273
39274 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39275
39276         * math/libm-test.c: Support platforms without multiple rounding modes.
39277         * math/bug-nextafter.c: Support platforms without FP exceptions.
39278         * math/bug-nexttoward.c: Likewise.
39279         * math/test-fenv.c: Likewise.
39280         * math/test-misc.c: Likewise.
39281         * stdlib/bug-getcontext.c: Likewise.
39282
39283 2012-05-17  Andreas Jaeger  <aj@suse.de>
39284
39285         * manual/examples/search.c (critter_cmp): Change signature to
39286         avoid warnings.
39287         * manual/string.texi (Collation Functions): Likewise.
39288
39289 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39290
39291         * bits/types.h: Fold copyright years.
39292         * bits/typesizes.h: Likewise.
39293         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39294         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39295         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39296         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39297         * time/time.h: Likewise.
39298
39299 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39300
39301         [BZ #208]
39302         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39303         in instead of returning them.  Return void.
39304         (__libc_mallinfo): Accumulate over all arenas.
39305         (__malloc_stats): Adjust for change in int_mallinfo interface.
39306
39307 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39308
39309         [BZ #10375]
39310         * configure.in (NM): Add AC_CHECK_TOOL for it.
39311         (libc_extra_cflags): New substituted variable.
39312         Check for -fstack-protector being used implicitly.
39313         * configure: Regenerated.
39314         * config.make.in (config-extra-cflags): New variable,
39315         gets @libc_extra_cflags@.
39316         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39317
39318         [BZ #10375]
39319         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39320         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39321         * configure: Regenerated.
39322         * config.make.in (CPPUNDEFS): New substituted variable.
39323         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39324         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39325         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39326
39327 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39328
39329         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39330         (mq_attr): Use __syscall_slong_t.
39331
39332 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39333
39334         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39335         Check __x86_64__ instead of __WORDSIZE.
39336         (_STAT_VER_LINUX): Likewise.
39337         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39338         __syscall_ulong_t and __syscall_slong_t.
39339         (stat64): Likewise.
39340
39341 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39342
39343         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39344
39345 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39346
39347         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39348
39349 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39350
39351         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39352         __syscall_ulong_t.
39353
39354         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39355         include <bits/wordsize.h>.  Check __x86_64__ instead of
39356         __WORDSIZE.
39357         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39358         defined.
39359         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39360
39361         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39362         include <bits/wordsize.h>.  Check __x86_64__ instead of
39363         __WORDSIZE.
39364         (user_regs_struct): Use "__extension__ unsigned long long"
39365         instead of "unsigned long" if __x86_64__ is defined.
39366         (user): Likewise.  Pad after pointer field if __ILP32__ is
39367         defined.
39368
39369 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39370
39371         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39372         versions 5 to 9.
39373         * configure: Regenerated.
39374         * manual/install.texi (texinfo): Increase version requirement to
39375         4.5 or later.
39376         * INSTALL: Regenerated.
39377
39378         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39379
39380 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39381
39382         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39383
39384         * sysdeps/x86_64/x32/ffs.c: New file.
39385
39386         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39387         __syscall_ulong_t.
39388         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39389         defined.  Use __syscall_ulong_t.
39390         (shminfo): Use __syscall_ulong_t.
39391         (shm_info): Likewise.
39392
39393         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39394         __syscall_ulong_t.
39395
39396         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39397         <bits/wordsize.h>.
39398         (msgqnum_t): Use __syscall_ulong_t.
39399         (msglen_t): Likewise.
39400         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39401         __syscall_ulong_t.
39402
39403         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39404         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39405
39406         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39407
39408         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39409         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39410
39411         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39412         __syscall_slong_t.
39413
39414         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39415         include <bits/wordsize.h>.  Check __x86_64__ instead of
39416         __WORDSIZE.
39417
39418         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39419         "unsigned long long int" if __x86_64__ is defined.
39420         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39421
39422         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39423         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39424         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39425
39426         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39427         <stdint.h>.
39428         (GET_PC): Cast to uintptr_t first.
39429         (GET_FRAME): Likewise.
39430         (GET_STACK): Likewise.
39431
39432         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39433         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39434         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39435         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39436         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39437         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39438         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39439         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39440         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39441         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39442         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39443         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39444         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39445         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39446         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39447         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39448         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39449         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39450         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39451         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39452         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39453         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39454         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39455         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39456         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39457         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39458         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39459         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39460         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39461
39462 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39463
39464         * Makerules (+depfiles): Also collect depfiles from .oS in
39465         $(extra-objs).
39466         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39467         .oS, $(libnldbl-routines)).
39468
39469         * Makerules (native-compile-mkdep-flags): Define.
39470         * sunrpc/Makefile (extra-objs): Add $(addprefix
39471         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39472         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39473         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39474         calling $(make-target-directory).
39475
39476 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39477
39478         * bits/types.h (__snseconds_t): Removed.
39479         * time/time.h (struct timespec): Replace __snseconds_t with
39480         __syscall_slong_t.
39481         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39482         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39483         Likewise.
39484         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39485         (__SNSECONDS_T_TYPE): Likewise.
39486         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39487         (__SNSECONDS_T_TYPE): Likewise.
39488         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39489         (__SNSECONDS_T_TYPE): Likewise.
39490
39491 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39492
39493         * sysdeps/mach/hurd/bits/typesizes.h
39494         (__SYSCALL_SLONG_TYPE): New macro.
39495         (__SYSCALL_ULONG_TYPE): Likewise.
39496
39497 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39498
39499         * bits/types.h (__syscall_slong_t): New type.
39500         (__syscall_ulong_t): Likewise.
39501
39502         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39503         (__SYSCALL_ULONG_TYPE): Likewise.
39504         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39505         (__SYSCALL_SLONG_TYPE): Likewise.
39506         (__SYSCALL_ULONG_TYPE): Likewise.
39507         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39508         (__SYSCALL_SLONG_TYPE): Likewise.
39509         (__SYSCALL_ULONG_TYPE): Likewise.
39510         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39511         (__SYSCALL_SLONG_TYPE): Likewise.
39512         (__SYSCALL_ULONG_TYPE): Likewise.
39513
39514 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39515
39516         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39517         Add sigaltstack-offsets.sym.
39518         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39519         <sigaltstack-offsets.h>.
39520         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39521         longjmp_msg pointer.
39522         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39523         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39524         signal stack.
39525         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39526
39527 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39528
39529         * elf/stackguard-macros.h: Remove file.
39530         * sysdeps/generic/stackguard-macros.h: New file.
39531         * sysdeps/i386/stackguard-macros.h: Likewise.
39532         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39533         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39534         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39535         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39536         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39537         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39538         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39539         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39540         <elf/stackguard-macros.h>.
39541
39542         [BZ #14109]
39543         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39544         __aligned__ in attribute.
39545         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39546         (gregset_t): Likewise.
39547
39548 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39549
39550         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39551         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39552         * sysdeps/x86_64/x32/Implies-after: New file.
39553
39554 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39555
39556         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39557         and access return value for _dl_profile_fixup.  Use R10_LP to
39558         load frame size.
39559
39560 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39561
39562         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39563
39564 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39565
39566         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39567         * sysdeps/x86_64/x32/sysdep.h: New file.
39568
39569 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39570
39571         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39572         * sysdeps/x86_64/setjmp.S: Likewise.
39573
39574 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39575
39576         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39577         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39578         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39579         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39580         remove unused global constant.
39581
39582 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39583
39584         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39585         include of <not-cancel.h>.
39586
39587 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39588
39589         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39590
39591 2012-05-15  Jeff Law  <law@redhat.com>
39592             Andreas Jaeger  <aj@suse.de>
39593
39594         [BZ #13594]
39595         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39596         out from...
39597         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39598         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39599         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39600         code changing __hst_map_handle.map.
39601
39602 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39603
39604         * configure.in (sysnames): Look for Implies-before and Implies-after
39605         files.
39606         * configure: Regenerated.
39607
39608 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39609
39610         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39611         8-byte data alignment with LP_SIZE alignment.
39612
39613 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39614
39615         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39616         into R10_LP.
39617
39618 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39619
39620         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39621
39622 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39623
39624         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39625         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39626         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39627         Likewise.
39628         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39629
39630 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39631
39632         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39633         (stackinfo_sub_sp): Likewise.
39634
39635 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39636
39637         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39638         RAX_LP.
39639
39640 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39641
39642         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39643         into R*_LP.
39644
39645 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39646
39647         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39648         sizes into R*_LP.
39649
39650 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39651
39652         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39653
39654 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39655
39656         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39657         into R11_LP and load __x86_64_shared_cache_size_half into
39658         R8_LP.
39659
39660 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39661
39662         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39663         R8_LP.
39664
39665 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39666
39667         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39668         logb for POWER7.
39669         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39670         logbf for POWER7.
39671         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39672         logbl for POWER7.
39673         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39674         powerpc32/power7/fpu/s_logb.c via #include.
39675         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39676         powerpc32/power7/fpu/s_logbf.c via #include.
39677         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39678         powerpc32/power7/fpu/s_logbl.c via #include.
39679
39680 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39681
39682         * README.libm: Remove file.
39683
39684 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39685
39686         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39687         count for x32.  Use R*_LP and omit operand-size suffix.
39688
39689 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39690
39691         * shlib-versions: Move x86_64-.*-linux.* entries to ...
39692         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
39693         * sysdeps/x86_64/x32/shlib-versions: New file.
39694
39695 2012-05-14  Roland McGrath  <roland@hack.frob.com>
39696
39697         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39698         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39699         Use _dl_fatal_printf instead.
39700
39701 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39702
39703         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39704         set if not set by the user.  Do not allow for being unset.
39705         * sysdeps/unix/sysv/linux/configure: Regenerated.
39706
39707 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39708
39709         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39710         the `q' suffix from lea and replace .quad with ASM_ADDR.
39711
39712 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39713
39714         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39715         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
39716         instead of $17.
39717         (PTR_DEMANGLE): Likewise.
39718
39719 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39720
39721         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39722         (LP_OP): Likewise.
39723         (ASM_ADDR): Likewise.
39724         (RAX_LP): Likewise.
39725         (RBP_LP): Likewise.
39726         (RBX_LP): Likewise.
39727         (RCX_LP): Likewise.
39728         (RDI_LP): Likewise.
39729         (RSI_LP): Likewise.
39730         (RSP_LP): Likewise.
39731         (R8_LP): Likewise.
39732         (R9_LP): Likewise.
39733         (R10_LP): Likewise.
39734         (R10_LP): Likewise.
39735         (R11_LP): Likewise.
39736         (R12_LP): Likewise.
39737         (R13_LP): Likewise.
39738         (R14_LP): Likewise.
39739         (R15_LP): Likewise.
39740
39741 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39742
39743         * sysdeps/x86_64/x32/dl-machine.h: New file.
39744
39745 2012-05-14  Andreas Jaeger  <aj@suse.de>
39746
39747         * manual/Makefile (subdir): Remove export of subdir.
39748         (all): Remove target.
39749         (.PHONY): Remove all from list.
39750         (mkinstalldirs): Remove.
39751         (.PHONY): Remove installdirs from list.
39752         ($(inst_infodir)/libc.info): Use make-target-directory.
39753         (installdirs): Remove.
39754         (subdir_%): Remove.
39755         (glibc-targets): Remove.
39756         (lib): Remove.
39757         (stubs): Remove.
39758         ($(objpfx)stubs ../po/manual.pot): Remove.
39759         ($(objpfx)stamp%): Remove.
39760         (make-target-directory): Remove.
39761         (subdir_install): Remove.
39762         (routines): Remove.
39763         (aux): Remove.
39764         (sources): Remove.
39765         (objects): Remove.
39766         (headers): Remove.
39767
39768         [BZ #13750]
39769         * manual/.gitignore: Remove, it's not needed anymore.
39770         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
39771         all files in it.
39772         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
39773         directory.
39774         (texis): Renamed to $(objpfx)texis.
39775         (texis-path): New, contains path to generated files.
39776         (chapters.%): Use texis-path for complete path, add extra argument
39777         libc-texinfo.sh.
39778         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
39779         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
39780         (summary,texi, stamp-summary): Use complete path of
39781         files. Generate files in build dir.
39782         (dir-add.texi): Build in build dir.
39783         (libm-err.texi,stamp-libm-err): Likewise.
39784         (version.texi, stamp-version): Likewise.
39785         (.%c.texi): Likewise.
39786         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
39787         (mostlyclean): Remove target.
39788         (realclean): Remove target.
39789         (generated): Add new variable with contents from mostlyclean and
39790         realclean, remove entries duplicated in common-mostlyclean, add
39791         stamp-libm-err and stamp-version.
39792         (generated-dirs): Add libc directory.
39793         ($(inst_infodir)/libc.info): Install files from build dir.
39794
39795         * manual/install.texi (Configuring and compiling): Adjust since
39796         the info files are not part of the tar ball anymore.
39797
39798 2012-05-14  Andreas Jaeger  <aj@suse.de>
39799
39800         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
39801         variable.
39802
39803 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39804
39805         [BZ #13717]
39806         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39807         to 2.2.0 where earlier.
39808         * sysdeps/unix/sysv/linux/configure: Regenerated.
39809         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
39810         Remove conditional code.
39811         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
39812         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
39813         Remove conditional code.
39814         [!__NR_lchown]: Likewise.
39815         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39816         [__NR_lchown]: Likewise.
39817         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
39818         comment referencing __ASSUME_LCHOWN_SYSCALL.
39819         * sysdeps/unix/sysv/linux/i386/sigaction.c
39820         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39821         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39822         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
39823         Remove conditional code.
39824         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
39825         (__protocol_available): Remove #if 0 code.
39826         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
39827         conditional code.
39828         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
39829         * sysdeps/unix/sysv/linux/kernel-features.h
39830         (__ASSUME_GETCWD_SYSCALL): Don't define.
39831         (__ASSUME_REALTIME_SIGNALS): Likewise.
39832         (__ASSUME_PREAD_SYSCALL): Likewise.
39833         (__ASSUME_PWRITE_SYSCALL): Likewise.
39834         (__ASSUME_POLL_SYSCALL): Likewise.
39835         (__ASSUME_LCHOWN_SYSCALL): Likewise.
39836         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
39837         non-SPARC.
39838         (__ASSUME_SIOCGIFNAME): Don't define.
39839         (__ASSUME_MSG_NOSIGNAL): Likewise.
39840         (__ASSUME_SENDFILE): Define unconditionally.
39841         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
39842         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
39843         conditional code.
39844         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
39845         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
39846         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39847         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39848         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
39849         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39850         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
39852         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39853         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
39855         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39856         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
39858         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39859         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
39861         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39862         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
39864         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39865         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
39867         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39868         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
39870         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39871         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
39873         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39874         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39875         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
39876         Remove conditional code.
39877         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39878         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39879         Remove conditional code.
39880         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39881         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
39882         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
39883         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39884         Remove conditional code.
39885         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39886         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
39887         Remove conditional code.
39888         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39889         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
39890         Remove conditional code.
39891         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39892         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39893         Remove conditional code.
39894         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39895         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39896         Remove conditional code.
39897         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39898         * sysdeps/unix/sysv/linux/sh/pwrite64.c
39899         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39900         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39901         * sysdeps/unix/sysv/linux/sigaction.c
39902         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39903         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39904         * sysdeps/unix/sysv/linux/sigpending.c
39905         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39906         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39907         * sysdeps/unix/sysv/linux/sigprocmask.c
39908         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39909         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39910         * sysdeps/unix/sysv/linux/sigsuspend.c
39911         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39912         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39913         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39914         (__libc_missing_rt_sigs): Remove.
39915         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
39916         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
39917         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
39918         Remove conditional code.
39919         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
39920         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
39921         return 1.
39922         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
39923         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
39924         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
39925         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
39926
39927 2012-05-14  Andreas Jaeger  <aj@suse.de>
39928
39929         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
39930         it's not used in glibc.
39931         (__coshm1): Likewise.
39932         (__acosh1p): Likewise.
39933         (__sgn): Likewise.
39934
39935         * manual/string.texi (Copying and Concatenation): Add missing
39936         variable in concat example.
39937         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
39938
39939 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39940
39941         [BZ #14103]
39942         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
39943         __builtin_clzl with __builtin_clzll.
39944
39945 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39946
39947         [BZ #14104]
39948         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
39949         libc_freeres_ptr.
39950
39951 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39952
39953         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
39954         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
39955         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
39956         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
39957
39958 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
39959
39960         * NEWS: Update ia64 info.
39961
39962 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
39963
39964         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
39965         used as bcopy.
39966
39967 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
39968
39969         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
39970         * sysdeps/unix/syscalls.list (dup3): Likewise.
39971         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
39972         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
39973
39974 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39975
39976         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
39977         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
39978
39979 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39980
39981         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
39982         thread pointer.
39983         (TLS_IE): Use mov/add instead of movq/addq to load thread
39984         pointer.
39985         (TLS_GD_PREFIX): New.
39986         (TLS_GD): Use it.
39987
39988 2012-05-11  David S. Miller  <davem@davemloft.net>
39989
39990         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
39991         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
39992         (_FPU_SETCW): Likewise.
39993
39994 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39995
39996         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
39997         is 32-byte aligned.
39998
39999 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40000
40001         [BZ #11837]
40002         * iconvdata/gb18030.c: Update tables.
40003         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40004         characters specially.
40005         (BODY for TO_LOOP): Add encoding of missing ranges.
40006
40007 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40008
40009         [BZ #13673]
40010         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40011         * sysdeps/mach/hurd/dup3.c: Likewise.
40012         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40013         * sysdeps/powerpc/memmove.c:: Likewise.
40014
40015 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40016
40017         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40018         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40019
40020 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40021
40022         * elf/elf.h (R_X86_64_RELATIVE64): New.
40023         (R_X86_64_NUM): Updated.
40024         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40025         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40026         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40027         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40028         tst-quad1pie tst-quad2pie
40029         (modules-names): Add tst-quadmod1 tst-quadmod2.
40030         ($(objpfx)tst-quad1): New dependency.
40031         ($(objpfx)tst-quad2): Likewise.
40032         ($(objpfx)tst-quad1pie): Likewise.
40033         ($(objpfx)tst-quad2pie): Likewise.
40034         * sysdeps/x86_64/tst-quad1.c: New file.
40035         * sysdeps/x86_64/tst-quad1pie.c: New file.
40036         * sysdeps/x86_64/tst-quad2.c: Likewise.
40037         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40038         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40039         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40040         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40041         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40042
40043 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40044
40045         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40046         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40047         * streams/stropts.h (t_scalar_t): Define type.
40048
40049         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40050         (_PATH_PRESERVE): Set to "/var/lib".
40051         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40052
40053         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40054         instead of int.
40055
40056         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40057         if __dir_mkfile succeeded.
40058
40059         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40060         checking for _hurd_dtablesize.  Unlock it right after having
40061         finished _hurd_dtable allocation.
40062
40063 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40064
40065         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40066         * sysdeps/mach/hurd/configure: Regenerated.
40067         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40068         special-casing to...
40069         * sysdeps/gnu/configure.in: ... this new file.
40070         * sysdeps/unix/sysv/linux/configure: Regenerated.
40071         * sysdeps/gnu/configure: New generated file.
40072
40073         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40074         for Linux: use nsec instead of usec, as well as:
40075         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40076         members of type struct timespec.
40077         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40078         New macros.
40079         (struct stat64): Likewise.
40080         (_STATBUF_ST_NSEC): New macro.
40081         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40082
40083         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40084         __strtoul_internal rather than strtoul.
40085
40086 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40087
40088         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40089         and reject them.
40090
40091 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40092
40093         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40094         which preserves existing values.
40095         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40096
40097 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40098
40099         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40100         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40101         greater than FD_SETSIZE.
40102
40103 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40104
40105         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40106         allocated, call __vm_protect to finish enabling the existing space, and
40107         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40108         allocate the remainder.
40109
40110 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40111
40112         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40113         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40114
40115 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40116
40117         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40118         sysdeps/mach/hurd/readlink.c.
40119
40120         * posix/tst-sysconf.c (posix_options): Only use
40121         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40122         _POSIX_SYNCHRONIZED_IO when they are defined
40123         * sysdeps/mach/hurd/bits/posix_opt.h:
40124         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40125         (_XOPEN_REALTIME): Undefine macro.
40126         (_XOPEN_REALTIME_THREADS): Undefine macro.
40127         (_XOPEN_SHM): Undefine macro.
40128         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40129         macro to -1.
40130         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40131         macro to -1.
40132         (_POSIX_ASYNC_IO): Undefine macro.
40133         (_POSIX_PRIORITIZED_IO): Undefine macro.
40134         (_POSIX_SPIN_LOCKS): Define macro to -1.
40135
40136         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40137         SA_NODEFER, SA_RESETHAND.
40138         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40139         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40140         F_DUPFD_CLOEXEC.
40141
40142 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40143
40144         * elf/Makefile (pldd-modules): Define unconditionally.
40145
40146 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40147
40148         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40149
40150 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40151
40152         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40153         Return ENOENT when name is empty.
40154         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40155
40156 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40157
40158         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40159
40160         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40161
40162 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40163
40164         Fix mlock in all cases except non-readable pages.
40165         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40166         instead of VM_PROT_ALL as parameter to __vm_wire function.
40167
40168         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40169         (__mkdir): When path is `/', just fail with EEXIST.
40170         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40171
40172 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40173
40174         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40175         <sys/uio.h> (for writev).
40176         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40177         and <sys/param.h> (for MIN).
40178
40179 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40180
40181         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40182         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40183         if interrupted.
40184
40185 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40186
40187         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40188         Depend on against $(link-rpcuserlibs).
40189
40190 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40191
40192         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40193         (__libc_stack_end): Do not use attribute_relro.
40194         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40195         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40196         to libthread-provided value.
40197         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40198         attribute_relro.
40199
40200 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40201
40202         [BZ #3748]
40203         * bits/libc-lock.h (__libc_once_get): New macro.
40204         * sysdeps/mach/bits/libc-lock.h: Likewise.
40205         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40206         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40207         instead of using implementation details.
40208
40209         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40210         * libio/freopen.c: Likewise.
40211         * libio/freopen64.c: Likewise.
40212         * misc/syslog.c: Likewise.
40213         * nscd/connections.c: Likewise.
40214         * nscd/netgroupcache.c: Likewise.
40215         * sysdeps/posix/getcwd.c: Likewise.
40216
40217 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40218
40219         * math/w_ilogbf.c: Add #include <limits.h>.
40220
40221 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40222
40223         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40224         path instead of returning without unlocking.
40225
40226         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40227         immediate-write ioctls.
40228         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40229
40230 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40231
40232         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40233         __builtin_frame_address instead of making assumptions about the
40234         location of the return address relative to DATA.  Force early load of
40235         the return address.
40236         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40237         __builtin_frame_address.
40238
40239         dup3 for GNU Hurd.
40240         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40241         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40242         implement dup3 and do some further code clean-ups.
40243         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40244         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40245
40246 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40247
40248         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40249
40250         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40251         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40252         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40253         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40254         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40255         d->port.lock.
40256
40257         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40258         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40259         when handler == SIG_ERR, not when handler != SIG_ERR.
40260
40261 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40262
40263         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40264         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40265         definitions.
40266
40267         accept4 for GNU Hurd.
40268         * include/sys/socket.h (__libc_accept4): New prototype.
40269         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40270         to implement __libc_accept4.
40271         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40272         __libc_accept4.
40273         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40274
40275         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40276         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40277         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40278         signal-defines.sym.
40279
40280 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40281
40282         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40283
40284 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40285
40286         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40287         assertion on O_CLOEXEC flag.
40288         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40289         * hurd/intern-fd.c: Likewise.
40290         * hurd/port2fd.c: Likewise.
40291
40292 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40293
40294         [BZ #3906]
40295         * bits/in.h (IPV6_PKTINFO): Define new macro.
40296         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40297
40298 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40299
40300         [BZ #13954]
40301         [BZ #13955]
40302         [BZ #13956]
40303         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40304         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40305         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40306         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40307         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40308         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40309         * math/libm-test.inc (logb_test) : Additional logb tests.
40310
40311 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40312             Andreas Jaeger  <aj@suse.de>
40313
40314         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40315         * configure: Regenerated.
40316         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40317         * config.make.in (link-obsolete-rpc): New substituted variable.
40318         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40319         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40320         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40321         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40322         so that libc.a contains the symbols.
40323         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40324         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40325         * sunrpc/auth_none.c: Likewise.
40326         * sunrpc/auth_unix.c: Likewise.
40327         * sunrpc/authdes_prot.c: Likewise.
40328         * sunrpc/authuxprot.c: Likewise.
40329         * sunrpc/clnt_gen.c: Likewise.
40330         * sunrpc/clnt_perr.c: Likewise.
40331         * sunrpc/clnt_raw.c: Likewise.
40332         * sunrpc/clnt_simp.c: Likewise.
40333         * sunrpc/clnt_tcp.c: Likewise.
40334         * sunrpc/clnt_udp.c: Likewise.
40335         * sunrpc/clnt_unix.c: Likewise.
40336         * sunrpc/des_crypt.c: Likewise.
40337         * sunrpc/des_soft.c: Likewise.
40338         * sunrpc/get_myaddr.c: Likewise.
40339         * sunrpc/key_call.c: Likewise.
40340         * sunrpc/key_prot.c: Likewise.
40341         * sunrpc/netname.c: Likewise.
40342         * sunrpc/pm_getmaps.c: Likewise.
40343         * sunrpc/pm_getport.c: Likewise.
40344         * sunrpc/pmap_clnt.c: Likewise.
40345         * sunrpc/pmap_prot.c: Likewise.
40346         * sunrpc/pmap_prot2.c: Likewise.
40347         * sunrpc/pmap_rmt.c: Likewise.
40348         * sunrpc/publickey.c: Likewise.
40349         * sunrpc/rpc_cmsg.c: Likewise.
40350         * sunrpc/rpc_common.c: Likewise.
40351         * sunrpc/rpc_dtable.c: Likewise.
40352         * sunrpc/rpc_prot.c: Likewise.
40353         * sunrpc/rpc_thread.c: Likewise.
40354         * sunrpc/rtime.c: Likewise.
40355         * sunrpc/svc.c: Likewise.
40356         * sunrpc/svc_auth.c: Likewise.
40357         * sunrpc/svc_raw.c: Likewise.
40358         * sunrpc/svc_run.c: Likewise.
40359         * sunrpc/svc_tcp.c: Likewise.
40360         * sunrpc/svc_udp.c: Likewise.
40361         * sunrpc/svc_unix.c: Likewise.
40362         * sunrpc/svcauth_des.c: Likewise.
40363         * sunrpc/xcrypt.c: Likewise.
40364         * sunrpc/xdr.c: Likewise.
40365         * sunrpc/xdr_array.c: Likewise.
40366         * sunrpc/xdr_float.c: Likewise.
40367         * sunrpc/xdr_intXX_t.c: Likewise.
40368         * sunrpc/xdr_mem.c: Likewise.
40369         * sunrpc/xdr_rec.c: Likewise.
40370         * sunrpc/xdr_ref.c: Likewise.
40371         * sunrpc/xdr_sizeof.c: Likewise.
40372         * sunrpc/xdr_stdio.c: Likewise.
40373
40374 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40375
40376         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40377         change.  Update copyright years.
40378
40379 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40380
40381         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40382
40383 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40384             Joseph Myers  <joseph@codesourcery.com>
40385             Paul Pluzhnikov  <ppluzhnikov@google.com>
40386
40387         [BZ #14012]
40388         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40389         requiring rpcgen.
40390         [cross-compiling] (extra-libs): Likewise.
40391         [cross-compiling] (extra-libs-others): Likewise.
40392         [cross-compiling] (librpcsvc-routines): Likewise.
40393         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40394         [cross-compiling] (omit-deps): Likewise.
40395         (sunrpc-CPPFLAGS): New variable.
40396         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40397         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40398         (cross-rpcgen-objs): New variable.
40399         (extra-objs): Append $(cross-rpcgen-objs).
40400         ($(cross-rpcgen-objs)): New rule.
40401         ($(objpfx)cross-rpcgen): Likewise.
40402         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40403         comment.
40404         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40405         ($(objpfx)x%.stmp): Likewise.
40406         * sunrpc/proto.h [IS_IN_build] (_): Define.
40407         [IS_IN_build] (_libc_intl_domainname): Likewise.
40408
40409 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40410
40411         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40412         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40413         and R_X86_64_TPOFF64.
40414
40415 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40416
40417         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40418         sysdeps/unix/sysv/syscalls.list.
40419         (stime): Likewise.
40420         (utime): Likewise.
40421         * sysdeps/unix/sysv/syscalls.list: Remove file.
40422
40423 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40424
40425         [BZ #3440]
40426         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40427         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40428         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40429         (__LC_IDENTIFICATION): Make these macros useful in #if
40430         expressions, as required by C99.
40431
40432 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40433
40434         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40435         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40436         after this.
40437
40438 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40439
40440         * stdlib/longlong.h: Updated from GCC.
40441
40442 2012-05-09  Andreas Jaeger  <aj@suse.de>
40443
40444         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40445         default is first entry.
40446         (run_mode): Set type.
40447         (main): Remove informal message about syslog.
40448         (options): Fix typo.
40449
40450         [BZ #14053]
40451         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40452         to asm.
40453         (lrint): Likewise.
40454         (llrintf): Likewise.
40455         (llrint): Likewise.
40456         (rint): Likewise.
40457         (rintf): Likewise.
40458         (nearbyint): Likewise.
40459         (nearbyintf): Likewise.
40460
40461 2012-05-09  Andreas Jaeger  <aj@suse.de>
40462             Pedro Alves  <palves@redhat.com>
40463
40464         * nscd/nscd.c (run_mode): Use enum.
40465         (main): Cleanup coding style issue.
40466
40467 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40468             Andreas Jaeger  <aj@suse.de>
40469
40470         * nscd/nscd.c (go_background): Replaced with...
40471         (run_mode): ... this.
40472         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40473         (options): Add -F --foreground.
40474         (main): Implement it.
40475         (parse_opt): Parse it.
40476
40477 2012-05-09  Andreas Jaeger  <aj@suse.de>
40478
40479         [BZ #14083]
40480         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40481         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40482         -Wconversion warning.
40483         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40484         Likewise.
40485
40486 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40487
40488         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40489         == 0.
40490         (LC_ALL): Use macro-int-constant.
40491         (LC_COLLATE): Likewise.
40492         (LC_CTYPE): Likewise.
40493         (LC_MESSAGES): Likewise.
40494         (LC_MONETARY): Likewise.
40495         (LC_NUMERIC): Likewise.
40496         (LC_TIME): Likewise.
40497         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40498         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40499         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40500         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40501         Specify type.
40502         [C99-based standards] (float_t): Expect type.
40503         [C99-based standards] (double_t): Expect type.
40504         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40505         type.
40506         [C99-based standards] (HUGE_VALL): Likewise.
40507         [C99-based standards] (INFINITY): Likewise.
40508         [C99-based standards] (NAN): Likewise.
40509         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40510         [C99-based standards] (FP_NAN): Likewise.
40511         [C99-based standards] (FP_NORMAL): Likewise.
40512         [C99-based standards] (FP_SUBNORMAL): Likewise.
40513         [C99-based standards] (FP_ZERO): Likewise.
40514         [C99-based standards] (FP_FAST_FMA): Use
40515         optional-macro-int-constant.  Specify type.  Require == 1.
40516         [C99-based standards] (FP_FAST_FMAF): Likewise.
40517         [C99-based standards] (FP_FAST_FMAL): Likewise.
40518         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40519         [C99-based standards] (FP_ILOGBNAN): Likewise.
40520         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40521         Specify type.
40522         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40523         [C99-based standards] (math_errhandling): Specify type.
40524         [ISO99 || ISO11] (signgam): Do not allow.
40525         [non-C99-based standards] (copysignf): Do not allow.
40526         [non-C99-based standards] (exp2f): Likewise.
40527         [non-C99-based standards] (log2f): Likewise.
40528         [non-C99-based standards] (modff): Allow.
40529         [non-C99-based standards] (erff): Do not allow.
40530         [non-C99-based standards] (erfcf): Likewise.
40531         [non-C99-based standards] (gammaf): Likewise.
40532         [non-C99-based standards] (hypotf): Likewise.
40533         [non-C99-based standards] (j0f): Likewise.
40534         [non-C99-based standards] (j1f): Likewise.
40535         [non-C99-based standards] (jnf): Likewise.
40536         [non-C99-based standards] (lgammaf): Likewise.
40537         [non-C99-based standards] (tgammaf): Likewise.
40538         [non-C99-based standards] (y0f): Likewise.
40539         [non-C99-based standards] (y1f): Likewise.
40540         [non-C99-based standards] (ynf): Likewise.
40541         [non-C99-based standards] (isnanf): Likewise.
40542         [non-C99-based standards] (acoshf): Likewise.
40543         [non-C99-based standards] (asinhf): Likewise.
40544         [non-C99-based standards] (atanhf): Likewise.
40545         [non-C99-based standards] (cbrtf): Likewise.
40546         [non-C99-based standards] (expm1f): Likewise.
40547         [non-C99-based standards] (ilogbf): Likewise.
40548         [non-C99-based standards] (log1pf): Likewise.
40549         [non-C99-based standards] (logbf): Likewise.
40550         [non-C99-based standards] (nextafterf): Likewise.
40551         [non-C99-based standards] (remainderf): Likewise.
40552         [non-C99-based standards] (rintf): Likewise.
40553         [non-C99-based standards] (scalbf): Likewise.
40554         [non-C99-based standards] (copysignl): Likewise.
40555         [non-C99-based standards] (exp2l): Likewise.
40556         [non-C99-based standards] (log2l): Likewise.
40557         [non-C99-based standards] (modfl): Allow.
40558         [non-C99-based standards] (erfl): Do not allow.
40559         [non-C99-based standards] (erfcl): Likewise.
40560         [non-C99-based standards] (gammal): Likewise.
40561         [non-C99-based standards] (hypotl): Likewise.
40562         [non-C99-based standards] (j0l): Likewise.
40563         [non-C99-based standards] (j1l): Likewise.
40564         [non-C99-based standards] (jnl): Likewise.
40565         [non-C99-based standards] (lgammal): Likewise.
40566         [non-C99-based standards] (tgammal): Likewise.
40567         [non-C99-based standards] (y0l): Likewise.
40568         [non-C99-based standards] (y1l): Likewise.
40569         [non-C99-based standards] (ynl): Likewise.
40570         [non-C99-based standards] (isnanl): Likewise.
40571         [non-C99-based standards] (acoshl): Likewise.
40572         [non-C99-based standards] (asinhl): Likewise.
40573         [non-C99-based standards] (atanhl): Likewise.
40574         [non-C99-based standards] (cbrtl): Likewise.
40575         [non-C99-based standards] (expm1l): Likewise.
40576         [non-C99-based standards] (ilogbl): Likewise.
40577         [non-C99-based standards] (log1pl): Likewise.
40578         [non-C99-based standards] (logbl): Likewise.
40579         [non-C99-based standards] (nextafterl): Likewise.
40580         [non-C99-based standards] (remainderl): Likewise.
40581         [non-C99-based standards] (rintl): Likewise.
40582         [non-C99-based standards] (scalbl): Likewise.
40583         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40584         [non-C99-based standards] (FP_*): Do not allow.
40585         [C99-based standards] (FP_*): Change to
40586         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40587         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40588         allow.
40589         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40590         (SIG_ERR): Likewise.
40591         [X/Open-based standards] (SIG_HOLD): Likewise.
40592         (SIG_IGN): Likewise.
40593         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40594         positive value.
40595         (SIGFPE): Likewise.
40596         (SIGILL): Likewise.
40597         (SIGINT): Likewise.
40598         (SIGSEGV): Likewise.
40599         (SIGTER): Likewise.
40600         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40601         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40602         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40603         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40604         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40605         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40606         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40607         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40608         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40609         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40610         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40611         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40612         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40613         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40614         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40615         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40616         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40617         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40618         [X/Open-based standards] (SIGTRAP): Likewise.
40619         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40620         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40621         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40622         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40623         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40624         allow.
40625
40626 2012-05-08  Ian Wienand  <ianw@vmware.com>
40627
40628         [BZ #14080]
40629         * time/tzset.c (__tzset_parse_tz): Update default rules for
40630         daylight time changes in the Energy Policy Act of 2005.
40631
40632 2012-05-09  Andreas Jaeger  <aj@suse.de>
40633
40634         [BZ #13983]
40635         * elf/ldconfig.c (parse_conf): Change string to make clear that
40636         ldconfig only issued a warning if ld.so.conf does not exist.
40637
40638 2012-05-08  David S. Miller  <davem@davemloft.net>
40639
40640         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40641         movxtod instead of popping the value on the stack.
40642
40643         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40644
40645 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
40646
40647         * config.h.in: Add HAVE_ARM_PCS_VFP.
40648
40649 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
40650
40651         [BZ #13979]
40652         * include/features.h: Warn if user requests __FORTIFY_SOURCE
40653         checking but the checks are disabled for any reason.
40654
40655 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
40656
40657         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40658         and ELF64_R_TYPE with ELFW(R_TYPE).
40659
40660 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
40661
40662         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40663         (ulimit): Likewise.
40664
40665         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40666         (settimeofday): Likewise.
40667
40668 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
40669
40670         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
40671         a struct th_u2 inside the union, and move tu_block/tu_code into
40672         a new th_u3 union of tu_block/tu_code inside of that.  Move
40673         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
40674         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
40675         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40676         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40677         (th_stuff): Change to th_u1.tu_stuff.
40678         (th_data): Define.
40679         (th_msg): Change to th_u1.th_u2.tu_data.
40680
40681 2012-05-07  David S. Miller  <davem@davemloft.net>
40682
40683         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40684
40685         [BZ #14074]
40686         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40687         (SETUP_PIC_REG): Use it.
40688         (SETUP_PIC_REG_LEAF): Use it.
40689
40690 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
40691
40692         [BZ #13885]
40693         [BZ #13923]
40694         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40695         USE_AS_EXPM1L.
40696         (EXPL_FINITE): Likewise.
40697         (FLDLOG): Likewise.
40698         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40699         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40700         e_expl.S.
40701         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40702         USE_AS_EXPM1L.
40703         (EXPL_FINITE): Likewise.
40704         (FLDLOG): Likewise.
40705         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40706         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40707         e_expl.S.
40708         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
40709         test of -max_value argument for long double.
40710         * sysdeps/i386/fpu/libm-test-ulps: Update.
40711         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40712
40713 2012-05-06  David S. Miller  <davem@davemloft.net>
40714
40715         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40716         quad soft-float symbols whose references which are compiler
40717         generated.
40718         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40719
40720 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
40721
40722         [BZ #13884]
40723         [BZ #13914]
40724         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40725         USE_AS_EXP10L.
40726         (EXPL_FINITE): Likewise.
40727         (FLDLOG): Likewise.
40728         (c0): Likewise.
40729         (c1): Likewise.
40730         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40731         Adjust comments for base varying.
40732         (__expl_finite): Change alias to EXPL_FINITE.
40733         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40734         e_expl.S.
40735         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
40736         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
40737         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
40738         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
40739         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40740         USE_AS_EXP10L.
40741         (EXPL_FINITE): Likewise.
40742         (FLDLOG): Likewise.
40743         (c0): Likewise.
40744         (c1): Likewise.
40745         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40746         Adjust comments for base varying.
40747         (__expl_finite): Change alias to EXPL_FINITE.
40748         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
40749         tests for bugs.
40750         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40751
40752         [BZ #14064]
40753         * math/libm-test.inc (check_float_internal): Correct ulp
40754         calculation for subnormal expected results.
40755
40756 2012-05-06  Andreas Jaeger  <aj@suse.de>
40757
40758         * Makeconfig (+math-flags): New, set to -frounding-math.
40759         (+cflags): Add +math-flags so that all of glibc gets compiled with
40760         it.
40761
40762         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
40763
40764 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
40765
40766         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
40767         Disable one test.
40768
40769         [BZ #13787]
40770         [BZ #13922]
40771         [BZ #14036]
40772         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
40773         (__ieee754_expl): Allow for and saturate large arguments.
40774         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
40775         (u_threshold): Likewise.
40776         (__exp): Call __ieee754_exp before checking for overflow and
40777         underflow.
40778         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
40779         (u_threshold): Likewise.
40780         (__expf): Call __ieee754_expf before checking for overflow and
40781         underflow.
40782         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
40783         (u_threshold): Likewise.
40784         (__expl): Call __ieee754_expl before checking for overflow and
40785         underflow.
40786         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
40787         (__ieee754_expl): Allow for and saturate large arguments.
40788         * math/libm-test.inc (exp_test): Add another test.  Do not allow
40789         missing overflow exception on overflow.
40790         (expm1_test): Do not allow missing overflow exception on overflow.
40791
40792         * sysdeps/i386/fpu/e_expl.c: Move to ...
40793         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
40794         rather than using inline asm.
40795         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
40796         * sysdeps/x86_64/fpu/e_expl.S: Copy from
40797         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
40798
40799         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
40800         (nice): Likewise.
40801         (poll): Likewise.
40802         (signal): Likewise.
40803         (time): Likewise.
40804         (times): Likewise.
40805
40806 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40807
40808         * sysdeps/unix/syscalls.list (adjtime): Add entry from
40809         sysdeps/unix/common/syscalls.list.
40810         (fchmod): Likewise.
40811         (fchown): Likewise.
40812         (ftruncate): Likewise.
40813         (getrusage): Likewise.
40814         (gettimeofday): Likewise.
40815         (setpgid): Likewise.
40816         (setregid): Likewise.
40817         (setreuid): Likewise.
40818         (sigaction): Likewise.
40819         (truncate): Likewise.
40820         (vhangup): Likewise.
40821         * sysdeps/unix/common/syscalls.list: Remove file.
40822         * sysdeps/unix/bsd/Implies: Don't include unix/common.
40823         * sysdeps/unix/sysv/linux/Implies: Likewise.
40824
40825 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
40826
40827         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
40828         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
40829         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
40830         Moved to ...
40831         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
40832         Here.
40833         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
40834         to ...
40835         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
40836         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
40837         to ...
40838         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
40839         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
40840         to ...
40841         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
40842         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
40843         to ...
40844         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
40845         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
40846         to ...
40847         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
40848         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
40849         to ...
40850         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
40851         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
40852         to ...
40853         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40854         Here.
40855         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
40856         to ...
40857         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
40858         Here.
40859         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
40860         to ...
40861         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
40862         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
40863         Moved to ...
40864         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
40865         Here.
40866         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
40867         to ...
40868         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
40869
40870 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40871
40872         * sysdeps/unix/common/bits/dirent.h: Remove file.
40873         * sysdeps/unix/common/bits/fcntl.h: Likewise.
40874
40875         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
40876         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
40877         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
40878         * sysdeps/unix/bsd/isatty.c: Likewise.
40879         * sysdeps/unix/bsd/tcdrain.c: Likewise.
40880         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
40881         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
40882
40883 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40884
40885         [BZ #13563]
40886         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
40887         long double comparison inaccuracies.
40888         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
40889         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40890
40891 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
40892
40893         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
40894         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
40895
40896 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40897
40898         [BZ #14049]
40899         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
40900         nonzero digits before rounding a hex value.
40901         * stdlib/tst-strtod.c (tests): Add another test.
40902
40903 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40904
40905         * sysdeps/s390/fpu/libm-test-ulps: Update.
40906
40907 2012-05-03  Andreas Jaeger  <aj@suse.de>
40908
40909         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
40910         does not get optimized out.
40911         (malloc_opt_barrier): New.
40912
40913 2012-05-03  Andreas Jaeger  <aj@suse.de>
40914             Roland McGrath  <roland@hack.frob.com>
40915
40916         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
40917         intermediate file deletion.
40918         (generated): Add .symlist files.
40919
40920 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
40921
40922         [BZ #13775]
40923         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
40924         Redirect under this condition.
40925         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40926         [__USE_GNU] (__dprintf_chk): Not under this condition.
40927         [__USE_GNU] (__vdprintf_chk): Likewise.
40928         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
40929         under this condition.
40930         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40931         [__USE_XOPEN2K8] (dprintf): Define under this condition.
40932         [__USE_XOPEN2K8] (vdprintf): Likewise.
40933         [__USE_GNU] (__dprintf_chk): Not under this condition.
40934         [__USE_GNU] (__vdprintf_chk): Likewise.
40935         [__USE_GNU] (dprintf): Likewise.
40936         [__USE_GNU] (vdprintf): Likewise.
40937
40938 2012-05-03  Roland McGrath  <roland@hack.frob.com>
40939
40940         * elf/Makefile (common-generated): Set this instead of generated for
40941         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
40942         $(all-built-dso)-derived lists.
40943
40944 2012-05-03  Andreas Jaeger  <aj@suse.de>
40945
40946         * sysdeps/i386/fpu/libm-test-ulps: Update.
40947
40948         * FAQ: Removed.
40949         * FAQ.in: Likewise.
40950         * scripts/gen-FAQ.pl: Likewise.
40951         * manual/install.texi (Installation): Point to online location of
40952         FAQ.
40953         * Makefile (files-for-dist): Remove FAQ.
40954         (FAQ): Remove.
40955
40956 2012-05-02  Allan McRae  <allan@archlinux.org>
40957
40958         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
40959         (LDFLAGS-reldepmod5.so): Likewise.
40960         (LDFLAGS-reldep6mod1.so): Likewise.
40961         (LDFLAGS-reldep6mod4.so): Likewise.
40962         (LDFLAGS-reldep8mod3.so): Likewise.
40963         (LDFLAGS-unload4mod1.so): Likewise.
40964         (LDFLAGS-unload4mod2.so): Likewise.
40965         (LDFLAGS-tst-initorder): Likewise.
40966         (LDFLAGS-tst-initordera2.so): Likewise.
40967         (LDFLAGS-tst-initordera3.so): Likewise.
40968         (LDFLAGS-tst-initordera4.so): Likewise.
40969         (LDFLAGS-tst-initorderb2.so): Likewise.
40970         (LDFLAGS-noload): Likewise.
40971         (LDFLAGS-next): Likewise.
40972         (LDFLAGS-order2mod1.so): Likewise.
40973         (LDFLAGS-order2mod2.so): Likewise.
40974         (LDFLAGS-tst-initorder2): Likewise.
40975         (LDFLAGS-tst-initorder2a.so): Likewise.
40976         (LDFLAGS-tst-initorder2b.so): Likewise.
40977         (LDFLAGS-tst-initorder2c.so): Likewise.
40978         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
40979
40980 2012-05-02  David S. Miller  <davem@davemloft.net>
40981
40982         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40983
40984 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
40985
40986         [BZ #14055]
40987         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
40988
40989 2012-05-02  Andreas Jaeger  <aj@suse.de>
40990
40991         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
40992         since we manipulate rounding mode.
40993         (CPPFLAGS-test-idouble.c): Likewise.
40994         (CPPFLAGS-test-ifloat.c): Likewise.
40995         (CFLAGS-test-ldouble.c): Likewise.
40996         (CFLAGS-test-double.c): Likewise.
40997         (CFLAGS-test-float.c): Likewise.
40998         (CFLAGS-test-misc.c): Likewise.
40999         (CFLAGS-test-test-fenv.c): Likewise.
41000
41001 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41002
41003         [BZ #2550]
41004         [BZ #2570]
41005         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41006         comparisons to determine direction to adjust input.
41007
41008 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41009
41010         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41011         output to the target.
41012
41013         * scripts/localplt.awk: New file.
41014         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41015         (check-localplt-CFLAGS): Variable removed.
41016         ($(all-built-dso:=.jmprel)): New static pattern rule.
41017         (generated): Add those targets.
41018         (localplt-built-dso): New variable.
41019         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41020
41021         * elf/check-localplt.c: File removed.
41022
41023         * scripts/check-execstack.awk: New file.
41024         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41025         (check-execstack-CFLAGS): Variable removed.
41026         ($(objpfx)check-execstack.h): Target removed.
41027         ($(objpfx)execstack-default): New target.
41028         (generated): Add that instead of check-execstack.h.
41029         ($(all-built-dso:=.phdr)): New static pattern rule.
41030         (generated): Add those targets.
41031         * elf/check-execstack.c: File removed.
41032
41033         * scripts/check-textrel.awk: New file.
41034         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41035         (check-textrel-CFLAGS): Variable removed.
41036         (all-built-dso): Use := to define.o
41037         ($(all-built-dso:=.dyn)): New static pattern rule.
41038         (generated): Add those targets.
41039         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41040         * config.make.in (READELF): New substituted variable.
41041         * elf/check-textrel.c: File removed.
41042
41043 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41044
41045         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41046         allow.
41047         * conform/data/ctype.h-data [C99-based standards] (isblank):
41048         Expect function.
41049         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41050         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41051         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41052         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41053         Specify type.  Require positive value.
41054         (EILSEQ): Likewise.
41055         (ERANGE): Likewise.
41056         [ISO || POSIX] (EILSEQ): Do not expect.
41057         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41058         Specify type.  Require positive value.
41059         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41060         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41061         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41062         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41063         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41064         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41065         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41066         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41067         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41068         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41069         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41070         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41071         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41072         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41073         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41074         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41075         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41076         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41077         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41078         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41079         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41080         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41081         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41082         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41083         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41084         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41085         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41086         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41087         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41088         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41089         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41090         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41091         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41092         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41093         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41094         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41095         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41096         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41097         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41098         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41099         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41100         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41101         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41102         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41103         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41104         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41105         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41106         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41107         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41108         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41109         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41110         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41111         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41112         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41113         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41114         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41115         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41116         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41117         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41118         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41119         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41120         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41121         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41122         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41123         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41124         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41125         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41126         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41127         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41128         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41129         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41130         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41131         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41132         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41133         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41134         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41135         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41136         Require >= 2.
41137         (FLT_ROUNDS): Expect as macro, not constant.
41138         (FLT_MANT_DIG): Use macro-int-constant.
41139         (DBL_MANT_DIG): Likewise.
41140         (LDBL_MANT_DIG): Likewise.
41141         (FLT_DIG): Likewise.
41142         (DBL_DIG): Likewise.
41143         (LDBL_DIG): Likewise.
41144         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41145         (DBL_MIN_EXP): Likewise.
41146         (LDBL_MIN_EXP): Likewise.
41147         (FLT_MAX_EXP): Use macro-int-constant.
41148         (DBL_MAX_EXP): Likewise.
41149         (LDBL_MAX_EXP): Likewise.
41150         (FLT_MAX_10_EXP): Likewise.
41151         (DBL_MAX_10_EXP): Likewise.
41152         (LDBL_MAX_10_EXP): Likewise.
41153         (FLT_MAX): Use macro-constant.
41154         (DBL_MAX): Likewise.
41155         (LDBL_MAX): Likewise.
41156         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41157         (DBL_EPSILON): Likewise.
41158         (LDBL_EPSILON): Likewise.
41159         (FLT_MIN): Likewise.
41160         (DBL_MIN): Likewise.
41161         (LDBL_MIN): Likewise.
41162         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41163         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41164         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41165         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41166         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41167         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41168         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41169         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41170         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41171         [ISO11] (FLT_TRUE_MIN): Likewise.
41172         [ISO11] (LDBL_TRUE_MIN): Likewise.
41173         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41174         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41175         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41176         (SCHAR_MAX): Likewise.
41177         (UCHAR_MAX): Likewise.
41178         (CHAR_MIN): Likewise.
41179         (CHAR_MAX): Likewise.
41180         (MB_LEN_MAX): Use macro-int-constant.
41181         (SHRT_MIN): Use macro-int-constant.  Specify type.
41182         (SHRT_MAX): Likewise.
41183         (USHRT_MAX): Likewise.
41184         (INT_MAX): Likewise.
41185         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41186         bound negative.
41187         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41188         bound with "U".
41189         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41190         bound with "L".
41191         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41192         bound negative.  Suffix upper bound with "L".
41193         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41194         bound with "UL".
41195         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41196         Specify type.
41197         [C99-based standards] (LLONG_MAX): Likewise.
41198         [C99-based standards] (ULLONG_MAX): Likewise.
41199         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41200         == 0.
41201         [ISO11] (max_align_t): Require type.
41202         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41203
41204         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41205         from $CFLAGS, without defining away __attribute__ calls.
41206         (checknamespace): Use $CFLAGS_namespace.
41207
41208         * conform/conformtest.pl (@keywords): Only include C99 keywords
41209         for standards based on C99 or C11.
41210
41211         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41212         Disable tests.
41213         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41214         UNIX98]: Likewise.
41215
41216         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41217         usability of symbols in #if.
41218
41219         * conform/conformtest.pl: If macro or constant types start
41220         "promoted:", expect the symbol to be of the following type
41221         promoted by the integer promotions.
41222
41223         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41224         in one place.  Also handle "macro-constant".
41225
41226         * conform/conformtest.pl: Only accept expected macro values with
41227         "==".  Parse all "macro" lines in one place.
41228         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41229
41230         * conform/conformtest.pl: Handle braced types on "constant" lines
41231         instead of handling "typed-constant".
41232         * conform/data/signal.h-data: Use "constant" instead of
41233         "typed-constant".
41234
41235         * conform/conformtest.pl: Handle "optional-" at start of lines in
41236         one place rather than duplicating several cases.  Handle each
41237         format of "macro" line with initial "optional-".
41238
41239         * conform/conformtest.pl: Only accept expected constant or
41240         optional-constant values with "==".  Parse all "constant" lines in
41241         one place.  Parse all "optional-constant" lines in one place.
41242         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41243         * conform/data/fmtmsg.h-data: Likewise.
41244         * conform/data/netinet/in.h-data: Likewise.
41245         * conform/data/tar.h-data: Likewise.
41246         * conform/data/limits.h-data: Use "==" form on "constant" and
41247         "optional-constant" lines.
41248
41249         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41250         Use -std=c99 for XOPEN2K.
41251         (@knownproblems): Remove.
41252         (newtoken): Don't check %isknown.
41253
41254         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41255         Do not expect macro.
41256         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41257         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41258         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41259         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41260         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41261         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41262         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41263         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41264         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41265         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41266         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41267         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41268         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41269         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41270         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41271         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41272         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41273         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41274         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41275         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41276         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41277         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41278         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41279         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41280         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41281         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41282         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41283         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41284         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41285         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41286         [XPG3] (acosh): Likewise.
41287         [XPG3] (asinh): Likewise.
41288         [XPG3] (atanh): Likewise.
41289         [XPG3] (cbrt): Likewise.
41290         [XPG3] (expm1): Likewise.
41291         [XPG3] (ilogb): Likewise.
41292         [XPG3] (log1p): Likewise.
41293         [XPG3] (logb): Likewise.
41294         [XPG3] (nextafter): Likewise.
41295         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41296         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41297         [XPG3] (remainder): Likewise.
41298         [XPG3] (rint): Likewise.
41299         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41300         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41301         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41302         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41303         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41304         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41305         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41306         [UNIX98 || XOPEN2K] (scalb): Expect.
41307         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41308         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41309         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41310         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41311         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41312         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41313         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41314         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41315         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41316         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41317         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41318         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41319         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41320         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41321         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41322         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41323         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41324         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41325         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41326         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41327         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41328         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41329         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41330         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41331         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41332         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41333         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41334         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41335         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41336         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41337         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41338         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41339         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41340         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41341         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41342         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41343         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41344         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41345         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41346         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41347         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41348         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41349         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41350         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41351         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41352         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41353         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41354         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41355         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41356         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41357         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41358         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41359         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41360         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41361         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41362         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41363         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41364         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41365         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41366         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41367         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41368         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41369         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41370         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41371         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41372         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41373         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41374         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41375         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41376         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41377         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41378         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41379         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41380         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41381         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41382         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41383         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41384         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41385         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41386         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41387         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41388         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41389         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41390         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41391         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41392         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41393         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41394         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41395         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41396         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41397         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41398         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41399         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41400         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41401         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41402         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41403         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41404         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41405         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41406         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41407         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41408         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41409         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41410         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41411         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41412         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41413         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41414         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41415         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41416         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41417         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41418         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41419         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41420         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41421         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41422         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41423         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41424         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41425         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41426         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41427         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41428         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41429         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41430         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41431         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41432         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41433         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41434         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41435         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41436         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41437         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41438         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41439         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41440         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41441         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41442         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41443         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41444
41445         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41446         _XOPEN_SOURCE_EXTENDED for XPG4.
41447
41448         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41449
41450         * Makeconfig (localtime): Remove variable.
41451         (inst_localtime-file): Likewise.
41452
41453 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41454
41455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41456         Update.
41457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41458         Update.
41459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41460         Update.
41461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41462         Update.
41463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41464         Update.
41465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41466         Update.
41467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41468         Update.
41469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41470         Update.
41471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41472         Update.
41473
41474 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41475
41476         [BZ #2550]
41477         [BZ #2570]
41478         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41479         comparisons to determine direction to adjust input.
41480         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41481         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41482         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41483         Likewise.
41484         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41485         Likewise.
41486         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41487         Likewise.
41488         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41489         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41490         Likewise.
41491         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41492         Likewise.
41493         * math/libm-test.inc (nexttoward_test): Add more tests.
41494
41495 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41496
41497         [BZ #14040]
41498         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41499         in version GLIBC_2.1, not GLIBC_2.0.
41500         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41501         Likewise.
41502
41503 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41504
41505         [BZ #13942]
41506         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41507         (1 - x) * (1 + x).
41508         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41509         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41510         * math/libm-test.inc (acos_test): Add more tests.
41511         (asin_test): Likewise.
41512         * sysdeps/i386/fpu/libm-test-ulps: Update.
41513         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41514
41515         [BZ #14034]
41516         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41517         of square root.
41518         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41519         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41520         * math/libm-test.inc (acos_test_tonearest): New function.
41521         (acos_test_towardzero): Likewise.
41522         (acos_test_downward): Likewise.
41523         (acos_test_upward): Likewise.
41524         (asin_test_tonearest): Likewise.
41525         (asin_test_towardzero): Likewise.
41526         (asin_test_downward): Likewise.
41527         (asin_test_upward): Likewise.
41528         (main): Call the new functions.
41529         * sysdeps/i386/fpu/libm-test-ulps: Update.
41530         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41531
41532         [BZ #13884]
41533         [BZ #13924]
41534         * math/e_exp10.c: Include <float.h>.
41535         (__ieee754_exp10): Handle underflow here rather than multiplying
41536         large negative argument by M_LN10.
41537         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41538         of __ieee754_expf.
41539         * math/e_exp10l.c: Include <float.h>.
41540         (__ieee754_exp10l): Handle underflow here rather than multiplying
41541         large negative argument by M_LN10l.
41542         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41543         spurious overflow exception on underflow.
41544
41545 2012-04-29  Marek Polacek  <polacek@redhat.com>
41546
41547         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41548         (__fortify_function): New macro.
41549         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41550         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41551         __extern_always_inline.
41552         * libio/bits/stdio2.h: Likewise.
41553         * libio/bits/stdio.h: Likewise.
41554         * string/string.h: Likewise.
41555         * string/bits/string3.h: Likewise.
41556         * include/stdio.h: Likewise.
41557         * stdlib/bits/stdlib.h: Likewise.
41558         * stdlib/stdlib.h: Likewise.
41559         * rt/bits/mqueue2.h: Likewise.
41560         * rt/mqueue.h: Likewise.
41561         * posix/bits/unistd.h: Likewise.
41562         * posix/unistd.h: Likewise.
41563         * io/bits/poll2.h: Likewise.
41564         * io/bits/fcntl2.h: Likewise.
41565         * io/fcntl.h: Likewise.
41566         * io/sys/poll.h: Likewise.
41567         * misc/bits/syslog.h: Likewise.
41568         * misc/bits/syslog-ldbl.h: Likewise.
41569         * misc/sys/syslog.h: Likewise.
41570         * socket/bits/socket2.h: Likewise.
41571         * socket/sys/socket.h: Likewise.
41572         * debug/tst-chk1.c: Likewise.
41573         * wcsmbs/bits/wchar2.h: Likewise.
41574         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41575         * wcsmbs/wchar.h: Likewise.
41576
41577 2012-04-29  Andreas Jaeger  <aj@suse.de>
41578
41579         * Makerules (tests): Remove enable-check-abi protection.
41580         (check-abi-warn): Remove.
41581         (check-abi-%): Remove check-abi-warn usage.
41582
41583         * configure.in: Remove check-abi configure option.
41584         * configure: Regenerated.
41585         * config.make.in (enable-check-abi): Remove.
41586
41587 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41588
41589         [BZ #14033]
41590         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41591         double functions to double *_finite functions.
41592
41593         [BZ #13941]
41594         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41595         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41596         LDBL_MIN_EXP.
41597         * stdio-common/Makefile (tests): Add tst-sprintf3.
41598         * stdio-common/tst-sprintf3.c: New file.
41599
41600         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41601         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41602
41603 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41604
41605         * conform/conformtest.pl: Remove duplicate typed-constant
41606         handling.
41607
41608 2012-04-28  David S. Miller  <davem@davemloft.net>
41609
41610         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41611         (check-abi-%): Remove AWK script prerequisite and explicit
41612         abilist directory.
41613         (check-abi): Rewrite to just diff the symlist with the abilist.
41614         (config-tls, config-abi-config): Delete, no longer used.
41615         (update-abi-%): Remove AWK script and explicit abilist directory.
41616         (update-abi): Rewrite to simply compare and conditionally copy the
41617         symlist and the sysdep abilist file.  Remove update-abi-config
41618         checks.
41619         * abilist/ld.abilist: Remove.
41620         * abilist/libBrokenLocale.abilist: Remove.
41621         * abilist/libanl.abilist: Remove.
41622         * abilist/libcrypt.abilist: Remove.
41623         * abilist/libdl.abilist: Remove.
41624         * abilist/librt.abilist: Remove.
41625         * abilist/libthread_db.abilist: Remove.
41626         * abilist/libutil.abilist: Remove.
41627         * scripts/extract-abilist.awk: Remove.
41628         * scripts/merge-abilist.awk: Remove.
41629         * sysdeps/generic/libcidn.abilist: New file.
41630         * sysdeps/generic/libnss_compat.abilist: New file.
41631         * sysdeps/generic/libnss_db.abilist: New file.
41632         * sysdeps/generic/libnss_dns.abilist: New file.
41633         * sysdeps/generic/libnss_files.abilist: New file.
41634         * sysdeps/generic/libnss_hesiod.abilist: New file.
41635         * sysdeps/generic/libnss_nis.abilist: New file.
41636         * sysdeps/generic/libnss_nisplus.abilist: New file.
41637         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41638         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41639         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41640         file.
41641         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41642         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41643         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41644         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41645         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41646         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41647         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41648         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41649         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41650         file.
41651         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41652         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41653         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41654         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41655         file.
41656         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41657         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41658         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41659         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41660         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41661         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41662         file.
41663         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41664         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41665         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41666         file.
41667         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41668         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41669         New file.
41670         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41671         New file.
41672         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41673         New file.
41674         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41675         New file.
41676         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41677         New file.
41678         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41679         New file.
41680         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41681         New file.
41682         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41683         New file.
41684         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41685         New file.
41686         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41687         New file.
41688         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41689         New file.
41690         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41691         New file.
41692         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41693         New file.
41694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41695         file.
41696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41697         New file.
41698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41699         New file.
41700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41701         file.
41702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41703         New file.
41704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41705         New file.
41706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41707         file.
41708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41709         New file.
41710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41711         New file.
41712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41713         New file.
41714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41715         New file.
41716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41717         New file.
41718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41719         New file.
41720         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41721         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41722         file.
41723         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41724         New file.
41725         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41726         file.
41727         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41728         file.
41729         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41730         file.
41731         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41732         file.
41733         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41734         file.
41735         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41736         New file.
41737         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
41738         file.
41739         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
41740         file.
41741         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
41742         New file.
41743         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
41744         file.
41745         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
41746         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
41747         file.
41748         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
41749         New file.
41750         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
41751         file.
41752         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
41753         file.
41754         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
41755         file.
41756         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
41757         file.
41758         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
41759         file.
41760         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41761         New file.
41762         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
41763         file.
41764         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
41765         file.
41766         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
41767         New file.
41768         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
41769         file.
41770         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41771         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
41772         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
41773         file.
41774         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
41775         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
41776         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
41777         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
41778         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
41779         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
41780         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
41781         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
41782         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
41783         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
41784         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
41785         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
41786         file.
41787         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
41788         New file.
41789         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
41790         file.
41791         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
41792         file.
41793         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
41794         file.
41795         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
41796         file.
41797         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
41798         file.
41799         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
41800         New file.
41801         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
41802         New file.
41803         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
41804         file.
41805         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
41806         New file.
41807         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
41808         file.
41809         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
41810         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
41811         file.
41812         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
41813         New file.
41814         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
41815         file.
41816         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
41817         file.
41818         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
41819         file.
41820         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
41821         file.
41822         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
41823         file.
41824         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
41825         New file.
41826         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
41827         New file.
41828         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
41829         file.
41830         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
41831         New file.
41832         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
41833         file.
41834
41835 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41836
41837         * conform/conformtest.pl: Fix typo in handling typed-constant from
41838         allow-header.
41839
41840 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41841
41842         * README: Cut down references to pre-2.6 Linux kernels and
41843         Linuxthreads.  Update lists of configurations in libc and ports
41844         and sort alphabetically.  Say "or newer" with Linux kernel version
41845         requirements.
41846
41847         * config.h.in [IS_IN_build]: Allow compiling without optimization.
41848
41849 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
41850
41851         [BZ #887]
41852         * math/libm-test.inc (logb_test_downward): New test to expose
41853         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
41854         rounding mode.
41855
41856 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41857
41858         [BZ #14027]
41859         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
41860         to be done.
41861         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
41862         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
41863
41864 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
41865
41866         * sysdeps/unix/i386/brk.S: Remove file.
41867         * sysdeps/unix/i386/dl-brk.S: Likewise.
41868         * sysdeps/unix/i386/pipe.S: Likewise.
41869         * sysdeps/unix/i386/sigreturn.S: Likewise.
41870         * sysdeps/unix/i386/syscall.S: Likewise.
41871         * sysdeps/unix/i386/vfork.S: Likewise.
41872         * sysdeps/unix/i386/wait.S: Likewise.
41873
41874         * sysdeps/unix/common/tcsendbrk.c: Move to ...
41875         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
41876
41877         * configure.in (arm*-none*): Do not allow without
41878         --enable-hacker-mode.
41879         (netbsd*): Remove case setting base_os.
41880         (386bsd*): Likewise.
41881         (freebsd*): Likewise.
41882         (bsdi*): Likewise.
41883         (osf*): Likewise.
41884         (sunos*): Likewise.
41885         (ultrix*): Likewise.
41886         (newsos*): Likewise.
41887         (dynix*): Likewise.
41888         (*bsd*): Likewise.
41889         (sysv*): Likewise.
41890         (isc*): Likewise.
41891         (esix*): Likewise.
41892         (sco*): Likewise.
41893         (minix*): Likewise.
41894         (irix4*): Likewise.
41895         (irix6*): Likewise.
41896         (solaris[2-9]*): Likewise.
41897         (none): Likewise.
41898         * configure: Regenerated.
41899
41900 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41901
41902         [BZ #11521]
41903         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
41904         overflow or cancellation in calculating denominator.
41905         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
41906         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
41907         down expression to avoid unexpected rounding in newer GCCs.
41908         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
41909
41910 2012-04-26  David S. Miller  <davem@davemloft.net>
41911
41912         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
41913         long-double compat symbols.
41914         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41915         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41916         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41917         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
41918         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41919         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
41920         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
41921         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
41922         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
41923         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
41924         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
41925         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
41926         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41927
41928 2012-04-25  David S. Miller  <davem@davemloft.net>
41929
41930         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
41931         HWCAP_* values only after the memory barriers have been defined.
41932         (atomic_full_barrier): Define.
41933         (atomic_read_barrier): Define.
41934         (atomic_write_barrier): Define.
41935
41936 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41937
41938         * shlib-versions: Add libgcc_s version information.
41939         * sysdeps/generic/libgcc_s.h: Remove.
41940         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
41941         libgcc_s.h.
41942         * sysdeps/gnu/unwind-resume.c: Likewise.
41943         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
41944
41945 2012-04-25  David S. Miller  <davem@davemloft.net>
41946
41947         * sysdeps/unix/sparc/brk.S: Delete.
41948         * sysdeps/unix/sparc/dl-brk.S: Delete.
41949         * sysdeps/unix/sparc/pipe.S: Delete.
41950         * sysdeps/unix/sparc/sysdep.S: Delete.
41951         * sysdeps/unix/sparc/sysdep.h: Delete.
41952         * sysdeps/unix/sparc/vfork.S: Delete.
41953         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
41954         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
41955         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
41956         (ret_ERRVAL, r0, r1, MOVE): Define.
41957         (JUMPTARGET): Remove.
41958         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
41959         sysdeps/unix/sparc/sysdep.h
41960         (ENTRY, END): Remove.
41961         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41962
41963 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
41964
41965         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
41966         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
41967         -DIS_IN_build.
41968
41969         * timezone/README: Update upstream location and email address for
41970         tzcode and tzdata.
41971         * timezone/zdump.c: Update from tzcode 2012b.
41972         * timezone/zic.c: Likewise.
41973
41974         * configure.in (libc_cv_as_needed): Remove test.
41975         * configure: Regenerated.
41976         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
41977         conditional definition.
41978         [$(have-as-needed) != yes] (no-as-needed): Likewise.
41979         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
41980         * config.make.in (have-as-needed): Remove variable.
41981
41982 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
41983             Paul Pluzhnikov  <ppluzhnikov@google.com>
41984
41985         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
41986         strings correctly.
41987
41988 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
41989
41990         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
41991         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
41992         * sysdeps/sh/strlen.S: Likewise.
41993
41994 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41995
41996         * sysdeps/unix/fork.S: Remove file.
41997         * sysdeps/unix/i386/fork.S: Likewise.
41998         * sysdeps/unix/sparc/fork.S: Likewise.
41999
42000         * sysdeps/unix/system.c: Remove file.
42001         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42002
42003         * sysdeps/unix/getegid.S: Remove file.
42004         * sysdeps/unix/geteuid.S: Likewise.
42005
42006 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42007
42008         * scripts/check-localplt.awk: New file.
42009         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42010         of diff.
42011         * scripts/data/localplt-generic.data: Add a comment.
42012
42013         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42014         NODE when __dir_mkfile failed.
42015         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42016         Reported by Ludovic Courtès <ludo@gnu.org>.
42017
42018 2012-04-24  Andreas Jaeger  <aj@suse.de>
42019
42020         * Makerules (common-clean): Also remove gen-as-const-headers
42021         files.
42022
42023 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42024
42025         * Makerules (native-compile): Do not change working directory for
42026         build.  Use $(OUTPUT_OPTION) in command.
42027         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42028
42029 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42030
42031         [BZ #13886]
42032         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42033         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42034         * math/libm-test.inc (floor_test): Add more tests.
42035         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42036
42037 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42038
42039         * sysdeps/unix/getdents.c: Remove file.
42040         * sysdeps/unix/sysv/getdents.c: Likewise.
42041         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42042
42043         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42044         sysdeps/unix/mman/syscalls.list.
42045         (mmap): Likewise.
42046         (mprotect): Likewise.
42047         (msync): Likewise.
42048         (munmap): Likewise.
42049         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42050         * sysdeps/unix/mman/syscalls.list: Remove.
42051         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42052
42053         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42054         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42055         * configure: Regenerated.
42056         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42057         $(libgcc_s_suffix).
42058         * config.make.in (libgcc_s_suffix): Remove variable.
42059
42060 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42061
42062         * sysdeps/unix/sysv/gethostname.c: Move to ...
42063         * sysdeps/posix/gethostname.c: ... here.
42064
42065         * sysdeps/unix/execve.S: Remove file.
42066
42067         * sysdeps/unix/_exit.S: Remove file.
42068
42069 2012-04-23  Andreas Jaeger  <aj@suse.de>
42070
42071         [BZ #13739]
42072         * manual/Makefile: Remove make dist support, there's no
42073         need for a stand-alone documentation tar ball.
42074         (TEXI2DVI): Define always, it's not in Makeconfig.
42075         (dist): Removed.
42076         (tar-it): Removed.
42077         (edition): Removed.
42078         (glibc-doc-$(edition).tar): Removed
42079         (%.Z): Removed.
42080         (%.gz): Removed.
42081         (%.uu): Removed.
42082         (ETAGS): Remove, it's in Makeconfig.
42083         (move-if-change): Remove, it's in Makeconfig.
42084
42085 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42086
42087         [BZ #13970]
42088         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42089         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42090         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42091         (strtod_l, strtof_l, strtold_l): Remove __wur.
42092         It is not necessarily an error to ignore strtol's return value.
42093         One can reliably look at the stored endptr to decide whether
42094         the number had valid syntax.
42095
42096 2012-04-21  Andreas Jaeger  <aj@suse.de>
42097
42098         [BZ #13739]
42099         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42100
42101 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42102
42103         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42104         * sysdeps/unix/sysv/Versions: Remove file.
42105
42106 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42107
42108         [BZ #13927]
42109         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42110
42111 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42112
42113         [BZ #7064]
42114         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42115         version from __vm86.
42116
42117 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42118
42119         * sysdeps/unix/common/lxstat.c: Remove file.
42120         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42121
42122         * sysdeps/unix/sysv/Makefile: Remove file.
42123
42124         * sysdeps/unix/sysv/direct.h: Remove file.
42125
42126         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42127         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42128         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42129         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42130         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42131         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42132         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42133
42134         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42135
42136         * sysdeps/unix/xmknod.c: Remove file.
42137         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42138
42139         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42140
42141         * sysdeps/unix/sysv/i386/time.S: Remove file.
42142
42143         * sysdeps/unix/fxstat.c: Remove file.
42144         * sysdeps/unix/xstat.c: Likewise.
42145         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42146
42147         * sysdeps/unix/sysv/sigaction.c: Remove file.
42148
42149         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42150         (sysdep_headers): Remove variable.
42151         [termio.h not in sysdep_headers] (generated): Likewise.
42152         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42153         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42154         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42155         * sysdeps/unix/sysv/tcflow.c: Likewise.
42156         * sysdeps/unix/sysv/tcflush.c: Likewise.
42157         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42158         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42159         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42160         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42161         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42162
42163         * sysdeps/unix/siglist.c: Remove file.
42164
42165         * sysdeps/unix/getppid.S: Remove file.
42166
42167         * sysdeps/unix/mkdir.c: Remove file.
42168         * sysdeps/unix/rmdir.c: Likewise.
42169
42170 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42171
42172         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42173         ERR_MAX value.
42174         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42175         errlist-compat value.
42176
42177 2012-04-18  David S. Miller  <davem@davemloft.net>
42178
42179         * sysdeps/generic/memcopy.h (reg_char): Delete.
42180         * debug/strcat_chk.c: Use char, not reg_char.
42181         * debug/strcpy_chk.c: Likewise.
42182         * debug/strncat_chk.c: Likewise.
42183         * debug/strncpy_chk.c: Likewise.
42184         * string/memchr.c: Likewise.
42185         * string/memrchr.c: Likewise.
42186         * string/rawmemchr.c: Likewise.
42187         * string/strcat.c: Likewise.
42188         * string/strchr.c: Likewise.
42189         * string/strchrnul.c: Likewise.
42190         * string/strcmp.c: Likewise.
42191         * string/strcpy.c: Likewise.
42192         * string/strncat.c: Likewise.
42193         * string/strncmp.c: Likewise.
42194         * string/strncpy.c: Likewise.
42195
42196 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42197
42198         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42199         __builtin_memcopy is called when src and dest ranges are known to not
42200         overlap.
42201
42202 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42203
42204         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42205         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42206         fwd_align_merge macro call.
42207         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42208         bwd_align_merge macro call.
42209         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42210
42211 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42212
42213         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42214         bwd_align_merge macros.
42215         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42216         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42217         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42218
42219 2012-04-18  David S. Miller  <davem@davemloft.net>
42220
42221         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42222
42223 2012-04-18  Andreas Jaeger  <aj@suse.de>
42224
42225         [BZ# 6794]
42226         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42227         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42228         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42229
42230         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42231         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42232         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42233
42234         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42235         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42236         Adjust for changed ldbl-128 files.
42237
42238         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42239         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42240         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42241
42242 2012-04-17  David S. Miller  <davem@davemloft.net>
42243
42244         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42245
42246 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42247
42248         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42249         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42250         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42251         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42252         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42253         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42254
42255 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42256
42257         [BZ #6794]
42258         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42259         * math/libm-test.inc: Add ilogb errno and exception tests.
42260         * math/w_ilogb.c: New file: ilogb wrapper.
42261         * math/w_ilogbf.c: New file: ilogbf wrapper.
42262         * math/w_ilogbl.c: New file: ilogbl wrapper.
42263         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42264         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42265         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42266         exception being thrown with 0.0 as argument.
42267         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42268         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42269         exception being thrown with 0.0 as argument.
42270         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42271         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42272         exception being thrown with 0.0 as argument.
42273         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42274         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42275         exception being thrown with 0.0 as argument.
42276         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42277         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42278         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42279         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42280         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42281         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42282         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42283         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42284         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42285
42286 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42287
42288         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42289         with altivec.
42290
42291 2012-04-16  Marek Polacek  <polacek@redhat.com>
42292
42293         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42294
42295 2012-04-16  Marek Polacek  <polacek@redhat.com>
42296
42297         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42298         operands of fdivp instruction.
42299
42300 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42301
42302         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42303         * elf/tst-auditmod3b.c: Likewise.
42304         * elf/tst-auditmod4b.c: Likewise.
42305         * elf/tst-auditmod5b.c: Likewise.
42306         * elf/tst-auditmod6b.c: Likewise.
42307         * elf/tst-auditmod6c.c: Likewise.
42308         * elf/tst-auditmod7b.c: Likewise.
42309         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42310         * sysdeps/x86_64/preconfigure.in: Likewise.
42311         * sysdeps/x86_64/preconfigure: Regenerated.
42312
42313 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42314
42315         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42316         __ILP32__.
42317
42318 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42319
42320         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42321         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42322
42323 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42324
42325         [BZ #13973]
42326         * locale/iso-639.def: Fix gl language name. Spotted by
42327         Yaron Shahrabani.
42328
42329 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42330
42331         [BZ #2074]
42332         * libio/libio.h (__io_write_fn): Update comment.
42333
42334 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42335
42336         [BZ #2074]
42337         * stdio.texi (Hook Functions): The user provided writer function
42338         is not allowed to return -1.
42339
42340 2012-04-11  David S. Miller  <davem@davemloft.net>
42341
42342         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42343
42344 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42345
42346         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42347         Add a leading slash to rtkaio.
42348
42349 2012-04-11  Jim Meyering  <meyering@redhat.com>
42350
42351         [BZ #11959]
42352         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42353         It is not necessarily an error to ignore fwrite's return
42354         value.  One can reliably use ferror to test for errors after
42355         the fact.
42356
42357 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42358
42359         * bits/types.h (__snseconds_t): New type.
42360         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42361
42362         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42363         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42364         (__SNSECONDS_T_TYPE): Likewise.
42365         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42366         (__SNSECONDS_T_TYPE): Likewise.
42367         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42368         (__SNSECONDS_T_TYPE): Likewise.
42369
42370 2012-04-10  Andreas Jaeger  <aj@suse.de>
42371
42372         [BZ #2636]
42373         * manual/time.texi (Processor Time): Return type of times is
42374         elapsed real time since an arbitrary point in the past.
42375         (CPU Time): Move CLK_TCK from here...
42376         (Processor Time): ...to here.  Correct description.
42377         * manual/conf.texi (Constants for Sysconf): Correct description of
42378         _SC_CLK_TCK.
42379
42380 2012-04-10  David S. Miller  <davem@davemloft.net>
42381
42382         [BZ #13967]
42383         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42384         where the is a gap between DT_REL(A) and DT_JMPREL.
42385
42386 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42387
42388         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42389         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42390         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42391
42392 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42393
42394         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42395         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42396         (dl_main): Handle --inhibit-cache.
42397         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42398         _dl_inhibit_cache.
42399         * elf/dl-load.c (_dl_map_object): Use it.
42400         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42401
42402 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42403
42404         [BZ #13872]
42405         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42406         (__ieee754_powl): Saturate large exponents rather than testing for
42407         overflow of y*log2(x).
42408         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42409         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42410         exceptions.
42411
42412         [BZ #11521]
42413         * math/s_ctan.c: Include <float.h>.
42414         (__ctan): Avoid internal overflow or cancellation in calculating
42415         denominator.
42416         * math/s_ctanf.c: Likewise.
42417         * math/s_ctanl.c: Likewise.
42418         * math/s_ctanh.c: Likewise.
42419         * math/s_ctanhf.c: Likewise.
42420         * math/s_ctanhl.c: Likewise.
42421         * math/libm-test.inc (ctan_test): Add more tests.
42422         (ctanh_test): Likewise.
42423         * sysdeps/i386/fpu/libm-test-ulps: Update.
42424         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42425
42426 2012-04-09  Andreas Jaeger  <aj@suse.de>
42427
42428         [BZ #6894]
42429         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42430         is an optional BSD extension.
42431
42432         [BZ #10254]
42433         * manual/stdio.texi (Opening Streams): Document additional fopen
42434         parameters.
42435
42436 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42437
42438         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42439         %eax without telling the compiler.
42440
42441 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42442
42443         [BZ # 13963]
42444         * manual/install.texi: Use sourceware.org.
42445
42446 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42447
42448         [BZ #13873]
42449         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42450         (__ieee754_pow): Generate overflow and underflow using huge*huge
42451         and tiny*tiny rather than just returning constant infinity or zero
42452         for large exponents.
42453         * math/libm-test.inc (pow_test): Require overflow exceptions for
42454         applicable cases of large exponents.
42455
42456         [BZ #706]
42457         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42458         (__ieee754_pow): Use iterative multiplication algorithm only for
42459         integer exponents with absolute value below 1024.  Check for odd
42460         integer exponents when using algorithm for real exponents.
42461         * math/libm-test.inc (pow_test): Add more tests.
42462         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42463
42464 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42465
42466         [BZ #13705]
42467         * math/libm-test.inc (exp_test): Do not allow overflow exception
42468         on underflow test.
42469
42470 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42471
42472         [BZ #13705]
42473         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42474         instead of __kernel_standard_f.
42475
42476 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42477
42478         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42479         * sysdeps/x86_64/memset_chk.S: Likewise.
42480
42481 2012-04-08  Andreas Jaeger  <aj@suse.de>
42482
42483         [BZ #10153]
42484         * manual/startup.texi (Environment Access): Describe return value
42485         for putenv and setenv.
42486
42487         [BZ #6895]
42488         * manual/filesys.texi (Directory Entries): Add description for
42489         DT_LNK.
42490
42491         [BZ #6890]
42492         * manual/filesys.texi (Directory Entries): Clarify that it's file
42493         system not operating system in the description of DT_UNKNOWN.
42494
42495         [BZ #6578]
42496         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42497
42498 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42499
42500         [BZ #6649]
42501         * manual/llio.texi (Opening and Closing Files): Add cross
42502         reference to explain mode argument.
42503
42504 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42505
42506         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42507         * sysdeps/x86_64/memset_chk.S: Likewise.
42508
42509 2012-04-07  David S. Miller  <davem@davemloft.net>
42510
42511         * elf/elf.h (R_SPARC_WDISP10): Define.
42512         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42513         R_SPARC_SIZE32.
42514         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42515         R_SPARC_SIZE64 and R_SPARC_H34.
42516
42517 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42518
42519         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42520         conditions and remove no longer applicable assertion.
42521
42522 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42523
42524         * bits/byteswap.h: Include <features.h>.
42525         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42526         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42527
42528 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42529
42530         * bits/byteswap.h (__bswap_16): Removed.
42531         Include <bits/byteswap-16.h> to get __bswap_16.
42532         * sysdeps/i386/bits/byteswap.h: Likewise.
42533         * sysdeps/s390/bits/byteswap.h: Likewise.
42534         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42535         * bits/byteswap-16.h: New file.
42536         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42537         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42538         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42539         * string/Makefile (headers): Add bits/byteswap-16.h.
42540
42541 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42542
42543         [BZ #13895]
42544         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42545         extra indirection.
42546         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42547         * nss/tst-nss-static.c: New.
42548
42549 2012-04-06  Robert Millan  <rmh@gnu.org>
42550
42551         [BZ #6486]
42552         * manual/llio.texi (File Position Primitive): lseek
42553         refers to WHENCE when it really means OFFSET.
42554
42555 2012-04-06  Andreas Jaeger  <aj@suse.de>
42556
42557         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42558         strncmp declarations.
42559
42560         * abilist/libc.abilist: Add __poll and __ppoll.
42561
42562 2012-04-05  David S. Miller  <davem@davemloft.net>
42563
42564         * scripts/check-local-headers.sh: Accept a host triplet in the
42565         path matched by the exclude regexp.
42566
42567         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42568         definition.
42569         * sysdeps/powerpc/powerpc32/dl-machine.h
42570         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42571         * sysdeps/s390/s390-32/dl-machine.h
42572         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42573         * sysdeps/sparc/sparc32/dl-machine.h
42574         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42575         * sysdeps/sparc/sparc64/dl-machine.h
42576         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42577
42578         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42579         lazy binding.
42580         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42581         undefined symbol errors.
42582
42583         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42584         DT_NEEDED entries.
42585
42586 2012-04-05  Michael Matz  <matz@suse.de>
42587
42588         [BZ #13592]
42589         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42590
42591 2012-04-05  Andreas Jaeger  <aj@suse.de>
42592
42593         [BZ #13908]
42594         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42595         comment.
42596
42597 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42598
42599         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42600         which ROUND is no valid rounding mode.
42601
42602 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42603
42604         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42605         read again.
42606         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42607
42608 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42609
42610         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42611         an exception using FPU order intentionally.
42612
42613 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42614
42615         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42616         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42617         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42618         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42619
42620 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42621
42622         [BZ #12340]
42623         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42624         EINVAL when BUFLEN is too smal.
42625
42626 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42627
42628         [BZ #13553]
42629         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42630         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42631
42632 2012-04-03  Andreas Jaeger  <aj@suse.de>
42633
42634         [BZ #13938]
42635         * manual/setjmp.texi (System V contexts): Fix sentence.
42636
42637         [BZ #13926]
42638         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42639         New macro for this case.
42640         [!__GNUC__] (__bswap_64): New inline function for this case.
42641         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42642         * bits/byteswap.h: Likewise.
42643         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42644         ull, guard with __GLIBC_HAVE_LONG_LONG.
42645
42646         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42647         __GLIBC_HAVE_LONG_LONG.
42648
42649         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42650         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42651
42652 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42653
42654         [BZ #13691]
42655         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42656         inptr and inend, rather than using last_ch.
42657
42658 2012-04-02  David S. Miller  <davem@davemloft.net>
42659
42660         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42661         * stdio-common/printf-parse.h (read_int): Change return type to
42662         'int', return -1 on INT_MAX overflow.
42663         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42664         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
42665         overflows INT_MAX.  Check for overflow of in-format-string precision
42666         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
42667         SIZE_MAX not INT_MAX for integer overflow test.
42668         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42669         skip the construct in the format string but do not record anything.
42670         * stdio-common/bug22.c: Adjust to test both width/prevision
42671         INT_MAX overflow as well as total length INT_MAX overflow.  Check
42672         explicitly for proper errno values.
42673
42674 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
42675
42676         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42677         CHAR_MAX.
42678         * string/test-strcmp.c [! WIDE]: Likewise.
42679         * time/tst-mktime2.c: Likewise for INT_MAX.
42680         * string/test-string.h: #include <sys/param.h> for MIN.
42681
42682         * csu/init-first.c (__libc_init_first): Call __ctype_init.
42683         * sysdeps/i386/init-first.c (init): Likewise.
42684         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42685         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42686         * sysdeps/sh/init-first.c (init): Likewise.
42687
42688 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
42689
42690         * po/ru.po: Update from translation team.
42691         * po/vi.po: Likewise.
42692
42693 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
42694
42695         * resolv/nss_dns/dns-host.c: Merge copyright years.
42696
42697 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42698
42699         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42700         Optimize memcpy with prefetch if
42701         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
42702         src, dst pointers have unequal 16 byte alignments.
42703
42704 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
42705
42706         [BZ #13928]
42707         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42708         from a CNAME entry and return the minimum ttl for the query.
42709         (gaih_getanswer_slice): Likewise.
42710
42711 2012-03-30  Jeff Law  <law@redhat.com>
42712
42713         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42714         due to long keys.
42715         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42716         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42717
42718         * resolv/nss_dns/dns-host.c: Update copyright year.
42719
42720 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
42721
42722         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
42723         requests to save a system call.  Fix check that all bytes are sent.
42724
42725         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42726         comments for sendmmsg.
42727
42728 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42729
42730         [BZ #13691]
42731         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42732         with only 1 character between 0x0041 and 0x01b0.
42733         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42734         * wcsmbs/tst-mbsnrtowcs.c: New file.
42735
42736 2012-03-29  David S. Miller  <davem@davemloft.net>
42737
42738         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
42739         small copies by hand.
42740
42741 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42742
42743         [BZ #13761]
42744         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
42745         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
42746         group memberships.
42747
42748 2012-03-28  David S. Miller  <davem@davemloft.net>
42749
42750         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
42751         that branches into memcpy.
42752         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
42753         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
42754         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42755         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
42756         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
42757         bits.
42758         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
42759         implementation too.
42760         * sysdeps/sparc/mempcpy.S: New file.
42761
42762         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
42763         the IFUNC routine in the libc case.
42764         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42765
42766         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
42767         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
42768         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
42769         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
42770         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
42771         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
42772         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
42773         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
42774
42775         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
42776         loop to 256 bytes instead of 64 bytes and fix test signedness.
42777
42778         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
42779         * sysdeps/sparc/sparc32/Makefile: rather than here...
42780         * sysdeps/sparc/sparc64/Makefile: and here.
42781
42782 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
42783
42784         * malloc/mallocbug.c: Avoid warnings about unused variables.
42785
42786 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
42787
42788         [BZ #13760]
42789         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
42790         in the right place. Discard and retry query if response is
42791         larger than input buffer size.
42792
42793 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
42794
42795         [BZ #369]
42796         [BZ #2678]
42797         [BZ #3866]
42798         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
42799         x for large integer exponent.
42800         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
42801         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
42802         sign of result as needed afterwards.
42803         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
42804         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
42805         result for underflowing pow the same as for overflow.
42806         (__kernel_standard_l): Handle powl overflow and underflow here
42807         rather than calling __kernel_standard.
42808         * math/libm-test.inc (pow_test): Add more tests.
42809
42810         [BZ #3868]
42811         [BZ #13879]
42812         [BZ #13910]
42813         [BZ #13911]
42814         [BZ #13912]
42815         [BZ #13913]
42816         [BZ #13915]
42817         [BZ #13916]
42818         [BZ #13917]
42819         [BZ #13918]
42820         [BZ #13919]
42821         [BZ #13920]
42822         [BZ #13921]
42823         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
42824         * sysdeps/ieee754/k_standard.c: Include <float.h>.
42825         (__kernel_standard_l): New function.
42826         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
42827         __kernel_standard.
42828         * math/w_acosl.c (__acosl): Likewise.
42829         * math/w_asinl.c (__asinl): Likewise.
42830         * math/w_atan2l.c (__atan2l): Likewise.
42831         * math/w_atanhl.c (__atanhl): Likewise.
42832         * math/w_coshl.c (__coshl): Likewise.
42833         * math/w_exp10l.c (__exp10l): Likewise.
42834         * math/w_exp2l.c (__exp2l): Likewise.
42835         * math/w_fmodl.c (__fmodl): Likewise.
42836         * math/w_hypotl.c (__hypotl): Likewise.
42837         * math/w_j0l.c (__j0l, __y0l): Likewise.
42838         * math/w_j1l.c (__j1l, __y1l): Likewise.
42839         * math/w_jnl.c (__jnl, __ynl): Likewise.
42840         * math/w_lgammal.c (__lgammal): Likewise.
42841         * math/w_log10l.c (__log10l): Likewise.
42842         * math/w_log2l.c (__log2l): Likewise.
42843         * math/w_logl.c (__logl): Likewise.
42844         * math/w_powl.c (__powl): Likewise.
42845         * math/w_remainderl.c (__remainderl): Likewise.
42846         * math/w_scalbl.c (sysv_scalbl): Likewise.
42847         * math/w_sinhl.c (__sinhl): Likewise.
42848         * math/w_sqrtl.c (__sqrtl): Likewise.
42849         * math/w_tgammal.c (__tgammal): Likewise.
42850         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
42851         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
42852         * math/libm-test.inc (acos_test): Add more tests.
42853         (acosh_test): Likewise.
42854         (asin_test): Likewise.
42855         (atanh_test): Likewise.
42856         (exp_test): Likewise.
42857         (exp10_test): Likewise.
42858         (exp2_test): Likewise.
42859         (expm1_test): Likewise.
42860         (lgamma_test): Likewise.
42861         (log_test): Likewise.
42862         (log10_test): Likewise.
42863         (log1p_test): Likewise.
42864         (log2_test): Likewise.
42865         (pow_test): Do not allow some spurious overflow exceptions.
42866         (sqrt_test): Add more tests.
42867         (tgamma_test): Likewise.
42868         (y0_test): Likewise.
42869         (y1_test): Likewise.
42870         (yn_test): Likewise.
42871
42872 2012-03-27  Anton Blanchard  <anton@samba.org>
42873
42874         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
42875         MAP_HUGETLB.
42876         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
42877         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
42878         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
42879
42880 2012-03-27  David S. Miller  <davem@davemloft.net>
42881
42882         * conform/Makefile: Run run-conformtest.sh using $(BASH).
42883
42884         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
42885         have-as-vis3 check.
42886
42887 2012-03-27  Andreas Jaeger  <aj@suse.de>
42888
42889         * sysdeps/x86_64/elf/configure.in: Moved to ...
42890         * sysdeps/x86_64/configure.in: ... here.
42891         * sysdeps/x86_64/elf/start.S: Moved to ...
42892         * sysdeps/x86_64/start.S: ... here.
42893         * sysdeps/x86_64/elf/configure: Delete.
42894
42895         * sysdeps/x86_64/configure.in: Merge contents from
42896         sysdeps/i386/configure.in (without i686 check).
42897
42898         * sysdeps/i386/elf/Versions: Merge into ...
42899         * sysdeps/i386/Versions: ... this.
42900         * sysdeps/i386/elf/Versions: Delete file.
42901         * sysdeps/i386/elf/start.S: Moved to ...
42902         * sysdeps/i386/start.S: ...here.
42903         * sysdeps/i386/elf/configure.in: Merge into...
42904         * sysdeps/i386/configure.in: ...here.
42905         * sysdeps/i386/elf/configure.in: Delete file.
42906         * sysdeps/i386/elf/configure: Delete file.
42907
42908         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
42909         * debug/backtracesyms.c: ... here.
42910         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
42911         * debug/backtracesymsfd.c: ... here.
42912         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
42913         * sysdeps/generic/ifunc-sel.h: ... here.
42914
42915         * sysdeps/unix/i386/start.c: Delete file.
42916         * sysdeps/unix/sparc/start.c: Delete file.
42917         * sysdeps/unix/start.c: Delete file.
42918
42919         * sysdeps/sh/elf/configure.in: Moved to ...
42920         * sysdeps/sh/configure.in: ... here.
42921         * sysdeps/sh/elf/start.S: Moved to ...
42922         * sysdeps/sh/start.S: ... here.
42923         * sysdeps/sh/elf/configure: Delete file.
42924
42925         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
42926         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
42927         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
42928         * sysdeps/powerpc/powerpc64/entry.h: ... here.
42929         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
42930         * sysdeps/powerpc/powerpc64/start.S: here.
42931         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
42932         * sysdeps/powerpc/powerpc64/Makefile: ... this.
42933         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
42934         * sysdeps/powerpc/powerpc64/configure.in: ... this.
42935         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
42936
42937         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
42938         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
42939         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
42940         * sysdeps/powerpc/powerpc32/start.S: ... here.
42941         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
42942         * sysdeps/powerpc/powerpc32/configure.in: ... this.
42943         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
42944
42945         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
42946         * sysdeps/powerpc/ifunc-sel.h: ... here.
42947         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
42948         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
42949
42950         * sysdeps/sparc/elf/configure.in: Moved to ...
42951         * sysdeps/sparc/configure.in: ... here.
42952         * sysdeps/sparc/elf/configure: Delete file.
42953         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
42954         * sysdeps/sparc/sparc32/start.S: ... here.
42955         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
42956         * sysdeps/sparc/sparc64/start.S: ... here.
42957         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
42958         * sysdeps/sparc/sparc32/Makefile: ... this.
42959         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
42960         * sysdeps/sparc/sparc64/Makefile: ... this.
42961
42962         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
42963         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
42964         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
42965         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
42966         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
42967         * sysdeps/s390/s390-32/setjmp.S: ... here.
42968         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
42969         * sysdeps/s390/s390-32/configure.in: ... here.
42970         * sysdeps/s390/s390-32/elf/configure: Delete file.
42971         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
42972         * sysdeps/s390/s390-32/start.S: ... here.
42973
42974         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
42975         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
42976         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
42977         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
42978         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
42979         * sysdeps/s390/s390-64/setjmp.S: ... here.
42980         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
42981         * sysdeps/s390/s390-64/configure.in: ... here
42982         * sysdeps/s390/s390-64/elf/configure: Delete file.
42983         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
42984         * sysdeps/s390/s390-64/start.S: ... here.
42985         * sysdeps/s390/s390-64/elf/configure: Delete.
42986
42987         * configure.in: Remove support for elf directories in sysdeps.
42988
42989         * configure: Regenerated.
42990         * sysdeps/i386/configure: Regenerated.
42991         * sysdeps/powerpc/powerpc32/configure: Regenerated.
42992         * sysdeps/powerpc/powerpc64/configure: Regenerated.
42993         * sysdeps/s390/s390-32/configure: Regenerated.
42994         * sysdeps/s390/s390-64/configure: Regenerated.
42995         * sysdeps/sh/configure: Regenerated.
42996         * sysdeps/sparc/configure: Regenerated.
42997         * sysdeps/x86_64/configure: Regenerated.
42998
42999 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43000
43001         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43002
43003         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43004         denormal result into account.
43005
43006 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43007
43008         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43009         Reported by Allan McRae <allan@archlinux.org>.
43010
43011 2012-03-23  Jeff Law  <law@redhat.com>
43012
43013         * nss/getnssent.c (__nss_getent): Fix typo.
43014
43015 2012-03-23  David S. Miller  <davem@davemloft.net>
43016
43017         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43018
43019 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43020
43021         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43022         to pad to uint64_t for each field.
43023         (dl_tls_index): Replace unsigned long with uint64_t.
43024
43025 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43026         Paul Pluzhnikov  <ppluzhnikov@google.com>
43027
43028         [BZ #6528]
43029         * grp/Makefile (otherlibs): Don't set it.
43030         * inet/Makefile (otherlibs): Likewise.
43031         * login/Makefile (otherlibs): Likewise.
43032         * nscd/Makefile (otherlibs): Likewise.
43033         * posix/Makefile (otherlibs): Likewise.
43034         * pwd/Makefile (otherlibs): Likewise.
43035         * rt/Makefile (otherlibs): Likewise.
43036         * sunrpc/Makefile (otherlibs): Likewise.
43037         * nss/Makefile (otherlibs): Likewise.
43038         Add libnss_files to routines and static-only-routines.
43039         ($(objpfx)getent): Remove rule.
43040         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43041         static-only-routines.
43042
43043 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43044
43045         [BZ #13892]
43046         * math/s_cexp.c: Include <float.h>.
43047         (__cexp): Handle exp result overflowing not necessarily
43048         overflowing both real and imaginary parts of result.
43049         * math/s_cexpf.c: Likewise.
43050         * math/s_cexpl.c: Likewise.
43051         * math/libm-test.inc (cexp_test): Add more tests.
43052         * sysdeps/i386/fpu/libm-test-ulps: Update.
43053         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43054
43055 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43056
43057         * include/link.h (ELFW): New macro.
43058         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43059         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43060
43061 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43062
43063         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43064         with uint64_t.
43065
43066 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43067
43068         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43069         declaration.
43070         (struct La_x32_retval): Likewise.
43071
43072 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43073
43074         * sysdeps/x86_64/preconfigure.in: New file.
43075         * sysdeps/x86_64/preconfigure: New generated file.
43076
43077 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43078
43079         [BZ #13824]
43080         * math/e_exp2l.c: Include <float.h>.
43081         (__ieee754_exp2l): Handle overflow and underflow cases
43082         separately.  Only pass fractional part of argument to
43083         __ieee754_expl.
43084         * math/libm-test.inc (exp2_test): Add more tests.
43085
43086         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43087         negating x to take absolute value.
43088         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43089         Likewise.
43090         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43091         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43092         Likewise.
43093         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43094         computing low part if x was negated.
43095         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43096
43097 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43098
43099         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43100         la_x32_gnu_pltexit.
43101         (pltexit): Cast int_retval to ptrdiff_t.
43102         * elf/tst-auditmod3b.c: Likewise.
43103         * elf/tst-auditmod4b.c: Likewise.
43104         * elf/tst-auditmod5b.c: Likewise.
43105         * elf/tst-auditmod6b.c: Likewise.
43106         * elf/tst-auditmod6c.c: Likewise.
43107         * elf/tst-auditmod7b.c: Likewise.
43108
43109         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43110         and x32_gnu_pltexit.
43111
43112         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43113         __ELF_NATIVE_CLASS.
43114         (La_x32_regs): New macro.
43115         (La_x32_retval): Likewise.
43116         (la_x32_gnu_pltenter): New function prototype.
43117         (la_x32_gnu_pltexit): Likewise.
43118
43119 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43120
43121         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43122         exponent.
43123
43124         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43125
43126         * configure.in (libc_cv_cc_nofma): Check for option to disable
43127         generation of FMA instructions.
43128         * configure: Regenerate.
43129         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43130         * sysdeps/ieee754/dbl-64/Makefile: New file.
43131         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43132         Remove brandred-fma4.
43133         (CFLAGS-brandred-fma4.c): Remove.
43134         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43135         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43136         define.
43137         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43138         define.
43139
43140 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43141
43142         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43143         LLONG_MAX != LONG_MAX.
43144         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43145         (_fitoa_word): Likewise.
43146         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43147         LLONG_MAX != LONG_MAX.
43148         * stdio-common/_itowa.h: Include <_itoa.h>.
43149         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43150         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43151         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43152         only if not defined.
43153         (_ITOA_WORD_TYPE): Likewise.
43154         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43155         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43156
43157 2012-03-21  David S. Miller  <davem@davemloft.net>
43158
43159         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43160
43161 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43162
43163         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43164         of x86_64 when setting libc_cv_slibdir, libdir and
43165         libc_cv_localedir.
43166         * sysdeps/unix/sysv/linux/configure: Regenerated.
43167
43168 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43169
43170         * manual/lang.texi (Old Varargs): Remove section.
43171         (How Variadic): Update menu.
43172         (va_start): Do not mention varargs.h.
43173
43174 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43175             Joseph Myers  <joseph@codesourcery.com>
43176
43177         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43178         link test.
43179         * configure: Regenerated.
43180
43181 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43182
43183         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43184         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43185         conformtest.pl
43186
43187 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43188
43189         * NOTES: Remove.
43190         * Makefile (files-for-dist): Remove NOTES.
43191         (NOTES): Remove rule.
43192         * README: Don't refer to NOTES.
43193         * manual/creature.texi: Don't include macros.texi.
43194         * manual/intro.texi (creature.texi): Remove comment referring to
43195         NOTES.
43196
43197         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43198         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43199         * configure: Regenerated.
43200         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43201         LIBC_TRY_CC_OPTION.
43202         (libc_cv_as_i686): Likewise.
43203         (libc_cv_cc_avx): Likewise.
43204         (libc_cv_cc_sse2avx): Likewise.
43205         (libc_cv_cc_fma4): Likewise.
43206         (libc_cv_cc_novzeroupper): Likewise.
43207         * sysdeps/i386/configure: Regenerated.
43208
43209         [BZ #13883]
43210         * sysdeps/i386/fpu/s_cexp.S: Remove.
43211         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43212         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43213         * math/libm-test.inc (cexp_test): Add more tests.
43214         * sysdeps/i386/fpu/libm-test-ulps: Update.
43215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43216
43217 2012-03-21  Allan McRae  <allan@archlinux.org>
43218
43219         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43220
43221 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43222
43223         [BZ #13871]
43224         * math/w_exp2.c: Do not include <float.h>.
43225         (o_threshold, u_threshold): Remove.
43226         (__exp2): Calculate result before checking finiteness and calling
43227         __kernel_standard.
43228         * math/w_exp2f.c: Likewise.
43229         * math/w_exp2l.c: Likewise.
43230         * math/libm-test.inc (exp2_test): Require overflow exception for
43231         1e6 input.
43232
43233         [BZ #3866]
43234         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43235         range of signed 64-bit integers before using fistpll.  Remove
43236         checks for whether integers fit in mantissa bits.
43237         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43238         the range of signed 32-bit integers before using fistpl.  Remove
43239         checks for whether integers fit in mantissa bits.
43240         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43241         (__ieee754_powl): Test for y outside the range of signed 64-bit
43242         integers before using fistpll.  Reduce 64-bit values to 63-bit
43243         ones as needed.
43244         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43245         divide-by-zero is raised for zero to large negative powers.
43246         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43247         (__ieee754_powl): Test for y outside the range of signed 64-bit
43248         integers before using fistpll.  Reduce 64-bit values to 63-bit
43249         ones as needed.
43250         * math/libm-test.inc (pow_test): Add more tests.
43251
43252 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43253
43254         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43255         <stdio-common/_itoa.h>.
43256         * debug/segfault.c: Likewise.
43257         * elf/dl-cache.c: Likewise.
43258         * elf/dl-minimal.c: Likewise.
43259         * elf/dl-misc.c: Likewise.
43260         * elf/dl-sysdep.c: Likewise.
43261         * elf/dl-version.c: Likewise.
43262         * elf/rtld.c: Likewise.
43263         * hurd/hurdsock.c: Likewise.
43264         * hurd/lookup-retry.c: Likewise.
43265         * malloc/malloc.c: Likewise.
43266         * malloc/mtrace.c: Likewise.
43267         * nscd/nscd_getgr_r.c: Likewise.
43268         * nscd/nscd_getpw_r.c: Likewise.
43269         * nscd/nscd_getserv_r.c: Likewise.
43270         * posix/getopt_init.c: Likewise.
43271         * posix/wordexp.c: Likewise.
43272         * stdio-common/_itoa.c: Likewise.
43273         * stdio-common/printf_fphex.c: Likewise.
43274         * stdio-common/vfprintf.c: Likewise.
43275         * string/_strerror.c: Likewise.
43276         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43277         * sysdeps/i386/i686/hp-timing.h: Likewise.
43278         * sysdeps/mach/_strerror.c: Likewise.
43279         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43280         * sysdeps/mach/hurd/sethostid.c: Likewise.
43281         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43282         * sysdeps/mach/xpg-strerror.c: Likewise.
43283         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43284         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43285         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43286         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43287         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43288         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43289         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43290         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43291         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43292         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43293         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43294         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43295         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43296         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43297         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43298         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43299         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43300         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43301         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43302         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43303         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43304
43305         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43306
43307         * stdio-common/_itoa.h: Moved to ...
43308         * sysdeps/generic/_itoa.h: Here.
43309
43310         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43311
43312         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43313         instead of "_itoa.h" and "_itowa.h".
43314         * stdio-common/vfprintf.: Likewise.
43315
43316 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43317
43318         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43319         <bits/wordsize.h>.
43320         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43321         (__signbit): Likwise.
43322         (llrintf): Likwise.
43323         (llrint): Likwise.
43324
43325 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43326
43327         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43328         __WORDSIZE != 64.
43329
43330 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43331
43332         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43333         OVERFLOW_EXCEPTION_OK.
43334         * math/libm-test.inc ("Philosophy"): Update comment about
43335         exception testing.
43336         (OVERFLOW_EXCEPTION): Define.
43337         (OVERFLOW_EXCEPTION_OK): Likewise.
43338         (INVALID_EXCEPTION_OK): Renumber.
43339         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43340         (IGNORE_ZERO_INF_SIGN): Likewise.
43341         (test_exceptions): Handle FE_OVERFLOW.
43342         (exp10_test): Expect overflow exceptions.
43343         (exp2_test): Likewise.
43344         (expm1_test): Likewise.
43345         (nextafter_test): Likewise.
43346         (pow_test): Likewise.
43347         (scalbn_test): Likewise.
43348         (scalbln_test): Likewise.
43349
43350 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43351
43352         * sysdeps/x86_64/bits/atomic.h
43353         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43354         64bit integer.
43355         (atomic_exchange_acq): Likewise.
43356         (__arch_exchange_and_add_body): Likewise.
43357         (__arch_add_body): Likewise.
43358         (atomic_add_negative): Likewise.
43359         (atomic_add_zero): Likewise.
43360
43361 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43362
43363         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43364         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43365
43366 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43367
43368         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43369         Check __x86_64__ instead of __WORDSIZE.
43370
43371 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43372
43373         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43374
43375 2012-03-19  David S. Miller  <davem@davemloft.net>
43376
43377         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43378
43379         * sysdeps/sparc/fpu/fenv_private.h: New file.
43380         * sysdeps/sparc/fpu/math_private.h: Use it.
43381         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43382         Remove.
43383         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43384         (libc_feholdexcept_setroundl): Remove.
43385         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43386         Remove.
43387         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43388         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43389
43390 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43391
43392         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43393         int64_t instead of long int.
43394         (INSERT_WORDS64): Likwise.
43395
43396 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43397
43398         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43399         _Unwind_GetCFA return to _Unwind_Ptr first.
43400
43401 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43402
43403         [BZ #13629]
43404         * math/s_clog.c: Include <float.h>.
43405         (__clog): Scale large or subnormal inputs.
43406         * math/s_clogf.c: Likewise.
43407         * math/s_clogl.c: Likewise.
43408         * math/s_clog10.c: Include <float.h>.
43409         (M_LOG10_2): Define.
43410         (__clog10): Scale large or subnormal inputs.
43411         * math/s_clog10f.c: Likewise.
43412         * math/s_clog10l.c: Likewise.
43413         * math/libm-test.inc (clog_test): Add more tests.
43414         (clog10_test): Likewise.
43415         * sysdeps/i386/fpu/libm-test-ulps: Update.
43416         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43417
43418         [BZ #11451]
43419         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43420         x and y.
43421         * math/libm-test.inc (atan2_test): Add another test.
43422
43423         * Makerules (common-objdir-compile): Remove.
43424         * sysdeps/unix/Makefile (config-generated): Do not add
43425         $(unix-generated) to variable.
43426         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43427         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43428         Remove rule.
43429         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43430         Likewise.
43431         [generic bits/local_lim.h] (before-compile): Do not append to
43432         variable.
43433         [generic bits/local_lim.h] (common-generated): Likewise.
43434         [generic sys/param.h] (before-compile): Do not append to variable.
43435         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43436         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43437         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43438         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43439         include.
43440         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43441         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43442         [generic sys/param.h] ($(addprefix
43443         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43444         [generic sys/param.h] (common-generated): Do not append to
43445         variable.
43446         [generic sys/param.h] (sysdep_headers): Likewise.
43447         [generic bits/errno.h] (before-compile): Do not append to
43448         variable.
43449         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43450         rule.
43451         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43452         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43453         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43454         [generic bits/errno.h] (common-generated): Do not append to
43455         variable.
43456         [generic bits/ioctls.h] (before-compile): Do not append to
43457         variable.
43458         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43459         rule.
43460         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43461         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43462         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43463         rule.
43464         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43465         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43466         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43467         [generic bits/ioctls.h] (common-generated): Do not append to
43468         variable.
43469         [generic sys/syscall.h] (syscall.h): Remove variable.
43470         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43471         rule.
43472         [generic sys/syscall.h] (before-compile): Do not append to
43473         variable.
43474         [generic sys/syscall.h] (common-generated): Likewise.
43475         * sysdeps/unix/errnos-tmpl.c: Remove file.
43476         * sysdeps/unix/errnos.awk: Likewise.
43477         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43478         * sysdeps/unix/ioctls.awk: Likewise.
43479         * sysdeps/unix/mk-local_lim.c: Likewise.
43480         * sysdeps/unix/snarf-ioctls: Likewise.
43481
43482 2012-03-19  Richard Henderson  <rth@twiddle.net>
43483
43484         * sysdeps/i386/fpu/fenv_private.h: New file.
43485         * sysdeps/i386/fpu/math_private.h: Use it.
43486         (math_opt_barrier, math_force_eval): Remove.
43487         (libc_feholdexcept_setround_53bit): Remove.
43488         (libc_feupdateenv_53bit): Remove.
43489         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43490         (math_opt_barrier, math_force_eval): Remove.
43491         (libc_feholdexcept): Remove.
43492         (libc_feholdexcept_setround): Remove.
43493         (libc_fetestexcept, libc_fesetenv): Remove.
43494         (libc_feupdateenv_test): Remove.
43495         (libc_feupdateenv, libc_feholdsetround): Remove.
43496         (libc_feresetround): Remove.
43497
43498         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43499         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43500
43501         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43502         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43503         (libc_feupdateenv_testl): New.
43504         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43505         (libc_feupdateenv_testf): New.
43506         (libc_feupdateenv): Use libc_feupdateenv_test.
43507         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43508         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43509
43510         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43511         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43512         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43513         (libc_feresetround_noex): New.
43514         (libc_feresetround_noexf): New.
43515         (libc_feresetround_noexl): New.
43516         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43517         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43518         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43519         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43520         SET_RESTORE_ROUND.
43521         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43522         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43523         (__cos): Likewise.
43524         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43525         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43526         SET_RESTORE_ROUND_NOEX.
43527         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43528         SET_RESTORE_ROUND_NOEXF.
43529         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43530         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43531         (libc_feholdsetroundf): New.
43532         (libc_feresetround, libc_feresetroundf): New.
43533
43534         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43535         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43536         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43537
43538         * sysdeps/generic/math_private.h: Include <fenv.h>.
43539         (default_libc_feholdexcept): New.
43540         (default_libc_feholdexcept_setround): New.
43541         (default_libc_fesetenv, default_libc_feupdateenv): New.
43542         (libc_feholdexcept): Only define if undefined.
43543         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43544         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43545         (libc_feholdexcept_setroundl): Likewise.
43546         (libc_feholdexcept_setround_53bit): Likewise.
43547         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43548         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43549         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43550         (libc_feupdateenv_53bit): Likewise.
43551         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43552         (libc_feholdexcept): Convert from macro to inline function.
43553         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43554         (libc_fesetenv, libc_feupdateenv): Likewise.
43555
43556         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43557         not previously defined.
43558         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43559         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43560         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43561         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43562         * sysdeps/ieee754/flt-32/math_private.h: New file.
43563         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43564         math_private.h below SET_FLOAT_WORD.
43565         (__isnan, __isinf_ns, __finite): Remove.
43566         (__isnanf, __isinf_nsf, __finitef): Remove.
43567
43568 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43569
43570         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43571
43572 2012-03-17  David S. Miller  <davem@davemloft.net>
43573
43574         [BZ #6471]
43575         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43576         for 2.16.
43577
43578 2012-03-16  David S. Miller  <davem@davemloft.net>
43579
43580         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43581         warnings.
43582
43583         [BZ #6471]
43584         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43585         properly.
43586         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43587         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43588         sysdep_routines when subdir is sysvipc.
43589         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43590         __getshmlba helper.
43591
43592         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43593
43594 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43595
43596         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43597         [__LP64__].
43598
43599 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43600
43601         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43602         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43603         (__lround): Renamed to ...
43604         (__llround): This.  Replace long int with long long int.
43605         Define lround functions as aliases of llround functions.
43606         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43607
43608 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43609
43610         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43611         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43612         adresses to uintptr_t.  Replace "long int" and "unsigned long
43613         int" with "greg_t" on va_arg.
43614
43615 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43616
43617         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43618         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43619
43620         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43621         Move e_machine check before EI_CLASS check.  Handle x32
43622         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43623         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43624         SKIP_EM_IA_64 and include
43625         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43626
43627         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43628         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43629         (add_system_dir): New macro.
43630
43631         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43632         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43633
43634 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43635
43636         [BZ #2551]
43637         [BZ #2552]
43638         [BZ #2553]
43639         [BZ #2554]
43640         [BZ #2562]
43641         [BZ #2563]
43642         [BZ #2565]
43643         [BZ #2566]
43644         [BZ #2576]
43645         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43646         (y0): Likewise.
43647         * math/w_j0f.c (j0f): Likewise.
43648         (y0f): Likewise.
43649         * math/w_j0l.c (__j0l): Likewise.
43650         (__y0l): Likewise.
43651         * math/w_j1.c (j1): Likewise.
43652         (y1): Likewise.
43653         * math/w_j1f.c (j1f): Likewise.
43654         (y1f): Likewise.
43655         * math/w_j1l.c (__j1l): Likewise.
43656         (__y1l): Likewise.
43657         * math/w_jn.c (jn): Likewise.
43658         (yn): Likewise.
43659         * math/w_jnf.c (jnf): Likewise.
43660         (ynf): Likewise.
43661         * math/w_jnl.c (__jnl): Likewise.
43662         (__ynl): Likewise.
43663         * math/libm-test.inc (j0_test): Add more tests.
43664         (j1_test): Likewise.
43665         (jn_test): Likewise.  Add trailing semicolon to existing test.
43666         (y0_test): Likewise.
43667         (y1_test): Likewise.
43668         * sysdeps/i386/fpu/libm-test-ulps: Update.
43669         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43670
43671         [BZ #13851]
43672         [BZ #13854]
43673         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43674         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43675         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43676         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43677         (__tanl): Set errno for infinite argument.
43678         * sysdeps/i386/fpu/mptan.c: Remove.
43679         * sysdeps/i386/fpu/s_tan.S: Likewise.
43680         * sysdeps/i386/fpu/s_tanl.S: Likewise.
43681         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43682         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43683         * math/libm-test.inc (tan_test): Add more tests and enable more
43684         tests for double and long double.
43685         * sysdeps/i386/fpu/libm-test-ulps: Update.
43686         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43687
43688 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
43689
43690         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43691         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43692
43693 2012-03-16  Roland McGrath  <roland@hack.frob.com>
43694
43695         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43696         * configure.in: Use it for both main tree and add-ons.
43697         * configure: Regenerated.
43698
43699 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43700
43701         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43702
43703 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43704
43705         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43706         in comment.
43707
43708         [BZ #13851]
43709         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43710         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43711         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43712         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43713         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43714         infinite argument.
43715         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43716         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43717         != 0 for prec == 2.
43718         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43719         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43720         * sysdeps/i386/fpu/s_cosl.S: Likewise.
43721         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43722         * sysdeps/i386/fpu/s_sinl.S: Likewise.
43723         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43724         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43725         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43726         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43727         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43728         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43729         * math/libm-test.inc (cos_test): Add more tests and enable more
43730         tests for long double.
43731         (sin_test): Likewise.
43732         (sincos_test): Likewise.
43733         * sysdeps/i386/fpu/libm-test-ulps: Update.
43734         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43735
43736 2012-03-16  David S. Miller  <davem@davemloft.net>
43737
43738         * sysdeps/sparc/fpu/math_private.h: New file.
43739
43740 2012-03-15  David S. Miller  <davem@davemloft.net>
43741
43742         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
43743         file.
43744         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
43745         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
43746         file.
43747         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
43748         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
43749         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
43750         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
43751         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
43752         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
43753         sysdep routines.
43754         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43755
43756         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
43757         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
43758
43759         * sysdeps/sparc/sparc-ifunc.h: New file.
43760         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
43761         sparc-ifunc.h
43762         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
43763         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
43764         Likewise.
43765         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
43766         Likewise.
43767         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
43768         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
43769         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
43770         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
43771         Likewise.
43772         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43773         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
43774         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43775         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
43776         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
43777         Likewise.
43778         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
43779         Likewise.
43780         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43781         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
43782         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
43783         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
43784         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
43785         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
43786         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
43787         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
43788         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
43789         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
43790         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
43791         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
43792         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
43793         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
43794         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
43795         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
43796         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
43797         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
43798         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
43799         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
43800         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
43801         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
43802         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
43803         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
43804
43805 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43806
43807         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
43808         scaling.
43809         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43810
43811 2012-03-15  Andreas Jaeger  <aj@suse.de>
43812
43813         [BZ #13852]
43814         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
43815         ieee754/flt-32 implementation for sin, cos and sincos.
43816         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
43817         * sysdeps/i386/fpu/s_cosf.S: Likewise.
43818         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
43819         * sysdeps/i386/fpu/s_sinf.S: Likewise.
43820         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
43821         ieee754/flt-32 implementation for tan.
43822
43823         * math/libm-test.inc (cos_test): Enable some large input tests for
43824         float as well
43825         (sin_test): Likewise.
43826         (sincos_test): Likewise.
43827         (tan_test): Add tests for large input.
43828
43829         * sysdeps/i386/fpu/libm-test-ulps: Update.
43830
43831 2012-03-15  Andreas Jaeger  <aj@suse.de>
43832
43833         [BZ #13658]
43834         * math/libm-test.inc (cos_test): Add more test cases.
43835         (sin_test): Likewise.
43836         (sincos_test): Likewise.
43837
43838 2012-03-15  Andreas Jaeger  <aj@suse.de>
43839
43840         [BZ #13837]
43841         * math/libm-test.inc (cos_test): Add a test case for large input
43842         value.
43843         (sin_test): Likewise.
43844         (sincos_test): Likewise.
43845
43846 2012-03-15  Andreas Jaeger  <aj@suse.de>
43847             Joseph Myers  <joseph@codesourcery.com>
43848
43849         [BZ #13658]
43850         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
43851         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
43852         * sysdeps/i386/fpu/branred.c: Likewise.
43853         * sysdeps/i386/fpu/dosincos.c: Likewise.
43854         * sysdeps/i386/fpu/mpa.c: Likewise.
43855         * sysdeps/i386/fpu/s_cos.S: Likewise.
43856         * sysdeps/i386/fpu/s_sin.S: Likewise.
43857         * sysdeps/i386/fpu/s_sincos.S: Likewise.
43858         * sysdeps/i386/fpu/sincos32.c: Likewise.
43859
43860         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
43861         Define.
43862         (libc_feupdateenv_53bit): Define.
43863         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
43864         Define.
43865         (libc_feupdateenv_53bit): Define.
43866
43867         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
43868         53 bit (without extend i386 double precision).
43869
43870         * math/libm-test.inc (sincos_test): Add tests for large input.
43871         (sin): Likewise.
43872         (cos): Likewise.
43873
43874         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
43875
43876 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43877
43878         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43879
43880 2012-03-15  David S. Miller  <davem@davemloft.net>
43881
43882         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
43883         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
43884         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
43885         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
43886         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
43887         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
43888         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
43889         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
43890         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
43891         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
43892         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
43893         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
43894         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
43895         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
43896         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
43897         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
43898         file.
43899         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
43900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
43901         file.
43902         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
43903         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
43904         file.
43905         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
43906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
43907         file.
43908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
43909         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
43910         fmin/fmax sysdep routines.
43911         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43912
43913 2012-03-14  David S. Miller  <davem@davemloft.net>
43914
43915         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
43916         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
43917         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
43918         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
43919         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
43920         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
43921         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
43922         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
43923         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
43924         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
43925         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
43926         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
43927         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
43928         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
43929         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
43930         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
43931         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
43932         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
43933         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
43934         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
43935         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
43936         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
43937         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
43938         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
43939         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
43940         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
43941         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
43942         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
43943         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
43944         routines.
43945         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
43946         file.
43947         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
43948         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
43949         file.
43950         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
43951         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
43952         file.
43953         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
43954         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
43955         file.
43956         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
43957         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
43958         file.
43959         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
43960         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
43961         file.
43962         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
43963         file.
43964         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
43965         file.
43966         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
43967         file.
43968         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
43969         New file.
43970         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
43971         file.
43972         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
43973         file.
43974         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
43975         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
43976         file.
43977         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
43978         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
43979         file.
43980         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
43981         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
43982         file.
43983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
43984         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
43985         VIS3 routines.
43986
43987         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
43988         New file.
43989
43990         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43991
43992         * sysdeps/sparc/configure.in: New file.
43993         * sysdeps/sparc/configure: Generate.
43994         * configure.in (libc_cv_sparc_as_vis3): Substitute.
43995         * configure: Regenerate.
43996         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
43997         * config.make.in (have-as-vis3): New.
43998         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
43999         available use -Av9d instead of -Av9a.
44000         * sysdeps/sparc/sparc64/Makefile: Likewise.
44001         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44002         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44003         New file.
44004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44005         file.
44006         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44007         New file.
44008         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44009         file.
44010         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44011         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44012         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44013         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44014         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44015
44016         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44017         fzeros/fnegs to load 0x80000000 into a float register instead of
44018         using the stack.
44019         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44020
44021 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44022
44023         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44024         bits/syscall.h.
44025         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44026         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44027         ($(inst_includedir)/bits/syscall.h): Remove rule.
44028         ($(objpfx)bits/syscall.d): Include instead of
44029         $(objpfx)syscall-list.d.
44030         (generated): Change syscall-list.h and syscall-list.d to
44031         bits/syscall.h and bits/syscall.d.
44032
44033 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44034
44035         [BZ #13846]
44036         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44037
44038 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44039
44040         [BZ #13841]
44041         * math/s_csqrt.c: Include <float.h>.
44042         (__csqrt): Scale large or subnormal inputs.
44043         * math/s_csqrtf.c: Likewise.
44044         * math/s_csqrtl.c: Likewise.
44045         * math/libm-test.inc (csqrt_test): Add more tests.
44046         * sysdeps/i386/fpu/libm-test-ulps: Update.
44047         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44048
44049         [BZ #13840]
44050         * math/libm-test.inc (hypot_test): Add more tests.
44051
44052 2012-03-13  David S. Miller  <davem@davemloft.net>
44053
44054         [BZ #13840]
44055         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44056         double-precision for the calculation instead of scaling.
44057
44058 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44059
44060         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44061         manipulate bits before adding and subtracting TWO52[sx].
44062         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44063         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44064         Likewise.
44065         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44066
44067 2012-03-13  David S. Miller  <davem@davemloft.net>
44068
44069         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44070         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44071         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44072         rtld-global-offsets.h
44073         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44074
44075         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44076         large parameters.
44077
44078         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44079
44080         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44081         'err' in the ifdef scope in which it is actually used.
44082
44083         * nss/nss_db/db-init.c: Include string.h
44084
44085 2012-03-12  David S. Miller  <davem@davemloft.net>
44086
44087         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44088         masking out of the most significant byte of random value used.
44089         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44090         Fix coding style in previous change.
44091
44092         * sysdeps/unix/sysv/linux/kernel-features.h
44093         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44094         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44095         expression.
44096         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44097         later.
44098
44099 2012-03-11  David S. Miller  <davem@davemloft.net>
44100
44101         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44102         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44103         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44104         for 'resultvar' otherwise things get truncated on 64-bit.
44105
44106         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44107         Fix masking out of the most significant byte of random value used.
44108
44109         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44110
44111 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44112
44113         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44114
44115 2012-03-09  David S. Miller  <davem@davemloft.net>
44116
44117         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44118         variables with appropriate CPP guards.
44119         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44120         from the frame pointer, not the stack pointer.  Correct layout
44121         comments.  Fix test on resulting framesize and the management of
44122         the outregs buffer for pltexit.  Preserve floating point return
44123         values across _dl_call_pltexit call.
44124         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44125         framesize and the management of the outregs buffer for pltexit.
44126         Preserve floating point return values across _dl_call_pltexit
44127         call.
44128         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44129         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44130         (la_sparc64_gnu_pltexit): New functions.
44131         (print_exit): Fix format string for return register value.
44132
44133 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44134
44135         * sunrpc/Makefile (others): Add rpcgen.
44136         ($(objpfx)rpcgen): Remove special build rule and dependency on
44137         libc.
44138         * sunrpc/rpcgen.c: New file.
44139
44140 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44141
44142         [BZ #13673]
44143         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44144         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44145         * sysdeps/i386/crti.S: Likewise.
44146         * sysdeps/i386/crtn.S: Likewise.
44147         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44148         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44149         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44150         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44151         * sysdeps/sh/crti.S: Likewise.
44152         * sysdeps/sh/crtn.S: Likewise.
44153         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44154
44155         [BZ #13673]
44156         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44157         with URL.
44158         * locale/programs/locfile-kw.gperf: Likewise.
44159         * locale/programs/charmap-kw.h: Regenerated.
44160         * locale/programs/locfile-kw.h: Likewise.
44161
44162         [BZ #13673]
44163         * intl/plural.y: Replace FSF snail mail address with URL.
44164         * intl/plural.c: Regenerated.
44165
44166 2012-03-09  Richard Henderson  <rth@twiddle.net>
44167
44168         * include/math_private.h: Remove file.
44169         * math/math_private.h: Move file ...
44170         * sysdeps/generic/math_private.h: ... here.
44171
44172         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44173         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44174         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44175
44176         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44177         and <math_private.h>.
44178         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44179         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44180         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44181         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44182         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44183         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44184         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44185         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44186         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44187         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44188         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44189         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44190         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44191         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44192         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44193         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44194         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44195         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44196         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44197         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44198         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44199         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44200         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44201         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44202         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44203         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44204         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44205         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44206         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44207         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44208         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44209         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44210         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44211         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44212         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44213         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44214         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44215         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44216         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44217         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44218         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44219         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44220         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44221         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44222         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44223         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44224         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44225         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44226         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44227         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44228         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44229         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44230         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44231         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44232         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44233         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44234         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44235         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44236         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44237         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44238         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44239         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44240         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44241         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44242         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44243         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44244         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44245         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44246         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44247         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44248         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44249         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44250         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44251         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44252         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44253         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44254         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44255         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44256         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44257         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44258         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44259         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44260         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44261         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44262         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44263         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44264         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44265         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44266         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44267         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44268         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44269         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44270         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44271         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44272         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44273         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44274         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44275         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44276         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44277         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44278         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44279         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44280         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44281         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44282         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44283         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44284         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44285         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44286         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44287         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44288         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44289         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44290         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44291         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44292         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44293         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44294         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44295         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44296         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44297         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44298         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44299         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44300         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44301         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44302         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44303         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44304         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44305         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44306         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44307         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44308         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44309         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44310         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44311         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44312         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44313         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44314         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44315         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44316         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44317         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44318         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44319         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44320         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44321         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44322         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44323         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44324         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44325         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44326         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44327         * sysdeps/ieee754/k_standard.c: Likewise.
44328         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44329         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44330         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44331         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44332         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44333         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44334         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44335         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44336         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44337         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44338         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44339         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44340         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44341         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44342         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44343         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44344         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44345         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44346         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44347         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44348         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44349         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44350         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44351         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44352         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44353         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44354         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44355         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44356         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44357         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44358         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44359         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44360         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44361         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44362         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44363         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44364         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44365         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44366         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44367         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44368         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44369         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44370         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44371         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44372         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44373         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44374         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44375         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44376         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44377         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44378         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44379         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44380         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44381         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44382         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44383         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44384         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44385         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44386         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44387         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44388         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44389         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44390         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44391         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44392         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44393         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44394         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44395         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44396         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44397         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44398         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44399         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44400         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44401         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44402         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44403         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44404         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44405         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44406         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44407         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44408         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44409         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44410         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44411         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44412         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44413         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44414         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44415         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44416         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44417         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44418         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44419         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44420         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44421         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44422         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44423         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44424         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44425         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44426         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44427         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44428         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44429         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44430         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44431         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44432         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44433         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44434         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44435         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44436         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44437         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44438         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44439         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44440         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44441         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44442         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44443         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44444         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44445         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44446         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44447         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44448         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44449         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44450         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44451         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44452         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44453         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44454         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44455         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44456         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44457         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44458         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44459         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44460         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44461         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44462         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44463         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44464         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44465         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44466         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44467         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44468         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44469         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44470         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44471         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44472         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44473         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44474         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44475         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44476         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44477         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44478         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44479         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44480         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44481         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44482         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44483         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44484         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44485         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44486         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44487         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44488         * sysdeps/ieee754/s_lib_version.c: Likewise.
44489         * sysdeps/ieee754/s_matherr.c: Likewise.
44490         * sysdeps/ieee754/s_signgam.c: Likewise.
44491         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44492         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44493         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44494         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44495         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44496         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44497         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44498         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44499         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44500         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44501         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44502         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44503         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44504         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44505         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44506         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44507         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44508         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44509         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44510         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44511         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44512
44513 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44514
44515         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44516         * sunrpc/rpc_main.c: Likewise.
44517         * sunrpc/rpc_svcout.c: Likewise.
44518
44519 2012-03-09  David S. Miller  <davem@davemloft.net>
44520
44521         * include/math_private.h: New file.
44522
44523 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44524
44525         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44526         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44527         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44528         from <bits/socket_type.h>.
44529         (enum __socket_type): Don't define here.
44530         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44531         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44532         bits/socket_type.h.
44533
44534         [BZ #13566]
44535         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44536         checking __USE_GNU.
44537
44538         * Makerules ($(inst_includedir)/%.h): New rule.
44539         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44540         (install-others): Remove variable setting.
44541         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44542
44543 2012-03-08  Richard Henderson  <rth@twiddle.net>
44544
44545         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44546         from macro to inline function; merge with the
44547         !__LIBC_INTERNAL_MATH_INLINES version.
44548         (__ieee754_sqrtf): Likewise.
44549
44550         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44551         to inline function.
44552         (__rintf, __floor, __floorf): Likewise.
44553
44554         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44555         macro to inline function.
44556         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44557
44558         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44559         not <math/math_private.h>.
44560
44561 2012-03-08  David S. Miller  <davem@davemloft.net>
44562
44563         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44564         copyright year.
44565         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44566
44567 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44568
44569         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44570         normalization.
44571         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44572         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44573
44574 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44575
44576         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44577         be defined individually, they must be defined as a block.  Define
44578         S for printing a string instead of hidint the different by using a
44579         macro for adding the 'l'.
44580         * stdio-common/tst-fphex-wide.c: Adjust.
44581
44582 2012-03-07  Marek Polacek  <polacek@redhat.com>
44583
44584         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44585
44586 2012-03-08  Marek Polacek  <polacek@redhat.com>
44587
44588         [BZ #13806]
44589         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44590         * stdio-common/tst-fphex.c: Define a few macros to make the
44591         test reusable.  Use them.
44592         * stdio-common/tst-fphex-wide.c: New file.
44593
44594 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44595
44596         [BZ #6911]
44597         * manual/macros.texi (gnusystems): New macro.
44598         (nongnusystems): Likewise.
44599         (gnulinuxhurdsystems): Likewise.
44600         (gnuhurdsystems): Likewise..
44601         (gnulinuxsystems): Likewise.
44602         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44603         variants of the GNU system, not "GNU system".
44604         * manual/conf.texi: Likewise.
44605         * manual/errno.texi: Likewise.  Update example of errno macro
44606         expansion.
44607         * manual/filesys.texi: Likewise.
44608         (getumask): Document as specific to GNU/Hurd.
44609         * manual/install.texi: Likewise.  Reword some references to
44610         GNU/Linux.
44611         * manual/intro.texi: Likewise.
44612         * manual/io.texi: Likewise.
44613         (File Name Portability): Detail which constraints are inapplicable
44614         to all GNU systems and which are only inapplicable to GNU/Hurd.
44615         * manual/job.texi: Likewise.
44616         * manual/llio.texi: Likewise.
44617         (O_NOCTTY): Document as present on GNU/Linux.
44618         * manual/maint.texi: Likewise.
44619         * manual/memory.texi: Likewise.
44620         * manual/pattern.texi: Likewise.
44621         * manual/pipe.texi: Likewise.
44622         * manual/process.texi: Likewise.
44623         * manual/resource.texi: Likewise.
44624         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44625         child on GNU/Hurd.
44626         * manual/setjmp.texi: Likewise.
44627         * manual/signal.texi: Likewise.
44628         * manual/startup.texi: Likewise.
44629         * manual/stdio.texi: Likewise.
44630         * manual/terminal.texi: Likewise.
44631         (ONLCR): Document as POSIX.
44632         (OXTABS): Document availability on GNU/Linux as XTABS.
44633         (ONOEOT): Document availability separately from other bits.
44634         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44635         * manual/time.texi: Likewise.
44636         * manual/users.texi: Likewise.
44637         * INSTALL: Regenerated.
44638         * sysdeps/gnu/errlist.c: Regenerated.
44639
44640         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44641         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44642         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
44643         puts.
44644         * configure: Regenerated.
44645
44646 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
44647
44648         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44649         default includes instead of AC_HEADER_CHECK.
44650         * sysdeps/i386/configure: Regenerated.
44651
44652         [BZ #10716]
44653         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44654         * math/s_cacoshf.c (__cacoshf): Likewise.
44655         * math/s_cacoshl.c (__cacoshl): Likewise.
44656         * math/s_casinh.c (__casinh): Set signs of result from argument.
44657         * math/s_casinhf.c (__casinhf): Likewise.
44658         * math/s_casinhl.c (__casinhl): Likewise.
44659         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44660         (casinh_test): Add more tests.
44661         * sysdeps/i386/fpu/libm-test-ulps: Update.
44662         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44663
44664 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
44665
44666         * po/zh_TW.po: Update from translation team.
44667
44668         * login/Makefile (distribute): Remove variable.
44669         * catgets/Makefile: Likewise.
44670         * mach/Makefile: Likewise.
44671         * malloc/Makefile: Likewise.
44672         * misc/Makefile: Likewise.
44673         * iconv/Makefile: Likewise.
44674         * nscd/Makefile: Likewise.
44675         * hurd/Makefile: Likewise.
44676         * manual/Makefile: Likewise.
44677         * locale/Makefile: Likewise.
44678         * intl/Makefile: Likewise.
44679         * conform/Makefile: Likewise.
44680         * nss/Makefile: Likewise.
44681         * time/Makefile: Likewise.
44682         * soft-fp/Makefile: Likewise.
44683         * dirent/Makefile: Likewise.
44684         * gmon/Makefile: Likewise.
44685         * po/Makefile: Likewise.
44686         * rt/Makefile: Likewise.
44687         * socket/Makefile: Likewise.
44688         * math/Makefile: Likewise.
44689         * signal/Makefile: Likewise.
44690         * debug/Makefile: Likewise.
44691         * elf/Makefile: Likewise.
44692         * timezone/Makefile: Likewise.
44693         * stdlib/Makefile: Likewise.
44694         * iconvdata/Makefile: Likewise.
44695         * sunrpc/Makefile: Likewise.
44696         * io/Makefile: Likewise.
44697         * argp/Makefile: Likewise.
44698         * inet/Makefile: Likewise.
44699         * hesiod/Makefile: Likewise.
44700         * grp/Makefile: Likewise.
44701         * csu/Makefile: Likewise.
44702         * wctype/Makefile: Likewise.
44703         * crypt/Makefile: Likewise.
44704         * libio/Makefile: Likewise.
44705         * string/Makefile: Likewise.
44706         * nis/Makefile: Likewise.
44707         * resolv/Makefile: Likewise.
44708         * stdio-common/Makefile: Likewise.
44709         * wcsmbs/Makefile: Likewise.
44710         * dlfcn/Makefile: Likewise.
44711         * posix/Makefile: Likewise.
44712
44713         [BZ #6959]
44714         * timezone/Makefile: Don't install timezone files, just the programs
44715         and scripts.
44716
44717 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
44718
44719         * nss/databases.def: Add missing gshadow entry.
44720
44721         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
44722
44723 2012-03-06  Marek Polacek  <polacek@redhat.com>
44724
44725         [BZ #13726]
44726         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44727         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44728         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44729         * stdio-common/tst-long-dbl-fphex.c: New file.
44730
44731 2012-03-06  David S. Miller  <davem@davemloft.net>
44732
44733         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44734         (set_obp_int): New function.
44735         (get_obp_int): New function.
44736         (__get_clockfreq_via_dev_openprom): Likewise.
44737         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
44738         Avoid unused variable warnings on 'val' and use builtin_expect.
44739         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
44740         __builtin_expect.
44741         (INLINE_CLONE_SYSCALL): Likewise.
44742
44743 2012-03-05  David S. Miller  <davem@davemloft.net>
44744
44745         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44746
44747 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
44748
44749         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44750
44751         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
44752         only for |x| >= 40.
44753         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44754
44755 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
44756
44757         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
44758         Replace gettimeofday with __vdso_gettimeofday.
44759
44760         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44761         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
44762         __vdso_clock_gettime and __vdso_getcpu.
44763
44764         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
44765         time with __vdso_time.
44766
44767 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44768
44769         * manual/lang.texi (size_t): Note types to which size_t may be
44770         equivalent with the GNU C Library, but do not describe when
44771         differences between them are significant.
44772
44773 2012-03-05  Andreas Jaeger  <aj@suse.de>
44774
44775         * sysdeps/i386/fpu/libm-test-ulps: Update.
44776
44777 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44778
44779         [BZ #3976]
44780         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
44781         (__ieee754_pow): Save and restore rounding mode and use
44782         round-to-nearest for main computations.
44783         * math/libm-test.inc (pow_test_tonearest): New function.
44784         (pow_test_towardzero): Likewise.
44785         (pow_test_downward): Likewise.
44786         (pow_test_upward): Likewise.
44787         (main): Call the new functions.
44788         * sysdeps/i386/fpu/libm-test-ulps: Update.
44789         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44790
44791         [BZ #3976]
44792         * math/libm-test.inc (cosh_test_tonearest): New function.
44793         (cosh_test_towardzero): Likewise.
44794         (cosh_test_downward): Likewise.
44795         (cosh_test_upward): Likewise.
44796         (sinh_test_tonearest): Likewise.
44797         (sinh_test_towardzero): Likewise.
44798         (sinh_test_downward): Likewise.
44799         (sinh_test_upward): Likewise.
44800         (main): Call the new functions.
44801         * sysdeps/i386/fpu/libm-test-ulps: Update.
44802         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44803
44804 2012-03-05  Tom de Vries  <tom@codesourcery.com>
44805
44806         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
44807         default stack guard is set in last bytes.
44808         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
44809
44810 2012-03-05  Kees Cook  <keescook@chromium.org>
44811
44812         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
44813
44814         [BZ #13656]
44815         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
44816         possibly allocate from heap instead of stack.
44817         * stdio-common/bug-vfprintf-nargs.c: New file.
44818         * stdio-common/Makefile (tests): Add nargs overflow test.
44819
44820 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
44821
44822         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44823
44824 2012-03-03  Marek Polacek  <polacek@redhat.com>
44825
44826         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
44827         * math/math_private.h: Likewise.
44828         * stdlib/tst-strtod.c: Likewise.
44829         * sysdeps/i386/i486/bits/atomic.h: Likewise.
44830         * sysdeps/x86_64/bits/atomic.h: Likewise.
44831
44832 2012-03-02  David S. Miller  <davem@davemloft.net>
44833
44834         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
44835         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
44836         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
44837         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
44838         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
44839         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
44840         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
44841         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
44842
44843 2012-03-02  Roland McGrath  <roland@hack.frob.com>
44844
44845         [BZ #13792]
44846         * manual/examples/README: New file, says the example source files
44847         can be used under GPL>=2.
44848         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
44849         line containing just "*/".
44850         * manual/examples/add.c: Add copyright header (GPL>=2).
44851         * manual/examples/argp-ex1.c: Likewise.
44852         * manual/examples/argp-ex2.c: Likewise.
44853         * manual/examples/argp-ex3.c: Likewise.
44854         * manual/examples/argp-ex4.c: Likewise.
44855         * manual/examples/atexit.c: Likewise.
44856         * manual/examples/db.c: Likewise.
44857         * manual/examples/dir.c: Likewise.
44858         * manual/examples/dir2.c: Likewise.
44859         * manual/examples/execinfo.c: Likewise.
44860         * manual/examples/filecli.c: Likewise.
44861         * manual/examples/filesrv.c: Likewise.
44862         * manual/examples/fmtmsgexpl.c: Likewise.
44863         * manual/examples/genpass.c: Likewise.
44864         * manual/examples/inetcli.c: Likewise.
44865         * manual/examples/inetsrv.c: Likewise.
44866         * manual/examples/isockad.c: Likewise.
44867         * manual/examples/longopt.c: Likewise.
44868         * manual/examples/memopen.c: Likewise.
44869         * manual/examples/memstrm.c: Likewise.
44870         * manual/examples/mkfsock.c: Likewise.
44871         * manual/examples/mkisock.c: Likewise.
44872         * manual/examples/mygetpass.c: Likewise.
44873         * manual/examples/pipe.c: Likewise.
44874         * manual/examples/popen.c: Likewise.
44875         * manual/examples/rprintf.c: Likewise.
44876         * manual/examples/search.c: Likewise.
44877         * manual/examples/select.c: Likewise.
44878         * manual/examples/setjmp.c: Likewise.
44879         * manual/examples/sigh1.c: Likewise.
44880         * manual/examples/sigusr.c: Likewise.
44881         * manual/examples/stpcpy.c: Likewise.
44882         * manual/examples/strdupa.c: Likewise.
44883         * manual/examples/strftim.c: Likewise.
44884         * manual/examples/strncat.c: Likewise.
44885         * manual/examples/subopt.c: Likewise.
44886         * manual/examples/swapcontext.c: Likewise.
44887         * manual/examples/termios.c: Likewise.
44888         * manual/examples/testopt.c: Likewise.
44889         * manual/examples/testpass.c: Likewise.
44890         * manual/examples/timeval_subtract.c: Likewise.
44891
44892         [BZ #13792]
44893         * manual/time.texi (Elapsed Time): Move timeval_subtract example
44894         function to ...
44895         * manual/timeval_subtract.c.texi: ... here, new file.
44896
44897 2012-03-02  David S. Miller  <davem@davemloft.net>
44898
44899         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
44900
44901 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
44902
44903         [BZ #3976]
44904         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
44905         (__sin): Save and restore rounding mode and use round-to-nearest
44906         for all computations.
44907         (__cos): Save and restore rounding mode and use round-to-nearest
44908         for all computations.
44909         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
44910         <fenv.h>.
44911         (tan): Save and restore rounding mode and use round-to-nearest for
44912         all computations.
44913         * math/libm-test.inc (cos_test_tonearest): New function.
44914         (cos_test_towardzero): Likewise.
44915         (cos_test_downward): Likewise.
44916         (cos_test_upward): Likewise.
44917         (sin_test_tonearest): Likewise.
44918         (sin_test_towardzero): Likewise.
44919         (sin_test_downward): Likewise.
44920         (sin_test_upward): Likewise.
44921         (tan_test_tonearest): Likewise.
44922         (tan_test_towardzero): Likewise.
44923         (tan_test_downward): Likewise.
44924         (tan_test_upward): Likewise.
44925         (main): Call the new functions.
44926         * sysdeps/i386/fpu/libm-test-ulps: Update.
44927         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44928
44929         [BZ #10135]
44930         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
44931         small n, then large n, before computing and testing k+n.
44932         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
44933         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
44934         Likewise.
44935         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
44936         Likewise.
44937         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
44938         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
44939         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
44940         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
44941         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
44942         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
44943         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
44944         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
44945         * math/libm-test.inc (scalbn_test): Add more tests.
44946         (scalbln_test): Likewise.
44947
44948         * manual/filesys.texi (mode_t): Describe constraints on size and
44949         signedness, not exact equivalence to a particular type.
44950         (ino_t): Likewise.
44951         (ino64_t): Likewise.
44952         (dev_t): Likewise.
44953         (nlink_t): Likewise.
44954         (blkcnt_t): Likewise.
44955         (blkcnt64_t): Likewise.
44956         * manual/llio.texi (off_t): Likewise.
44957
44958         [BZ #3976]
44959         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
44960         (__ieee754_exp): Save and restore rounding mode and use
44961         round-to-nearest for all computations.
44962         * math/libm-test.inc (exp_test_tonearest): New function.
44963         (exp_test_towardzero): Likewise.
44964         (exp_test_downward): Likewise.
44965         (exp_test_upward): Likewise.
44966         (main): Call the new functions.
44967         * sysdeps/i386/fpu/libm-test-ulps: Update.
44968         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44969
44970 2012-03-01  Chris Demetriou  <cgd@google.com>
44971
44972         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
44973         have predictable order.
44974
44975 2012-03-01  David S. Miller  <davem@davemloft.net>
44976
44977         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
44978
44979         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
44980         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
44981         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
44982         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
44983
44984         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
44985         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
44986         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
44987         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
44988         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
44989         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
44990         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
44991         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
44992         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
44993
44994         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44995
44996         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
44997         * sysdeps/sparc/fpu/libm-test-ulps: to here.
44998         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
44999
45000         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45001         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45002         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45003         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45004         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45005         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45006         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45007         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45008         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45009         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45010         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45011         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45012         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45013         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45014         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45015         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45016         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45017         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45018         * sysdeps/sparc/elf/configure: Regenerated.
45019
45020 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45021
45022         * configure.in (AS, LD): Require binutils 2.20 or later.
45023         * configure: Regenerated.
45024         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45025         as required minimum version.
45026         * INSTALL: Regenerated.
45027
45028         [BZ #2541]
45029         [BZ #4108]
45030         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45031         before squaring exponent.
45032         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45033         bottom long double and 27 bits of top long double before squaring
45034         exponent.
45035         * math/libm-test.inc (erfc_test): Add more tests.
45036         * sysdeps/i386/fpu/libm-test-ulps: Update.
45037         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45038         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45039
45040 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45041
45042         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45043         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45044         containing bit-fields.
45045         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45046         * soft-fp/single.h (_FP_UNION_S): Likewise.
45047         * soft-fp/double.h (_FP_UNION_D): Likewise.
45048
45049 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45050
45051         [BZ #13786]
45052         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45053         not include ../strcmp.S.
45054         [USE_AS_STRNCASECMP_L]: Likewise.
45055         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45056         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45057         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45058         (__strncasecmp_l_ia32): Define as alias to
45059         __strncasecmp_l_nonascii.
45060
45061         [BZ #5794]
45062         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45063         * sysdeps/i386/fpu/libm-test-ulps: Update.
45064         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45065
45066         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45067         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45068
45069 2012-02-29  Jeff Law  <law@redhat.com>
45070
45071         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45072         out of bounds read.
45073
45074 2012-02-29  Marek Polacek  <polacek@redhat.com>
45075
45076         [BZ #13706]
45077         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45078         * elf/Makefile: Add rules to run tst-unused-dep.out.
45079
45080 2012-02-28  David S. Miller  <davem@davemloft.net>
45081
45082         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45083         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45084         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45085         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45086         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45087         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45088
45089 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45090
45091         * math/libm-test.inc (llround_test): Move one test from
45092         lround_test.  Use TEST_f_L in moved test.
45093         (lround_test): Move misplaced test to llround_test.  Add testcase
45094         from bug 2561.
45095
45096 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45097
45098         * sysdeps/x86_64/fpu/e_expf.S: New file.
45099         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45100
45101 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45102
45103         [BZ #13637]
45104         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45105         of remain_len that may cause incomplete multi-byte character and
45106         false match.
45107         * posix/bug-regex33.c: New file.
45108         * posix/Makefile (tests): Add bug-regex33.
45109
45110 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45111
45112         * manual/macros.texi: New file.
45113         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45114         * manual/libc.texinfo: Include macros.texi.
45115         * manual/creatute.texi: Likewise.
45116         * manual/install.texi: Likewise.
45117         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45118         @glibcadj{} in references to the GNU C Library.
45119         * manual/charset.texi: Likewise.
45120         * manual/conf.texi: Likewise.
45121         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45122         when not using those macros.
45123         * manual/creature.texi: Likewise.
45124         * manual/crypt.texi: Likewise.
45125         * manual/errno.texi: Likewise.
45126         * manual/filesys.texi: Likewise.
45127         * manual/header.texi: Likewise.
45128         * manual/install.texi: Likewise.
45129         * manual/intro.texi: Likewise.
45130         * manual/io.texi: Likewise.
45131         * manual/job.texi: Likewise.
45132         * manual/lang.texi: Likewise.
45133         * manual/libc.texiinfo: Likewise.
45134         * manual/llio.texi: Likewise.
45135         * manual/locale.texi: Likewise.
45136         * manual/maint.texi: Likewise.
45137         * manual/math.texi: Likewise.
45138         * manual/memory.texi: Likewise.
45139         * manual/message.texi: Likewise.
45140         * manual/nss.texi: Likewise.
45141         * manual/pattern.texi: Likewise.
45142         * manual/process.texi: Likewise.
45143         * manual/resource.texi: Likewise.
45144         * manual/search.texi: Likewise.
45145         * manual/setjmp.texi: Likewise.
45146         * manual/signal.texi: Likewise.
45147         * manual/socket.texi: Likewise.
45148         * manual/startup.texi: Likewise.
45149         * manual/stdio.texi: Likewise.
45150         * manual/string.texi: Likewise.
45151         * manual/sysinfo.texi: Likewise.
45152         * manual/syslog.texi: Likewise.
45153         * manual/terminal.texi: Likewise.
45154         * manual/time.texi: Likewise.
45155         * manual/users.texi: Likewise.
45156         * INSTALL: Regenerated.
45157         * NOTES: Regenerated.
45158         * sysdeps/gnu/errlist.c: Regenerated.
45159
45160 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45161
45162         * include/dirent.h: Include <dirstream.h> before
45163         <dirent/dirent.h>.
45164
45165 2012-02-28  David S. Miller  <davem@davemloft.net>
45166
45167         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45168         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45169         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45170         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45171
45172 2012-02-27  David S. Miller  <davem@davemloft.net>
45173
45174         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45175         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45176         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45177         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45178
45179         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45180         frame pointer instead of stack pointer relative arg slot.
45181         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45182         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45183         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45184
45185 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45186
45187         [BZ #3992]
45188         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45189
45190 2012-02-27  David S. Miller  <davem@davemloft.net>
45191
45192         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45193         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45194         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45195         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45196         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45197         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45198         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45199         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45200
45201 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45202
45203         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45204         later.  Allow versions 5-9.
45205         * configure: Regenerated.
45206         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45207         required minimum version and 4.6 as recommended version.  Do not
45208         mention bugs in GCC 2.7 and 2.8.
45209         * INSTALL: Regenerated.
45210
45211 2012-02-27  David S. Miller  <davem@davemloft.net>
45212
45213         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45214         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45215         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45216         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45217         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45218         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45219         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45220         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45221
45222         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45223         manipulate bits before adding and subtracting TWO112[sx].
45224         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45225
45226 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45227
45228         [BZ #13775]
45229         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45230         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45231         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45232         being in POSIX, because they are in 1003.1-2008.
45233
45234         * rt/tst-aio.c: Include <fcntl.h>.
45235         * rt/tst-aio7.c: Likewise.
45236         * rt/tst-aio64.c: Likewise.
45237
45238         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45239
45240 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45241
45242         * manual/install.texi (--with-headers): Describe headers as
45243         interface headers, not private headers.
45244         (Specific advice for GNU/Linux systems): Describe use of headers
45245         from "make headers_install", not private headers from older
45246         kernels.
45247         * INSTALL: Regenerated.
45248         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45249         Change to 2.6.19.
45250         * sysdeps/unix/sysv/linux/configure: Regenerated.
45251
45252         * manual/llio.texi (fclean): Remove documentation.
45253
45254         * manual/Makefile (libc-texi-generated): New variable.  Include
45255         version.texi.
45256         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45257         $(libc-texi-generated), not duplicated list of files.
45258         (version.texi, stamp-version): New rules.
45259         (realclean): Remove $(libc-texi-generated), not individual files
45260         from that list.  Do not remove dir-add.texinfo.
45261         * manual/libc.texinfo: Comment out uses of edition numbers and
45262         references to printed manual.  Remove last-updated dates.
45263         (EDITION): Comment out.
45264         (ISBN): Likewise.
45265         (VERSION, UPDATED): Remove.
45266         (version.texi): Include.
45267
45268 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45269
45270         * sysdeps/posix/spawni.c: Include <signal.h>.
45271         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45272         * sysdeps/pthread/aio_fsync.c: Likewise.
45273
45274 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45275
45276         * conform/Makefile (tests): Run only when not cross-compiling and
45277         when fast-check is not defined.
45278
45279         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45280         * conform/data/limits.h-data: Fixes for POSIX2008.
45281         * conform/run-conformtest.sh: Run all tests.
45282         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45283         headers.
45284         * include/bits/dlfcn.h: Likewise.
45285         * include/langinfo.h: Likewise.
45286         * include/monetary.h: Likewise.
45287         * include/sys/poll.h: Likewise.
45288
45289         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45290         for __USE_GNU.
45291         * posix/spawn.h: Define __need_sigset_t.
45292         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45293         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45294         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45295         to get sigevent_t only.
45296         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45297         only for __USE_GNU.
45298         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45299         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45300         process_vm_writev only for __USE_GNU.
45301         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45302
45303         * conform/Makefile: For now ignore errors from run-conformtest.
45304         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45305         POSIX to avoid namespace pollution.  Don't prepend headers.
45306         * conform/data/aio.h-data: Fixes for POSIX testing.
45307         * conform/data/fcntl.h-data: Likewise.
45308         * conform/data/glob.h-data: Likewise.
45309         * conform/data/grp.h-data: Likewise.
45310         * conform/data/pthread.h-data: Likewise.
45311         * conform/data/pwd.h-data: Likewise.
45312         * conform/data/signal.h-data: Likewise.
45313         * conform/data/spawn.h-data: Likewise.
45314         * conform/data/stdio.h-data: Likewise.
45315         * conform/data/stdlib.h-data: Likewise.
45316         * conform/data/stropts.h-data: Likewise.
45317         * conform/data/sys/mman.h-data: Likewise.
45318         * conform/data/sys/stat.h-data: Likewise.
45319         * conform/data/sys/types.h-data: Likewise.
45320         * conform/data/sys/wait.h-data: Likewise.
45321         * conform/data/time.h-data: Likewise.
45322         * conform/data/unistd.h-data: Likewise.
45323         * conform/data/utime.h-data: Likewise.
45324
45325         * io/sys/stat.h: fchmod was always in POSIX.
45326         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45327         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45328         * rt/aio.h: Define __need_timespec before including <time.h>.
45329         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45330         struct.  Add forward declaration of pthread_attr_t and use it in
45331         sigevent.
45332         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45333         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45334         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45335         always remove CLK_TCK definition.
45336
45337 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45338
45339         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45340
45341 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45342
45343         * conform/run-conformtest.sh: New file.
45344         * conform/Makefile: Run run-conformtest for tests.
45345         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45346         support.
45347
45348         * conform/data/uchar.h-data: New file.
45349         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45350         * conform/data/arpa/inet.h-data: Likewise.
45351         * conform/data/assert.h-data: Likewise.
45352         * conform/data/complex.h-data: Likewise.
45353         * conform/data/cpio.h-data: Likewise.
45354         * conform/data/ctype.h-data: Likewise.
45355         * conform/data/dirent.h-data: Likewise.
45356         * conform/data/dlfcn.h-data: Likewise.
45357         * conform/data/errno.h-data: Likewise.
45358         * conform/data/fcntl.h-data: Likewise.
45359         * conform/data/float.h-data: Likewise.
45360         * conform/data/fmtmsg.h-data: Likewise.
45361         * conform/data/fnmatch.h-data: Likewise.
45362         * conform/data/ftw.h-data: Likewise.
45363         * conform/data/glob.h-data: Likewise.
45364         * conform/data/grp.h-data: Likewise.
45365         * conform/data/iconv.h-data: Likewise.
45366         * conform/data/inttypes.h-data: Likewise.
45367         * conform/data/langinfo.h-data: Likewise.
45368         * conform/data/libgen.h-data: Likewise.
45369         * conform/data/limits.h-data: Likewise.
45370         * conform/data/locale.h-data: Likewise.
45371         * conform/data/math.h-data: Likewise.
45372         * conform/data/monetary.h-data: Likewise.
45373         * conform/data/mqueue.h-data: Likewise.
45374         * conform/data/ndbm.h-data: Likewise.
45375         * conform/data/net/if.h-data: Likewise.
45376         * conform/data/netdb.h-data: Likewise.
45377         * conform/data/netinet/in.h-data: Likewise.
45378         * conform/data/nl_types.h-data: Likewise.
45379         * conform/data/poll.h-data: Likewise.
45380         * conform/data/pthread.h-data: Likewise.
45381         * conform/data/pwd.h-data: Likewise.
45382         * conform/data/regex.h-data: Likewise.
45383         * conform/data/sched.h-data: Likewise.
45384         * conform/data/search.h-data: Likewise.
45385         * conform/data/semaphore.h-data: Likewise.
45386         * conform/data/setjmp.h-data: Likewise.
45387         * conform/data/signal.h-data: Likewise.
45388         * conform/data/spawn.h-data: Likewise.
45389         * conform/data/stdarg.h-data: Likewise.
45390         * conform/data/stdio.h-data: Likewise.
45391         * conform/data/stdlib.h-data: Likewise.
45392         * conform/data/string.h-data: Likewise.
45393         * conform/data/strings.h-data: Likewise.
45394         * conform/data/stropts.h-data: Likewise.
45395         * conform/data/sys/ipc.h-data: Likewise.
45396         * conform/data/sys/mman.h-data: Likewise.
45397         * conform/data/sys/msg.h-data: Likewise.
45398         * conform/data/sys/resource.h-data: Likewise.
45399         * conform/data/sys/select.h-data: Likewise.
45400         * conform/data/sys/sem.h-data: Likewise.
45401         * conform/data/sys/shm.h-data: Likewise.
45402         * conform/data/sys/socket.h-data: Likewise.
45403         * conform/data/sys/stat.h-data: Likewise.
45404         * conform/data/sys/statvfs.h-data: Likewise.
45405         * conform/data/sys/time.h-data: Likewise.
45406         * conform/data/sys/timeb.h-data: Likewise.
45407         * conform/data/sys/times.h-data: Likewise.
45408         * conform/data/sys/types.h-data: Likewise.
45409         * conform/data/sys/uio.h-data: Likewise.
45410         * conform/data/sys/un.h-data: Likewise.
45411         * conform/data/sys/utsname.h-data: Likewise.
45412         * conform/data/sys/wait.h-data: Likewise.
45413         * conform/data/syslog.h-data: Likewise.
45414         * conform/data/tar.h-data: Likewise.
45415         * conform/data/termios.h-data: Likewise.
45416         * conform/data/utime.h-data: Likewise.
45417         * conform/data/utmpx.h-data: Likewise.
45418         * conform/data/varargs.h-data: Likewise.
45419         * conform/data/wchar.h-data: Likewise.
45420         * conform/data/wctype.h-data: Likewise.
45421         * conform/data/wordexp.h-data: Likewise.
45422
45423         * include/stropts.h: New file.
45424         * include/uchar.h: New file.
45425         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45426         * include/assert.h: Likewise.
45427         * include/ctype.h: Likewise.
45428         * include/dirent.h: Likewise.
45429         * include/dlfcn.h: Likewise.
45430         * include/fcntl.h: Likewise.
45431         * include/fnmatch.h: Likewise.
45432         * include/glob.h: Likewise.
45433         * include/grp.h: Likewise.
45434         * include/libio.h: Likewise.
45435         * include/locale.h: Likewise.
45436         * include/math.h: Likewise.
45437         * include/net/if.h: Likewise.
45438         * include/netdb.h: Likewise.
45439         * include/netinet/in.h: Likewise.
45440         * include/pthread.h: Likewise.
45441         * include/pwd.h: Likewise.
45442         * include/regex.h: Likewise.
45443         * include/sched.h: Likewise.
45444         * include/search.h: Likewise.
45445         * include/setjmp.h: Likewise.
45446         * include/signal.h: Likewise.
45447         * include/stdio.h: Likewise.
45448         * include/stdlib.h: Likewise.
45449         * include/string.h: Likewise.
45450         * include/sys/cdefs.h: Likewise.
45451         * include/sys/mman.h: Likewise.
45452         * include/sys/msg.h: Likewise.
45453         * include/sys/resource.h: Likewise.
45454         * include/sys/select.h: Likewise.
45455         * include/sys/socket.h: Likewise.
45456         * include/sys/stat.h: Likewise.
45457         * include/sys/statvfs.h: Likewise.
45458         * include/sys/time.h: Likewise.
45459         * include/sys/times.h: Likewise.
45460         * include/sys/uio.h: Likewise.
45461         * include/sys/utsname.h: Likewise.
45462         * include/sys/wait.h: Likewise.
45463         * include/termios.h: Likewise.
45464         * include/time.h: Likewise.
45465         * include/ulimit.h: Likewise.
45466         * include/unistd.h: Likewise.
45467         * include/utime.h: Likewise.
45468         * include/wchar.h: Likewise.
45469         * include/wctype.h: Likewise.
45470         * include/wordexp.h: Likewise.
45471
45472         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45473
45474         * time/time.h: TIME_UTC must be a macro.
45475         Make timespec_get available for ISO C11 only as well.
45476
45477 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45478
45479         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45480         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45481
45482 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45483
45484         * configure.in: Use -o not -a in test for unsupported multi-arch.
45485
45486 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45487
45488         * manual/texinfo.tex: Update to version 2012-01-19.16.
45489
45490 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45491
45492         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45493
45494 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45495
45496         [BZ #13738]
45497         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45498         * manual/fdl-1.3.texi: New file.
45499         * manual/fdl-1.1.texi: File removed.
45500
45501         [BZ #13738]
45502         * manual/libc.texinfo (FDL_VERSION): New @set.
45503         Use it for mention of FDL in cover text.
45504         (Documentation License): Use it in @include file name.
45505
45506 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45507             Roland McGrath  <roland@hack.frob.com>
45508
45509         [BZ #5461]
45510         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45511         (not LONG_LONG_MAX and LONG_LONG_MIN.
45512         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45513         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45514         name.
45515         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45516
45517 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45518
45519         [BZ #2547]
45520         [BZ #11365]
45521         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45522         manipulate bits before adding and subtracting TWO23[sx].
45523         * math/libm-test.inc (nearbyint_test): Add more tests.
45524
45525 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45526
45527         [BZ #2548]
45528         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45529         bits before adding and subtracting TWO23[sx].
45530         * math/libm-test.inc (rint_test): Add more tests.
45531         (rint_test_tonearest): Likewise.
45532         (rint_test_towardzero): Likewise.
45533         (rint_test_downward): Likewise.
45534         (rint_test_upward: Likewise.
45535
45536 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45537
45538         [BZ #10110]
45539         * include/stdc-predef.h: New file.  Extracted from features.h.
45540         * include/features.h: Include stdc-predef.h.
45541         * Makefile (headers): Add stdc-predef.h.
45542         * CONFORMANCE (Compiler limitations): Update.
45543
45544 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45545
45546         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45547
45548 2012-02-21  David S. Miller  <davem@davemloft.net>
45549
45550         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45551         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45552
45553 2012-02-20  David S. Miller  <davem@davemloft.net>
45554
45555         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45556         using a normal save/restore sequence, rather than allocating a
45557         dummy stack frame just to store a frame pointer and restore.
45558         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45559
45560 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45561
45562         * manual/install.texi: Fix stray word in line-wrapped comment.
45563
45564 2012-02-20  David S. Miller  <davem@davemloft.net>
45565
45566         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45567         both binutils and gcc support GOTDATA.
45568
45569         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45570         "rd %pc" in the PIC register setup sequences.
45571
45572         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45573         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45574         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45575         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45576         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45577         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45578         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45579         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45580         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45581         (SYSCALL_ERROR_HANDLER): Likewise.
45582         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45583         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45584         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45585         (SYSCALL_ERROR_HANDLER): Likewise.
45586
45587         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45588         (HAVE_GCC_GOTDATA): New.
45589         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45590         relocation support in both binutils and gcc.
45591         * sysdeps/sparc/elf/configure: Regenerate.
45592
45593         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45594         * sysdeps/sparc/sparc32/elf/configure: Delete.
45595         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45596         * sysdeps/sparc/sparc64/elf/configure: Delete.
45597         * sysdeps/sparc/elf/configure.in: New file.
45598         * sysdeps/sparc/elf/configure: Generate.
45599
45600         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45601         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45602         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45603         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45604         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45605
45606 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45607
45608         * manual/install.texi: Do not mention specific glibc version
45609         numbers.
45610         * manual/libc.texinfo (VERSION, UPDATED): Update.
45611         (@copying): Use @copyright{} and range of years.
45612
45613 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45614
45615         [BZ #13695]
45616         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45617         [crti.S not in sysdirs] (generated): Do not append.
45618         [crti.S not in sysdirs] (omit-deps): Likewise.
45619         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45620         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45621         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45622         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45623         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45624         Likewise.
45625         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45626         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45627         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45628         * csu/defs.awk: Remove file.
45629         * sysdeps/generic/initfini.c: Likewise.
45630         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45631         variable.
45632         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45633         Likewise.
45634
45635 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45636
45637         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45638         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45639         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45640         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45641         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45642         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45643         <bits/epoll.h>.
45644         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45645         (__EPOLL_PACKED): Define to empty if not defined by
45646         <bits/epoll.h>.
45647         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45648         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45649         bits/epoll.h.
45650
45651 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45652
45653         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45654         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45655         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45656         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45657         <bits/timerfd.h>.
45658         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45659         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45660         bits/timerfd.h.
45661
45662 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45663
45664         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45665         in C locale.
45666         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45667         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45668         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45669         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45670
45671 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
45672
45673         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45674         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45675
45676 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
45677
45678         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45679         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45680         defined.
45681         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45682         Likewise.
45683         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45684         entry for 2.16.
45685
45686 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
45687
45688         * math/w_acos.c: Use non-signaling floating-point comparisons.
45689         * math/w_acosf.c: Likewise.
45690         * math/w_acosh.c: Likewise.
45691         * math/w_acoshf.c: Likewise.
45692         * math/w_acoshl.c: Likewise.
45693         * math/w_acosl.c: Likewise.
45694         * math/w_asin.c: Likewise.
45695         * math/w_asinf.c: Likewise.
45696         * math/w_asinl.c: Likewise.
45697         * math/w_atanh.c: Likewise.
45698         * math/w_atanhf.c: Likewise.
45699         * math/w_atanhl.c: Likewise.
45700         * math/w_exp2.c: Likewise.
45701         * math/w_exp2f.c: Likewise.
45702         * math/w_exp2l.c: Likewise.
45703         * math/w_j0.c: Likewise.
45704         * math/w_j0f.c: Likewise.
45705         * math/w_j0l.c: Likewise.
45706         * math/w_j1.c: Likewise.
45707         * math/w_j1f.c: Likewise.
45708         * math/w_j1l.c: Likewise.
45709         * math/w_jn.c: Likewise.
45710         * math/w_jnf.c: Likewise.
45711         * math/w_log.c: Likewise.
45712         * math/w_log10.c: Likewise.
45713         * math/w_log10f.c: Likewise.
45714         * math/w_log10l.c: Likewise.
45715         * math/w_log2.c: Likewise.
45716         * math/w_log2f.c: Likewise.
45717         * math/w_log2l.c: Likewise.
45718         * math/w_logf.c: Likewise.
45719         * math/w_logl.c: Likewise.
45720         * math/w_sqrt.c: Likewise.
45721         * math/w_sqrtf.c: Likewise.
45722         * math/w_sqrtl.c: Likewise.
45723         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45724         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45725         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45726         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45727         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45728
45729 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45730
45731         [BZ #9739]
45732         * manual/string.texi (strnlen): Use correct parameter name in
45733         equivalent expression.
45734
45735 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45736
45737         [BZ #11174]
45738         * manual/users.texi (seteuid): Consistently use neweuid for
45739         argument name.
45740
45741 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45742
45743         [BZ #13704]
45744         * manual/nss.texi (Services in the NSS configuration): Correct
45745         list of services in example configuration file.
45746
45747 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
45748
45749         [BZ #11322]
45750         * manual/arith.texi: Remove statements about negative zero
45751         behaving identically to zero.
45752
45753 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45754
45755         [BZ #5993]
45756         * manual/install.texi: Do not document upgrading from libc5.
45757
45758 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45759
45760         [BZ #4596]
45761         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
45762
45763 2012-02-18  David S. Miller  <davem@davemloft.net>
45764
45765         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
45766         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
45767         %o7 across the call.
45768         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
45769         instead.
45770         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
45771         SETUP_PIC_REG_LEAF.
45772         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45773         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
45774         * sysdeps/sparc/crtn.S: Likewise.
45775
45776 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
45777
45778         * aout/Makefile: Remove.
45779
45780 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
45781
45782         [BZ #13058]
45783         * manual/examples/argp-ex1.c (main): Format definition in GNU
45784         style.
45785         * manual/examples/argp-ex2.c (main): Likewise.
45786         * manual/examples/argp-ex3.c (main): Likewise.
45787         * manual/examples/argp-ex4.c (main): Likewise.
45788         * manual/examples/longopt.c (main): Use new-style prototype
45789         definition.
45790         * manual/examples/strncat.c (main): Specify return type and use
45791         (void) for arguments.
45792         * manual/examples/subopt.c (main): Use char **argv argument.
45793
45794 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45795
45796         [BZ #5077]
45797         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
45798         rounding modes.
45799
45800 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
45801
45802         [BZ #6907]
45803         * manual/string.texi (strchr): Change when strchrnul is
45804         recommended.
45805
45806 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
45807
45808         [BZ #174]
45809         * manual/locale.texi (setlocale): Document LOCPATH.
45810
45811 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45812
45813         [BZ #10210]
45814         * manual/process.texi (execle): Move @dots{} before last argument.
45815
45816 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
45817
45818         [BZ #12047]
45819         * manual/charset.texi (Generic Charset Conversion): Fix typo
45820         (LC_TYPE -> LC_CTYPE).
45821
45822 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
45823
45824         [BZ #5805]
45825         * manual/arith.texi (scalbn): Use @var{} on parameter names.
45826         (scalbnf): Likewise.
45827         (scalbnl): Likewise.
45828         (scalbln): Likewise.
45829         (scalblnf): Likewise.
45830         (scalblnl): Likewise.
45831         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
45832         (vwarnx): Likewise.
45833         (verr): Likewise.
45834         (verrx): Likewise.
45835         * manual/filesys.texi (telldir): Use braces around return type.
45836         * manual/llio.texi (mmap): Add space after comma.
45837         (mmap64): Likewise.
45838         * manual/math.texi (jn): Use @var{} on parameter names.
45839         (jnf): Likewise.
45840         (jnl): Likewise.
45841         (yn): Likewise.
45842         (ynf): Likewise.
45843         (ynl): Likewise.
45844         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
45845         line.
45846         * manual/resource.texi (ulimit): Use @dots{} instead of literal
45847         "...".
45848         (sched_get_priority_min): Remove semicolon on @deftypefun line.
45849         (sched_get_priority_max): Likewise.
45850         * manual/signal.texi (sigvec): Add space after comma.
45851         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
45852         names.
45853         (if_indextoname): Likewise.
45854         (if_freenameindex): Likewise.
45855         (sendto): Use ',' instead of '.' in prototype.
45856         * manual/startup.texi (syscall): Use @dots{} instead of literal
45857         "...".
45858         * manual/stdio.texi (__fpending): Separate initial words of
45859         paragraph from @deftypefun line.
45860         * manual/syslog.texi (syslog): Use @dots{} instead of literal
45861         "...".
45862         (vsyslog): Use @var{} on parameter names.
45863         * manual/terminal.texi (stty): Use @var{} on parameter names.
45864         * manual/users.texi (getutmp): Use @var{} on parameter names.
45865         (getutmpx): Likewise.
45866
45867 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45868
45869         [BZ #6884]
45870         * manual/stdio.texi (fopen): Fix typos in description of
45871         ",ccs=STRING".
45872
45873 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
45874
45875         [BZ #4026]
45876         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
45877         get clock_id definition.
45878
45879 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
45880
45881         [BZ #4822]
45882         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
45883         (madvise): Cast every argument to void on its own.
45884
45885 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45886
45887         [BZ #9902]
45888         * manual/startup.texi (Exit Status): Fix typo.
45889
45890 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45891
45892         [BZ #10140]
45893         * manual/examples/argp-ex1.c: Include <stdlib.h>.
45894         * manual/examples/argp-ex2.c: Likewise.
45895         * manual/examples/argp-ex3.c: Likewise.
45896
45897 2012-02-16  Richard Henderson  <rth@redhat.com>
45898
45899         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
45900         * sysdeps/s390/s390-32/initfini.c: Remove.
45901         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
45902         * sysdeps/s390/s390-64/initfini.c: Remove.
45903
45904 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45905
45906         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
45907         compiler output for sysdeps/generic/initfini.c.
45908         * sysdeps/sh/elf/initfini.c: Remove file.
45909
45910 2012-02-16  David S. Miller  <davem@davemloft.net>
45911
45912         [BZ #11494]
45913         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
45914
45915         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
45916         * sysdeps/sparc/crti.S: New file.
45917         * sysdeps/sparc/crtn.S: New file.
45918         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
45919         * sysdeps/sparc/sparc64/Makefile: Likewise.
45920
45921 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
45922
45923         [BZ #3335]
45924         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
45925
45926 2012-02-15  Roland McGrath  <roland@hack.frob.com>
45927
45928         [BZ #4822]
45929         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
45930
45931         * mach/devstream.c (cookie_io_functions_t): Macro removed.
45932         (write, read, close): Likewise.
45933         Patch by Aurelien Jarno <aurelien@aurel32.net>.
45934
45935 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
45936
45937         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
45938         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
45939         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
45940         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
45941         <bits/signalfd.h>.
45942         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
45943         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45944         bits/signalfd.h.
45945
45946 2012-02-14  Marek Polacek  <polacek@redhat.com>
45947
45948         * sysdeps/x86_64/crti.S: New file.
45949         * sysdeps/x86_64/crtn.S: New file.
45950         * sysdeps/x86_64/elf/initfini.c: Remove file.
45951
45952 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45953
45954         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
45955         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
45956         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
45957         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
45958         <bits/inotify.h>.
45959         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
45960         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45961         bits/inotify.h.
45962
45963 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45964
45965         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
45966         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
45967         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
45968         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
45969         <bits/eventfd.h>.
45970         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
45971         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45972         bits/eventfd.h.
45973
45974 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
45975
45976         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
45977         __feraiseexcept instead of feraiseexcept.
45978
45979         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
45980         nanosleep invocations.
45981         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
45982         strings, and add error checking for a nanosleep invocations.
45983
45984 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
45985
45986         Replace FSF snail mail address with URLs, as per GNU coding standards.
45987         Most of the snail mail addresses were wrong anyway, and omitting
45988         them makes the source code easier to maintain.  Almost all of the
45989         changes are to license notices and to locale LC_IDENTIFICATION
45990         addresses, except for this one:
45991         * manual/libc.texinfo: In "Published by", give the FSF's URL,
45992         not its snail mail address.
45993
45994 2012-02-09  Richard Henderson  <rth@twiddle.net>
45995
45996         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
45997         of kernel-features.h.
45998
45999         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46000
46001 2012-02-08  Marek Polacek  <polacek@redhat.com>
46002
46003         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46004         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46005         * sysdeps/gnu/_G_config.h: Likewise.
46006         * sysdeps/generic/_G_config.h: Likewise.
46007
46008 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46009
46010         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46011         tests.
46012         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46013
46014         * sysdeps/powerpc/powerpc32/crti.S: New file.
46015         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46016         * sysdeps/powerpc/powerpc64/crti.S: New file.
46017         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46018
46019         * Makeconfig (have-initfini): Don't set.
46020         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46021         * configure.in (nopic_initfini): Don't substitute.
46022         * config.h.in (HAVE_INITFINI): Don't #undef.
46023         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46024         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46025
46026 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46027
46028         Support crti.S and crtn.S provided directly by architectures.
46029         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46030         [crti.S in sysdirs] (omit-deps): Likewise.
46031         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46032         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46033         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46034         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46035         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46036         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46037         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46038         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46039         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46040         compiler output for sysdeps/generic/initfini.c.
46041         * sysdeps/i386/elf/Makefile: Remove file.
46042         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46043
46044 2012-02-07  Marek Polacek  <polacek@redhat.com>
46045
46046         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46047         * sysdeps/gnu/_G_config.h: Likewise.
46048         * sysdeps/mach/hurd/_G_config.h: Likewise.
46049
46050 2012-02-07  Marek Polacek  <polacek@redhat.com>
46051
46052         * math/Makefile (tests): Add tst-CMPLX2.
46053         * math/tst-CMPLX2.c: New file.
46054
46055 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46056
46057         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46058
46059         * math/libm-test.inc (jn_test): Add missing L suffix.
46060
46061 2012-02-06  Marek Polacek  <polacek@redhat.com>
46062
46063         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46064         * sysdeps/i386/fpu/e_powf.S: Likewise.
46065         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46066         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46067         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46068         * sysdeps/i386/fpu/e_pow.S: Likewise.
46069         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46070         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46071         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46072         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46073         * sysdeps/i386/fpu/e_log2.S: Likewise.
46074         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46075         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46076         * sysdeps/i386/fpu/e_powl.S: Likewise.
46077         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46078         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46079         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46080         * sysdeps/i386/fpu/e_logl.S: Likewise.
46081         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46082         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46083         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46084         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46085         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46086         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46087         * sysdeps/i386/fpu/e_log.S: Likewise.
46088         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46089         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46090         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46091         * sysdeps/i386/fpu/e_logf.S: Likewise.
46092         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46093         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46094         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46095         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46096         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46097         * sysdeps/i386/fpu/e_log10.S: Likewise.
46098         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46099         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46100         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46101         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46102         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46103         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46104         * sysdeps/i386/asm-syntax.h: Likewise.
46105         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46106         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46107         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46108         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46109         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46110         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46111         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46112         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46113         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46114         * sysdeps/powerpc/sysdep.h: Likewise.
46115         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46116         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46117
46118 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46119
46120         [BZ #411]
46121         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46122
46123 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46124
46125         * sysdeps/i386/sysdep.h: Include <features.h>.
46126         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46127         version.
46128
46129 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46130
46131         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46132         Define.
46133         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46134         LOAD_PIC_REG_STR.
46135
46136 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46137
46138         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46139         (SETUP_PIC_REG): Use GET_PC_THUNK.
46140         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46141         macro.
46142
46143 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46144
46145         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46146         for non-PIC compilation.
46147         (SETUP_PIC_REG): Add .p2align directive.
46148         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46149         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46150         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46151         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46152         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46153         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46154         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46155         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46156         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46157         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46158         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46159         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46160         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46161         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46162         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46163         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46164         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46165         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46166         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46167         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46168         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46169         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46170         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46171         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46172         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46173         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46174         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46175         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46176         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46177         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46178         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46179         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46180         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46181         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46182         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46183         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46184         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46185         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46186         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46187         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46188         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46189
46190 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46191
46192         * math/tst-CMPLX.c: Include <stdio.h>.
46193
46194 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46195
46196         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46197         float.
46198         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46199         * sysdeps/sparc/bits/mathdef.h: Likewise.
46200
46201 2012-01-31  Marek Polacek  <polacek@redhat.com>
46202
46203         * libio/libio.h: Don't define _PARAMS.
46204         * locale/programs/config.h: Don't define PARAMS.
46205         * stdlib/strtol_l.c: Likewise.
46206         (__strtol_l): Remove PARAMS from the prototype.
46207
46208 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46209
46210         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46211         names.  Just use the correct names.  Remove unnecessary wrapper
46212         functions.
46213         * malloc/arena.c: Likewise.
46214         * malloc/hooks.c: Likewise.
46215
46216         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46217         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46218         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46219
46220 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46221
46222         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46223         into tail calls.
46224         (update_get_addr): New function.
46225         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46226         GET_ADDR_MODULE parameter.
46227
46228 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46229
46230         * crypt/cert.c: Remove __STDC__ conditionals.
46231         * crypt/crypt-entry.c: Likewise.
46232         * crypt/crypt_util.c: Likewise.
46233         * libio/filedoalloc.c: Likewise.
46234         * libio/fileops.c: Likewise.
46235         * libio/genops.c: Likewise.
46236         * libio/iofclose.c: Likewise.
46237         * libio/iofdopen.c: Likewise.
46238         * libio/iofopen.c: Likewise.
46239         * libio/iofopen64.c: Likewise.
46240         * libio/iogetdelim.c: Likewise.
46241         * libio/iopopen.c: Likewise.
46242         * libio/obprintf.c: Likewise.
46243         * libio/oldfileops.c: Likewise.
46244         * libio/oldiofclose.c: Likewise.
46245         * libio/oldiofdopen.c: Likewise.
46246         * libio/oldiofopen.c: Likewise.
46247         * libio/oldiopopen.c: Likewise.
46248         * libio/wfiledoalloc.c: Likewise.
46249         * libio/wgenops.c: Likewise.
46250         * locale/programs/xmalloc.c: Likewise.
46251         * misc/syslog.c: Likewise.
46252         * stdio-common/xbug.c: Likewise.
46253         * string/memchr.c: Likewise.
46254         * string/memcmp.c: Likewise.
46255         * string/memrchr.c: Likewise.
46256         * string/rawmemchr.c: Likewise.
46257         * sysdeps/posix/getcwd.c: Likewise.
46258         * time/strftime_l.c: Likewise.
46259
46260 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46261
46262         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46263         * config.make.in (config-cflags-sse2avx): Define.
46264         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46265         Fix typo.
46266
46267 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46268
46269         * scripts/config.guess: Update from upstream config git repository.
46270         * scripts/config.sub: Likewise.
46271
46272 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46273
46274         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46275         (EM_NUM): Update.
46276         (R_TILEPRO_*, R_TILEGX_*): New macros.
46277
46278         * scripts/firstversions.awk: Fix bug in version range handling.
46279
46280         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46281
46282         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46283
46284         * include/sys/epoll.h: New file.
46285         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46286         libc_hidden_def.
46287
46288 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46289
46290         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46291         Avoid unnecessary __WORDSIZE == 64 test.
46292         (fmaxf): Use VEX format if possible.
46293         (fmax): Likewise.
46294         (fminf): Likewise.
46295         (fmin): Likewise.
46296
46297         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46298         * math/math_private.h: Remove libc_fegetround* and
46299         libc_fesetround*.
46300         * sysdeps/i386/configure.in: Check for -msse2avx.
46301         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46302         also if SSE2AVX is defined.
46303         Remove libc_fegetround* and libc_fesetround*.
46304         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46305         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46306         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46307         of HAS_YMM_USABLE.
46308         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46309         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46310         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46311         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46312         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46313
46314         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46315
46316 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46317
46318         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46319         size is not set.
46320         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46321
46322 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46323
46324         [BZ #13618]
46325         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46326         relocation.
46327         * Makeconfig (libm): Define.
46328         * elf/Makefile: Add rules to build and run tst-relsort1.
46329         * elf/tst-relsort1.c: New file.
46330         * elf/tst-relsort1mod1.c: New file.
46331         * elf/tst-relsort1mod2.c: New file.
46332
46333 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46334
46335         * math/s_ldexp.c: Remove __STDC__ conditionals.
46336         * math/s_ldexpf.c: Likewise.
46337         * math/s_ldexpl.c: Likewise.
46338         * math/s_nextafter.c: Likewise.
46339         * math/s_nexttowardf.c: Likewise.
46340         * math/s_significand.c: Likewise.
46341         * math/s_significandf.c: Likewise.
46342         * math/s_significandl.c: Likewise.
46343         * math/w_jnl.c: Likewise.
46344         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46345         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46346         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46347         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46348         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46349         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46350         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46351         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46352         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46353         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46354         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46355         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46356         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46357         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46358         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46359         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46360         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46361         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46362         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46363         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46364         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46365         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46366         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46367         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46368         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46369         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46370         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46371         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46372         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46373         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46374         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46375         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46376         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46377         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46378         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46379         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46380         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46381         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46382         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46383         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46384         * sysdeps/ieee754/k_standard.c: Likewise.
46385         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46386         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46387         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46388         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46389         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46390         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46391         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46392         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46393         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46394         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46395         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46396         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46397         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46398         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46399         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46400         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46401         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46402         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46403         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46404         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46405         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46406         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46407         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46408         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46409         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46410         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46411         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46412         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46413         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46414         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46415         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46416         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46417         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46418         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46419         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46420         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46421         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46422         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46423         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46424         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46425         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46426         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46427         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46428         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46429         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46430         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46431         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46432         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46433         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46434         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46435         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46436         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46437         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46438         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46439         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46440         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46441         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46442         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46443         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46444         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46445         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46446         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46447         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46448         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46449         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46450         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46451         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46452         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46453         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46454         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46455         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46456         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46457         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46458         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46459         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46460         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46461         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46462         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46463         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46464         * sysdeps/ieee754/s_matherr.c: Likewise.
46465         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46466         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46467         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46468         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46469
46470 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46471
46472         * crypt/md5.h: Remove __STDC__ conditionals.
46473         * libio/libioP.h: Likewise.
46474         * locale/programs/config.h: Likewise.
46475         * sysdeps/generic/sysdep.h: Likewise.
46476         * sysdeps/i386/asm-syntax.h: Likewise.
46477         * sysdeps/s390/asm-syntax.h: Likewise.
46478         * sysdeps/unix/sysdep.h: Likewise.
46479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46481
46482 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46483
46484         * libio/libio.h: Remove __STDC__ conditionals.
46485         * malloc/obstack.h: Likewise.
46486         * math/complex.h: Likewise.
46487         * math/math.h: Likewise.
46488         * sysdeps/generic/_G_config.h: Likewise.
46489         * sysdeps/gnu/_G_config.h: Likewise.
46490         * sysdeps/mach/hurd/_G_config.h: Likewise.
46491         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46492         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46493         * sysdeps/sparc/bits/mathdef.h: Likewise.
46494
46495 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46496
46497         [BZ #13583]
46498         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46499         Clean up HAS_* macros.
46500         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46501         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46502         possible.
46503         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46504         HAS_AVX.
46505         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46506         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46507         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46508         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46509         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46510
46511 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46512
46513         * elf/tst-unique3.cc (gets): Remove declaration.
46514         * elf/tst-unique3lib.cc (gets): Likewise.
46515         * elf/tst-unique3lib2.cc (gets): Likewise.
46516         * elf/tst-unique4.cc (gets): Likewise.
46517
46518 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46519
46520         * include/stdio.h: Add C++ protection.  Add gets declarations and
46521         definitions.
46522         * debug/tst-chk1.c: Don't declare gets here.
46523         * stdio-common/tst-gets.c: Likewise.
46524
46525 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46526
46527         * posix/glob: Remove directory.
46528
46529 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46530
46531         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46532
46533 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46534
46535         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46536         of the non-standard EPFNOSUPPORT.
46537
46538 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46539
46540         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46541         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46542         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46543
46544 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46545
46546         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46547
46548 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46549
46550         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46551         transient errors.
46552         * nscd/grpcache.c (cache_addgr): Likewise.
46553         * nscd/hstcache.c (cache_addhst): Likewise.
46554         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46555         * nscd/pwdcache.c (cache_addpw): Likewise.
46556         * nscd/servicescache.c (cache_addserv): Likewise.
46557
46558 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46559
46560         * malloc/malloc.c: Various cleanups.
46561         * malloc/hooks.c: Likewise.
46562
46563         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46564         * stdlib/bug-fmtmsg1.c: New file.
46565
46566         * stdlib/fmtmsg.c (init): Add missing unlock.
46567         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46568
46569 2012-01-12  Marek Polacek  <polacek@redhat.com>
46570
46571         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46572         and _GNU_SOURCE.
46573
46574 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46575
46576         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46577         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46578         macro to ensure uniqueness of label name.
46579         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46580         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46581
46582 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46583
46584         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46585
46586         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46587         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46588         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46589         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46590
46591 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46592
46593         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46594
46595         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46596         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46597         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46598
46599         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46600
46601         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46602         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46603         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46604         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46605
46606         * math/bits/math-finite.h: Add ldexp support.
46607
46608 2012-01-10  Marek Polacek  <polacek@redhat.com>
46609
46610         * locale/programs/localedef.h (show_archive_content): Add noreturn
46611         attribute.
46612
46613 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46614
46615         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46616
46617 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46618
46619         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46620
46621         * io/Makefile (headers): Add bits/poll2.h.
46622
46623 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46624
46625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46626         typo #include statement.
46627
46628 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46629
46630         * include/sys/cdefs.h: Define __attribute_alloc_size.
46631         * catgets/gencat.c: Add alloc_size attribute and apply consistently
46632         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46633         * elf/pldd.c: Likewise.
46634         * iconv/iconv_charmap.c: Likewise.
46635         * iconv/iconvconfig.c: Likewise.
46636         * iconv/strtab.c: Likewise.
46637         * locale/programs/locale.c: Likewise.
46638         * locale/programs/localedef.h: Likewise.
46639         * locale/programs/simple-hash.c: Likewise.
46640         * nscd/nscd.h: Likewise.
46641         * nss/makedb.c: Likewise.
46642         * sysdeps/generic/ldconfig.h: Likewise.
46643         * locale/programs/localedef.c: Remove xmalloc prototype.
46644         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46645
46646 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46647
46648         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46649         appropriate.
46650
46651 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46652
46653         * math/Makefile (tests): Add tst-CMPLX.
46654         * math/tst-CMPLX.c: New file.
46655
46656         * math/complex.h (CMPLXL): Fix typo.
46657
46658         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46659         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46660         GLIBC_2.16.
46661         * debug/tst-chk1.c: Add poll and ppoll tests.
46662         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46663         * include/sys/poll.h: Add hidden proto for ppoll.
46664         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46665         * sysdeps/mach/hurd/ppoll.c: Likewise.
46666         * io/ppoll.c: Likewise.
46667         * debug/poll_chk.c: New file.
46668         * debug/ppoll_chk.c: New file.
46669         * include/bits/poll2.h: New file.
46670         * io/bits/poll2.h: New file.
46671
46672         [BZ #1350]
46673         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46674
46675         * configure.in: static is always set to yes.  Remove.
46676         * config.make.in: Don't set build-static.
46677         * Makeconfig: Remove use of build-static.
46678         * dlfcn/Makefile: Likewise.
46679         * elf/Makefile: Likewise.
46680         * math/Makefile: Likewise.
46681         * misc/Makefile: Likewise.
46682         * nptl/Makefile: Likewise.
46683         * sysdeps/mach/hurd/Makefile: Likewise.
46684
46685         * configure.in: PWD_P is not used anymore.
46686         * config.make.in: Remove PWD_P entry.
46687
46688         * configure.in: Remove last remnants of RANLIB.
46689         No need to check for signed size_t anymore.
46690         Don't set libc_commonpagesize and libc_relro_required here for Alpha
46691         and IA-64.
46692         Remove __builtin_expect test because we require at least gcc 3.4.
46693         * aclocal.m4: Likewise.
46694
46695         * wcsmbs/mbrtoc16.c: Implement using towc function.
46696         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46697         * wcsmbs/wcsmbsload.c: Likewise.
46698         * iconv/gconv_simple.c: Likewise.
46699         * iconv/gconv_int.h: Likewise.
46700         * iconv/gconv_builtin.h: Likewise.
46701         * iconv/iconv_prog.c: Remove CHAR16 handling.
46702
46703         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46704
46705         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46706
46707         * configure.in: Remove --with-elf and --enable-bounded options.
46708         Dont set base_machine for ia64.  More non-ELF conditions removed.
46709         Remove testing and setting of leading underscore information.
46710         * config.make.in (build-bounded): Set to no.
46711         * config.h.in: Remove NO_UNDERSCORES entry.
46712         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
46713         them.
46714         * csu/start.c: Remove !NO_UNDERSCORE code.
46715         * locale/localeinfo.h: Likewise.
46716         * sysdeps/generic/machine-gmon.h: Likewise.
46717         * sysdeps/generic/sysdep.h: Likewise.
46718         * sysdeps/i386/sysdep.h: Likewise.
46719         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46720         * sysdeps/mach/sysdep.h: Likewise.
46721         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46722         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46723         * sysdeps/sh/sysdep.h: Likewise.
46724         * sysdeps/sparc/sparc32/alloca.S: Likewise.
46725         * sysdeps/unix/i386/sysdep.S: Likewise.
46726         * sysdeps/unix/sparc/start.c: Likewise.
46727         * sysdeps/unix/sparc/sysdep.S: Likewise.
46728         * sysdeps/unix/sparc/sysdep.h: Likewise.
46729         * sysdeps/unix/start.c: Likewise.
46730         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46731         * sysdeps/x86_64/sysdep.h: Likewise.
46732
46733 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
46734
46735         [BZ #13553]
46736         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
46737         for non-gcc.
46738         * argp/argp-fmtstream.h: Use const instead __const.
46739         * argp/argp.h: Likewise.
46740         * assert/assert.h: Likewise.
46741         * bits/fenv.h: Likewise.
46742         * bits/sched.h: Likewise.
46743         * bits/sigset.h: Likewise.
46744         * bits/sigthread.h: Likewise.
46745         * catgets/nl_types.h: Likewise.
46746         * conform/data/pthread.h-data: Likewise.
46747         * crypt/crypt-private.h: Likewise.
46748         * crypt/crypt.h: Likewise.
46749         * crypt/crypt_util.c: Likewise.
46750         * ctype/ctype.h: Likewise.
46751         * debug/execinfo.h: Likewise.
46752         * debug/mbsnrtowcs_chk.c: Likewise.
46753         * debug/mbsrtowcs_chk.c: Likewise.
46754         * debug/wcsnrtombs_chk.c: Likewise.
46755         * debug/wcsrtombs_chk.c: Likewise.
46756         * debug/wcstombs_chk.c: Likewise.
46757         * dirent/dirent.h: Likewise.
46758         * dlfcn/dlfcn.h: Likewise.
46759         * elf/neededtest4.c: Likewise.
46760         * grp/grp.h: Likewise.
46761         * gshadow/gshadow.h: Likewise.
46762         * iconv/gconv.h: Likewise.
46763         * iconv/gconv_int.h: Likewise.
46764         * iconv/gconv_simple.c: Likewise.
46765         * iconv/iconv.h: Likewise.
46766         * iconv/loop.c: Likewise.
46767         * iconv/skeleton.c: Likewise.
46768         * include/aio.h: Likewise.
46769         * include/aliases.h: Likewise.
46770         * include/argz.h: Likewise.
46771         * include/arpa/inet.h: Likewise.
46772         * include/assert.h: Likewise.
46773         * include/dirent.h: Likewise.
46774         * include/dlfcn.h: Likewise.
46775         * include/execinfo.h: Likewise.
46776         * include/fcntl.h: Likewise.
46777         * include/fenv.h: Likewise.
46778         * include/glob.h: Likewise.
46779         * include/grp.h: Likewise.
46780         * include/libintl.h: Likewise.
46781         * include/mntent.h: Likewise.
46782         * include/netdb.h: Likewise.
46783         * include/pwd.h: Likewise.
46784         * include/rpc/netdb.h: Likewise.
46785         * include/sched.h: Likewise.
46786         * include/search.h: Likewise.
46787         * include/shadow.h: Likewise.
46788         * include/signal.h: Likewise.
46789         * include/stdio.h: Likewise.
46790         * include/stdlib.h: Likewise.
46791         * include/string.h: Likewise.
46792         * include/sys/socket.h: Likewise.
46793         * include/sys/stat.h: Likewise.
46794         * include/sys/statfs.h: Likewise.
46795         * include/sys/statvfs.h: Likewise.
46796         * include/sys/syslog.h: Likewise.
46797         * include/sys/time.h: Likewise.
46798         * include/sys/uio.h: Likewise.
46799         * include/time.h: Likewise.
46800         * include/unistd.h: Likewise.
46801         * include/utmp.h: Likewise.
46802         * include/wchar.h: Likewise.
46803         * include/wctype.h: Likewise.
46804         * inet/aliases.h: Likewise.
46805         * inet/arpa/inet.h: Likewise.
46806         * inet/netinet/ether.h: Likewise.
46807         * inet/netinet/in.h: Likewise.
46808         * intl/libintl.h: Likewise.
46809         * io/bits/fcntl2.h: Likewise.
46810         * io/fcntl.h: Likewise.
46811         * io/ftw.h: Likewise.
46812         * io/sys/poll.h: Likewise.
46813         * io/sys/stat.h: Likewise.
46814         * io/sys/statfs.h: Likewise.
46815         * io/sys/statvfs.h: Likewise.
46816         * io/utime.h: Likewise.
46817         * libio/bits/stdio.h: Likewise.
46818         * libio/bits/stdio2.h: Likewise.
46819         * libio/libio.h: Likewise.
46820         * libio/libioP.h: Likewise.
46821         * libio/stdio.h: Likewise.
46822         * locale/lc-ctype.c: Likewise.
46823         * locale/locale.h: Likewise.
46824         * login/utmp.h: Likewise.
46825         * malloc/arena.c: Likewise.
46826         * malloc/malloc.c: Likewise.
46827         * malloc/malloc.h: Likewise.
46828         * malloc/mcheck.c: Likewise.
46829         * malloc/mtrace.c: Likewise.
46830         * math/bits/mathcalls.h: Likewise.
46831         * math/fenv.h: Likewise.
46832         * math/math_private.h: Likewise.
46833         * misc/bits/error.h: Likewise.
46834         * misc/bits/syslog.h: Likewise.
46835         * misc/err.h: Likewise.
46836         * misc/error.h: Likewise.
46837         * misc/fstab.h: Likewise.
46838         * misc/mntent.h: Likewise.
46839         * misc/regexp.h: Likewise.
46840         * misc/search.h: Likewise.
46841         * misc/sgtty.h: Likewise.
46842         * misc/sys/mman.h: Likewise.
46843         * misc/sys/syslog.h: Likewise.
46844         * misc/sys/uio.h: Likewise.
46845         * misc/sys/xattr.h: Likewise.
46846         * misc/ttyent.h: Likewise.
46847         * nis/rpcsvc/ypclnt.h: Likewise.
46848         * nss/nss.h: Likewise.
46849         * posix/bits/unistd.h: Likewise.
46850         * posix/fnmatch.h: Likewise.
46851         * posix/glob.h: Likewise.
46852         * posix/sched.h: Likewise.
46853         * posix/spawn.h: Likewise.
46854         * posix/sys/wait.h: Likewise.
46855         * posix/unistd.h: Likewise.
46856         * posix/wordexp.h: Likewise.
46857         * pwd/pwd.h: Likewise.
46858         * resolv/netdb.h: Likewise.
46859         * resource/sys/resource.h: Likewise.
46860         * rt/aio.h: Likewise.
46861         * rt/bits/mqueue2.h: Likewise.
46862         * rt/mqueue.h: Likewise.
46863         * shadow/shadow.h: Likewise.
46864         * signal/signal.h: Likewise.
46865         * socket/send.c: Likewise.
46866         * socket/sendto.c: Likewise.
46867         * socket/sys/socket.h: Likewise.
46868         * stdio-common/printf.h: Likewise.
46869         * stdlib/bits/stdlib.h: Likewise.
46870         * stdlib/fmtmsg.h: Likewise.
46871         * stdlib/monetary.h: Likewise.
46872         * stdlib/stdlib.h: Likewise.
46873         * stdlib/ucontext.h: Likewise.
46874         * streams/stropts.h: Likewise.
46875         * string/argz.h: Likewise.
46876         * string/bits/string2.h: Likewise.
46877         * string/string.h: Likewise.
46878         * string/strings.h: Likewise.
46879         * sunrpc/rpc/auth.h: Likewise.
46880         * sunrpc/rpc/auth_des.h: Likewise.
46881         * sunrpc/rpc/clnt.h: Likewise.
46882         * sunrpc/rpc/netdb.h: Likewise.
46883         * sunrpc/rpc/pmap_clnt.h: Likewise.
46884         * sunrpc/rpc/xdr.h: Likewise.
46885         * sysdeps/generic/inttypes.h: Likewise.
46886         * sysdeps/generic/net/if.h: Likewise.
46887         * sysdeps/generic/sys/swap.h: Likewise.
46888         * sysdeps/gnu/net/if.h: Likewise.
46889         * sysdeps/gnu/utmpx.h: Likewise.
46890         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
46891         * sysdeps/i386/i486/bits/string.h: Likewise.
46892         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
46893         * sysdeps/s390/bits/string.h: Likewise.
46894         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
46895         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
46896         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
46897         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
46898         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
46899         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
46900         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
46901         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
46902         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
46903         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
46904         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
46905         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
46906         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
46907         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
46908         * sysdeps/unix/sysv/linux/readv.c: Likewise.
46909         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
46910         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
46911         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46912         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
46913         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
46914         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46915         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
46916         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
46917         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
46918         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
46919         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
46920         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
46921         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46922         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
46923         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
46924         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
46925         * sysvipc/sys/ipc.h: Likewise.
46926         * sysvipc/sys/msg.h: Likewise.
46927         * sysvipc/sys/sem.h: Likewise.
46928         * sysvipc/sys/shm.h: Likewise.
46929         * termios/termios.h: Likewise.
46930         * time/sys/time.h: Likewise.
46931         * time/time.h: Likewise.
46932         * wcsmbs/bits/wchar2.h: Likewise.
46933         * wcsmbs/uchar.h: Likewise.
46934         * wcsmbs/wchar.h: Likewise.
46935         * wctype/wctype.h: Likewise.
46936
46937         [BZ #13551]
46938         * Makeconfig: Remove all but ELF support including AIX support.
46939         * Makerules: Likewise.
46940         * config.h.in: Likewise.
46941         * config.make.in: Likewise.
46942         * configure: Likewise.
46943         * configure.in: Likewise.
46944         * csu/Makefile: Likewise.
46945         * csu/version.c: Likewise.
46946         * debug/Makefile: Likewise.
46947         * dlfcn/Makefile: Likewise.
46948         * elf/Makefile: Likewise.
46949         * extra-lib.mk: Likewise.
46950         * iconv/Makefile: Likewise.
46951         * include/libc-symbols.h: Likewise.
46952         * include/shlib-compat.h: Likewise.
46953         * resolv/Makefile: Likewise.
46954         * resolv/res_libc.c: Likewise.
46955         * rt/Makefile: Likewise.
46956         * sysdeps/i386/asm-syntax.h: Likewise.
46957         * sysdeps/i386/sysdep.h: Likewise.
46958         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46959         * sysdeps/mach/sysdep.h: Likewise.
46960         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
46961         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
46962         * sysdeps/s390/asm-syntax.h: Likewise.
46963         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46964         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46965         * sysdeps/sh/sysdep.h: Likewise.
46966         * sysdeps/unix/sparc/sysdep.h: Likewise.
46967         * sysdeps/wordsize-32/divdi3.c: Likewise.
46968         * sysdeps/x86_64/sysdep.h: Likewise.
46969
46970         * argp/Versions: Remove _argp_unlock_xxx.
46971
46972         [BZ #13559]
46973         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
46974         * abilist/libBrokenLocale.abilist: Likewise.
46975         * abilist/libanl.abilist: Likewise.
46976         * abilist/libc.abilist: Likewise.
46977         * abilist/libcrypt.abilist: Likewise.
46978         * abilist/libdl.abilist: Likewise.
46979         * abilist/libm.abilist: Likewise.
46980         * abilist/libnsl.abilist: Likewise.
46981         * abilist/libpthread.abilist: Likewise.
46982         * abilist/libresolv.abilist: Likewise.
46983         * abilist/librt.abilist: Likewise.
46984         * abilist/libthread_db.abilist: Likewise.
46985         * abilist/libutil.abilist: Likewise.
46986         * abilist/libnss_db.abilist: New file.
46987
46988         * scripts/abilist.awk: Add support for indirect functions.
46989
46990         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
46991
46992         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
46993
46994         * shlib-versions: Remove entries for ports architectures.
46995
46996         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
46997         files in ports.
46998         * elf/stackguard-macros.h: Remove support for IA-64.
46999         * elf/tst-auditmod1.c: Likewise.
47000         * sysdeps/generic/ldsodefs.h: Likewise.
47001
47002         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47003         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47004         configure files.
47005
47006         [BZ #13552]
47007         * configure.in: Remove --enable-omitfp support.
47008         * FAQ.in: Adjust.
47009         * config.make.in: Likewise.
47010         * Makeconfig: Likewise.
47011         * manual/install.texi: Likewise.
47012
47013         In case anyone cares, the IA-64 architecture could move to ports.
47014         * sysdeps/ia64/*: Removed.
47015         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47016         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47017
47018         [BZ #13555]
47019         * configure.in: Remove entries for unsupported architectures.
47020
47021         [BZ #13533]
47022         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47023         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47024         routines.
47025         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47026         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47027         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47028         fall back to using wcrtomb.
47029         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47030         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47031         renaming.
47032         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47033         * wcsmbs/tst-c16c32-1.c: New file.
47034
47035         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47036         local variable.
47037
47038         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47039
47040         * elf/tst-unique3.cc: Add explicit declaration of gets.
47041         * elf/tst-unique3lib.cc: Likewise.
47042         * elf/tst-unique3lib2.cc: Likewise.
47043         * elf/tst-unique4.cc: Likewise.
47044
47045         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47046
47047 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47048
47049         [BZ #13566]
47050         * assert/assert.h (static_assert): Don't define for C++.
47051         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47052         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47053
47054 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47055
47056         * iconv/loop.c (single loop): Fix assertion in storing of
47057         remaining bytes.
47058
47059         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47060
47061 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47062
47063         * posix/getconf.c: Update copyright year.
47064         * nss/getent.c: Likewise.
47065         * nss/makedb.c: Likewise.
47066         * iconv/iconvconfig.c: Likewise.
47067         * iconv/iconv_prog.c: Likewise.
47068         * elf/ldconfig.c: Likewise.
47069         * elf/pldd.c: Likewise.
47070         * elf/sotruss.ksh: Likewise.
47071         * catgets/gencat.c: Likewise.
47072         * csu/version.c: Likewise.
47073         * elf/ldd.bash.in: Likewise.
47074         * elf/sprof.c (print_version): Likewise.
47075         * locale/programs/locale.c: Likewise.
47076         * locale/programs/localedef.c: Likewise.
47077         * login/programs/pt_chown.c: Likewise.
47078         * nscd/nscd.c (print_version): Likewise.
47079         * debug/xtrace.sh: Likewise.
47080         * malloc/memusage.sh: Likewise.
47081         * malloc/mtrace.pl: Likewise.
47082         * debug/catchsegv.sh: Likewise.
47083
47084 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47085
47086         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47087         pure attribute.
47088
47089 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47090
47091         [BZ #13533]
47092         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47093         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47094         transformations.
47095         * iconv/gconv_int.h: Likewise.
47096         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47097         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47098         from libc for GLIBC_2.16.
47099         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47100         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47101         * wcsmbs/uchar.h: Really define mbstate_t.
47102         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47103         * wcsmbs/c16rtomb.c: New file.
47104         * wcsmbs/mbrtoc16.c: New file.
47105         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47106         for C/POSIX locale.
47107         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47108         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47109
47110         * wcsmbs/wchar.h: Add missing __restrict.
47111
47112 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47113
47114         [BZ #13532]
47115         * time/Makefile (routines): Add timespec_get.
47116         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47117         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47118         timespec for ISO C11.
47119         * time/timespec_get.c: New file.
47120         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47121         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47122
47123         [BZ #13531]
47124         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47125         * stdlib/stdlib.h: Declare aligned_alloc.
47126         * Versions.def: Add GLIBC_2.16 for libc.
47127         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47128
47129         [BZ 13527]
47130         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47131         ISO C11.
47132
47133         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47134         code.
47135
47136         [BZ #13528]
47137         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47138
47139         [BZ #13529]
47140         * assert/assert.h (static_assert): Define.
47141
47142         * version.h: Update for 2.16 development version.
47143
47144         [BZ #13526]
47145         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47146         _ISOC11_SOURCE.
47147
47148         * version.h (RELEASE): Bump for 2.15 release.
47149         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47150
47151         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47152         Patch by Marek Polacek <mpolacek@redhat.com>.
47153
47154         * bits/byteswap.h: Protect long long constants with __extension__.
47155         * sysdeps/i386/bits/byteswap.h: Likewise.
47156         * sysdeps/ia64/bits/byteswap.h: Likewise.
47157         * sysdeps/s390/bits/byteswap.h: Likewise.
47158         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47159
47160 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47161
47162         [BZ #13540]
47163         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47164         destination buffer.
47165         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47166
47167 2011-12-23  Marek Polacek  <polacek@redhat.com>
47168
47169         * elf/dl-addr.c (determine_info): Add inline keyword.
47170         * elf/tst-auditmod4b.c (check_avx): Likewise.
47171         * elf/tst-auditmod6b.c (check_avx): Likewise.
47172         * elf/tst-auditmod6c.c (check_avx): Likewise.
47173         * elf/tst-auditmod7b.c (check_avx): Likewise.
47174
47175 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47176
47177         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47178         !__SSE_MATH__.
47179
47180 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47181
47182         [BZ #13540]
47183         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47184         processing for last bytes.
47185
47186 2011-08-06  Bruno Haible  <bruno@clisp.org>
47187
47188         [BZ #13061]
47189         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47190         U+0385, not to U+1FEE.
47191
47192         [BZ #13062]
47193         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47194         entry for U+00A5 U+0301.
47195
47196 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47197
47198         [BZ #13166]
47199         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47200         buffer for the output is too small.
47201
47202         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47203         optimization.
47204
47205         [BZ #13185]
47206         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47207         SSE flags if possible.
47208
47209 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47210
47211         [BZ #13540]
47212         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47213         processing for last bytes.
47214
47215 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47216
47217         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47218         (syscall-list-default-options, syscall-list-default-condition)
47219         (syscall-list-includes): Define.
47220         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47221         list of ABIs and options and #if conditions for each ABI.  Do not
47222         handle common syscalls between ABIs specially.
47223         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47224         Remove.
47225         (syscall-list-variants, syscall-list-32bit-options)
47226         (syscall-list-32bit-condition, syscall-list-64bit-options)
47227         (syscall-list-64bit-condition): Define.
47228         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47229         (syscall-list-variants, syscall-list-32bit-options)
47230         (syscall-list-32bit-condition, syscall-list-64bit-options)
47231         (syscall-list-64bit-condition): Define.
47232         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47233         Remove.
47234         (syscall-list-variants, syscall-list-32bit-options)
47235         (syscall-list-32bit-condition, syscall-list-64bit-options)
47236         (syscall-list-64bit-condition): Define.
47237         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47238         Remove.
47239         (syscall-list-variants, syscall-list-32bit-options)
47240         (syscall-list-32bit-condition, syscall-list-64bit-options)
47241         (syscall-list-64bit-condition): Define.
47242
47243 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47244
47245         * locale/iso-639.def: Add brx entry.
47246
47247         [BZ #13328]
47248         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47249         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47250
47251         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47252         __feraiseexcept_renamed.
47253
47254 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47255
47256         [BZ #13538]
47257         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47258         EPOLLET with unsigned values.
47259         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47260         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47261
47262         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47263         to large cancellation.
47264         * math/s_cacoshf.c: Likewise.
47265         * math/s_cacoshl.c: Likewise.
47266
47267 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47268
47269         [BZ #13305]
47270         [BZ #12786]
47271         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47272         * math/s_cacoshf.c: Likewise.
47273         * math/s_cacoshl.c: Likewise.
47274
47275 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47276
47277         [BZ #13439]
47278         * iconv/gconv.h: Define __GCONV_SWAP.
47279         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47280         * iconvdata/utf-16.c: Likewise.
47281         * iconvdata/utf-32.c: Likewise.
47282
47283 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47284
47285         [BZ #13524]
47286         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47287         numerator after shifting it by one limb.
47288
47289 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47290
47291         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47292         under [__USE_EXTERN_INLINES].
47293
47294 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47295
47296         [BZ #13446]
47297         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47298
47299 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47300
47301         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47302         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47303         optimized code.
47304         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47305         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47306         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47307         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47308         for strncasecmp/strncasecmp_l compilation.
47309         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47310         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47311
47312 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47313
47314         [BZ #13484]
47315         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47316         of __asm__.
47317
47318 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47319
47320         [BZ #13506]
47321         * time/tzfile.c (__tzfile_read): Check values from file header.
47322
47323 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47324
47325         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47326         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47327         * powerpc/powerpc32/dl-start.S: Likewise.
47328         * powerpc/powerpc32/elf/start.S: Likewise.
47329         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47330         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47331         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47332         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47333         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47334         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47335         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47336         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47337         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47338         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47339         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47340         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47341         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47342         * powerpc/powerpc32/memset.S: Likewise.
47343         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47344         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47345         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47346         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47347         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47348         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47349         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47350         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47351         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47352         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47353         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47354         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47355         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47356
47357 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47358
47359         * math/libm-test.inc: Added more nearbyint tests.
47360         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47361         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47362         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47363         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47364
47365 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47366
47367         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47368         FD_CLOEXEC.
47369
47370 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47371
47372         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47373         Add wcscpy-ssse3 wcscpy-c.
47374         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47375         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47376         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47377         * sysdeps/x86_64/wcschr.S: New file.
47378         * sysdeps/x86_64/wcsrchr.S: New file.
47379         * string/test-strcmp.c: Remove checking of wcscmp function for
47380         wrong alignments.
47381         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47382         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47383         wcsrchr-sse2 wcsrchr-c.
47384         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47385         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47386         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47387         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47388         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47389         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47390         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47391         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47392         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47393         * wcsmbc/wcschr.c (WCSCHR): New macro.
47394
47395 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47396
47397         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47398         * wcsmbs/test-wcsrchr.c: New file.
47399         * string/test-strrchr.c: Add wcsrchr support.
47400         (WIDE): New macro.
47401         * wcsmbs/test-wcscpy.c: New file.
47402         * string/test-strcpy.c: Add wcscpy support.
47403         (WIDE): New macro.
47404
47405 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47406
47407         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47408         the inner loop.
47409
47410 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47411
47412         [BZ #13472]
47413         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47414
47415 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47416
47417         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47418         Minor optimizations.
47419
47420         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47421         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47422         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47423
47424 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47425
47426         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47427         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47428         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47429         for gcc to avoid warnings.
47430         * inet/Makefile (tests): Add tst-checks.
47431         * inet/tst-checks.c: New file.
47432
47433         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47434         warning.
47435
47436         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47437         __wmemcmp_sse2.
47438
47439         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47440         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47441
47442         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47443
47444 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47445
47446         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47447         problem.
47448
47449         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47450
47451 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47452
47453         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47454         conditional on GCC version.
47455         (__arch_compare_and_exchange_val_8_acq)
47456         (__arch_compare_and_exchange_val_16_acq)
47457         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47458         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47459         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47460
47461 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47462
47463         * sysdeps/sh/backtrace.c: New file.
47464
47465 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47466
47467         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47468         parenthesis.
47469
47470 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47471
47472         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47473         falling back to utime.
47474
47475 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47476
47477         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47478         expectations for float.
47479
47480 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47481
47482         * locale/weight.h (findidx): Add parameter len.
47483         * locale/weightwc.h (findidx): Likewise.
47484         * posix/fnmatch_loop.c (FCT): Adjust caller.
47485         * posix/regcomp.c (build_equiv_class): Likewise.
47486         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47487         * posix/regexec.c (check_node_accept_bytes): Likewise.
47488         * string/strcoll_l.c (STRCOLL): Likewise.
47489         * string/strxfrm_l.c (STRXFRM): Likewise.
47490
47491 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47492
47493         * Makefile.in: Remove CVSOPT handling.
47494         * configure.in: Remove use of AC_REVISION.
47495         * iconvdata/Makefile (distribute): No need to filter out CVS.
47496         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47497         handling.
47498
47499 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47500
47501         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47502         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47503         [USE_AS_STRNCASECMP_L]: Likewise.
47504         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47505         NO_TLS_DIRECT_SEG_REFS.
47506         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47507         Fix argument offsets for non-PIC.
47508         [USE_AS_STRNCASECMP_L]: Likewise.
47509         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47510         NO_TLS_DIRECT_SEG_REFS.
47511
47512 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47513
47514         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47515         O_CLOEXEC.
47516         * locale/loadlocale.c (_nl_load_locale): Likewise.
47517
47518 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47519
47520         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47521         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47522         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47523         (SYSCALL_GETTIME): Set errno on error.
47524
47525         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47526         count references to noai6ai_cached.
47527
47528 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47529
47530         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47531
47532         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47533         FD_CLOEXEC for /proc/self/maps.
47534
47535         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47536         FD_CLOEXEC for /proc/meminfo.
47537
47538         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47539         gai.conf.
47540
47541         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47542         FD_CLOEXEC for given file.
47543
47544         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47545
47546         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47547         FD_CLOEXEC for /etc/hosts.
47548         (_gethtent): Likewise.
47549
47550         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47551
47552         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47553         cancellation and set FD_CLOEXEC for /etc/netgroup.
47554
47555         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47556         reading /etc/publickey.
47557
47558         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47559         allow cancellation when reading /etc/group.
47560
47561         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47562         cancellation.
47563         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47564
47565         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47566         when using data file.
47567
47568         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47569
47570         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47571         (write_nis_obj): Use "c" and "e" in fopen.
47572
47573         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47574
47575         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47576
47577         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47578
47579         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47580
47581         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47582         locale.alias.
47583
47584         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47585
47586         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47587
47588         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47589
47590         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47591         file parsing and set FD_CLOEXEC.
47592
47593 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47594
47595         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47596
47597 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47598
47599         * malloc/arena.c (arena_get2): Don't call reused_arena when
47600         _int_new_arena failed.
47601
47602 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47603
47604         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47605         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47606         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47607         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47608         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47609         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47610         to compile strcasecmp and strncasecmp.
47611         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47612         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47613
47614         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47615
47616 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47617
47618         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47619         locale-defines.sym to gen-as-const-headers.
47620         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47621         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47622         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47623         to compile strcasecmp and strncasecmp.
47624         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47625         strcasecmp_l and strncasecmp_l.
47626         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47627         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47628         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47629         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47630         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47631         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47632         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47633         * sysdeps/i386/i686/multiarch/strncase.S: New file.
47634         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47635         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47636         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47637
47638 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
47639
47640         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47641         result of SYSDEP_GETTIME_CPU to retval.
47642         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47643         parameter list to macro.  Remove trailing semicolon.  Adjust users.
47644
47645         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47646         variable.
47647
47648         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47649         mantissa words.
47650         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47651
47652         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47653         from unused variable.
47654
47655         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47656         DWARF definitions.
47657         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47658         for assembling.
47659
47660         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47661         over namespaces.
47662
47663         * sunrpc/rpc_prot.c (rejected): Fix case value.
47664
47665         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47666         unsigned long long int to avoid warnings in shift.
47667
47668         * posix/regex_internal.c (re_string_reconstruct): Actually use result
47669         of use of trans.
47670         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47671         variable tmp.
47672
47673         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47674         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47675         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47676
47677         * nis/nis_table.c (nis_list): Use variable of correct type for
47678         result of __follow_path call.
47679
47680 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47681
47682         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47683         of math functions ceil, trunc, floor, round, and sqrt, when
47684         avaliable on the platform.
47685         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47686         name clash.
47687         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47688         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47689         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47690
47691 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
47692
47693         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47694         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47695
47696 2011-11-11  Roland McGrath  <roland@hack.frob.com>
47697
47698         * include/unistd.h: Fix __readlink return type.
47699         Reported by Chris Metcalf <cmetcalf@tilera.com>.
47700
47701 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
47702
47703         * stdlib/ucontext.h: Undo last change for makecontext.
47704
47705 2011-11-11  Andreas Schwab  <schwab@redhat.com>
47706
47707         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47708
47709         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47710         * setjmp/setjmp.h: Mark functions as non-leaf.
47711         * setjmp/bits/setjmp2.h: Likewise.
47712         * stdlib/ucontext.h: Likewise.
47713
47714 2011-11-10  Andreas Schwab  <schwab@redhat.com>
47715
47716         * malloc/arena.c (_int_new_arena): Don't increment narenas.
47717         (reused_arena): Don't check arena limit.
47718         (arena_get2): Atomically check arena limit.
47719
47720 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
47721
47722         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47723         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47724
47725         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47726         instructions.
47727
47728 2011-11-07  Andreas Schwab  <schwab@redhat.com>
47729
47730         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47731         handler when locking.
47732
47733         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47734         Fix size of allocated buffer.
47735
47736 2011-11-04  Andreas Schwab  <schwab@redhat.com>
47737
47738         [BZ #10103]
47739         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
47740         declarations for long double functions.
47741         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
47742
47743         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
47744
47745 2011-11-03  Andreas Schwab  <schwab@redhat.com>
47746
47747         * nscd/nscd.c (main): Don't start AVC thread until credentials are
47748         installed.
47749
47750         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
47751         is disabled.
47752
47753 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47754
47755         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
47756
47757 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
47758
47759         * include/alloca.h (stackinfo_alloca_round): Define.
47760         (extend_alloca): Use it.
47761         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
47762         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
47763         here.
47764
47765         * scripts/check-local-headers.sh: Ignore libaudit.h.
47766
47767         * nscd/Makefile (extra-objs): Make recursively expanded.
47768
47769 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
47770
47771         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
47772         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
47773
47774         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
47775         * posix/tst-rfc3484-2.c: Likewise.
47776         * posix/tst-rfc3484-3.c: Likewise.
47777
47778         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47779         process_vm_writev.
47780         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
47781         process_vm_writev.
47782         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
47783         process_vm_writev from libc using GLIBC_2.15 version.
47784
47785         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
47786
47787 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
47788
47789         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
47790         stack usage.
47791
47792 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
47793
47794         [BZ #13367]
47795         * nss/getent.c (initgroups_keys): Show error message in case no group
47796         names are given.
47797
47798         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
47799         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
47800         __bump_nl_timestamp.
47801         * nscd/connections (nscd_init): When host database is served open
47802         netlink socket and request notification about configuration changes.
47803         (main_loop_poll): Track netlink file descriptor and bump timestamp
47804         in case data becomes available.
47805         (main_loop_epoll): Likewise.
47806         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
47807         (database_pers_head): Add extra_data fileds.
47808         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
47809         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
47810         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
47811         Adjust caller.
47812         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
47813         in6ai data, call __free_in6ai.
47814         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
47815         Add -DHAVE_NETLINK.
47816         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
47817         interface information.  Reuse previous data if netlink timestamp
47818         is not changed.
47819         (__bump_nl_timestamp): New function.
47820         (__free_in6ai): New function.
47821
47822 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
47823
47824         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
47825         close_not_cancel_no_status here.
47826         (__check_pf): Reorganize code a bit to not call close twice if OOM.
47827
47828 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47829
47830         [BZ #13276]
47831         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
47832         return value.
47833
47834         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
47835         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
47836         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
47837
47838 2011-07-03  Andreas Jaeger  <aj@suse.de>
47839
47840         [BZ #10709]
47841         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
47842         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
47843         * math/libm-test.inc (sin_test): Add test case.
47844
47845 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47846
47847         [BZ #13337]
47848         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
47849         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47850
47851         * elf/chroot_canon.c (chroot_canon): Cleanups.
47852
47853         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
47854
47855         [BZ #13335]
47856         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
47857         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47858
47859         * string/test-strchr.c: Make usable for strchrnul testing.
47860         * string/test-strchrnul.c: New file.
47861         * string/Makefile (strop-tests): Add strchrnul.
47862
47863         * po/it.po: Update from translation team.
47864         * po/es.po: Likewise.
47865
47866 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
47867
47868         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
47869         the three constants needed as parameters.  Drop the others.
47870         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
47871         __m128i_strloadu_tolower.
47872         Create and initialize variable zero and use it in all the places
47873         where _mm_setzero_si128 was used.
47874
47875         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
47876         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
47877         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
47878         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
47879         anymore.
47880         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
47881         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
47882         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
47883         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
47884         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
47885         __mpranred, __mptan.
47886         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
47887         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
47888         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
47889         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
47890         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
47891         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
47892         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
47893         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
47894         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
47895
47896 2011-10-28  Andreas Schwab  <schwab@redhat.com>
47897
47898         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
47899         redefine if SHARED.
47900         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
47901
47902         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
47903         wide char related routines to wcsmbs subdir.
47904
47905 2011-10-27  Andreas Schwab  <schwab@redhat.com>
47906
47907         [BZ #13344]
47908         * misc/sys/cdefs.h (__THROWNL): Define.
47909         * posix/unistd.h: Use __THREADNL instead of __THREAD
47910         for memory synchronization functions.
47911
47912 2011-10-26  Roland McGrath  <roland@hack.frob.com>
47913
47914         [BZ #13349]
47915         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
47916         doesn't exist.
47917         * manual/stdio.texi (Obstack Streams): Node removed.
47918
47919 2011-10-26  Andreas Schwab  <schwab@redhat.com>
47920
47921         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
47922         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47923         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47924
47925         * math/math_private.h (math_force_eval): Allow non-addressable
47926         arguments.
47927         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
47928
47929 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47930
47931         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
47932         file is not needed.
47933
47934         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
47935         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
47936         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47937         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47938         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47939         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47940         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47941         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
47942         Add AVX variants.
47943         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
47944         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
47945         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
47946         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
47947         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
47948         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
47949         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
47950         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
47951         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
47952         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
47953         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
47954         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
47955         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
47956         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
47957         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
47958         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
47959         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
47960         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
47961         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
47962
47963         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
47964         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
47965
47966         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
47967         place.  Use VEX encoding when compiling for AVX.
47968
47969 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47970
47971         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
47972         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
47973
47974         * string/test-strchr.c (do_test): Don't generate NUL bytes.
47975
47976 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47977
47978         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
47979         useless if() expression.
47980         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47981         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47982         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47983         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47984         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47985         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47986         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47987         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47988         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47989         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47990         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47991         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47992         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47993         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47994         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47995         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47996         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47997         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47998         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47999
48000         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48001
48002 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48003
48004         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48005         condition.
48006         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48007
48008 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48009
48010         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48011         .text section.  Avoid duplicate constants.
48012         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48013         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48014         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48015         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48016         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48017         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48018         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48019         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48020         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48021         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48022         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48023         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48024         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48025         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48026         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48027         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48028         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48029         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48030         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48031         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48032         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48033         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48034         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48035         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48036         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48037         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48038         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48039         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48040         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48041         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48042         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48043         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48044         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48045         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48046         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48047         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48048         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48049         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48050         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48051         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48052         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48053         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48054         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48055         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48056         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48057
48058 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48059
48060         * sysdeps/x86_64/dla.h: Move to ...
48061         * sysdeps/x86_64/fpu/dla.h: ...here.
48062         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48063         situations.  Use __builtin_fma only for gcc 4.6 and up.
48064
48065         * config.make.in: Add have-mfma4 entry.
48066         * configure.in: Substitute libc_cv_cc_fma4.
48067         * math/Makefile (dbl-only-routines): Add sincostab.
48068         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48069         Use __sincostab not sincos.
48070         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48071         name is a macro.
48072         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48073         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48074         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48075         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48076         using __copysign.
48077         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48078         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48079         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48080         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48081         and __inv.
48082         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48083         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48084         __copysign.
48085         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48086         define aliases when function name is a macro.
48087         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48088         sysdeps/ieee754/dbl-64/sincos.tbl.
48089         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48090         fma4-enabled routines.
48091         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48092         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48093         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48094         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48095         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48096         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48097         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48098         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48099         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48100         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48101         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48102         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48103         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48104         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48105         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48106         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48107         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48108         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48109         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48110         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48111         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48112         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48113         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48114         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48115         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48116         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48117         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48118         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48119         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48120         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48121
48122         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48123         rename.
48124         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48125         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48126         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48127         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48128         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48129         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48130         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48131         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48132
48133 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48134
48135         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48136
48137 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48138
48139         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48140
48141         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48142         prediction.
48143         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48144
48145         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48146         Remove unused variable magic_bits.
48147         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48148
48149         * string/strnlen.c: Define and use STRNLEN macro.
48150         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48151         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48152         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48153         * wcsmbs/wcslen.c: Define and use WCSLEN.
48154         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48155         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48156         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48157         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48158         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48159         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48160         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48161
48162 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48163
48164         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48165         strnlen-sse2-no-bsf.
48166         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48167         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48168         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48169         Add strnlen support.
48170         (USE_AS_STRNLEN): New macro.
48171         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48172         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48173         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48174         * sysdeps/x86_64/wcslen.S: New file.
48175
48176 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48177
48178         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48179         XMM-moves are used for copying on small sizes.
48180
48181 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48182
48183         * wcsmbs/Makefile (strop-tests): Add wcschr.
48184         * wcsmbs/test-wcschr.c: New file.
48185         * string/test-strchr.c: Update.
48186         Add wcschr support.
48187         (WIDE): New macro.
48188
48189 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48190
48191         * wcsmbs/Makefile (strop-tests): Add wcslen.
48192         * wcsmbs/test-wcslen.c: New file.
48193         * string/test-strlen.c: Update.
48194         Add wcslen support.
48195         (WIDE): New macro.
48196
48197 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48198
48199         * po/it.po: Update from translation team.
48200
48201 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48202
48203         * sysdeps/x86_64/wcscmp.S: Update.
48204         Fix wrong comparison semantics.
48205         wcscmp shall use signed comparison not unsigned.
48206         Don't use substraction to avoid overflow bug.
48207         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48208         * wcsmbc/wcscmp.c: Likewise.
48209         * string/test-strcmp.c: Likewise.
48210         Add new tests to check cases with negative values.
48211
48212 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48213
48214         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48215         * sysdeps/x86_64/dla.h: ...here.  New file.
48216         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48217         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48218         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48219         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48220         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48221         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48222         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48223         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48224         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48225
48226 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48227
48228         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48229         __ynl_finite aliases.
48230
48231 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48232
48233         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48234
48235         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48236         define DLA_FMA.
48237         [DLA_FMA] (EMULV): Use DLA_FMA.
48238         [DLA_FMA] (MUL12): Use EMULV.
48239         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48240         that are not needed.
48241         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48242         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48243         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48244         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48245         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48246         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48247         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48248
48249 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48250
48251         * math/s_nan.c: Undef __nan.
48252         * math/s_nanf.c: Undef __nanf.
48253         * math/s_nanl.c: Undef __nanl.
48254         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48255         "math_private.h".
48256
48257 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48258
48259         * math/s_catan.c: Add branch predictions.
48260         * math/s_catanf.c: Likewise.
48261         * math/s_catanh.c: Likewise.
48262         * math/s_catanhf.c: Likewise.
48263         * math/s_catanhl.c: Likewise.
48264         * math/s_catanl.c: Likewise.
48265         * math/s_cexp.c: Likewise.
48266         * math/s_cexpf.c: Likewise.
48267         * math/s_cexpl.c: Likewise.
48268         * math/s_clog.c: Likewise.
48269         * math/s_clog10.c: Likewise.
48270         * math/s_clog10f.c: Likewise.
48271         * math/s_clog10l.c: Likewise.
48272         * math/s_clogf.c: Likewise.
48273         * math/s_clogl.c: Likewise.
48274         * math/s_csqrt.c: Likewise.
48275         * math/s_csqrtf.c: Likewise.
48276         * math/s_csqrtl.c: Likewise.
48277         * math/s_ctanf.c: Likewise.
48278         * math/s_ctanh.c: Likewise.
48279         * math/s_ctanhf.c: Likewise.
48280         * math/s_ctanhl.c: Likewise.
48281         * math/s_ctanl.c: Likewise.
48282
48283         * math/math_private.h: Define __nan, __nanf, __nanl.
48284         * math/s_cacosh.c: Include <math_private.h>.
48285         * math/s_cacoshl.c: Likewise.
48286         * math/s_casinh.c: Likewise.
48287         * math/s_casinhf.c: Likewise.
48288         * math/s_casinhl.c: Likewise.
48289         * math/s_ccos.c: Rely entire on ccosh.
48290         * math/s_ccosf.c: Rely entire on ccoshf.
48291         * math/s_ccosl.c: Rely entirely on ccoshl.
48292         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48293         Remove tests for FE_INVALID.
48294         * math/s_ccoshf.c: Likewise.
48295         * math/s_ccoshl.c: Likewise.
48296         * math/s_csin.c: Likewise.
48297         * math/s_csinf.c: Likewise.
48298         * math/s_csinh.c Likewise.
48299         * math/s_csinhf.c: Likewise.
48300         * math/s_csinhl.c: Likewise.
48301         * math/s_csinl.c: Likewise.
48302         * math/s_ctan.c: Likewise.
48303         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48304         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48305         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48306
48307 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48308
48309         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48310         compilation problems.
48311
48312         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48313         __builtin_expect.
48314
48315 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48316
48317         * sysdeps/i386/configure.in: Test for -mfma4 option.
48318         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48319         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48320         COMMON_CPUID_INDEX_80000001.
48321         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48322         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48323         use it if FMA3 is not supported.
48324         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48325
48326         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48327         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48328
48329 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48330
48331         [BZ #12892]
48332         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48333         it would create a cycle with a link time dependency.
48334
48335 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48336
48337         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48338         instruction.
48339         * string/Makefile (strop-tests): Add rawmemchr.
48340         * string/test-rawmemchr.c: New file.
48341
48342         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48343         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48344         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48345         when compiling str{,n}casecmp and when AVX is available.  Hook up
48346         new optimized code in initializers.
48347
48348 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48349
48350         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48351         __feraiseexcept instead of feraiseexcept.
48352
48353 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48354
48355         * math/math_private.h: Define defaults for libc_fetestexcept and
48356         libc_feupdateenv.
48357         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48358         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48359         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48360         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48361         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48362         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48363         libc_fetestexcept and libc_feupdateenv.
48364
48365         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48366         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48367         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48368         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48369         libc_feholdexcept_setround.
48370
48371         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48372         Add s_nearbyint-c and s_nearbyintf-c.
48373         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48374         nearbyintf inlines.
48375         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48376         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48377         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48378         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48379
48380         * math/math_private.h: Define defaults for libc_fegetround,
48381         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48382         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48383         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48384         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48385         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48386         standard functions.
48387         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48388         Remove comments and hacks for old compiler versions.
48389         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48390         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48391         libc_feholdexceptl.
48392
48393 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48394
48395         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48396         (__feraiseexcept_renamed): Add __NTH.
48397         (feraiseexcept): Add __NTH.  Rename local variables to fix
48398         namespace violations.
48399
48400 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48401
48402         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48403
48404         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48405
48406         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48407         recently added interfaces.
48408         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48409
48410         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48411         about macro parameter expansion.
48412
48413         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48414         __NO_MATH_INLINES is defined.  Cleanups.
48415
48416         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48417         and __floorf is target has SSE4.1.
48418         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48419         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48420         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48421         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48422
48423         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48424         name.
48425         (floorf): Likewise.
48426
48427         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48428
48429 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48430
48431         * misc/sys/cdefs.h: Fix last change.
48432
48433         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48434         database lookup.
48435
48436 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48437
48438         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48439
48440         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48441         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48442         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48443         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48444         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48445         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48446         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48447         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48448         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48449         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48450         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48451         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48452         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48453         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48454         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48455         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48456         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48457         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48458         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48459         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48460         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48461         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48462
48463         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48464         ceil, ceilf, floor, floorf.
48465
48466         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48467         Perform IRELATIVE relocations last.
48468
48469         * elf/do-rel.h: Add another parameter nrelative, replacing the
48470         local variable with the same name.  Change name of the function
48471         to end in Rel or Rela (uppercase).
48472         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48473         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48474         elf_dynamic_do_##reloc function.
48475
48476 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48477
48478         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48479         is sufficient, at least on modern CPUs.
48480
48481         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48482
48483         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48484         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48485
48486         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48487         __expl_finite.
48488         * math/bits/math-finite.h: Add entries for exp.
48489         * math/e_expl.c: Add __*_finite alias.
48490         * sysdeps/i386/fpu/e_exp.S: Likewise.
48491         * sysdeps/i386/fpu/e_expf.S: Likewise.
48492         * sysdeps/i386/fpu/e_expl.c: Likewise.
48493         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48494         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48495         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48496         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48497         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48498         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48499         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48500
48501         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48502         is sufficient, at least on modern CPUs.
48503
48504         * ctype/ctype-info.c (__ctype_init): Define.
48505         * include/ctype.h (__ctype_init): Declare.
48506         (__ctype_b_loc): The variable is always initialized.
48507         (__ctype_toupper_loc): Likewise.
48508         (__ctype_tolower_loc): Likewise.
48509         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48510         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48511
48512 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48513
48514         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48515
48516         * configure.in: Also look in $cxxmachine/include for C++ system
48517         headers.
48518
48519 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48520
48521         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48522         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48523         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48524         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48525         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48526         (USE_AS_WMEMCMP): New macro.
48527         Fixing indents.
48528         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48529         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48530         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48531         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48532         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48533         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48534         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48535         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48536         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48537         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48538         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48539         (USE_AS_WMEMCMP): New macro.
48540         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48541         * sysdeps/string/test-memcmp.c: Update.
48542         Fix simple_wmemcmp.
48543         Add new tests.
48544         * wcsmbs/wmemcmp.c: Update.
48545         (WMEMCMP): New macro.
48546         Fix overflow bug.
48547
48548 2011-10-12  Andreas Jaeger  <aj@suse.de>
48549
48550         [BZ #13268]
48551         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48552
48553 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48554
48555         * libio/iofwide.c (do_length): Avoid warning.
48556
48557         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48558
48559 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48560
48561         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48562
48563         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48564         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48565         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48566         * sysdeps/i386/i686/fpu/e_log.S: New file.
48567         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48568         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48569
48570         * ctype/ctype.h: Add support for inlined isXXX functions when
48571         compiling C++ code.
48572
48573 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48574
48575         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48576
48577         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48578
48579 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48580
48581         [BZ #13291]
48582         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48583
48584 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48585
48586         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48587         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48588         feraiseexcept.
48589
48590         * sysdeps/x86_64/memrchr.S: Check for zero size.
48591
48592         * string/stratcliff.c: Add memrchr tests.
48593
48594 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48595
48596         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48597         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48598         rawmemchr-sse2 rawmemchr-sse2-bsf.
48599         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48600         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48601         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48602         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48603         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48604         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48605         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48606         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48607         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48608         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48609         * string/memrchr.c (MEMRCHR): New macro.
48610
48611 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48612
48613         Add integration with gcc's -ffinite-math-only and optimize wrapper
48614         functions in libm.
48615         * Versions.def: Define GLIBC_2.15 version for libm.
48616         * math/Makefile (headers): Add bits/math-finite.h.
48617         * math/bits/math-finite.h: New file.
48618         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48619         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48620         * math/e_acoshl.c: Add __*_finite alias.
48621         * math/e_acosl.c: Likewise.
48622         * math/e_asinl.c: Likewise.
48623         * math/e_atan2l.c: Likewise.
48624         * math/e_atanhl.c: Likewise.
48625         * math/e_coshl.c: Likewise.
48626         * math/e_exp10.c: Likewise.
48627         * math/e_exp10f.c: Likewise.
48628         * math/e_exp10l.c: Likewise.
48629         * math/e_exp2l.c: Likewise.
48630         * math/e_fmodl.c: Likewise.
48631         * math/e_gammal_r.c: Likewise.
48632         * math/e_hypotl.c: Likewise.
48633         * math/e_j0l.c: Likewise.
48634         * math/e_j1l.c: Likewise.
48635         * math/e_jnl.c: Likewise.
48636         * math/e_lgammal_r.c: Likewise.
48637         * math/e_log10l.c: Likewise.
48638         * math/e_log2l.c: Likewise.
48639         * math/e_logl.c: Likewise.
48640         * math/e_powl.c: Likewise.
48641         * math/e_sinhl.c: Likewise.
48642         * math/e_sqrtl.c: Likewise.
48643         * math/e_scalb.c: Completely rewritten and optimized.
48644         * math/e_scalbf.c: Likewise.
48645         * math/e_scalbl.c: Likewise.
48646         * math/w_acos.c: Likewise.
48647         * math/w_acosf.c: Likewise.
48648         * math/w_acosl.c: Likewise.
48649         * math/w_acosh.c: Likewise.
48650         * math/w_acoshf.c: Likewise.
48651         * math/w_acoshl.c: Likewise.
48652         * math/w_asin.c: Likewise.
48653         * math/w_asinf.c: Likewise.
48654         * math/w_asinl.c: Likewise.
48655         * math/w_atan2.c: Likewise.
48656         * math/w_atan2f.c: Likewise.
48657         * math/w_atan2l.c: Likewise.
48658         * math/w_atanh.c: Likewise.
48659         * math/w_atanhf.c: Likewise.
48660         * math/w_atanhl.c: Likewise.
48661         * math/w_exp10.c: Likewise.
48662         * math/w_exp10f.c: Likewise.
48663         * math/w_exp10l.c: Likewise.
48664         * math/w_fmod.c: Likewise.
48665         * math/w_fmodf.c: Likewise.
48666         * math/w_fmodl.c: Likewise.
48667         * math/w_j0.c: Likewise.
48668         * math/w_j0f.c: Likewise.
48669         * math/w_j0l.c: Likewise.
48670         * math/w_j1.c: Likewise.
48671         * math/w_j1f.c: Likewise.
48672         * math/w_j1l.c: Likewise.
48673         * math/w_jn.c: Likewise.
48674         * math/w_jnf.c: Likewise.
48675         * math/w_log.c: Likewise.
48676         * math/w_logf.c: Likewise.
48677         * math/w_logl.c: Likewise.
48678         * math/w_log10.c: Likewise.
48679         * math/w_log10f.c: Likewise.
48680         * math/w_log10l.c: Likewise.
48681         * math/w_log2.c: Likewise.
48682         * math/w_log2f.c: Likewise.
48683         * math/w_log2l.c: Likewise.
48684         * math/w_pow.c: Likewise.
48685         * math/w_powf.c: Likewise.
48686         * math/w_powl.c: Likewise.
48687         * math/w_remainder.c: Likewise.
48688         * math/w_remainderf.c: Likewise.
48689         * math/w_remainderl.c: Likewise.
48690         * math/w_scalb.c: Likewise.
48691         * math/w_scalbf.c: Likewise.
48692         * math/w_scalbl.c: Likewise.
48693         * math/w_sqrt.c: Likewise.
48694         * math/w_sqrtf.c: Likewise.
48695         * math/w_sqrtl.c: Likewise.
48696         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48697         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
48698         used.
48699         * math/math_private.h: Declare __kernel_standard_f.
48700         * math/w_cosh.c: Remove cruft and optimize a bit.
48701         * math/w_coshf.c: Likewise.
48702         * math/w_coshl.c: Likewise.
48703         * math/w_exp2.c: Likewise.
48704         * math/w_exp2f.c: Likewise.
48705         * math/w_exp2l.c: Likewise.
48706         * math/w_hypot.c: Likewise.
48707         * math/w_hypotf.c: Likewise.
48708         * math/w_hypotl.c: Likewise.
48709         * math/w_lgamma.c: Likewise.
48710         * math/w_lgamma_r.c: Likewise.
48711         * math/w_lgammaf.c: Likewise.
48712         * math/w_lgammaf_r.c: Likewise.
48713         * math/w_lgammal.c: Likewise.
48714         * math/w_lgammal_r.c: Likewise.
48715         * math/w_sinh.c: Likewise.
48716         * math/w_sinhf.c: Likewise.
48717         * math/w_sinhl.c: Likewise.
48718         * math/w_tgamma.c: Likewise.
48719         * math/w_tgammaf.c: Likewise.
48720         * math/w_tgammal.c: Likewise.
48721         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48722         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48723         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48724         Minor optimizations.  Pretty printing.  Remove cruft.
48725         * sysdeps/i386/fpu/e_acosf.S: Likewise.
48726         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48727         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48728         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48729         * sysdeps/i386/fpu/e_acosl.c: Likewise.
48730         * sysdeps/i386/fpu/e_asin.S: Likewise.
48731         * sysdeps/i386/fpu/e_asinf.S: Likewise.
48732         * sysdeps/i386/fpu/e_atan2.S: Likewise.
48733         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48734         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
48735         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48736         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48737         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48738         * sysdeps/i386/fpu/e_exp10.S: Likewise.
48739         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
48740         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
48741         * sysdeps/i386/fpu/e_exp2.S: Likewise.
48742         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
48743         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
48744         * sysdeps/i386/fpu/e_fmod.S: Likewise.
48745         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
48746         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
48747         * sysdeps/i386/fpu/e_hypot.S: Likewise.
48748         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
48749         * sysdeps/i386/fpu/e_log.S: Likewise.
48750         * sysdeps/i386/fpu/e_log10.S: Likewise.
48751         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48752         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48753         * sysdeps/i386/fpu/e_log2.S: Likewise.
48754         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48755         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48756         * sysdeps/i386/fpu/e_logf.S: Likewise.
48757         * sysdeps/i386/fpu/e_logl.S: Likewise.
48758         * sysdeps/i386/fpu/e_pow.S: Likewise.
48759         * sysdeps/i386/fpu/e_powf.S: Likewise.
48760         * sysdeps/i386/fpu/e_powl.S: Likewise.
48761         * sysdeps/i386/fpu/e_remainder.S: Likewise.
48762         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
48763         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
48764         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48765         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48766         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48767         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
48768         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
48769         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
48770         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48771         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48772         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48773         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48774         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48775         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48776         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
48777         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48778         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48779         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48780         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48781         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48782         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48783         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48784         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48785         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48786         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48787         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48788         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48789         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48790         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48791         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48792         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48793         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48794         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48795         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48796         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48797         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48798         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
48799         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48800         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48801         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48802         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48803         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48804         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48805         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48806         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48807         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48808         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48809         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48810         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48811         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48812         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48813         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48814         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48815         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48816         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48817         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48818         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48819         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
48820         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48821         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48822         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48823         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48824         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48825         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48826         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48827         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48828         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48829         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48830         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48831         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48832         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48833         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48834         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48835         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48836         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48837         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48838         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
48839         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48840         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48841         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48842         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48843         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48844         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48845         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48846         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48847         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48848         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48849         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48850         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48851         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48852         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
48853         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48854         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48855         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48856         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48857         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48858         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48859         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48860         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48861         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48862         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48863         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
48864         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48865         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48866         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48867         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
48868         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
48869         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
48870         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
48871         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
48872         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
48873         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
48874         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48875         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48876         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48877         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48878         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
48879         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48880         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
48881         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
48882         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
48883         (__isnanf): Likewise.
48884         (__isinf_ns): Likewise.
48885         (__isinf_nsf): Likewise.
48886         (__finite): Likewise.
48887         (__finitef): Likewise.
48888         (__ieee754_sqrt): Define as macro.
48889         (__ieee754_sqrtf): Define as macro.
48890         (__ieee754_sqrtl): Define as macro.
48891         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
48892         inlined copy.
48893         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
48894         __FINITE_MATH_ONLY__ consistent.
48895         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
48896
48897 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
48898
48899         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
48900         of rawmemchr.
48901
48902         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
48903
48904 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
48905
48906         * po/ja.po: Update from translation team.
48907
48908 2011-10-08  Roland McGrath  <roland@hack.frob.com>
48909
48910         * locale/programs/locarchive.c (prepare_address_space): New function.
48911         (create_archive, enlarge_archive, open_archive): Use it.
48912
48913         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
48914         inside [SHARED], where it is used.
48915
48916         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
48917
48918         * nss/getent.c (netgroup_keys): Remove unused variable.
48919         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48920
48921 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
48922
48923         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
48924         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
48925         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
48926         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
48927         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
48928         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
48929         * math/Makefile (libm-calls): Add s_isinf_ns.
48930         * math/divtc3.c: Use __isinf_nsl instead of isinf.
48931         * math/multc3.c: Likewise.
48932         * math/s_casin.c: Likewise.
48933         * math/s_casinf.c: Likewise.
48934         * math/s_casinl.c: Likewise.
48935         * math/s_ccos.c: Likewise.
48936         * math/s_ccosf.c: Likewise.
48937         * math/s_ccosl.c: Likewise.
48938         * math/s_ctan.c: Likewise.
48939         * math/s_ctanf.c: Likewise.
48940         * math/s_ctanh.c: Likewise.
48941         * math/s_ctanhf.c: Likewise.
48942         * math/s_ctanhl.c: Likewise.
48943         * math/s_ctanl.c: Likewise.
48944         * math/w_fmod.c: Likewise.
48945         * math/w_fmodf.c: Likewise.
48946         * math/w_fmodl.c: Likewise.
48947         * math/w_remainder.c: Likewise.
48948         * math/w_remainderf.c: Likewise.
48949         * math/w_remainderl.c: Likewise.
48950         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
48951         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
48952         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
48953         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
48954         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
48955         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
48956         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
48957         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
48958
48959         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
48960         of the number.
48961         * stdio-common/printf_fphex.c: Likewise.
48962         * stdio-common/printf_size.c: Likewise.
48963
48964         * math/e_exp10.c: Include math_private.h using <...> not "...".
48965         * math/e_exp10f.c: Likewise.
48966         * math/e_exp10l.c: Likewise.
48967         * math/e_exp2l.c: Likewise.
48968         * math/e_j0l.c: Likewise.
48969         * math/e_j1l.c: Likewise.
48970         * math/e_jnl.c: Likewise.
48971         * math/e_lgammal_r.c: Likewise.
48972         * math/e_rem_pio2l.c: Likewise.
48973         * math/e_scalb.c: Likewise.
48974         * math/e_scalbf.c: Likewise.
48975         * math/e_scalbl.c: Likewise.
48976         * math/k_cosl.c: Likewise.
48977         * math/k_sinl.c: Likewise.
48978         * math/k_tanl.c: Likewise.
48979         * math/s_cacoshf.c: Likewise.
48980         * math/s_catan.c: Likewise.
48981         * math/s_catanf.c: Likewise.
48982         * math/s_catanh.c: Likewise.
48983         * math/s_catanhf.c: Likewise.
48984         * math/s_catanhl.c: Likewise.
48985         * math/s_catanl.c: Likewise.
48986         * math/s_ccosh.c: Likewise.
48987         * math/s_ccoshf.c: Likewise.
48988         * math/s_ccoshl.c: Likewise.
48989         * math/s_cexp.c: Likewise.
48990         * math/s_cexpf.c: Likewise.
48991         * math/s_cexpl.c: Likewise.
48992         * math/s_clog.c: Likewise.
48993         * math/s_clog10.c: Likewise.
48994         * math/s_clog10f.c: Likewise.
48995         * math/s_clog10l.c: Likewise.
48996         * math/s_clogf.c: Likewise.
48997         * math/s_clogl.c: Likewise.
48998         * math/s_csin.c: Likewise.
48999         * math/s_csinf.c: Likewise.
49000         * math/s_csinh.c: Likewise.
49001         * math/s_csinhf.c: Likewise.
49002         * math/s_csinhl.c: Likewise.
49003         * math/s_csinl.c: Likewise.
49004         * math/s_csqrt.c: Likewise.
49005         * math/s_csqrtf.c: Likewise.
49006         * math/s_csqrtl.c: Likewise.
49007         * math/s_ctan.c: Likewise.
49008         * math/s_ctanf.c: Likewise.
49009         * math/s_ctanh.c: Likewise.
49010         * math/s_ctanhf.c: Likewise.
49011         * math/s_ctanhl.c: Likewise.
49012         * math/s_ctanl.c: Likewise.
49013         * math/s_ldexp.c: Likewise.
49014         * math/s_ldexpf.c: Likewise.
49015         * math/s_ldexpl.c: Likewise.
49016         * math/s_significand.c: Likewise.
49017         * math/s_significandf.c: Likewise.
49018         * math/s_significandl.c: Likewise.
49019         * math/w_acos.c: Likewise.
49020         * math/w_acosf.c: Likewise.
49021         * math/w_acosh.c: Likewise.
49022         * math/w_acoshf.c: Likewise.
49023         * math/w_acoshl.c: Likewise.
49024         * math/w_acosl.c: Likewise.
49025         * math/w_asin.c: Likewise.
49026         * math/w_asinf.c: Likewise.
49027         * math/w_asinl.c: Likewise.
49028         * math/w_atan2.c: Likewise.
49029         * math/w_atan2f.c: Likewise.
49030         * math/w_atan2l.c: Likewise.
49031         * math/w_atanh.c: Likewise.
49032         * math/w_atanhf.c: Likewise.
49033         * math/w_atanhl.c: Likewise.
49034         * math/w_cosh.c: Likewise.
49035         * math/w_coshf.c: Likewise.
49036         * math/w_coshl.c: Likewise.
49037         * math/w_dremf.c: Likewise.
49038         * math/w_exp10.c: Likewise.
49039         * math/w_exp10f.c: Likewise.
49040         * math/w_exp10l.c: Likewise.
49041         * math/w_exp2.c: Likewise.
49042         * math/w_exp2f.c: Likewise.
49043         * math/w_fmod.c: Likewise.
49044         * math/w_fmodf.c: Likewise.
49045         * math/w_fmodl.c: Likewise.
49046         * math/w_hypot.c: Likewise.
49047         * math/w_hypotf.c: Likewise.
49048         * math/w_hypotl.c: Likewise.
49049         * math/w_j0.c: Likewise.
49050         * math/w_j0f.c: Likewise.
49051         * math/w_j0l.c: Likewise.
49052         * math/w_j1.c: Likewise.
49053         * math/w_j1f.c: Likewise.
49054         * math/w_j1l.c: Likewise.
49055         * math/w_jn.c: Likewise.
49056         * math/w_jnf.c: Likewise.
49057         * math/w_jnl.c: Likewise.
49058         * math/w_lgamma.c: Likewise.
49059         * math/w_lgamma_r.c: Likewise.
49060         * math/w_lgammaf.c: Likewise.
49061         * math/w_lgammaf_r.c: Likewise.
49062         * math/w_lgammal.c: Likewise.
49063         * math/w_lgammal_r.c: Likewise.
49064         * math/w_log.c: Likewise.
49065         * math/w_log10.c: Likewise.
49066         * math/w_log10f.c: Likewise.
49067         * math/w_log10l.c: Likewise.
49068         * math/w_log2.c: Likewise.
49069         * math/w_log2f.c: Likewise.
49070         * math/w_log2l.c: Likewise.
49071         * math/w_logf.c: Likewise.
49072         * math/w_logl.c: Likewise.
49073         * math/w_pow.c: Likewise.
49074         * math/w_powf.c: Likewise.
49075         * math/w_powl.c: Likewise.
49076         * math/w_remainder.c: Likewise.
49077         * math/w_remainderf.c: Likewise.
49078         * math/w_remainderl.c: Likewise.
49079         * math/w_scalb.c: Likewise.
49080         * math/w_scalbf.c: Likewise.
49081         * math/w_scalbl.c: Likewise.
49082         * math/w_sinh.c: Likewise.
49083         * math/w_sinhf.c: Likewise.
49084         * math/w_sinhl.c: Likewise.
49085         * math/w_sqrt.c: Likewise.
49086         * math/w_sqrtf.c: Likewise.
49087         * math/w_sqrtl.c: Likewise.
49088         * math/w_tgamma.c: Likewise.
49089         * math/w_tgammaf.c: Likewise.
49090         * math/w_tgammal.c: Likewise.
49091
49092         * po/ja.po: Update from translation team.
49093
49094 2011-09-29  Andreas Jaeger  <aj@suse.de>
49095
49096         [BZ #13179]
49097         * sunrpc/netname.c (netname2host): Fix logic.
49098
49099         [BZ #6779]
49100         [BZ #6783]
49101         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49102         correctly.
49103         * math/w_remainder.c (__remainder): Likewise.
49104         * math/w_remainderf.c (__remainderf): Likewise.
49105         * math/libm-test.inc (remainder_test): Add test cases.
49106
49107 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49108
49109         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49110         sdiv_qrnnd.
49111
49112 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49113
49114         * string/test-memcmp.c: Avoid unncessary #defines.
49115         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49116
49117 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49118
49119         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49120         Use new sse2 version for core i3 - i7 as it's faster
49121         than sse42 version.
49122         (bit_Prefer_PMINUB_for_stringop): New.
49123         * sysdeps/x86_64/rawmemchr.S: Update.
49124         Replace with faster SSE2 version.
49125         * sysdeps/x86_64/memrchr.S: New file.
49126         * sysdeps/x86_64/memchr.S: Update.
49127         Replace with faster SSE2 version.
49128
49129 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49130
49131         * elf/dl-load.c (lose): Add cast to avoid warning.
49132
49133 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49134
49135         * po/ca.po: Update from translation team.
49136
49137         * inet/getnetgrent_r.c: Hook up nscd.
49138         * nscd/Makefile (routines): Add nscd_netgroup.
49139         (nscd-modules): Add netgroupcache.
49140         (CFLAGS-netgroupcache.c): Define.
49141         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49142         (cache_search): Add const to second parameter.
49143         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49144         INNETGR.
49145         (dbs): Add netgrdb entry.
49146         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49147         (verify_persistent_db): Handle netgrdb.
49148         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49149         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49150         GETFDNETGR.
49151         (netgroup_response_header): Define.
49152         (innetgroup_response_header): Define.
49153         (datahead): Add netgroup_response_header and innetgroup_response_header
49154         elements.
49155         * nscd/nscd.conf: Add entries for netgroup cache.
49156         * nscd/nscd.h (dbtype): Add netgrdb.
49157         (_PATH_NSCD_NETGROUP_DB): Define.
49158         (netgroup_iov_disabled): Declare.
49159         (xmalloc, xcalloc, xrealloc): Move declarations here.
49160         (cache_search): Adjust prototype.
49161         Add netgroup-related prototypes.
49162         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49163         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49164         (__nscd_innetgr): Declare.
49165         * nscd/selinux.c (perms): Use access_vector_t as element type and
49166         add netgroup-related initializers.
49167         * nscd/netgroupcache.c: New file.
49168         * nscd/nscd_netgroup.c: New file.
49169         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49170         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49171         For four parameters use innetgr.
49172         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49173         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49174         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49175         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49176
49177         * nscd/connections.c (register_traced_file): Don't register file
49178         for disabled databases.
49179
49180 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49181
49182         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49183
49184         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49185         from tree and freeing node.
49186
49187 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49188
49189         * nss/nsswitch.c (__nss_database_lookup): Handle
49190         nss_parse_service_list out of memory case.
49191
49192 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49193
49194         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49195         out of memory case.
49196
49197 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49198
49199         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49200         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49201         pass it down.
49202         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49203         elf_machine_rela, elf_machine_lazy_rel.
49204         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49205         (ELF_DYNAMIC_DO_REL): Likewise.
49206         (ELF_DYNAMIC_DO_RELA): Likewise.
49207         (ELF_DYNAMIC_RELOCATE): Likewise.
49208         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49209         to ELF_DYNAMIC_DO_REL.
49210         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49211         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49212         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49213         elf_machine_rela.
49214         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49215         skip_ifunc, don't call ifunc function if non-zero.
49216         (elf_machine_rela): Likewise.
49217         (elf_machine_lazy_rel): Likewise.
49218         (elf_machine_lazy_rela): Likewise.
49219         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49220         (elf_machine_lazy_rel): Likewise.
49221         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49222         Likewise.
49223         (elf_machine_lazy_rel): Likewise.
49224         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49225         Likewise.
49226         (elf_machine_lazy_rel): Likewise.
49227         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49228         (elf_machine_lazy_rel): Likewise.
49229         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49230         (elf_machine_lazy_rel): Likewise.
49231         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49232         (elf_machine_lazy_rel): Likewise.
49233         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49234         (elf_machine_lazy_rel): Likewise.
49235         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49236         (elf_machine_lazy_rel): Likewise.
49237         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49238         (elf_machine_lazy_rel): Likewise.
49239
49240 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49241
49242         * nss/nss_files/files-init.c (_nss_files_init): Use static
49243         initialization for all the *_traced_file variables.
49244
49245 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49246
49247         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49248
49249 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49250
49251         [BZ #13226]
49252         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49253
49254 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49255
49256         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49257         Reread the line before reparsing it.
49258
49259 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49260
49261         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49262
49263 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49264             Maxim Kuvyrkov  <maxim@codesourcery.com>
49265             Joseph Myers  <joseph@codesourcery.com>
49266
49267         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49268         if needed for __stack_chk_guard.
49269
49270 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49271
49272         * sysdeps/posix/spawni.c (script_execute): Always define it.
49273         It will be optimized away if unused.
49274         (maybe_script_execute): New function.
49275         (__spawni): Call it.
49276
49277         * Makerules: Don't include tls.make.
49278         (config-tls): Always set to thread.
49279         * tls.make.c: File removed.
49280
49281 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49282
49283         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49284         * config.make.in (CPPFLAGS-config): New substituted variable.
49285
49286 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49287
49288         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49289
49290         [BZ #13192]
49291         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49292         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49293
49294 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49295
49296         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49297         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49298         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49299         (CALL_FAIL): Likewise.
49300         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49301         (CALL_FAIL): Macro removed.
49302         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49303
49304 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49305
49306         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49307         for __FINITE_MATH_ONLY__ == 1.
49308
49309 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49310
49311         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49312         __ieee754_sqrt instead of sqrt.
49313         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49314         __ieee754_sqrtf instead of sqrtf.
49315         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49316         __floorf instead of floorf.
49317         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49318         __floorf, __truncf instead of floorf, truncf.
49319
49320 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49321
49322         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49323
49324         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49325         __extern_always_inline.
49326         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49327         32-bit.
49328
49329 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49330
49331         * elf/rtld.c (dl_main): Also relocate in dependency order when
49332         doing symbol dependency testing.
49333
49334 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49335
49336         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49337         Always define `refsym'.
49338
49339 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49340
49341         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49342         (__FD_ELT): Renamed from __FDELT.
49343         * misc/bits/select2.h (__FD_ELT): Likewise.
49344         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49345         __FD_MASK instead of __FDELT, __FDMASK.
49346         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49347         Likewise.
49348         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49349         Likewise.
49350
49351         * elf/Makefile (gen-ldd): Fix pattern.
49352
49353         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49354         (init_tls): Likewise.
49355
49356 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49357
49358         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49359
49360 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49361
49362         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49363         `struct cmsghdr *' instead of `void *'.
49364         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49365         Likewise.
49366
49367 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49368
49369         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49370         if non-absolute.
49371         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49372         ldd_rewrite_script.
49373
49374 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49375
49376         * configure.in: Remove --with-tls option.
49377         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49378         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49379         out in case it is missing.
49380         * sysdeps/ia64/elf/configure.in: Likewise.
49381         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49382         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49383         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49384         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49385         * sysdeps/sh/elf/configure.in: Likewise.
49386         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49387         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49388         * sysdeps/x86_64/elf/configure.in: Likewise.
49389         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49390         * sysdeps/mach/hurd/tls.h: Likewise.
49391
49392         [BZ #13067]
49393         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49394
49395         [BZ #13090]
49396         * configure.in: Fix use of AC_INIT.
49397
49398         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49399
49400 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49401
49402         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49403         __set_errno.
49404         * malloc/hooks.c: Likewise.
49405
49406         [BZ #11929]
49407         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49408         variables statically.
49409         (narenas): Initialize.
49410         (list_lock): Initialize.
49411         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49412         initializtion of main_arena and list_lock.  Small cleanups.
49413         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49414         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49415         Add initializers to main_arena and mp_.
49416         (malloc_state): Remove pagesize member.  Change all users to use
49417         GLRO(dl_pagesize).
49418
49419         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49420         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49421         is always initialized.
49422
49423         * malloc/malloc.c: Removed unused configurations and dead code.
49424         * malloc/arena.c: Likewise.
49425         * malloc/hooks.c: Likewise.
49426         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49427
49428         * include/tls.h: Removed.  USE___THREAD must always be defined.
49429         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49430         * elf/dl-libc.c: Likewise.
49431         * elf/dl-tsd.c: Likewise.
49432         * include/errno.h: Likewise.
49433         * include/netdb.h: Likewise.
49434         * include/resolv.h: Likewise.
49435         * inet/herrno-loc.c: Likewise.
49436         * inet/herrno.c: Likewise.
49437         * malloc/arena.c: Likewise.
49438         * malloc/hooks.c: Likewise.
49439         * malloc/malloc.c: Likewise.
49440         * resolv/res-state.c: Likewise.
49441         * resolv/res_libc.c: Likewise.
49442         * sysdeps/i386/dl-machine.h: Likewise.
49443         * sysdeps/ia64/dl-machine.h: Likewise.
49444         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49445         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49446         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49447         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49448         * sysdeps/sh/dl-machine.h: Likewise.
49449         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49450         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49451         * sysdeps/unix/i386/sysdep.S: Likewise.
49452         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49453         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49454         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49455         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49456         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49457         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49458         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49459         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49460         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49461         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49462         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49463         * sysdeps/x86_64/dl-machine.h: Likewise.
49464         * tls.make.c: Likewise.
49465
49466         * configure.in: Remove --with-__thread option.  Make tests for
49467         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49468         tls_model attribute fail if no support is available.  Remove
49469         USE_IN_LIBIO.
49470         * Makeconfig: Adjust for dropped configure option.  All features are
49471         now mandatory.
49472         * Makerules: Likewise.
49473         * Versions.def: Likewise.
49474         * argp/argp-fmtstream.c: Likewise.
49475         * argp/argp-fmtstream.h: Likewise.
49476         * argp/argp-help.c: Likewise.
49477         * assert/assert.c: Likewise.
49478         * config.h.in: Likewise.
49479         * config.make.in: Likewise.
49480         * configure: Likewise.
49481         * configure.in: Likewise.
49482         * csu/Versions: Likewise.
49483         * csu/init.c: Likewise.
49484         * elf/tst-audit2.c: Likewise.
49485         * elf/tst-tls10.c: Likewise.
49486         * elf/tst-tls10.h: Likewise.
49487         * elf/tst-tls11.c: Likewise.
49488         * elf/tst-tls12.c: Likewise.
49489         * elf/tst-tls14.c: Likewise.
49490         * elf/tst-tlsmod11.c: Likewise.
49491         * elf/tst-tlsmod12.c: Likewise.
49492         * elf/tst-tlsmod13.c: Likewise.
49493         * elf/tst-tlsmod13a.c: Likewise.
49494         * elf/tst-tlsmod14a.c: Likewise.
49495         * elf/tst-tlsmod15b.c: Likewise.
49496         * elf/tst-tlsmod16a.c: Likewise.
49497         * elf/tst-tlsmod16b.c: Likewise.
49498         * elf/tst-tlsmod7.c: Likewise.
49499         * elf/tst-tlsmod8.c: Likewise.
49500         * elf/tst-tlsmod9.c: Likewise.
49501         * gmon/gmon.c: Likewise.
49502         * grp/fgetgrent_r.c: Likewise.
49503         * grp/putgrent.c: Likewise.
49504         * hurd/fopenport.c: Likewise.
49505         * include/libc-symbols.h: Likewise.
49506         * include/tls.h: Likewise.
49507         * intl/gettextP.h: Likewise.
49508         * intl/loadinfo.h: Likewise.
49509         * locale/global-locale.c: Likewise.
49510         * locale/localeinfo.h: Likewise.
49511         * mach/devstream.c: Likewise.
49512         * malloc/arena.c: Likewise.
49513         * malloc/set-freeres.c: Likewise.
49514         * misc/err.c: Likewise.
49515         * misc/getttyent.c: Likewise.
49516         * misc/mntent_r.c: Likewise.
49517         * posix/getopt.c: Likewise.
49518         * posix/wordexp.c: Likewise.
49519         * pwd/fgetpwent_r.c: Likewise.
49520         * resolv/Versions: Likewise.
49521         * resolv/res_hconf.c: Likewise.
49522         * shadow/fgetspent_r.c: Likewise.
49523         * shadow/putspent.c: Likewise.
49524         * stdio-common/printf_fphex.c: Likewise.
49525         * stdio-common/tmpfile.c: Likewise.
49526         * stdlib/abort.c: Likewise.
49527         * stdlib/fmtmsg.c: Likewise.
49528         * sunrpc/auth_unix.c: Likewise.
49529         * sunrpc/clnt_perr.c: Likewise.
49530         * sunrpc/clnt_tcp.c: Likewise.
49531         * sunrpc/clnt_udp.c: Likewise.
49532         * sunrpc/clnt_unix.c: Likewise.
49533         * sunrpc/openchild.c: Likewise.
49534         * sunrpc/svc_simple.c: Likewise.
49535         * sunrpc/svc_tcp.c: Likewise.
49536         * sunrpc/svc_udp.c: Likewise.
49537         * sunrpc/svc_unix.c: Likewise.
49538         * sunrpc/xdr.c: Likewise.
49539         * sunrpc/xdr_array.c: Likewise.
49540         * sunrpc/xdr_rec.c: Likewise.
49541         * sunrpc/xdr_ref.c: Likewise.
49542         * sunrpc/xdr_stdio.c: Likewise.
49543
49544 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49545
49546         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49547
49548 2011-07-03  Andreas Jaeger  <aj@suse.de>
49549
49550         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49551         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49552         regenerate with gen-libm-tests.pl.
49553
49554 2010-05-12  Petr Baudis  <pasky@suse.cz>
49555
49556         [BZ #11589]
49557         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49558         around j0() zero points by switching to j1().
49559         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49560         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49561         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49562         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49563
49564 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49565
49566         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49567         instead of 0.
49568         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49569         instead of 0.
49570         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49571         Patch in part by Pavel Roskin <proski@gnu.org>.
49572
49573         [BZ #13138]
49574         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49575         realloc.
49576         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49577         Free memory block if necessary.
49578
49579         [BZ #12847]
49580         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49581         be NULL.  Don't lock in this case.
49582
49583 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49584
49585         * elf/elf.h (ELFOSABI_GNU): New macro.
49586         (ELFOSABI_LINUX): Define to that.
49587
49588 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49589
49590         * string/strncat.c (strncat): Undef the symbol in case it has been
49591         defined in bits/string.h.
49592
49593 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49594
49595         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49596
49597         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49598         link map.
49599
49600 2011-08-17  Andreas Jaeger  <aj@suse.de>
49601
49602         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49603
49604 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49605             Ian Lance Taylor  <iant@google.com>
49606
49607         * math/libm-test.inc (lround_test): New testcase.
49608         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49609
49610 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49611
49612         * Makefile: Remove support for automatic cvs check-ins.
49613         * Makerules: Likewise.
49614         * config.make.in: Likewise.
49615         * configure.in: Likewise.
49616         * intl/Makefile: Likewise.
49617         * locale/Makefile: Likewise.
49618         * po/Makefile: Likewise.
49619         * posix/Makefile: Likewise.
49620         * sysdeps/gnu/Makefile: Likewise.
49621         * sysdeps/mach/hurd/Makefile: Likewise.
49622         * sysdeps/sparc/sparc32/Makefile: Likewise.
49623
49624         [BZ #13118]
49625         * posix/Makefile (bug-regex32-ENV): Define.
49626         Patch by John Stanley <jpsinthemix@verizon.net>.
49627
49628         * misc/Makefile (headers): Add bits/select2.h.
49629         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49630         * misc/bits/select2.h: New file.
49631         * include/bits/select2.h: New file.
49632         * debug/Makefile (routines): Add fdelt_chk.
49633         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49634         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49635         FD_ISSET.
49636         * debug/fdelt_chk.c: New file.
49637
49638         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
49639         * wcsmbs/test-wmemcmp.c: Likewise.
49640         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
49641         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
49642
49643 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49644
49645         * string/Makefile (strop-tests): Add memcmp.
49646         * string/test-wmemcmp.c: New file.
49647         * string/test-memcmp.c: Add wmemcmp support.
49648
49649 2011-09-08  Roland McGrath  <roland@hack.frob.com>
49650
49651         [BZ #13153]
49652         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49653         2011-07-19 change.
49654
49655         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49656         garbage value in a __mach_port_mod_refs call in the cases of the
49657         task-self and thread-self ports.
49658
49659 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49660
49661         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49662
49663 2011-09-08  Andreas Schwab  <schwab@redhat.com>
49664
49665         * elf/dl-load.c (lose): Check for non-null L.
49666
49667 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49668
49669         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49670
49671         * elf/dl-libc.c (dlerror_run): Pass back error code from
49672         dl_catch_error.
49673
49674         [BZ #13123]
49675         * elf/dl-load.c (lose): Free l_origin if it is valid.
49676
49677         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49678         names.
49679         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49680         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49681         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49682         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49683         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49684         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49685
49686 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49687
49688         * sysdeps/powerpc/fpu/e_hypot.c: New file.
49689         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49690         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49691         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49692         * sysdeps/powerpc/fpu/k_cosf.c: New file.
49693         * sysdeps/powerpc/fpu/k_sinf.c: New file.
49694         * sysdeps/powerpc/fpu/s_cosf.c: New file.
49695         * sysdeps/powerpc/fpu/s_sinf.c: New file.
49696         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49697         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49698
49699 2011-08-15  Alan Modra  <amodra@gmail.com>
49700
49701         [BZ #13092]
49702         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49703         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49704         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
49705         ppc_mcount to static-only-routines.
49706         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49707         __mcount_internal.
49708         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49709         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
49710
49711 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
49712
49713         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49714         for finite and infinity parameters.
49715
49716 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49717
49718         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49719         and add nop instructions for throughput optimization.
49720         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49721
49722 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
49723
49724         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49725         aligned copy for power7 with vector-scalar instructions.
49726         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49727
49728 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
49729
49730         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49731         AVX check.
49732
49733 2011-09-07  Andreas Schwab  <schwab@redhat.com>
49734
49735         [BZ #13144]
49736         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
49737         last change.
49738
49739 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49740
49741         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49742         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
49743         syscall wrapper around clock_gettime in __vdso_clock_gettime.
49744         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
49745         clock_gettime.
49746
49747 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49748
49749         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
49750         Forgot to demangle the pointer.
49751
49752         * sysdeps/i386/sysdep.h: Define atom_text_section.
49753         * sysdeps/x86_64/sysdep.h: Likewise.
49754         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
49755         section with atom_text_section.
49756         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49757         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49758         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
49759         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49760         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
49761
49762         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
49763         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
49764         already be defined.  Change to take two parameters and don't assign
49765         result to variable.  Adjust all users.
49766         Define INTERNAL_GETTIME if not already defined.
49767         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
49768         call.
49769         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
49770         HAVE_CLOCK_GETTIME_VSYSCALL.
49771         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
49772
49773         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
49774         gettimeofday vsyscall, just use time.
49775
49776 2011-09-06  Andreas Schwab  <schwab@redhat.com>
49777
49778         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
49779         <errno.h>.
49780
49781 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49782
49783         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
49784         syscall on x86-64.
49785         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
49786         syscall.
49787         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
49788         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
49789         syscall if possible.
49790
49791 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49792
49793         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
49794         e_ident.  Don't pass to find_mapsXX.
49795         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
49796
49797 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49798
49799         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49800         strchr-sse2-no-bsf strrchr-sse2-no-bsf
49801         * sysdeps/x86_64/multiarch/strchr.S: Update.
49802         Check bit_slow_BSF bit.
49803         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
49804         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
49805         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
49806
49807 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49808
49809         [BZ #13134]
49810         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
49811         before glibc 2.15.
49812         (tryshell): Define.
49813         (__spawni): Change last parameter to be flag.  Test
49814         SPAWN_XFLAGS_USE_PATH flag to use path or not.
49815         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
49816         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
49817         * posix/spawni.c: Likewise.
49818         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
49819         * posix/spawnp.c: Likewise.  Change normal version to use
49820         SPAWN_XFLAGS_USE_PATH.
49821         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
49822         SPAWN_XFLAGS_TRY_SHELL.
49823
49824         [BZ #13150]
49825         * posix/glob.h: Remove gcc 1.x support.
49826
49827         [BZ #13068]
49828         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
49829
49830 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49831
49832         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49833         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
49834         strrchr-sse2-bsf
49835         * sysdeps/i386/i686/multiarch/strchr.S: New file.
49836         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
49837         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
49838         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
49839         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
49840         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
49841
49842 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49843
49844         * sysdeps/x86_64/wcscmp.S: New file.
49845
49846         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
49847         wcscmp-c wcscmp-sse2
49848         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
49849         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
49850         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
49851         * wcsmbs/wcscmp.c: Allow renaming.
49852
49853 2011-09-05  David S. Miller  <davem@davemloft.net>
49854
49855         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
49856         stack slot, rather than the struct return pointer slot.
49857         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
49858         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
49859         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
49860         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
49861
49862 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49863
49864         * po/ja.po: Update from translation team.
49865
49866         [BZ #13144]
49867         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
49868         kernel in 64-bit binaries.
49869
49870 2011-09-01  David S. Miller  <davem@davemloft.net>
49871
49872         * elf/elf.h (HWCAP_SPARC_*): Move to..
49873         * sysdeps/sparc/sysdep.h: this new file and add new values.
49874         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
49875         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
49876         _DL_HWCAP_COUNT to 24.
49877         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
49878         entries.
49879         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
49880         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
49881         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
49882         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
49883         instead of magic constants.
49884         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49885
49886 2011-08-31  David S. Miller  <davem@davemloft.net>
49887
49888         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
49889         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
49890         Reimplement to do errno handling inline.
49891         (SYSCALL_ERROR_HANDLER): New macro.
49892         (__SYSCALL_STRING): Do not do errno handling in asm.
49893         (__CLONE_SYSCALL_STRING): Delete.
49894         (__INTERNAL_SYSCALL_STRING): Delete.
49895         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
49896         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
49897         (PSEUDO): Reimplement to do errno handling inline.
49898         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
49899         (SYSCALL_ERROR_HANDLER): New macro.
49900         (__SYSCALL_STRING): Do not do errno handling in asm.
49901         (__CLONE_SYSCALL_STRING): Delete.
49902         (__INTERNAL_SYSCALL_STRING): Delete.
49903         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
49904         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
49905         i386.
49906         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
49907         (inline_syscall*): Add 'err' argument.
49908         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
49909         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
49910         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
49911         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
49912
49913         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
49914         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
49915
49916 2011-08-30  Andreas Schwab  <schwab@redhat.com>
49917
49918         * elf/rtld.c (dl_main): Relocate objects in dependency order.
49919
49920 2011-08-29  Jiri Olsa <jolsa@redhat.com>
49921
49922         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
49923         directive.
49924
49925 2011-08-24  David S. Miller  <davem@davemloft.net>
49926
49927         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
49928
49929 2011-08-24  Andreas Schwab  <schwab@redhat.com>
49930
49931         * elf/Makefile: Add rules to build and run unload8 test.
49932         * elf/unload8.c: New file.
49933         * elf/unload8mod1.c: New file.
49934         * elf/unload8mod1x.c: New file.
49935         * elf/unload8mod2.c: New file.
49936         * elf/unload8mod3.c: New file.
49937
49938         * elf/dl-close.c (_dl_close_worker): Reset private search list if
49939         it wasn't used.
49940
49941 2011-08-23  David S. Miller  <davem@davemloft.net>
49942
49943         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
49944         subtract stack bias.
49945         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
49946         %sp not %fp in calculations.
49947         (_JMPBUF_UNWINDS_ADJ): Likewise.
49948
49949         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
49950         (aio_suspend): Call it to force an exception region around the
49951         AIO_MISC_WAIT() invocation.
49952
49953 2011-08-23  Andreas Schwab  <schwab@redhat.com>
49954
49955         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
49956         backslash.
49957
49958 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
49959
49960         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
49961         protection macro.
49962         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
49963         and <dl-machine.h>.
49964         (Elf64_FuncDesc): Remove.
49965
49966 2011-08-22  David S. Miller  <davem@davemloft.net>
49967
49968         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
49969         sigaltstack check, add missing cfi directives.
49970         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
49971         missing cfi directives, and sigaltstack handling.
49972
49973 2011-08-16  Andreas Schwab  <schwab@redhat.com>
49974
49975         [BZ #11724]
49976         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
49977         object is seen twice.
49978         * elf/dl-fini.c (_dl_sort_fini): Likewise.
49979
49980         * elf/Makefile (distribute): Add tst-initorder2.c.
49981         (tests): Add tst-initorder2.
49982         (modules-names): Add tst-initorder2a tst-initorder2b
49983         tst-initorder2c tst-initorder2d.  Add rules to build them.
49984         ($(objpfx)tst-initorder2.out): New rule.
49985         * elf/tst-initorder2.c: New file.
49986         * elf/tst-initorder2.exp: New file.
49987
49988 2011-08-22  Andreas Schwab  <schwab@redhat.com>
49989
49990         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
49991
49992         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
49993         dependencies back to end of function.
49994
49995         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49996         $(elfobjdir)/ld.so.
49997
49998 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
49999
50000         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50001         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50002         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50003         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50004         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50005         of __vdso_gettimeofday.
50006         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50007         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50008         attribute_hidden.
50009         (_libc_vdso_platform_setup): Remove initialization of
50010         __vdso_gettimeofday and __vdso_time.
50011
50012 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50013
50014         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50015         and fgetc_unlocked.
50016         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50017         getc_unlocked.
50018
50019         * elf/dl-open.c (add_to_global): Report additions to the global scope
50020         for LD_DEBUG=scopes.
50021         (dl_open_worker): Also print scope of newly loaded dependencies.
50022         (_dl_show_scope): Indicate if there is no scope.
50023
50024         [BZ #13114]
50025         * stdio-common/Makefile (tests): Add bug24.
50026         * stdio-common/bug24.c: New file.
50027
50028 2011-08-19  Andreas Jaeger  <aj@suse.de>
50029
50030         [BZ #13114]
50031         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50032         non-existant file when using close-on-exec mode.
50033
50034 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50035
50036         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50037         the very first instruction.
50038
50039         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50040         the CFI state in the end.
50041         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50042         inclusion of dl-trampoline.h.
50043         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50044
50045 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50046
50047         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50048         expectations for long double.
50049
50050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50051         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50052
50053 2011-08-14  David S. Miller  <davem@davemloft.net>
50054
50055         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50056         artificual limit depends upon the system page size.
50057
50058 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50059
50060         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50061         * resolv/Makefile: Define CFLAGS-libresolv.
50062
50063 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50064
50065         * nss/makedb.c (compute_tables): Make variables used in nested
50066         function static.
50067
50068 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50069
50070         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50071         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50072         if buffer was too small.
50073
50074         * elf/pldd.c (main): Attach to all threads in the process.
50075         Rewrite /proc handling to use *at functions.
50076
50077 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50078
50079         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50080         specifies first scope to show.
50081         (dl_open_worker): Update callers.  Move printing scope of new
50082         object to before the relocation.
50083         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50084         * sysdeps/generic/ldsodefs.h: Update declaration.
50085
50086         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50087         string for the scope number.
50088
50089 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50090
50091         * nscd/servicescache.c (cache_addserv): Make sure written is always
50092         initialized.
50093
50094 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50095
50096         * sysdeps/i386/i486/bits/atomic.h
50097         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50098         statement expression, so as to suppress "set but not used" warning.
50099         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50100
50101         * string/strncat.c (STRNCAT): Use prototype definition.
50102
50103         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50104         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50105         -Iprograms here.
50106         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50107         (localedef-modules): Add localedef.
50108         (locale-modules): Add locale.
50109
50110         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50111         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50112         to avoid a warning.
50113
50114 2011-08-14  David S. Miller  <davem@davemloft.net>
50115
50116         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50117         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50118
50119 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50120
50121         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50122         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50123         * elf/rtld.c (dl_main): Set l_name of vDSO.
50124         Call _dl_show_scope when DL_DEBUG_SCOPES.
50125         (process_dl_debug): Recognize scopes flag and also set it for all.
50126         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50127         Declare _dl_show_scope.
50128
50129         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50130         (do_dlopen): Pass caller_dlopen to dl_open.
50131         (__libc_dlopen_mode): Initialize caller_dlopen.
50132
50133         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50134         of libc.  Make tolower call locale-independent.  Optimize a bit by
50135         using isdigit instead of isalnum.
50136         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50137
50138 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50139
50140         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50141         was a dependency or dynamically loaded.
50142
50143 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50144
50145         * intl/l10nflist.c: Allow architecture-specific pop function.
50146         * sysdeps/x86_64/l10nflist.c: New file.
50147
50148         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50149         classification.
50150
50151 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50152
50153         * include/dirent.h: Add libc_hidden_proto for scandirat and
50154         scandirat64.  Don't declare __scandirat64.
50155         * dirent/scandirat.c: Add libc_hidden_def.
50156         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50157         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50158
50159 2011-08-10  David S. Miller  <davem@davemloft.net>
50160
50161         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50162         enum.
50163         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50164         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50165         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50166
50167 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50168
50169         * Versions.def [libc]: Add GLIBC_2.15.
50170         * dirent/Makefile (routines): Add scandirat and scandirat64.
50171         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50172         GLIBC_2.15.
50173         * dirent/dirent.h: Declare scandirat and scandirat64.
50174         * dirent/scandirat.c: New file.
50175         * dirent/scandirat64.c: New file.
50176         * sysdeps/wordsize-64/scandirat.c: New file.
50177         * sysdeps/wordsize-64/scandirat64.c: New file.
50178         * dirent/opendir.c: Define opendirat.
50179         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50180         using scandirat.
50181         * dirent/scandir64.c: Adjust for scandir.c change.
50182         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50183         __scandirat64, and __scandir_cancel_handler.
50184         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50185         additional parameter and use openat instead of open (outside of ld.so).
50186         Add new __opendir as wrapper around __opendirat.
50187         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50188         here without requiring old scandirat implementation.
50189
50190 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50191
50192         * dirent/scandir.c (cancel_handler): Renamed to
50193         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50194         defined.  Adjust users.
50195         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50196         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50197
50198 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50199
50200         * string/test-string.h (IMPL): Use __STRING to expand name and then
50201         stringify it.
50202
50203         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50204         of cleanups.
50205
50206 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50207
50208         * string/Makefile: Update.
50209         (strop-tests): Append strncat.
50210         * string/test-wcscmp.c: New file.
50211         New comprehensive test for wcscmp.
50212         * string/test-strcmp.c: Update.
50213         (WIDE): New define.
50214
50215 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50216
50217         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50218         line.
50219
50220 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50221
50222         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50223         encoding to ACE if AI_IDN.
50224
50225 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50226
50227         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50228         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50229
50230 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50231
50232         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50233         Fix overflow bug in strncat.
50234         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50235
50236         * string/test-strncat.c: Update.
50237         Add new tests for checking overflow bugs.
50238
50239 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50240
50241         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50242         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50243         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50244         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50245         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50246         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50247         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50248         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50249         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50250
50251         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50252         (USE_AS_STRCAT): Define.
50253         Add strcat and strncat support.
50254         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50255
50256 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50257
50258         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50259         __n bigger than INT_MAX+1.
50260         (__strncmp_g): Likewise.
50261
50262 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50263
50264         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50265         * libio/stido.h: Likewise.
50266
50267         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50268         (AF_NFC): Define.
50269         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50270         (AF_NFC): Define.
50271
50272         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50273         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50274         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50275         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50276         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50277
50278         [BZ #13021]
50279         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50280         installed.
50281
50282         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50283         typo.
50284         (_dl_x86_64_save_sse): Likewise.
50285
50286 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50287
50288         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50289         OSXSAVE.
50290         (_dl_x86_64_save_sse): Likewise.
50291
50292         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50293
50294         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50295
50296 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50297
50298         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50299         change.
50300         (_dl_x86_64_save_sse): Use correct AVX check.
50301
50302 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50303
50304         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50305         bug in strncpy/strncat.
50306         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50307
50308 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50309
50310         * string/tester.c (test_strcat): Add tests for different alignments
50311         of source and destination.
50312         (test_strncat): Likewise.
50313
50314 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50315
50316         [BZ #12852]
50317         * posix/glob.c (glob): Check passed in values before using them in
50318         expressions to avoid some overflows.
50319         (glob_in_dir): Likewise.
50320
50321         [BZ #13007]
50322         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50323         check for AVX enablement so that we don't crash with old kernels and
50324         new hardware.
50325         * elf/tst-audit4.c: Add same checks here.
50326         * elf/tst-audit6.c: Likewise.
50327
50328         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50329
50330 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50331
50332         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50333
50334 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50335
50336         * po/cs.po: Update from translation team.
50337         * po/bg.po: Likewise.
50338
50339 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50340
50341         * misc/sys/cdefs.h: Add support for const attribute.
50342         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50343         to gnu_dev_{major,minor,makedev} functions.
50344
50345 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50346
50347         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50348
50349 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50350
50351         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50352         strlen results.
50353
50354 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50355
50356         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50357         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50358         register in order to avoid conflicts with the soft frame pointer
50359         being held in r11 when necessary.
50360         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50361         (INTERNAL_VSYSCALL_NCS): Likewise.
50362
50363 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50364
50365         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50366         * elf/dl-fini.c (_dl_fini): Adjust caller.
50367         * elf/dl-close.c (_dl_close_worker): Likewise.
50368         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50369
50370 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50371
50372         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50373         "aux_cache->nlibs < 0".
50374
50375         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50376         in the reload-count case.
50377
50378 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50379
50380         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50381         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50382         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50383         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50384         * sysdeps/x86_64/multiarch/strcat.S: New file.
50385         * sysdeps/x86_64/multiarch/strncat.S: New file.
50386         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50387         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50388         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50389         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50390         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50391         (USE_AS_STRCAT): Define.
50392         Add strcat and strncat support.
50393         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50394         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50395         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50396         * string/strncat.c: Update.
50397         (USE_AS_STRNCAT): Define.
50398         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50399         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50400         and i7.
50401         * sysdeps/x86_64/multiarch/init-arch.h
50402         (bit_Prefer_PMINUB_for_stringop): New.
50403         (index_Prefer_PMINUB_for_stringop): Likewise.
50404         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50405         bit_Prefer_PMINUB_for_stringop.
50406
50407 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50408
50409         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50410         buffer64.
50411         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50412         of casting of buffer.
50413         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50414         buffer32 and buffer64.
50415         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50416         writes instead of casting of buffer.
50417         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50418         buffer32.
50419         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50420         casting of buffer.
50421
50422 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50423
50424         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50425
50426 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50427
50428         * nscd/nscd.c (termination_handler): Don't do anything for a database
50429         if it has not yet been initialized.
50430
50431 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50432
50433         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50434
50435 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50436
50437         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50438
50439 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50440
50441         * po/nl.po: Update from translation team.
50442         * po/sv.po: Likewise.
50443
50444 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50445
50446         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50447         now disallowed by GCC.
50448
50449         * configure.in (use-default-link): Default to yes if a test -shared
50450         link meets our qualifications.
50451         * configure: Regenerated.
50452
50453         * config.make.in (output-format): New variable.
50454         * configure.in: Check for ld --print-output-format support.
50455         * configure: Regenerated.
50456         * Makerules ($(common-objpfx)format.lds)
50457         [$(output-format) != unknown]: Just use $(output-format),
50458         instead of the linker-script munging.
50459
50460 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50461
50462         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50463         of $(common-objpfx)shlib.lds.
50464         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50465
50466         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50467         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50468
50469         * configure.in (-z relro check): Adjust test code to add a large
50470         writable data section after it.
50471         * configure: Regenerated.
50472
50473 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50474
50475         * configure.in (-z relro check): Fix test code to make the variable
50476         truly const.
50477         * configure: Regenerated.
50478
50479 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50480
50481         * nscd/nscd.h (struct traced_file): Define.
50482         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50483         elements.  Add traced_files.
50484         (inotify_fd): Declare.
50485         (register_traced_file): Declare.
50486         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50487         (inotify_fd): Export.
50488         (resolv_conf_descr): Remove.
50489         (nscd_init): Move inotify descriptor creation to main.
50490         Don't register files for notification here.
50491         (register_traced_file): New function.
50492         (invalidate_cache): Don't use reset_res to determine whether to call
50493         res_init, go through the list of registered files.
50494         (main_loop_poll): The inotify descriptors are now stored in the
50495         structures for the traced files.
50496         (main_loop_epoll): Likewise
50497         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50498         to __nss_disable_nscd.
50499         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50500         for a database anymore.  Check the records for all the registered
50501         files instead.
50502         * nss/Makefile (libnss_files-routines): Add files-init.
50503         (libnss_db-routines): Add db-init.
50504         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50505         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50506         * nss/nss_db/db-init.c: New file.
50507         * nss/nss_files/files-init.c: New file.
50508         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50509         __nss_lookup_function.
50510         (__nss_lookup_function): Call nss_load_library.
50511         (nss_load_all_libraries): New function.
50512         (__nss_disable_nscd): Take parameter with callback function for files
50513         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50514         used for the cached services.
50515         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50516         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50517         options for features to all the files in nscd.
50518
50519         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50520
50521 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50522
50523         * csu/elf-init.c (__libc_csu_init): Comment typo.
50524
50525 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50526
50527         * po/pl.po: Update from translation team.
50528         * po/ja.po: Likewise.
50529         * po/ru.po: Likewise.
50530         * po/ko.po: Likewise.
50531         * po/fr.po: Likewise.
50532
50533 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50534
50535         * configure.in (.ctors/.dtors header and trailer check):
50536         Use an empirical test on a built program.
50537         * configure: Regenerated.
50538
50539         * configure.in (-z relro check): Use an empirical test on a built DSO.
50540         Detect, but do not require, on ia64.
50541         * configure: Regenerated.
50542
50543         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50544         Update tests that use readelf to use $READELF instead.
50545         * configure: Regenerated.
50546
50547 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50548
50549         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50550         if the result is not used.
50551
50552 2011-07-05  Andreas Jaeger  <aj@suse.de>
50553
50554         [BZ#9696]
50555         * stdlib/tst-strtod.c: Add testcase.
50556
50557 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50558
50559         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50560         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50561         The latter has a higher limit.  Take additional parameter to pass to
50562         the new function.
50563         (__pathconf): Pass file to __statfs_link_max.
50564         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50565         __statfs_link_max.
50566         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50567         __statfs_link_max.
50568
50569         [BZ #12868]
50570         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50571         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50572         Handle Lustre.
50573         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50574         (__statfs_filesize_max): Likewise.
50575         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50576
50577 2011-07-05  Andreas Jaeger  <aj@suse.de>
50578
50579         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50580
50581 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50582
50583         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50584         `status' variable.
50585         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50586         Likewise.
50587
50588 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50589
50590         * Makefile (strop-tests): Add strncat.
50591         * string/test-strncat.c: New file.
50592
50593 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50594
50595         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50596
50597 2011-06-21  Andreas Jaeger  <aj@suse.de>
50598
50599         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50600         Copy rule from iconvdata/Makefile.
50601
50602 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50603
50604         [BZ #12922]
50605         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50606         but no long options are defined, just return 'W'.
50607
50608 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50609
50610         [BZ #9696]
50611         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50612
50613 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50614
50615         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50616         netgroups to read.
50617         (innetgr): Likewise.
50618
50619 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50620
50621         * config.make.in (install_root): Default to $(DESTDIR).
50622
50623 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50624
50625         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50626
50627 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50628
50629         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50630
50631         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50632         containing directory rather than embedding absolute directory names.
50633
50634         * scripts/check-local-headers.sh: Rewritten using awk.
50635         Match by word, not by line.  Print error messages for matches.
50636         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50637
50638         * Makerules [shlib-lds-flags empty]:
50639         ($(common-objpfx)libc_pic.opts): New target.
50640         ($(common-objpfx)libc_pic.os.clean): New target.
50641         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50642
50643         * config.make.in (OBJCOPY): New variable.
50644         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50645         * configure: Regenerated.
50646
50647         * config.make.in (use-default-link): New variable.
50648         * configure.in (use_default_link): Grok --with-default-link to set it.
50649         * configure: Regenerated.
50650         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50651         (shlib-lds, shlib-lds-flags): Define to empty.
50652
50653         * Makerules (shlib-lds): New variable.
50654         (shlib-lds-flags): New variable.
50655         (build-shlib, build-moduile, build-module-asneeded): Use it.
50656         ($(common-objpfx)libc.so): Use $(shlib-lds).
50657         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50658         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50659
50660         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50661         DT_FLAGS/DT_FLAGS_1 with zero flags.
50662
50663         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50664         linker script munging.
50665
50666 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
50667
50668         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50669         as 128-bit value.
50670         * crypt/sha512.c (sha512_process_block): Perform total addition using
50671         128-bit if possible.
50672         (__sha512_finish_ctx): Likewise.
50673         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50674         as 64-bit value.
50675         * crypt/sha256.c (SWAP64): Define.
50676         (sha256_process_block): Perform total addition using 64-bit if
50677         possible.
50678         (__sha256_finish_ctx): Likewise.
50679
50680 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
50681
50682         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
50683         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50684         * nscd/hstcache.c (cache_addhst): Likewise.
50685         * nscd/grpcache.c (cache_addgr): Likewise.
50686         * nscd/aicache.c (addhstaiX): Likewise
50687         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50688
50689 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
50690
50691         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50692         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50693         * nscd/hstcache.c (cache_addhst): Likewise.
50694         * nscd/grpcache.c (cache_addgr): Likewise.
50695         * nscd/aicache.c (addhstaiX): Likewise
50696
50697 2011-07-01  Andreas Schwab  <schwab@redhat.com>
50698
50699         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50700         domain only when needed.
50701
50702 2011-06-30  Andreas Schwab  <schwab@redhat.com>
50703
50704         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50705         is always restored.
50706
50707 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
50708
50709         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50710         are re-adding the entry.
50711         * nscd/servicescache.c (cache_addserv): Likewise.
50712
50713 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
50714
50715         * sysdeps/generic/dl-irel.h: fix protection against multiple
50716         inclusions.
50717         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50718
50719 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
50720
50721         [BZ #12935]
50722         * malloc/memusage.sh: Fix quoting in message.
50723         * debug/xtrace.sh: Likewise.
50724
50725         * configure.in: Remove support for --experimental-malloc option, make
50726         it the default.
50727         * config.make.in: Likewise.
50728         * malloc/Makefile: Likewise.
50729
50730 2011-06-27  Andreas Schwab  <schwab@redhat.com>
50731
50732         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50733         two-byte characters.
50734
50735 2011-06-27  Roland McGrath  <roland@hack.frob.com>
50736
50737         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
50738         AC_CACHE_CHECK invocation.
50739         * configure: Regenerated.
50740
50741         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
50742
50743 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
50744
50745         [BZ #12350]
50746         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
50747         bit from old_res_options.
50748
50749         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
50750
50751         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
50752         value type for setfct.
50753
50754 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
50755
50756         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50757         __gettimeofday instead of gettimeofday.
50758
50759 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
50760
50761         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
50762
50763 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
50764
50765         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
50766
50767         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
50768         info.
50769
50770 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50771
50772         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50773         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50774         strcpy-sse2-unaligned strncpy-sse2-unaligned
50775         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
50776         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
50777         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
50778         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
50779         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
50780         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
50781         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
50782         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
50783         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
50784         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
50785         (STRCPY): Support SSE2 and SSSE3 versions.
50786
50787 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
50788
50789         [BZ #12874]
50790         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
50791         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
50792         kernels which artificially limit size of requests.
50793
50794 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50795
50796         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50797         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50798         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
50799         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
50800         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
50801         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
50802         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
50803         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
50804         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
50805         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
50806         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
50807         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
50808         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
50809         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
50810         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
50811         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50812         Enable unaligned load optimization for Intel Core i3, i5 and i7
50813         processors.
50814         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
50815         Define.
50816         (index_Fast_Unaligned_Load): Define.
50817         (HAS_FAST_UNALIGNED_LOAD): Define.
50818
50819 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
50820
50821         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
50822
50823 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50824
50825         [BZ #12907]
50826         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
50827         until it is clear that the information is realy needed.
50828         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
50829
50830 2011-06-22  Andreas Schwab  <schwab@redhat.com>
50831
50832         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
50833
50834 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50835
50836         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50837         /sys/devices/system/cpu/online if it is usable.
50838
50839         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
50840         reading the information from the /proc filesystem to once a second.
50841
50842 2011-06-21  Andreas Jaeger  <aj@suse.de>
50843
50844         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
50845         NULL after inclusion of kernel headers.
50846
50847 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
50848
50849         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
50850         calls to internal_setent.
50851
50852         [BZ #12885]
50853         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
50854         addresses using gethostbyname4_r ignore IPv4 addresses.
50855
50856         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
50857         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
50858
50859         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
50860
50861 2011-06-20  David S. Miller  <davem@davemloft.net>
50862
50863         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
50864         inclusions.
50865         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
50866
50867         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
50868         (elf_irel): Use it.
50869         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
50870         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
50871         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
50872         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
50873         * sysdeps/x86_64/dl-irel.h: Likewise.
50874
50875         * elf/dl-runtime.c: Use elf_ifunc_invoke.
50876         * elf/dl-sym.c: Likewise.
50877
50878 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50879
50880         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
50881         need to dereference resplen2.
50882
50883 2011-06-14  Andreas Schwab  <schwab@redhat.com>
50884
50885         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
50886
50887 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50888
50889         * Makeconfig: Define vardbdir and inst_vardbdir.
50890         * nss/Makefile: Add rules to install db-Makefile.
50891
50892         * nss/nss_db/db-XXX.c: Cleanup.
50893
50894         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
50895         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
50896         GLIBC_PRIVATE.
50897         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
50898         * nss/makedb.c: Implement -g option to specify that value strings
50899         are generated and should not be added to table iterated over for
50900         get*ent calls.
50901         * nss/nss_db/db-initgroups.c: New file.
50902
50903         * nss/getent.c: Add support for initgroups lookups through getgrouplist
50904         interface.
50905
50906         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
50907         (internal_getgrouplist): Adjust to name change.
50908         Update use_initgroups_entry if this is not the first call.
50909         * nss/databases.def: Add initgroups entry.
50910
50911         * nss/makedb.c (compute_tables): Check result of multiple hash table
50912         sizes to minimize maximum chain length.
50913
50914 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
50915
50916         * Versions.def: Add entry for libnss_db.
50917         * shlib-versions: Likewise.
50918         * nss/Makefile: Add rules to build libnss_db.
50919         * nss/Versions: Add libnss_db information.  Organize libnss_files
50920         entries better.
50921         * nss/db-Makefile: Add gshadow support.  Change rules for the new
50922         makedb progra.  Some minor improvements to generate smaller files.
50923         * nss/nss_db/nss_db.h: Move NSS database header data structures to
50924         here from...
50925         * nss/makedb.c: ...here.
50926         Improve database format to be smaller and require less memory at
50927         runtime.
50928         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
50929         db anymore.
50930         * nss/nss_db/db-netgrp.c: Likewise.
50931         * nss/nss_db/db-open.c: Likewise.
50932         * nss/nss_files/flies-XXX.x: Adjust comments.
50933         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
50934         * nss/nss_files/files-grp.c: Likewise.
50935         * nss/nss_files/files-hosts.c: Likewise.
50936         * nss/nss_files/files-network.c: Likewise.
50937         * nss/nss_files/files-proto.c: Likewise.
50938         * nss/nss_files/files-pwd.c: Likewise.
50939         * nss/nss_files/files-rpc.c: Likewise.
50940         * nss/nss_files/files-service.c: Likewise.
50941         * nss/nss_files/files-sgrp.c: Likewise.
50942         * nss/nss_files/files-spwd.c: Likewise.
50943         * nss/nss_db/db-alias.c: Removed.
50944         * nss/nss_db/dummy-db.h: Removed.
50945
50946 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
50947
50948         * nss/makedb.c: Rewritten to not use database library.
50949         * nss/Makefile: Update to build new makedb program.
50950
50951 2011-06-14  Andreas Jaeger  <aj@suse.de>
50952
50953         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
50954         memset declaration.
50955
50956 2011-06-10  Andreas Schwab  <schwab@redhat.com>
50957
50958         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
50959         tmpbuf.
50960
50961 2011-06-10  Roland McGrath  <roland@hack.frob.com>
50962
50963         * Makerules (shlib.lds): Fail if the linker script comes out empty.
50964         * elf/Makefile ($(objpfx)ld.so): Likewise.
50965
50966         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
50967         Don't list ld.so twice in dependencies.
50968
50969         * posix/bug-regex31.c: Include <stdlib.h>.
50970
50971         * nscd/hstcache.c (cache_addhst): Remove unused variable.
50972
50973         * nis/nss_compat/compat-spwd.c
50974         (getspent_next_nss_netgr): Remove unused variable.
50975         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
50976
50977         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
50978         nonmembers" output to use the right array.
50979
50980         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
50981
50982         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
50983
50984         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
50985         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
50986         * catgets/gencat.c (read_input_file): Likewise.
50987         * locale/programs/locarchive.c (enlarge_archive): Likewise.
50988
50989         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
50990         variable definition inside #if's controlling its use.
50991
50992         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
50993
50994         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
50995
50996         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
50997
50998         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
50999         unreachable code.
51000
51001         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51002
51003         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51004         * configure: Regenerated.
51005
51006         * Makerules: Revert last change.
51007         * elf/Makefile: Likewise.
51008
51009 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51010
51011         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51012         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51013         (reloc-link): Likewise.
51014
51015 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51016
51017         * elf/Makefile: Add rules to build pldd.
51018         * elf/pldd.c: New file.
51019         * elf/pldd-xx.c: New file.
51020
51021 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51022
51023         * version.h: Update for 2.15 development version.
51024
51025 2011-06-07  David S. Miller  <davem@davemloft.net>
51026
51027         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51028         ifuncs.
51029         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51030         elf_machine_lazy_rel): Likewise.
51031         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51032         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51033         elf_machine_lazy_rel): Likewise.
51034         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51035         dl_hwcap via passed in argument.
51036         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51037         Likewise.
51038
51039 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51040
51041         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51042
51043 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51044
51045         [BZ #12849]
51046         * manual/fdl-1.1.texi: New file, verbatim from:
51047         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51048         * manual/lgpl-2.1.texi: New file, verbatim from:
51049         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51050         * manual/Makefile (licenses): New variable, list those new file names.
51051         (texis): Use it.
51052         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51053
51054         * manual/fdl.texi: File removed.
51055         * manual/lesser.texi: File removed.
51056         * manual/libc.texinfo (Copying, Documentation License):
51057         Use new @include file names, put @appendix directive before @include.
51058
51059 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51060
51061         [BZ #12841]
51062         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51063         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51064         (mq_open): Add __NTH.
51065
51066 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51067
51068         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51069         Assume Intel Core i3/i5/i7 processor if AVX is available.
51070
51071 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51072
51073         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51074         typo.
51075
51076 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51077
51078         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51079         memory.  Use alloca_account.  Fix memory leak when retrying.
51080
51081 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51082
51083         * version.h (RELEASE): Bump for 2.14 release.
51084         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51085
51086         * config.make.in (RANLIB): Remove entry.
51087
51088 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51089
51090         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51091         (libc.pot): Work around missing support for .ksh extension in xgettext.
51092
51093         [BZ #12684]
51094         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51095         if both request failed.
51096         (send_dg): In case of server errors clear resplen or *resplen2.
51097
51098         [BZ #12454]
51099         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51100         when there are multiple maps.
51101         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51102         (_dl_fini): Remove test here.
51103
51104         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51105
51106 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51107
51108         [BZ #12350]
51109         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51110         bit from old_res_options.
51111         (gaih_inet): Likewise.
51112
51113         [BZ #11099]
51114         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51115         as signed.
51116
51117         * resolv/res_init.c (res_setoptions): Make the code more compact.
51118
51119         [BZ #11558]
51120         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51121         set RES_USEVC.
51122
51123         [BZ #11634]
51124         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51125
51126         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51127
51128         [BZ #11781]
51129         * malloc/malloc.h: Declare malloc hook variables as volatile.
51130
51131         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51132         in last patch.
51133
51134         [BZ #11799]
51135         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51136         raise in the comment.
51137         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51138         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51139         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51140
51141 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51142
51143         [BZ #12811]
51144         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51145         grow the buffers more if it already has to be sufficient.
51146         (build_wcs_upper_buffer): Likewise.
51147         * posix/regexec.c (check_matching): Likewise.
51148         (clean_state_log_if_needed): Likewise.
51149         (extend_buffers): Don't enlarge buffers beyond size of the input
51150         buffer.
51151         Patches mostly by Emil Wojak <emil@wojak.eu>.
51152         * posix/bug-regex32.c: New file.
51153         * posix/Makefile (tests): Add bug-regex32.
51154
51155         * locale/findlocale.c (_nl_find_locale): Return right away if
51156         _nl_explode_name failed.
51157         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51158
51159         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51160
51161         * debug/xtrace.sh: Unify messages.
51162         * malloc/memusage.sh: Likewise.
51163
51164         [BZ #12813]
51165         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51166         time symbol from vDSO.  Substitute with vsyscall if not available.
51167         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51168         __vdso_time.
51169
51170         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51171         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51172         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51173         Add sendmmsg and internal_sendmmsg.
51174         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51175         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51176         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51177
51178         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51179         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51180         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51181
51182 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51183
51184         [BZ #12813]
51185         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51186         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51187         available.
51188         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51189         __vdso_getcpu.
51190
51191         [BZ #12814]
51192         * iconvdata/Makefile (tests): Add bug-iconv9.
51193         * iconvdata/bug-iconv9.c: New file.
51194
51195 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51196
51197         [BZ #12814]
51198         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51199
51200 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51201
51202         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51203         (struct user_regs_struct): Change intcs field back to cs.
51204
51205 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51206
51207         * po/ja.po: Update from translation team.
51208
51209 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51210
51211         [BZ #12795]
51212         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51213         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51214
51215 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51216
51217         * stdlib/longlong.h: Update from GCC.
51218
51219 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51220
51221         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51222         parameter name.
51223         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51224         Add parameter name.
51225         (__sysconf): Pass it down.
51226
51227 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51228
51229         [BZ #12671]
51230         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51231         some situations.
51232         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51233         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51234         add in in __libc_use_alloca calls.  Adjust callers.
51235         (glob): Use malloc in some situations.
51236
51237         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51238         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51239         pltexit.
51240
51241 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51242
51243         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51244         and CLOCK_BOOTTIME_ALARM.
51245
51246         [BZ #12782]
51247         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51248         is returned.
51249
51250         * string/_strerror.c (__strerror_r): Print negative errors as signed
51251         numbers.
51252
51253         [BZ #12777]
51254         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51255         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51256         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51257
51258         * configure.in: Fix typo in redirection and correct removal of test
51259         files in two cases.
51260
51261         [BZ #12788]
51262         * locale/setlocale.c (new_composite_name): Fix test to check for
51263         identical name of all categories.
51264
51265         [BZ #12792]
51266         * libio/filedoalloc.c (local_isatty): New function.
51267         (_IO_file_doallocate): Use local_isatty.
51268         * stdio-common/perror.c (perror): In case a new stream is used
51269         forward the stream error.
51270         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51271         error flag.
51272
51273 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51274
51275         [BZ #11869]
51276         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51277         alloca.
51278         * include/alloca.h (extend_alloca_account): Define.
51279
51280         [BZ #11857]
51281         * posix/regex.h: Fix comments with documentation of user-accessible
51282         fields after compilation and describe correct free'ing of pattern
51283         after re_compile_pattern.
51284         Patch by Reuben Thomas <rrt@sc3d.org>.
51285
51286 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51287
51288         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51289         and -mno-altivec to prevent the compiler from using Altivec and/or
51290         VSX instructions when the corresponding registers are not available.
51291
51292 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51293
51294         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51295
51296 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51297
51298         * libio/freopen.c (freopen): Use __dup2, not dup2.
51299         * libio/freopen64.c (freopen64): Likewise.
51300
51301 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51302
51303         [BZ #12775]
51304         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51305         * math/Makefile (tests): Add test-powl.
51306         (CFLAGS-test-powl.c): Define.
51307         * math/test-powl.c: New file.
51308
51309 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51310
51311         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51312
51313 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51314
51315         [BZ #11837]
51316         * iconvdata/gb18030.c: Update to GB18020-2005.
51317
51318 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51319
51320         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51321         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51322         Patch by Aharon Robbins <arnold@skeeve.com>.
51323
51324         [BZ #11892]
51325         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51326         on the stack.
51327
51328         [BZ #11895]
51329         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51330         through underflows.
51331
51332         [BZ #12766]
51333         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51334         point to strings before performing equality test for error_one_per_line
51335         mode.
51336
51337         [BZ #11697]
51338         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51339
51340         [BZ #11820]
51341         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51342         (struct user_fpregs_struct): Avoid __uint*_t types.
51343
51344         [BZ #6420]
51345         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51346         symbol info.  Use it instead of calling _dl_addr locally.
51347         (lock_and_info): New function.
51348         (tr_freehook): Call lock_and_info and pass symbol info as additional
51349         parameter to tr_where.
51350         (tr_mallochook): Likewise.
51351         (tr_reallochook): Likewise.
51352         (tr_memalignhook): Likewise.
51353
51354         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51355         used and couldn't be at all thread-safe.
51356
51357 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51358
51359         * libio/freopen.c (freopen): Don't close old file descriptor
51360         before the new one is opened.  Instead dup the new file descriptor
51361         to the old one after the new stream is created.
51362         * libio/freopen64.c (freopen64): Likewise.
51363         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51364         * libio/fileops.c (_IO_new_file_close_it): Handle new
51365         _IO_FLAGS2_NOCLOSE flag.
51366         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51367         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51368         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51369         _IO_FLAGS2_NOCLOSE flag.
51370         * include/unistd.h: Add hidden_proto for dup3.
51371         Define __have_dup3.
51372         * io/dup3.c: Define hidden symbol.
51373         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51374
51375         [BZ #7101]
51376         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51377         when an incomplete long option is used.
51378         * posix/tst-getopt_long1.c: New file.
51379         * posix/Makefile (tests): Add tst-getopt_long1.
51380
51381         [BZ #10138]
51382         * scripts/config.guess: Update from autoconf-2.68.
51383         * scripts/config.sub: Likewise.
51384
51385         [BZ #10157]
51386         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51387         tests into ...
51388         (has_cpuclock): ...this.  New function.
51389         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51390         macro here based on has_cpuclock code.
51391
51392         [BZ #10149]
51393         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51394         First byte (not low byte) is now always NUL.
51395         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51396
51397         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51398         Use non-cancelable interfaces.
51399
51400         [BZ #9809]
51401         * locale/iso-639.def: Add entry for Sorani.
51402
51403         [BZ #11901]
51404         * include/stdlib.h: Move include protection to the right place.
51405         Define abort_msg_s.  Declare __abort_msg with it.
51406         * stdlib/abort.c (__abort_msg): Adjust type.
51407         * assert/assert.c (__assert_fail_base): New function.  Majority
51408         of code from __assert_fail.  Allocate memory for __abort_msg with
51409         mmap.
51410         (__assert_fail): Now call __assert_fail_base.
51411         * assert/assert-perr.c: Remove bulk of implementation.  Use
51412         __assert_fail_base.
51413         * include/assert.hL Declare __assert_fail_base.
51414         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51415         mmap.
51416         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51417
51418 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51419
51420         [BZ #11952]
51421         [BZ #12453]
51422         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51423         until all modules are registered in the DTV.
51424         * elf/Makefile: Add rules to build and run tst-tls19.
51425         * elf/tst-tls19.c: New file.
51426         * elf/tst-tls19mod1.c: New file.
51427         * elf/tst-tls19mod2.c: New file.
51428         * elf/tst-tls19mod3.c: New file.
51429         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51430
51431         [BZ #12083]
51432         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51433         correctly.
51434
51435         [BZ #12601]
51436         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51437         two-byte sequence errors.
51438         * iconvdata/Makefile (tests): Add bug-iconv8.
51439         * iconvdata/bug-iconv8.c: New file.
51440
51441         [BZ #12626]
51442         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51443         buf2 definition.
51444
51445         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51446
51447         [BZ #12432]
51448         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51449         (dummy_getcfa): New function.
51450         (init): Get _Unwind_GetCFA address, use dummy if not found.
51451         (backtrace_helper): In recursion check, also check whether CFA changes.
51452         (__backtrace): Completely initialize arg.
51453
51454         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51455         storing incomplete byte sequence in state object.  Avoid testing for
51456         guaranteed too small input if we know there is enough data available.
51457
51458 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51459
51460         * Makeconfig (+link-pie): Indent.
51461         * Rules (binaries-pie): Define if $(have-fpie) and
51462         $(build-shared).
51463         (binaries-shared): Also filter out $(binaries-pie).
51464         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51465         * nscd/Makefile (others-pie): Add nscd.
51466         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51467         ($(objpfx)nscd): Remove command override.
51468         * login/Makefile (others-pie): Add pt_chown.
51469         ($(objpfx)pt_chown): Remove command override.
51470         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51471         remove command overrides.
51472
51473 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51474
51475         * libio/tst_putwc.c: Fix error messages.
51476
51477         [BZ #12724]
51478         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51479         currently writing and seek to current position when not.
51480         * libio/Makefile (tests): Add bug-fclose1.
51481         * libio/bug-fclose1.c: New file.
51482
51483 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51484
51485         [BZ #12511]
51486         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51487         don't set DF_1_NODELETE here.
51488         (do_lookup_x): When entering new entry test for copy relocation
51489         and if necessary set DF_1_NODELETE flag.
51490         * elf/tst-unique4.cc: New file.
51491         * elf/tst-unique4.h: New file.
51492         * elf/tst-unique4lib.cc: New file.
51493         * elf/Makefile: Add rules to build and run tst-unique4.
51494         Patch by Piotr Bury <pbury@goahead.com>.
51495
51496 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51497
51498         [BZ #12052]
51499         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51500
51501         [BZ #12625]
51502         * misc/mntent_r.c (addmntent): Flush the stream after the output
51503
51504         [BZ #12393]
51505         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51506         (is_trusted_path_normalize): Skip initial colon.  Append slash
51507         to empty buffer.  Duplicate is_trusted_path code but allow
51508         constructed patch to be prefix.
51509         (is_dst): Allow $ORIGIN followed by /.
51510         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51511         Correct testing of result of is_trusted_path_normalize
51512         (decompose_rpath): Fix warning.
51513
51514 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51515
51516         [BZ #11257]
51517         * grp/initgroups.c (internal_getgrouplist): When we found the service
51518         list through the initgroups entry in nsswitch.conf do not always
51519         continue on a successful lookup.  Don't always use the
51520         __nss_group_database value if it is set.
51521         * nss/nsswitch.conf (initgroups): Change action for successful db
51522         lookup to continue for compatibility.
51523
51524 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51525
51526         [BZ #11532]
51527         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51528         and CP774 modules.
51529         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51530         and CP774 modules.
51531         * iconvdata/tst-tables.sh: Likewise.
51532         * iconvdata/cp770.c: New file.
51533         * iconvdata/cp771.c: New file.
51534         * iconvdata/cp772.c: New file.
51535         * iconvdata/cp773.c: New file.
51536         * iconvdata/cp774.c: New file.
51537         * iconvdata/testdata/CP770: New file.
51538         * iconvdata/testdata/CP770..UTF8: New file.
51539         * iconvdata/testdata/CP771: New file.
51540         * iconvdata/testdata/CP771..UTF8: New file.
51541         * iconvdata/testdata/CP772: New file.
51542         * iconvdata/testdata/CP772..UTF8: New file.
51543         * iconvdata/testdata/CP773: New file.
51544         * iconvdata/testdata/CP773..UTF8: New file.
51545         * iconvdata/testdata/CP774: New file.
51546         * iconvdata/testdata/CP774..UTF8: New file.
51547
51548         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51549         END CHARMAP line.
51550         * iconvdata/gen-8bit-gap.sh: Likewise.
51551         * iconvdata/gen-8bit.sh: Likewise.
51552
51553         * locale/iso-639.def: Add ary entry.
51554
51555         [BZ #11258]
51556         * locale/C-translit.h.in: Add U20A1 transliteration.
51557
51558         [BZ #12178]
51559         * locale/iso-639.def: Add wae entry.
51560         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51561
51562         [BZ #12545]
51563         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51564         for n.
51565
51566         [BZ #12711]
51567         * locale/C-translit.h.in: Add entry for U20B9.
51568         Patch by pravin.d.s@gmail.com.
51569
51570 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51571
51572         [BZ #12713]
51573         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51574         ENAMETOOLONG use generic getcwd.
51575         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51576         in rtld.  Use *stat64.
51577         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51578         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51579         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51580         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51581         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51582         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51583         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51584         __fstatat64 macros.
51585         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51586         * dirent/rewinddir.c: Add libc_hidden_def.
51587         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51588         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51589
51590         * include/dirent.h (__alloc_dir): Add flags parameter.
51591         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51592         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51593         __alloc_dir.
51594         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51595         from fdopendir if O_CLOEXEC is already set.
51596
51597 2011-03-15  Alan Modra  <amodra@gmail.com>
51598
51599         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51600         l_tls_firstbyte_offset non-zero.  Save padding offset in
51601         l_tls_firstbyte_offset for later use.
51602         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51603         freeing static tls block.
51604
51605 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51606
51607         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51608         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51609         being defined by the kernel headers.
51610
51611 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51612
51613         [BZ #12734]
51614         * resolv/resolv.h: Define RES_NOTLDQUERY.
51615         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51616         no-tld-query and set RES_NOTLDQUERY.
51617         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51618         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51619         modern BIND to search name as TLD unless forbidden.
51620
51621 2011-05-07  Petr Baudis  <pasky@suse.cz>
51622             Ulrich Drepper  <drepper@gmail.com>
51623
51624         [BZ #12393]
51625         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51626         (is_trusted_path): ...to here.
51627         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51628         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51629         using is_trusted_path_normalize() in setuid scripts.
51630
51631 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
51632
51633         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51634         __BEGIN/__END_DECLS.
51635
51636 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
51637
51638         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51639         NSS_STATUS_NOTFOUND if no record was found.
51640
51641 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51642
51643         * sunrpc/Makefile (headers): Add rpc/netdb.h.
51644         (headers-not-in-tirpc): Remove rpc/netdb.h
51645         * resolv/netdb.h: Revert last change.
51646
51647 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51648
51649         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51650         circular dependency between libgcc.a and libc.a.
51651
51652 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51653
51654         * resolv/netdb.h: Don't include <rpc/netdb.h>.
51655         * nis/Makefile: Don't install rpcsvc/*.
51656         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51657         instead of <rpc/types.h>.
51658         (MAXHOSTNAMELEN): Define.
51659
51660 2011-05-03  Andreas Schwab  <schwab@redhat.com>
51661
51662         * elf/ldconfig.c (add_dir): Don't crash on empty path.
51663
51664 2011-04-28  Maciej Babinski  <mbabinski@google.com>
51665
51666         [BZ #12714]
51667         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51668         gethostbyname4_r when IPv6 results are possible.
51669
51670 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
51671
51672         [BZ #12723]
51673         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51674         _PC_PIPE_BUF handling.
51675
51676 2011-04-30  Bruno Haible  <bruno@clisp.org>
51677
51678         [BZ #12717]
51679         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51680         * resolv/netdb.h (getnameinfo): Change type of flags parameter
51681         to 'int'.
51682         * inet/getnameinfo.c (getnameinfo): Likewise.
51683
51684 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
51685
51686         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51687         to groups setting in database lookup.
51688         * nss/nsswitch.conf: Add initgroups entry.
51689
51690 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
51691
51692         [BZ #12685]
51693         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51694         mode string.
51695         Patch by Eric Blake <eblake@redhat.com>.
51696
51697 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
51698
51699         * sunrpc/Makefile (need-export-routines): Add svc_run.
51700         (routines): Remove svc_run.
51701         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51702         * sunrpc/clnt_perr.c (clnt_perrno): Export.
51703         * sunrpc/svc_run.c (svc_run): Likewise.
51704         * sunrpc/svc_udp.c (svcudp_create): Likewise.
51705
51706 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
51707
51708         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51709         problem in reallocation in last patch.
51710
51711 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
51712
51713         * sunrpc/Makefile: Move inclusion of Rules.
51714
51715 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51716
51717         * nss/nss_files/files-initgroups.c: New file.
51718         * nss/Makefile (libnss_files-routines): Add files-initgroups.
51719         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51720         _nss_files_initgroups_dyn.
51721
51722 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
51723
51724         * elf/elf.h (R_ARM_IRELATIVE): Define.
51725
51726 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51727
51728         * po/ru.po: Update from translation team.
51729
51730 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51731
51732         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51733         dependencies.
51734
51735 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
51736
51737         [BZ #12653]
51738         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
51739         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
51740         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51741         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
51742         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
51743
51744 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
51745
51746         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51747         differing bytes.
51748         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
51749         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
51750         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51751
51752 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51753
51754         [BZ #12420]
51755         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
51756         storing it.
51757         * stdlib/bug-getcontext.c: New file.
51758         * stdlib/Makefile: Add rules to build and run bug-getcontext.
51759
51760 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51761
51762         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
51763         instructions into .machine "z9-109".
51764         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
51765         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
51766
51767 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51768
51769         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
51770         between environment variables and auxiliary vector.
51771
51772 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
51773
51774         * Makefile: Add rules to build linkobj/libc.so.
51775         * include/libc-symbols.h: Define libc_hidden_nolink.
51776         * include/rpc/auth.h: Mark functions which are to be hidden.
51777         * include/rpc/auth_des.h: Likewise.
51778         * include/rpc/auth_unix.h: Likewise.
51779         * include/rpc/clnt.h: Likewise.
51780         * include/rpc/des_crypt.h: Likewise.
51781         * include/rpc/key_prot.h: Likewise.
51782         * include/rpc/pmap_clnt.h: Likewise.
51783         * include/rpc/pmap_prot.h: Likewise.
51784         * include/rpc/pmap_rmt.h: Likewise.
51785         * include/rpc/rpc_msg.h: Likewise.
51786         * include/rpc/svc.h: Likewise.
51787         * include/rpc/svc_auth.h: Likewise.
51788         * include/rpc/xdr.h: Likewise.
51789         * nis/Makefile: Link all DSOs against linkobj/libc.so.
51790         * nss/Makefile: Likewise.
51791         * sunrpc/Makefile: Don't install headers.  Build library with normal
51792         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
51793         * sunrpc/auth_des.c: Hide exported symbols by default, export some
51794         for the compat linking library.  Remove use of INTDEF/INTUSE.
51795         * sunrpc/auth_none.c: Likewise.
51796         * sunrpc/auth_unix.c: Likewise.
51797         * sunrpc/authdes_prot.c: Likewise.
51798         * sunrpc/authuxprot.c: Likewise.
51799         * sunrpc/clnt_gen.c: Likewise.
51800         * sunrpc/clnt_perr.c: Likewise.
51801         * sunrpc/clnt_raw.c: Likewise.
51802         * sunrpc/clnt_simp.c: Likewise.
51803         * sunrpc/clnt_tcp.c: Likewise.
51804         * sunrpc/clnt_udp.c: Likewise.
51805         * sunrpc/clnt_unix.c: Likewise.
51806         * sunrpc/des_crypt.c: Likewise.
51807         * sunrpc/des_soft.c: Likewise.
51808         * sunrpc/get_myaddr.c: Likewise.
51809         * sunrpc/key_call.c: Likewise.
51810         * sunrpc/key_prot.c: Likewise.
51811         * sunrpc/netname.c: Likewise.
51812         * sunrpc/pm_getmaps.c: Likewise.
51813         * sunrpc/pm_getport.c: Likewise.
51814         * sunrpc/pmap_clnt.c: Likewise.
51815         * sunrpc/pmap_prot.c: Likewise.
51816         * sunrpc/pmap_prot2.c: Likewise.
51817         * sunrpc/pmap_rmt.c: Likewise.
51818         * sunrpc/publickey.c: Likewise.
51819         * sunrpc/rpc_cmsg.c: Likewise.
51820         * sunrpc/rpc_common.c: Likewise.
51821         * sunrpc/rpc_dtable.c: Likewise.
51822         * sunrpc/rpc_prot.c: Likewise.
51823         * sunrpc/rpc_thread.c: Likewise.
51824         * sunrpc/rtime.c: Likewise.
51825         * sunrpc/svc.c: Likewise.
51826         * sunrpc/svc_auth.c: Likewise.
51827         * sunrpc/svc_authux.c: Likewise.
51828         * sunrpc/svc_raw.c: Likewise.
51829         * sunrpc/svc_run.c: Likewise.
51830         * sunrpc/svc_simple.c: Likewise.
51831         * sunrpc/svc_tcp.c: Likewise.
51832         * sunrpc/svc_udp.c: Likewise.
51833         * sunrpc/svc_unix.c: Likewise.
51834         * sunrpc/svcauth_des.c: Likewise.
51835         * sunrpc/xcrypt.c: Likewise.
51836         * sunrpc/xdr.c: Likewise.
51837         * sunrpc/xdr_array.c: Likewise.
51838         * sunrpc/xdr_float.c: Likewise.
51839         * sunrpc/xdr_intXX_t.c: Likewise.
51840         * sunrpc/xdr_mem.c: Likewise.
51841         * sunrpc/xdr_rec.c: Likewise.
51842         * sunrpc/xdr_ref.c: Likewise.
51843         * sunrpc/xdr_sizeof.c: Likewise.
51844         * sunrpc/xdr_stdio.c: Likewise.
51845
51846 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
51847
51848         [BZ #12650]
51849         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
51850         * sysdeps/ia64/dl-tls.h: Likewise.
51851         * sysdeps/powerpc/dl-tls.h: Likewise.
51852         * sysdeps/s390/dl-tls.h: Likewise.
51853         * sysdeps/sh/dl-tls.h: Likewise.
51854         * sysdeps/sparc/dl-tls.h: Likewise.
51855         * sysdeps/x86_64/dl-tls.h: Likewise.
51856         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
51857
51858 2011-03-14  Andreas Schwab  <schwab@redhat.com>
51859
51860         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
51861         rpath element also skip the following colon.
51862         (expand_dynamic_string_token): Add is_path parameter and pass
51863         down to DL_DST_REQUIRED and _dl_dst_substitute.
51864         (decompose_rpath): Call expand_dynamic_string_token with
51865         non-zero is_path.  Ignore empty rpaths.
51866         (_dl_map_object_from_fd): Call expand_dynamic_string_token
51867         with zero is_path.
51868
51869 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
51870
51871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
51872         Make cancelable.
51873
51874 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
51875
51876         [BZ #12655]
51877         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
51878         Patch by Filipe David Manana <fdmanana@apache.org>.
51879
51880 2011-04-07  Andreas Schwab  <schwab@redhat.com>
51881
51882         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
51883         Maintain aligned stack.
51884         (CHECK_RSP): Remove unused macro.
51885
51886 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
51887
51888         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
51889         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
51890
51891 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
51892
51893         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
51894
51895         * include/features.h: Mention __USE_XOPEN2K8 in comment.
51896
51897 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
51898
51899         [BZ #12518]
51900         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
51901         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
51902         * sysdeps/x86_64/memmove.c: New file.
51903         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
51904         (memcpy): Renamed to ...
51905         (__new_memcpy): This.
51906         (memcpy): Provide GLIBC_2_14 memcpy.
51907         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
51908         (memcpy): Provide GLIBC_2_2_5 memcpy.
51909
51910 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51911
51912         [BZ #12631]
51913         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
51914
51915 2011-03-30  Andreas Schwab  <schwab@redhat.com>
51916
51917         * misc/syncfs.c: New file.
51918         * misc/Makefile (routines): Add syncfs.
51919         * posix/unistd.h: Declare syncfs.
51920         * sysdeps/unix/syscalls.list: Add syncfs.
51921
51922 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51923
51924         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
51925         open_by_handle_at.
51926         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51927         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51928         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51929         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51930         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51931         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
51932         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51933
51934 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51935
51936         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
51937         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51938         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
51939         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51940         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51941         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51942         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51943
51944         * io/Makefile: Compile fallocate.c, fallocate64.c, and
51945         sync_file_range.c with -fexceptions.
51946         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
51947         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
51948         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
51949         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
51950         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
51951         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
51952         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
51953         sync_file_range as cancellation point
51954         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
51955         now a wrapper around __call_sync_file_range with cancellation handling.
51956         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
51957         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
51958         function name to __call_sync_file_range.
51959         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
51960         Add call_sync_file_range.
51961
51962 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51963
51964         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51965         bits/timex.h.
51966
51967 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51968
51969         * iconv/iconv.h: Fix typo in comment.
51970         * io/fcntl.h: Likewise.
51971         * libio/stdio.h: Likewise.
51972         * posix/spawn.h: Likewise.
51973         * posix/unistd.h: Likewise.
51974         * stdlib/stdlib.h: Likewise.
51975         * time/time.h: Likewise.
51976         * wcsmbs/wchar.h: Likewise.
51977
51978         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
51979         open_by_handle): Add.
51980         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
51981         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
51982         Augment a few comments.
51983         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51984         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51985         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51986         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51987         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51988         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
51989         open_by_handle.
51990
51991         * io/fcntl.h (AT_EMPTY_PATH): Define.
51992
51993 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
51994
51995         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
51996         * sysdeps/unix/sysv/linux/bits/time.h: New file.
51997         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
51998         to...
51999         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52000         * Versions.def: Add GLIBC_2.14.
52001         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52002         Export.
52003
52004 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52005
52006         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52007         round counter.
52008         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52009
52010 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52011
52012         [BZ #12597]
52013         * string/test-strncmp.c (do_page_test): New function.
52014         (check2): Likewise.
52015         (test_main): Call check2.
52016         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52017
52018 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52019
52020         [BZ #12587]
52021         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52022         Handle cache information in CPU leaf 4.
52023         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52024
52025 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52026
52027         [BZ #12583]
52028         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52029         character representation.
52030         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52031
52032 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52033
52034         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52035         END(__isnan) to END(__isnanf) to match function entry point/label
52036         EALIGN(__isnanf,...).
52037
52038 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52039
52040         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52041
52042 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52043
52044         [BZ #12510]
52045         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52046         copy from the symbol referenced in the relocation to initialize the
52047         used variable.
52048         Patch by Piotr Bury <pbury@goahead.com>.
52049         * elf/Makefile: Add rules to build and tst-unique3.
52050         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52051         * elf/tst-unique3.cc: New file.
52052         * elf/tst-unique3.h: New file.
52053         * elf/tst-unique3lib.cc: New file.
52054         * elf/tst-unique3lib2.cc: New file.
52055
52056         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52057
52058 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52059
52060         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52061         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52062         to _start.
52063
52064 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52065
52066         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52067         to-be-loaded object along a path to loader is ld.so.
52068
52069 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52070             Ulrich Drepper  <drepper@gmail.com>
52071
52072         * sysdeps/x86_64/memset.S: After aligning destination, code
52073         branches to different locations depending on the value of
52074         misalignment, when multiarch is enabled. Fix this.
52075
52076 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52077
52078         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52079         Set _x86_64_preferred_memory_instruction for AMD processsors.
52080         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52081         Set bit_Prefer_SSE_for_memop for AMD processors.
52082
52083 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52084
52085         * libio/fmemopen.c (fmemopen): Optimize a bit.
52086
52087 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52088
52089         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52090
52091 2011-03-03  Roland McGrath  <roland@redhat.com>
52092
52093         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52094
52095 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52096
52097         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52098         __bzero_ultra1 instead of __memset_ultra1.
52099
52100 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52101             Ulrich Drepper  <drepper@gmail.com>
52102
52103         [BZ #12509]
52104         * include/link.h (struct link_map): Add l_orig_initfini.
52105         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52106         returning unsuccessfully.
52107         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52108         close of a file loaded at startup, restore the original l_initfini
52109         list.
52110         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52111         list, store the pointer.
52112         * elf/Makefile ($(objpfx)noload-mem): New rule.
52113         (noload-ENV): Define.
52114         (tests): Add $(objpfx)noload-mem.
52115         * elf/noload.c: Include <memcheck.h>.
52116         (main): Call mtrace.  Close all opened handles.
52117
52118 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52119
52120         [BZ #12454]
52121         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52122         dependencies are missing.
52123
52124 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52125
52126         Fix __if_freereq crash: Unlike the generic version which uses free,
52127         Hurd needs munmap.
52128         * sysdeps/mach/hurd/ifreq.h: New file.
52129
52130 2011-01-27  Petr Baudis  <pasky@suse.cz>
52131             Ulrich Drepper  <drepper@gmail.com>
52132
52133         [BZ 12445]#
52134         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52135         to extend_alloca().
52136         * stdio-common/bug23.c: New file.
52137         * stdio-common/Makefile (tests): Add bug23.
52138
52139 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52140             Ulrich Drepper  <drepper@gmail.com>
52141
52142         [BZ #12489]
52143         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52144         before performing relro protection.  At old place add assertion
52145         to make sure nothing changed.
52146
52147 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52148             Glauber de Oliveira Costa  <glommer@gmail.com>
52149
52150         * elf/elf.h: Add new ARM TLS relocs.
52151
52152 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52153
52154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52155         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52156         cast from r3.
52157         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52158         'tests' variable.
52159         * sysdeps/wordsize-64/tst-writev.c: New file.
52160
52161 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52162
52163         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52164         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52165         insns in _dl_start to prevent a TOC reference before relocs are
52166         resolved.
52167
52168 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52169
52170         [BZ #12469]
52171         * Makeconfig: Remove RANLIB definition.
52172         * Makerules: Don't use RANLIB.
52173         * aclocal.m4: Remove ranlib test.
52174         * configure.in: No need to check for ranlib.
52175         * elf/rtld-Rules: Don't use RANLIB.
52176
52177 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52178
52179         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52180         protection macro.
52181         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52182         inclusion protection macro.
52183
52184         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52185         SIGRTMIN and SIGRTMAX and print information in that case only when
52186         SIGRTMIN is defined.
52187
52188 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52189
52190         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52191         arginfo fn returning -1.
52192
52193         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52194         and thousands string is zero terminated.
52195
52196 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52197
52198         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52199         sysdeps/unix/sysv/linux/bits/socket.h.
52200
52201 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52202
52203         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52204         (__CPU_COUNT): Remove old macros.
52205         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52206         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52207         (__CPU_ALLOC, __CPU_FREE): Add macros.
52208         (__sched_cpualloc, __sched_cpufree): Add declarations.
52209
52210 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52211
52212         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52213         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52214         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52215         (readdhstai): Return value of addhstaiX call.
52216         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52217         (addgrbyX): Return value returned by cache_addgr.
52218         (readdgrbyname): Return value returned by addgrbyX.
52219         (readdgrbygid): Likewise.
52220         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52221         (addpwbyX): Return value returned by cache_addpw.
52222         (readdpwbyname): Return value returned by addhstbyX.
52223         (readdpwbyuid): Likewise.
52224         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52225         (addservbyX): Return value returned by cache_addserv.
52226         (readdservbyname): Return value returned by addservbyX:
52227         (readdservbyport): Likewise.
52228         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52229         (addhstbyX): Return value returned by cache_addhst.
52230         (readdhstbyname): Return value returned by addhstbyX.
52231         (readdhstbyaddr): Likewise.
52232         (readdhstbynamev6): Likewise.
52233         (readdhstbyaddrv6): Likewise.
52234         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52235         (readdinitgroups): Return value returned by addinitgroupsX.
52236         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52237         (prune_cache): Keep track of timeout value of re-added entries.
52238         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52239         * nscd/nscd.h: Adjust prototypes of readd* functions.
52240
52241 2011-02-04  Roland McGrath  <roland@redhat.com>
52242
52243         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52244         (nis_stats): Likewise.
52245         * nis/nis_modify.c (nis_modify): Likewise.
52246         * nis/nis_remove.c (nis_remove): Likewise.
52247         * nis/nis_add.c (nis_add): Likewise.
52248
52249         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52250
52251         * posix/fnmatch_loop.c: Add some consts.
52252
52253         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52254
52255 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52256
52257         [BZ #12460]
52258         * config.make.in (config-cflags-novzeroupper): Define.
52259         * configure.in: Substitute libc_cv_cc_novzeroupper.
52260         * elf/Makefile (AVX-CFLAGS): Define.
52261         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52262         (CFLAGS-tst-auditmod4a.c): Likewise.
52263         (CFLAGS-tst-auditmod4b.c): Likewise.
52264         (CFLAGS-tst-auditmod6b.c): Likewise.
52265         (CFLAGS-tst-auditmod6c.c): Likewise.
52266         (CFLAGS-tst-auditmod7b.c): Likewise.
52267         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52268
52269 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52270
52271         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52272         function to the callback.
52273         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52274
52275 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52276
52277         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52278         of errno.
52279
52280 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52281
52282         [BZ #11724]
52283         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52284         of constructors.
52285         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52286         of destructors.
52287         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52288
52289         [BZ #11724]
52290         * elf/Makefile: Add rules to build and run new test.
52291         * elf/tst-initorder.c: New file.
52292         * elf/tst-initorder.exp: New file.
52293         * elf/tst-initordera1.c: New file.
52294         * elf/tst-initordera2.c: New file.
52295         * elf/tst-initordera3.c: New file.
52296         * elf/tst-initordera4.c: New file.
52297         * elf/tst-initorderb1.c: New file.
52298         * elf/tst-initorderb2.c: New file.
52299         * elf/tst-order-a1.c: New file.
52300         * elf/tst-order-a2.c: New file.
52301         * elf/tst-order-a3.c: New file.
52302         * elf/tst-order-a4.c: New file.
52303         * elf/tst-order-b1.c: New file.
52304         * elf/tst-order-b2.c: New file.
52305         * elf/tst-order-main.c: New file.
52306         New test case by George Gensure <werkt0@gmail.com>.
52307
52308 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52309
52310         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52311         decoding ACE if AI_CANONIDN.
52312
52313 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52314
52315         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52316
52317 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52318
52319         * version.h (RELEASE): Bump for 2.13 release.
52320         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52321
52322         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52323
52324         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52325         MADV_NOHUGEPAGE.
52326         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52327         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52328         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52329         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52330         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52331         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52332
52333         * posix/getconf.c: Update copyright year.
52334         * catgets/gencat.c: Likewise.
52335         * csu/version.c: Likewise.
52336         * debug/catchsegv.sh: Likewise.
52337         * debug/xtrace.sh: Likewise.
52338         * elf/ldconfig.c: Likewise.
52339         * elf/ldd.bash.in: Likewise.
52340         * elf/sprof.c (print_version): Likewise.
52341         * iconv/iconv_prog.c: Likewise.
52342         * iconv/iconvconfig.c: Likewise.
52343         * locale/programs/locale.c: Likewise.
52344         * locale/programs/localedef.c: Likewise.
52345         * malloc/memusage.sh: Likewise.
52346         * malloc/mtrace.pl: Likewise.
52347         * nscd/nscd.c (print_version): Likewise.
52348         * nss/getent.c: Likewise.
52349
52350         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52351         PF_CAIF, and PF_ALG.
52352         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52353
52354 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52355
52356         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52357         (modules-names): Use them.
52358         (ifunc-test-modules, ifunc-pie-tests): Define.
52359         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52360         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52361         (test-extras): Likewise.
52362         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52363         $(compile-command.c).
52364         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52365         (all-built-dso): Define.
52366         (check-textrel.out, check-execstack.out): Depend on it.
52367
52368         * configure.in: Don't override --enable-multi-arch.
52369
52370 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52371
52372         [BZ #6812]
52373         * nscd/hstcache.c (tryagain): Define.
52374         (cache_addhst): Return tryagain not notfound for temporary errors.
52375         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52376         failed.
52377
52378 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52379
52380         [BZ #10563]
52381         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52382         to make the syscall.
52383         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52384
52385         [BZ #12378]
52386         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52387         and fall back to matching as normal character if the string ends before
52388         the matching ']' is found.  This is what POSIX requires.
52389         * posix/testfnm.c: Adjust test result.
52390         * posix/globtest.sh: Adjust test result.  Add new test.
52391         * posix/tst-fnmatch.input: Likewise.
52392         * posix/tst-fnmatch2.c: Add new test.
52393
52394 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52395
52396         * elf/Makefile (check-execstack): Revert last change.  Depend on
52397         check-execstack.h.
52398         (check-execstack.h): New target.
52399         (generated): Add check-execstack.h.
52400         * elf/check-execstack.c: Include "check-execstack.h".
52401         (main): Revert last change.
52402         (handle_file): Return zero if GNU_STACK is absent and
52403         DEFAULT_STACK_PERMS doesn't include PF_X.
52404
52405 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52406
52407         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52408         in child fails because the descriptor is already closed.
52409         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52410         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52411         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52412
52413         [BZ #12397]
52414         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52415         syscall.
52416
52417         [BZ #10484]
52418         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52419         temporary buffer used to handle multi lookups locally.
52420         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52421
52422 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52423
52424         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52425         loader is ld.so.
52426
52427 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52428
52429         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52430         alignment for SSE2.
52431
52432 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52433
52434         [BZ #12394]
52435         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52436         characters.  When rounding increased number of integer digits recompute
52437         number of groups.
52438         * stdio-common/tst-grouping.c: New file.
52439         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52440
52441 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52442
52443         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52444         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52445
52446         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52447         void.
52448         * bits/select.h: Likewise.
52449
52450 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52451
52452         * po/ja.po: Update from translation team.
52453
52454 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52455
52456         [BZ #11155]
52457         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52458         implementation just like for lxstat, fxstatat, et al.
52459
52460 2010-12-27  Jim Meyering  <meyering@redhat.com>
52461
52462         [BZ #12348]
52463         * posix/regexec.c (build_trtable): Return failure indication upon
52464         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52465
52466 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52467
52468         [BZ #12201]
52469         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52470         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52471         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52472         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52473
52474         [BZ #12207]
52475         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52476
52477         [BZ #12204]
52478         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52479         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52480
52481 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52482
52483         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52484         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52485         script has SORT_BY_INIT_PRIORITY.
52486         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52487         NO_CTORS_DTORS_SECTIONS is defined.
52488         * elf/soinit.c: Likewise.
52489         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52490         NO_CTORS_DTORS_SECTIONS is defined.
52491         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52492         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52493         * sysdeps/sh/init-first.c: Likewise.
52494         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52495
52496 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52497
52498         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52499         always use the slow path.
52500
52501 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52502
52503         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52504         similar rule which adds the sysdep directories to the header search in
52505         order to pick up the correct platform stackinfo.h.
52506         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52507         perform test if it is, otherwise return successfully without testing.
52508         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52509         DEFAULT_STACK_PERMS define in stackinfo.h.
52510         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52511         defined in stackinfo.h.
52512         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52513         DEFAULT_STACK_PERMS defined in stackinfo.h.
52514         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52515         * sysdeps/ia64/stackinfo.h: Likewise.
52516         * sysdeps/s390/stackinfo.h: Likewise.
52517         * sysdeps/sh/stackinfo.h: Likewise.
52518         * sysdeps/sparc/stackinfo.h: Likewise.
52519         * sysdeps/x86_64/stackinfo.h: Likewise.
52520         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52521         PF_X for powerpc64.  Retain PF_X for powerpc32.
52522
52523 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52524
52525         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52526         accurately.
52527         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52528         GETDENTS_64BIT_ALIGNED.
52529
52530 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52531
52532         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52533
52534 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52535
52536         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52537         _GNU_SOURCE.
52538
52539         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52540         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52541         Remove __restrict.
52542         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52543         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52544
52545 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52546
52547         [BZ #11655]
52548         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52549         are initialized.
52550
52551 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52552
52553         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52554
52555 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52556
52557         * po/it.po: Update from translation team.
52558
52559 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52560
52561         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52562         unused codes.
52563
52564 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52565
52566         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52567
52568 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52569
52570         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52571         specially.
52572         (gaih_getanswer_slice): Likewise.
52573
52574 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52575
52576         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52577
52578 2010-05-31  Petr Baudis  <pasky@suse.cz>
52579
52580         [BZ #11149]
52581         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52582         silently even in the chroot mode.
52583
52584 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52585
52586         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52587         last patch a bit.  Pretty printing
52588
52589 2010-05-31  Petr Baudis <pasky@suse.cz>
52590
52591         [BZ #10085]
52592         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52593         initialization of skip_initgroups_dyn.
52594
52595 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52596
52597         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52598         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52599
52600 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52601
52602         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52603
52604 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52605
52606         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52607         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52608         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52609         ($(objpfx)tst-fnmatch-mem): New rule.
52610         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52611         * posix/tst-fnmatch.c (main): Call mtrace.
52612
52613 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52614
52615         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52616         Support Intel processor model 6 and model 0x2c.
52617
52618 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52619
52620         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52621           signed comparison.
52622
52623 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52624
52625         [BZ #12205]
52626         * string/test-strncasecmp.c (check_result): New function.
52627         (do_one_test): Use it.
52628         (check1): New function.
52629         (test_main): Use it.
52630         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52631         Support strcasecmp and strncasecmp.
52632
52633 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
52634
52635         [BZ #12194]
52636         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52637         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52638
52639 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
52640
52641         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52642         IFUNC support.
52643         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52644         memset-x86-64.
52645         * sysdeps/x86_64/multiarch/bzero.S: New file.
52646         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52647         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52648         * sysdeps/x86_64/multiarch/memset.S: New file.
52649         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52650         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52651         Set bit_Prefer_SSE_for_memop for Intel processors.
52652         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52653         Define.
52654         (index_Prefer_SSE_for_memop): Define.
52655         (HAS_PREFER_SSE_FOR_MEMOP): Define.
52656
52657 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
52658
52659         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52660         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52661
52662 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
52663
52664         [BZ #12191]
52665         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52666         (__x86_64_raw_data_cache_size_half): Likewise.
52667         (__x86_64_raw_shared_cache_size): Likewise.
52668         (__x86_64_raw_shared_cache_size_half): Likewise.
52669
52670         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52671         (__x86_64_raw_data_cache_size_half): Likewise.
52672         (__x86_64_raw_shared_cache_size): Likewise.
52673         (__x86_64_raw_shared_cache_size_half): Likewise.
52674         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52675         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52676         and __x86_64_raw_shared_cache_size_half.  Round
52677         __x86_64_data_cache_size_half, __x86_64_data_cache_size
52678         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52679         to multiple of 256 bytes.
52680
52681 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
52682
52683         [BZ #12167]
52684         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52685         of inacessible symlinks.  Verify result of symlink before returning it.
52686         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52687         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52688
52689 2010-10-28  Erich Ritz  <erichritz@gmail.com>
52690
52691         * math/math.h (isinf): Fix typo in comment.
52692
52693 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
52694
52695         * po/da.po: Update from translation team.
52696
52697 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
52698
52699         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52700         is added to the list.
52701
52702 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52703             Ulrich Drepper  <drepper@gmail.com>
52704
52705         * elf/dl-object.c (_dl_new_object): Don't append the new object to
52706         the global list here.  Move code to...
52707         (_dl_add_to_namespace_list): ...here.  New function.
52708         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52709         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52710         * elf/dl-load.c (lose): Don't remove the element from the list.
52711         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52712         (_dl_map_object): Likewise.
52713
52714 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
52715
52716         [BZ #12159]
52717         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52718         into all bytes of SSE register.
52719         Patch by Richard Li <richardpku@gmail.com>.
52720
52721 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
52722
52723         [BZ #12140]
52724         * malloc/malloc.c (_int_free): Fill correct number of bytes when
52725         perturbing.
52726
52727 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
52728
52729         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52730         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52731         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52732         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52734         submachine.
52735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
52736
52737 2010-10-22  Andreas Schwab  <schwab@redhat.com>
52738
52739         * include/dlfcn.h (__RTLD_SECURE): Define.
52740         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
52741         mode & __RTLD_SECURE instead.
52742         (open_path): Rename preloaded parameter to secure.
52743         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
52744         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
52745         * elf/dl-deps.c (openaux): Likewise.
52746         * elf/rtld.c (struct map_args): Remove is_preloaded.
52747         (map_doit): Don't use it.
52748         (dl_main): Likewise.
52749         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
52750         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
52751
52752 2010-09-09  Andreas Schwab  <schwab@redhat.com>
52753
52754         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
52755         (sysd-rules-targets): Remove duplicates.
52756         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
52757         rtld-%.$o dependency.
52758
52759 2010-10-18  Andreas Schwab  <schwab@redhat.com>
52760
52761         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
52762         _dl_map_object do it.
52763
52764 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
52765
52766         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
52767         fast fma builtins, define the macros in the C99 standard.
52768         (FP_FAST_FMAF): Likewise.
52769         (FP_FAST_FMAL): Likewise.
52770         * sysdeps/x86_64/bits/mathdef.h: Likewise.
52771
52772         * bits/mathdef.h: Update copyright year.
52773         * sysdeps/powerpc/bits/mathdef.h: Likewise.
52774
52775 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
52776
52777         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
52778         builtins, define the macros in the C99 standard.
52779         (FP_FAST_FMAF): Likewise.
52780         (FP_FAST_FMAL): Likewise.
52781         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
52782         multiply/add.
52783         (FP_FAST_FMAF): Likewise.
52784
52785 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
52786
52787         [BZ #3268]
52788         * math/libm-test.inc (fma_test): Some new testcases.
52789         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
52790         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
52791         y and infinite z.  Do multiplication by C already in long double.
52792         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
52793         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
52794         y and infinite z.  Do bitwise or of inexact bit into u.d.
52795         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
52796         * sysdeps/i386/fpu/s_fmaf.S: Removed.
52797         * sysdeps/i386/fpu/s_fma.S: Removed.
52798         * sysdeps/i386/fpu/s_fmal.S: Removed.
52799
52800 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
52801
52802         [BZ #3268]
52803         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
52804         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
52805         computation is not scheduled after fetestexcept.  Fix value
52806         of minimum denormal long double.
52807
52808 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
52809
52810         [BZ #3268]
52811         * math/libm-test.inc (fma_test): Add some more tests.
52812         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
52813         correctly.
52814
52815 2010-10-15  Andreas Schwab  <schwab@redhat.com>
52816
52817         * scripts/data/localplt-s390-linux-gnu.data: New file.
52818         * scripts/data/localplt-s390x-linux-gnu.data: New file.
52819
52820 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
52821
52822         [BZ #3268]
52823         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
52824         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
52825         instead of dbl-64.
52826         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
52827         inlines.
52828         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
52829         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
52830         if one of x and y is very large and the other is subnormal.
52831         * sysdeps/s390/fpu/s_fmaf.c: New file.
52832         * sysdeps/s390/fpu/s_fma.c: New file.
52833         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
52834         * sysdeps/powerpc/fpu/s_fma.S: New file.
52835         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
52836         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
52837         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
52838
52839 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
52840
52841         [BZ #3268]
52842         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
52843         fma tests.
52844         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
52845         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
52846         * sysdeps/i386/i686/multiarch/s_fma.c: Include
52847         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
52848         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
52849         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
52850         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
52851
52852 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
52853
52854         [BZ #12078]
52855         * posix/regcomp.c (parse_branch): One more memory leak plugged.
52856         * posix/bug-regex31.input: Add test case.
52857
52858 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52859
52860         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
52861         * posix/bug-regex31.input: New file.
52862
52863         [BZ #12078]
52864         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
52865         (parse_sub_exp): Fix last change, use postorder.
52866
52867         * posix/bug-regex31.c: New file.
52868         * posix/Makefile: Add rules to build and run bug-regex31.
52869
52870         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
52871
52872         [BZ #12078]
52873         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
52874
52875         [BZ #12108]
52876         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
52877         to have entries in sys_siglist.
52878
52879         [BZ #12093]
52880         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
52881         be NULL.
52882
52883 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
52884
52885         [BZ #3268]
52886         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
52887         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
52888         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
52889         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
52890         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52891         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
52892         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
52893         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
52894         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
52895         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
52896         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
52897         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
52898         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
52899         * math/ftestexcept.c (fetestexcept): Likewise.
52900         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
52901         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
52902         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
52903         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
52904         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
52905         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
52906         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
52907
52908 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52909
52910         [BZ #12107]
52911         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
52912         newline.
52913
52914 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
52915
52916         * string/bug-strstr1.c: New file.
52917         * string/Makefile: Add rules to build and run bug-strstr1.
52918
52919 2010-10-05  Eric Blake  <eblake@redhat.com>
52920
52921         [BZ #12092]
52922         * string/str-two-way.h (two_way_long_needle): Always clear memory
52923         when skipping input due to the shift table.
52924
52925 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
52926
52927         [BZ #12005]
52928         * malloc/mcheck.c: Handle large requests.
52929
52930         [BZ #12077]
52931         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
52932         for strncmp and strncasecmp.
52933         * string/stratcliff.c: Add tests for strcmp and strncmp.
52934         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
52935
52936 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
52937
52938         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
52939         __set_fpscr.
52940
52941 2010-09-30  Andreas Jaeger  <aj@suse.de>
52942
52943         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
52944         (CGROUP_SUPER_MAGIC): Define.
52945         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52946         Handle btrfs and cgroup file systems.
52947         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
52948         Likewise.
52949
52950 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
52951
52952         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
52953         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
52954
52955 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52956
52957         [BZ #12067]
52958         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
52959         trying to locate the ELF header.
52960
52961 2010-09-27  Andreas Schwab  <schwab@redhat.com>
52962
52963         [BZ #11611]
52964         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
52965         Mask out sign-bit copies when constructing f_fsid.
52966
52967 2010-09-24  Petr Baudis <pasky@suse.cz>
52968
52969         * debug/stack_chk_fail_local.c: Add missing licence exception.
52970         * debug/warning-nop.c: Likewise.
52971
52972 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
52973
52974         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
52975         implementing getdents64 using getdents syscall, set d_type if
52976         __ASSUME_GETDENTS32_D_TYPE.
52977
52978 2010-09-16  Andreas Schwab  <schwab@redhat.com>
52979
52980         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
52981         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
52982
52983 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
52984
52985         [BZ #12037]
52986         * posix/unistd.h: Undo change of feature selection for ftruncate from
52987         2010-01-11.
52988
52989 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
52990
52991         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
52992         detection.
52993
52994 2010-09-20  Andreas Schwab  <schwab@redhat.com>
52995
52996         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
52997         fanotify_mark.
52998         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
52999
53000 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53001
53002         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53003         variables after CHECK_SP call.
53004         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53005
53006 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53007             Ulrich Drepper  <drepper@redhat.com>
53008
53009         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53010         re-relocationg ld.so.
53011         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53012         _dl_init_paths call.
53013         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53014         here anymore.
53015
53016 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53017
53018         * resolv/res_init.c (__res_vinit): Count the default server we added.
53019
53020 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53021             Ulrich Drepper  <drepper@redhat.com>
53022
53023         [BZ #11968]
53024         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53025         (____longjmp_chk): Use %ebx for saving value across system call.
53026         Add unwind info.
53027
53028 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53029
53030         * manual/Makefile: Don't mix pattern rules with normal rules.
53031
53032 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53033
53034         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53035         operation.
53036         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53037         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53038         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53039         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53040         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53041         Likewise.
53042
53043 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53044
53045         [BZ #11979]
53046         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53047         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53048
53049 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53050
53051         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53052         * sysdeps/x86_64/addmul_1.S: Likewise.
53053         * sysdeps/x86_64/lshift.S: Likewise.
53054         * sysdeps/x86_64/mul_1.S: Likewise.
53055         * sysdeps/x86_64/rshift.S: Likewise.
53056         * sysdeps/x86_64/sub_n.S: Likewise.
53057         * sysdeps/x86_64/submul_1.S: Likewise.
53058
53059 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53060
53061         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53062         Define __sched_param instead of SCHED_* and sched_param when
53063         <bits/sched.h> is included with __need_schedparam defined.
53064         * bits/sched.h [__need_schedparam]
53065         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53066         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53067         (__defined_schedparam): Define to 1.
53068         (__sched_param): New structure, identical to sched_param.
53069         (__need_schedparam): Undefine.
53070
53071 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53072
53073         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53074         (epoll_create1): Declare.
53075
53076         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53077
53078 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53079
53080         [BZ #7066]
53081         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53082         shifting retval into place.
53083
53084 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53085
53086         * nis/rpcsvc/nis.h: Update copyright notice.
53087         * nis/rpcsvc/nis.x: Likewise.
53088         * nis/rpcsvc/nis_callback.h: Likewise.
53089         * nis/rpcsvc/nis_callback.x: Likewise.
53090         * nis/rpcsvc/nis_object.x: Likewise.
53091         * nis/rpcsvc/nis_tags.h: Likewise.
53092         * nis/rpcsvc/yp.h: Likewise.
53093         * nis/rpcsvc/yp.x: Likewise.
53094         * nis/rpcsvc/ypupd.h: Likewise.
53095         * nis/yp_xdr.c: Likewise.
53096         * nis/ypupdate_xdr.c: Likewise.
53097
53098         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53099         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53100         (pmap_getport): Use __libc_rpc_getport.
53101         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53102         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53103         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53104
53105 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53106
53107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53108         fanotify_mark.
53109
53110 2010-08-27  Roland McGrath  <roland@redhat.com>
53111
53112         * sysdeps/i386/i686/multiarch/Makefile
53113         (CFLAGS-varshift.c): New variable.
53114
53115 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53116
53117         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53118         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53119
53120         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53121
53122         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53123
53124 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53125
53126         * sysdeps/x86_64/strlen.S: Unroll the loop.
53127         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53128         strlen-sse2 strlen-sse2-bsf.
53129         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53130         __strlen_no_bsf if bit_Slow_BSF is set.
53131         (__strlen_sse42): Removed.
53132         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53133         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53134
53135 2010-08-25  Roland McGrath  <roland@redhat.com>
53136
53137         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53138         * sysdeps/x86_64/multiarch/varshift.c: New file.
53139         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53140         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53141         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53142         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53143
53144 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53145
53146         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53147         strlen-sse2 strlen-sse2-bsf.
53148         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53149         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53150         (__strlen_sse2): Removed.
53151         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53152         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53153         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53154         bit_Slow_BSF for Atom.
53155         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53156         (index_Slow_BSF): Define.
53157         (HAS_SLOW_BSF): Define.
53158
53159 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53160
53161         [BZ #10851]
53162         * resolv/res_init.c (__res_vinit): When no server address at all
53163         is given default to loopback.
53164
53165 2010-08-24  Roland McGrath  <roland@redhat.com>
53166
53167         * configure.in: Remove config-name.h generation.
53168         * configure: Regenerated.
53169         * config-name.in: File removed.
53170         * scripts/config-uname.sh: New file.
53171         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53172         ($(objdir)config-name.h): New target.
53173
53174         * sunrpc/rpc_parse.h: Avoid nested comment.
53175
53176 2010-08-24  Richard Henderson  <rth@redhat.com>
53177             Ulrich Drepper  <drepper@redhat.com>
53178             H.J. Lu  <hongjiu.lu@intel.com>
53179
53180         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53181         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53182         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53183         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53184         _mm_alignr_epi8 with _mm_loadu_si128.
53185         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53186         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53187         (__m128i_shift_right): Removed.
53188         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53189         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53190         * sysdeps/x86_64/multiarch/varshift.h: New file.
53191         * sysdeps/x86_64/multiarch/varshift.S: New file.
53192
53193 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53194
53195         * configure.in: Move assembler checks to before sysdep dir checking.
53196
53197 2010-08-20  Petr Baudis  <pasky@suse.cz>
53198
53199         * LICENSES: Sync the sunrpc license.
53200
53201 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53202
53203         * sunrpc/auth_des.c: Update copyright notice once again.
53204         * sunrpc/auth_none.c: Likewise.
53205         * sunrpc/auth_unix.c: Likewise.
53206         * sunrpc/authdes_prot.c: Likewise.
53207         * sunrpc/authuxprot.c: Likewise.
53208         * sunrpc/bindrsvprt.c: Likewise.
53209         * sunrpc/clnt_gen.c: Likewise.
53210         * sunrpc/clnt_perr.c: Likewise.
53211         * sunrpc/clnt_raw.c: Likewise.
53212         * sunrpc/clnt_simp.c: Likewise.
53213         * sunrpc/clnt_tcp.c: Likewise.
53214         * sunrpc/clnt_udp.c: Likewise.
53215         * sunrpc/clnt_unix.c: Likewise.
53216         * sunrpc/des_crypt.c: Likewise.
53217         * sunrpc/des_soft.c: Likewise.
53218         * sunrpc/get_myaddr.c: Likewise.
53219         * sunrpc/getrpcport.c: Likewise.
53220         * sunrpc/key_call.c: Likewise.
53221         * sunrpc/key_prot.c: Likewise.
53222         * sunrpc/openchild.c: Likewise.
53223         * sunrpc/pm_getmaps.c: Likewise.
53224         * sunrpc/pm_getport.c: Likewise.
53225         * sunrpc/pmap_clnt.c: Likewise.
53226         * sunrpc/pmap_prot.c: Likewise.
53227         * sunrpc/pmap_prot2.c: Likewise.
53228         * sunrpc/pmap_rmt.c: Likewise.
53229         * sunrpc/rpc/auth.h: Likewise.
53230         * sunrpc/rpc/auth_unix.h: Likewise.
53231         * sunrpc/rpc/clnt.h: Likewise.
53232         * sunrpc/rpc/des_crypt.h: Likewise.
53233         * sunrpc/rpc/key_prot.h: Likewise.
53234         * sunrpc/rpc/netdb.h: Likewise.
53235         * sunrpc/rpc/pmap_clnt.h: Likewise.
53236         * sunrpc/rpc/pmap_prot.h: Likewise.
53237         * sunrpc/rpc/pmap_rmt.h: Likewise.
53238         * sunrpc/rpc/rpc.h: Likewise.
53239         * sunrpc/rpc/rpc_des.h: Likewise.
53240         * sunrpc/rpc/rpc_msg.h: Likewise.
53241         * sunrpc/rpc/svc.h: Likewise.
53242         * sunrpc/rpc/svc_auth.h: Likewise.
53243         * sunrpc/rpc/types.h: Likewise.
53244         * sunrpc/rpc/xdr.h: Likewise.
53245         * sunrpc/rpc_clntout.c: Likewise.
53246         * sunrpc/rpc_cmsg.c: Likewise.
53247         * sunrpc/rpc_common.c: Likewise.
53248         * sunrpc/rpc_cout.c: Likewise.
53249         * sunrpc/rpc_dtable.c: Likewise.
53250         * sunrpc/rpc_hout.c: Likewise.
53251         * sunrpc/rpc_main.c: Likewise.
53252         * sunrpc/rpc_parse.c: Likewise.
53253         * sunrpc/rpc_parse.h: Likewise.
53254         * sunrpc/rpc_prot.c: Likewise.
53255         * sunrpc/rpc_sample.c: Likewise.
53256         * sunrpc/rpc_scan.c: Likewise.
53257         * sunrpc/rpc_scan.h: Likewise.
53258         * sunrpc/rpc_svcout.c: Likewise.
53259         * sunrpc/rpc_tblout.c: Likewise.
53260         * sunrpc/rpc_util.c: Likewise.
53261         * sunrpc/rpc_util.h: Likewise.
53262         * sunrpc/rpcinfo.c: Likewise.
53263         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53264         * sunrpc/rpcsvc/key_prot.x: Likewise.
53265         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53266         * sunrpc/rpcsvc/mount.x: Likewise.
53267         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53268         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53269         * sunrpc/rpcsvc/rex.x: Likewise.
53270         * sunrpc/rpcsvc/rstat.x: Likewise.
53271         * sunrpc/rpcsvc/rusers.x: Likewise.
53272         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53273         * sunrpc/rpcsvc/spray.x: Likewise.
53274         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53275         * sunrpc/rtime.c: Likewise.
53276         * sunrpc/svc.c: Likewise.
53277         * sunrpc/svc_auth.c: Likewise.
53278         * sunrpc/svc_authux.c: Likewise.
53279         * sunrpc/svc_raw.c: Likewise.
53280         * sunrpc/svc_run.c: Likewise.
53281         * sunrpc/svc_simple.c: Likewise.
53282         * sunrpc/svc_tcp.c: Likewise.
53283         * sunrpc/svc_udp.c: Likewise.
53284         * sunrpc/svc_unix.c: Likewise.
53285         * sunrpc/svcauth_des.c: Likewise.
53286         * sunrpc/xcrypt.c: Likewise.
53287         * sunrpc/xdr.c: Likewise.
53288         * sunrpc/xdr_array.c: Likewise.
53289         * sunrpc/xdr_float.c: Likewise.
53290         * sunrpc/xdr_mem.c: Likewise.
53291         * sunrpc/xdr_rec.c: Likewise.
53292         * sunrpc/xdr_ref.c: Likewise.
53293         * sunrpc/xdr_sizeof.c: Likewise.
53294         * sunrpc/xdr_stdio.c: Likewise.
53295
53296         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53297         handling.
53298
53299 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53300
53301         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53302
53303 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53304
53305         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53306         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53307         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53308         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53309         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53310         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53311         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53312         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53313         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53314         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53315         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53316         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53317         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53318         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53319
53320 2010-07-26  Anton Blanchard  <anton@samba.org>
53321
53322         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53323         * malloc/arena.c (heap_trim): Likewise.
53324
53325 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53326
53327         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53328         here.  Not...
53329         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53330         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53331
53332 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53333
53334         * sysdeps/i386/elf/Makefile: New file.
53335
53336 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53337
53338         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53339         from fanotify_init.
53340         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53341         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53342
53343 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53344
53345         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53346         of strncasecmp_l.
53347         * sysdeps/multiarch/strcmp.S: Likewise.
53348
53349 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53350
53351         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53352         strncase_l-nonascii.
53353         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53354         Add strncase_l-ssse3.
53355         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53356         * sysdeps/x86_64/strcmp.S: Likewise.
53357         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53358         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53359         * sysdeps/x86_64/strncase.S: New file.
53360         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53361         * sysdeps/x86_64/strncase_l.S: New file.
53362         * string/Makefile (strop-tests): Add strncasecmp.
53363         * string/test-strncasecmp.c: New file.
53364
53365         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53366         warning.
53367
53368         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53369         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53370
53371 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53372
53373         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53374
53375 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53376
53377         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53378         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53379         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53380
53381 2010-05-01  Alan Modra  <amodra@gmail.com>
53382
53383         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53384         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53385         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53386         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53387         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53388         tidying.  Don't tail-call __sigjmp_save for static lib.
53389         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53390         save location.
53391         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53392         (CALL_MCOUNT): Add eh info, and nop after bl.
53393         (TAIL_CALL_SYSCALL_ERROR): New macro.
53394         (PSEUDO_RET): Use it.
53395         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53396         Correct save location of integer regs and cr.
53397         (_dl_profile_resolve): Correct cr save location.  Delete nops
53398         after bl when SHARED.  Reduce cfi size a little by better
53399         placement of cfi directives.
53400         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53401         make a stack frame.  Instead use parm save area as a temp.
53402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53403         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53405         Don't make a stack frame for parent, use parm save area.
53406         Increase child stack frame to 112 bytes.  Don't save unused reg,
53407         and adjust reg usage.  Set up cfi on error recovery and
53408         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53410         (__makecontext): Add dummy nop after jump to exit.
53411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53412         Use correct parm save area and cr save, reduce stack frame.
53413         Correct cfi for possible PSEUDO_RET frame setup.
53414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53415         Branch to local label emitted by PSEUDO_RET rather than
53416         __syscall_error.
53417
53418 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53419
53420         [BZ #11904]
53421         * locale/programs/locale.c (print_assignment): New function.
53422         (show_locale_vars): Use it.
53423
53424 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53425
53426         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53427         field.
53428         (struct statfs64): Likewise.
53429         (_STATFS_F_FLAGS): Define.
53430         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53431         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53432         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53433         (ST_VALID): Define locally.
53434         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53435         __statvfs_getflags, use the provided value.
53436         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53437         __ASSUME_STATFS_F_FLAGS.
53438
53439         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53440
53441         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53442         Add sys/fanotify.h.
53443         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53444         fanotify_mask for GLIBC_2.13.
53445         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53446         fanotify_init and fanotify_mark.
53447         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53448         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53449
53450         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53451         Add prlimit.
53452         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53453         prlimit64 for GLIBC_2.13.
53454         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53455         prlimit64.
53456         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53457         syscall.
53458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53459         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53460         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53461         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53462         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53463         add prlimit alias.
53464         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53465
53466         [BZ #11903]
53467         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53468         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53469
53470         * nss/Makefile: Add rules to build and run tst-nss-test1.
53471         * shlib-versions: Add entry for libnss_test1.
53472         * nss/nss_test1.c: New file.
53473         * nss/tst-nss-test1.c: New file.
53474
53475         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53476         (__nss_configure_lookup): Set appropriate entry in
53477         __nss_configure_lookup to true.
53478         * nss/nsswitch.h: Define enum with indeces of databases in
53479         databases and __nss_database_custom arrays.  Declare
53480         __nss_database_custom.
53481         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53482         to avoid using nscd when custom rules are installed.
53483         * nss/getXXbyYY_r.c: Likewise.
53484         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53485
53486         * nss/nss_files/files-parse.c: Whitespace fixes.
53487
53488 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53489
53490         [BZ #11883]
53491         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53492         * posix/fnmatch_loop.c: Likewise.
53493
53494 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53495
53496         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53497         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53498         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53499         * Versions.def [GLIBC_2.13]: Add.
53500
53501 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53502
53503         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53504         Also fail if tpwd after pwuid call is NULL.
53505
53506 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53507
53508         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53509         when converting to ms.
53510
53511 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53512
53513         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53514         EOPNOTSUPP errors with ENOTTY.
53515         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53516         EOPNOTSUPP errors with ENOTTY.
53517
53518 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53519
53520         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53521         Add strcasecmp_l-ssse3.
53522         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53523         strcasecmp.
53524         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53525         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53526         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53527
53528 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53529
53530         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53531
53532         * string/Makefile (strop-tests): Add strcasecmp.
53533         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53534         strcasecmp_l-nonascii.
53535         (gen-as-const-headers): Add locale-defines.sym.
53536         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53537         * sysdeps/x86_64/strcasecmp.S: New file.
53538         * sysdeps/x86_64/strcasecmp_l.S: New file.
53539         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53540         * sysdeps/x86_64/locale-defines.sym: New file.
53541         * string/test-strcasecmp.c: New file.
53542
53543         * string/test-strcasestr.c: Test both ends of the range of characters.
53544         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53545
53546 2010-07-29  Roland McGrath  <roland@redhat.com>
53547
53548         [BZ #11856]
53549         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53550
53551 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53552
53553         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53554         for ld.so.
53555
53556 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53557
53558         * manual/memory.texi (Malloc Tunable Parameters): Document
53559         M_PERTURB.
53560
53561 2010-07-26  Roland McGrath  <roland@redhat.com>
53562
53563         [BZ #11840]
53564         * configure.in (-fgnu89-inline check): Set and substitute
53565         gnu89_inline, not libc_cv_gnu89_inline.
53566         * configure: Regenerated.
53567         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53568
53569 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53570
53571         * string/test-strnlen.c: New file.
53572         * string/Makefile (strop-tests): Add strnlen.
53573         * string/tester.c (test_strnlen): Add a few more test cases.
53574         * string/tst-strlen.c: Better error reporting.
53575
53576         * sysdeps/x86_64/strnlen.S: New file.
53577
53578 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53579
53580         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53581         lower-latency instructions.
53582
53583 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53584
53585         * string/test-strcasestr.c: New file.
53586         * string/test-strstr.c: New file.
53587         * string/Makefile (strop-tests): Add strstr and strcasestr.
53588         * string/str-two-way.h: Don't undefine MAX.
53589         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53590
53591 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53592
53593         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53594         strcasestr-nonascii.
53595         (CFLAGS-strcasestr-nonascii.c): Define.
53596         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53597         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53598         Remove unused attribute.
53599
53600 2010-07-20  Roland McGrath  <roland@redhat.com>
53601
53602         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53603         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53604         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53605         like LD_HWCAP_MASK can disable hwcaps.
53606
53607 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53608
53609         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53610
53611 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53612
53613         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53614         call in strcasestr.
53615         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53616         __strcasestr_sse42_nonascii.
53617         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53618         strcasestr-nonascii.c.
53619         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53620
53621 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53622
53623         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53624         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53625         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53626         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53627
53628 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
53629
53630         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53631         fcntl.
53632
53633 2010-07-06  Andreas Schwab  <schwab@redhat.com>
53634
53635         [BZ #11577]
53636         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53637         dl_signal_cerror.
53638
53639 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
53640
53641         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53642         _PC_PIPE_BUF using F_GETPIPE_SZ.
53643
53644 2010-07-05  Roland McGrath  <roland@redhat.com>
53645
53646         * manual/arith.texi (Rounding Functions): Fix rint description
53647         implicit in round description.
53648
53649 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
53650
53651         * elf/Makefile: Fix linking for a few tests to make recent linker
53652         happy.
53653
53654 2010-06-30  Andreas Schwab  <schwab@redhat.com>
53655
53656         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53657         $(common-objpfx)libc_nonshared.a.
53658
53659 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
53660
53661         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53662         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53663         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53664         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53665         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53666         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53667         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53668         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53683         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53684         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53685         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53686         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53687         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53688         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53689         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53690         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53691         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53692         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53693         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53694         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53709
53710 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
53711
53712         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53713         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
53714         * string/memmove.c (memmove): Renamed to ...
53715         (MEMMOVE): ...this.  Default to memmove.
53716         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53717         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53718         (END_CHK): Define.
53719         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53720         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53721         mempcpy-ssse3-back memmove-ssse3-back.
53722         * sysdeps/x86_64/multiarch/bcopy.S: New file .
53723         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53724         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53725         * sysdeps/x86_64/multiarch/memcpy.S: New file.
53726         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53727         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53728         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53729         * sysdeps/x86_64/multiarch/memmove.c: New file.
53730         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53731         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53732         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53733         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53734         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
53735         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
53736         Define.
53737         (index_Fast_Copy_Backward): Define.
53738         (HAS_ARCH_FEATURE): Define.
53739         (HAS_FAST_REP_STRING): Define.
53740         (HAS_FAST_COPY_BACKWARD): Define.
53741
53742 2010-06-21  Andreas Schwab  <schwab@redhat.com>
53743
53744         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53745         Restore proper fallback handling.
53746
53747 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
53748
53749         [BZ #11701]
53750         * posix/group_member.c (__group_member): Correct checking loop.
53751
53752         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
53753         OOM in getpwuid_r correctly.  Return error number when the caller
53754         should return, otherwise -1.
53755         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
53756         call returning > 0 value.
53757         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
53758
53759 2010-06-07  Andreas Schwab  <schwab@redhat.com>
53760
53761         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
53762         libc_nonshared.a from targets in modules-names.
53763
53764 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
53765
53766         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
53767         requires it.
53768
53769 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
53770
53771         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
53772         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
53773         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
53774         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
53775
53776 2010-06-02  Andreas Schwab  <schwab@redhat.com>
53777
53778         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
53779
53780 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
53781
53782         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
53783         and F_GETPIPE_SZ.
53784         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53785         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53786         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53787         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53788         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53789         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
53790
53791 2010-06-14  Roland McGrath  <roland@redhat.com>
53792
53793         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
53794
53795 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
53796
53797         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
53798         __REDIRECT followed by __THROW.
53799         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
53800         * posix/getopt.h (getopt): Likewise.
53801
53802 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53803
53804         * hurd/lookup-at.c (__file_name_lookup_at): Accept
53805         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
53806         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
53807         in AT_FLAGS.
53808         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
53809         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
53810
53811 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
53812
53813         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
53814
53815 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
53816
53817         [BZ #11640]
53818         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53819         Properly check family and model.
53820
53821 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
53822
53823         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
53824
53825 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
53826
53827         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
53828
53829 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
53830
53831         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
53832         symbol reference.
53833
53834 2010-05-19  Andreas Schwab  <schwab@redhat.com>
53835
53836         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
53837         symbol reference.
53838
53839 2010-05-21  Andreas Schwab  <schwab@redhat.com>
53840
53841         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
53842         and internal_recvmmsg.
53843         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
53844         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
53845         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
53846         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
53847
53848         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
53849         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
53850         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
53851
53852 2010-05-20  Andreas Schwab  <schwab@redhat.com>
53853
53854         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
53855
53856 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
53857
53858         POWER7 optimizations.
53859         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
53860         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
53861
53862 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
53863
53864         * version.h: Update for 2.13 development version.
53865
53866 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
53867
53868         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
53869         exceptions.  Return 0.
53870
53871 2010-05-07  Roland McGrath  <roland@redhat.com>
53872
53873         * elf/ldconfig.c (main): Add a const.
53874
53875 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
53876
53877         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
53878         (args_options): Add no-idn option.
53879         (ahosts_keys_int): Add idn_flags to ai_flags.
53880         (parse_option): Handle 'i' option to clear idn_flags.
53881
53882         * malloc/malloc.c (_int_free): Possible race in the most recently
53883         added check.  Only act on the data if no current modification
53884         happened.
53885
53886 See ChangeLog.17 for earlier changes.