Properly handle forced elision in pthread_mutex_trylock (bug 16657)
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-11  Andreas Schwab  <schwab@suse.de>
2
3         [BZ #16657]
4         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
5         FORCE_ELISION instead of DO_ELISION.
6         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
7         Remove.
8         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
9         Likewise.
10
11         * iconvdata/gconv-modules: Remove duplicate entry.
12
13 2014-12-11  Will Newton  <will.newton@linaro.org>
14
15         Merge gettext 0.19.3 into intl/.
16
17         This involves a number of cosmetic changes to comments
18         and ANSI function definitions and prototypes throughout
19         all the files. The gettext copyright header is used but
20         with the date ranges taken from the glibc copy.
21
22         * NEWS: Add gettext merge to 2.21.
23         * intl/bindtextdom.c: Switch to gettext copyright.
24         Use ANSI definitions and prototypes.
25         Use gl_* locking primitives rather than __libc_* ones.
26         Use __builtin_expect rather than __glibc_likely/unlikely.
27         * intl/dcgettext.c: Switch to gettext copyright.
28         Use ANSI definitions and prototypes.
29         * intl/dcigettext.c: Switch to gettext copyright.
30         Use ANSI definitions and prototypes.
31         (INTDIV0_RAISES_SIGFPE): New define.
32         Use gl_* locking primitives rather than __libc_* ones.
33         Include eval-plural.h instead of plural-eval.c.
34         Use __builtin_expect rather than __glibc_likely/unlikely.
35         * intl/dcngettext.c: Switch to gettext copyright.
36         Use ANSI definitions and prototypes.
37         * intl/dgettext.c: Likewise.
38         * intl/dngettext.c: Likewise.
39         * intl/plural-eval.c: Renamed to...
40         * intl/eval-plural.h: ...this.
41         * intl/explodename.c: Switch to gettext copyright.
42         Use ANSI definitions and prototypes.
43         (_nl_explode_name): Use strchr instead of __rawmemchr.
44         * intl/finddomain.c: Switch to gettext copyright.
45         Use ANSI definitions and prototypes.
46         Use gl_* locking primitives rather than __libc_* ones.
47         (_nl_find_domain): Use malloc rather than alloca for
48         allocation of temporary locale name.
49         * intl/gettext.c: Switch to gettext copyright.
50         Use ANSI definitions and prototypes.
51         * intl/gettextP.h: Switch to gettext copyright.
52         Use ANSI definitions and prototypes.
53         Use gl_* locking primitives rather than __libc_* ones.
54         * intl/gmo.h: Switch to gettext copyright.
55         (struct sysdep_string): Move struct segment_pair outside of
56         struct definition.
57         * intl/hash-string.c: Use ANSI definitions and prototypes.
58         * intl/hash-string.h: Switch to gettext copyright.
59         Use ANSI definitions and prototypes.
60         * intl/l10nflist.c: Switch to gettext copyright.
61         Use ANSI definitions and prototypes.
62         (_nl_normalize_codeset): Avoid integer overflow.
63         * intl/loadinfo.h: Switch to gettext copyright.
64         Use ANSI definitions and prototypes.
65         (LIBINTL_DLL_EXPORTED): New define.
66         (PATH_SEPARATOR): New define.
67         * intl/loadmsgcat.c: Switch to gettext copyright.
68         * intl/localealias.c: Switch to gettext copyright.
69         Use ANSI definitions and prototypes.
70         (_nl_expand_alias): Use PATH_SEPARATOR.
71         * intl/ngettext.c: Switch to gettext copyright.
72         Use ANSI definitions and prototypes.
73         * intl/plural-exp.c: Likewise.
74         * intl/plural-exp.h: Switch to gettext copyright.
75         Use ANSI definitions and prototypes.
76         (struct expression): Move definition of enum operator outside
77         of struct definition.
78         * intl/plural.c: Regenerate.
79         * intl/plural.y: Switch to gettext copyright.
80         Use ANSI definitions and prototypes.
81         Port to bison 3.0.
82         * intl/textdomain.c: Switch to gettext copyright.
83         Use ANSI definitions and prototypes.
84         Use gl_* locking primitives rather than __libc_* ones.
85
86 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
87
88         * debug/warning-nop.c: Add used atrribute.
89
90 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
91
92         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
93
94         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
95         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
96         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
97
98 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
99             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
100
101         [BZ #17634]
102         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
103         Undefine after defining function.  Define as weak alias of
104         __wcschr.  Use libc_hidden_weak.
105         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
106         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
107         (libc_hidden_def): Also define __GI___wcschr alias.
108         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
109         __wcschr and define as weak alias of __wcschr.
110         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
111         __wcschr.
112         [!WCSCHR] (DEFAULT_WCSCHR): Define.
113         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
114         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
115         libc_hidden_weak.  Do not use libc_hidden_def.
116         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
117         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
118         __GI___wcschr alias.
119         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
120         [IS_IN (libc)] (wcschr): Define as macro expanding to
121         __redirect_wcschr.
122         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
123         [IS_IN (libc)] (__wcschr_power6): Likewise.
124         [IS_IN (libc)] (__wcschr_power7): Likewise.
125         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
126         instead of wcschr.
127         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
128         __libc_wcschr.
129         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
130         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
131         __wcschr and define as weak alias of __wcschr.  Use
132         libc_hidden_builtin_def.
133         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
134         as weak alias of __wcschr.  Use libc_hidden_weak.
135         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
136         wcschr.
137         * time/era.c (_nl_init_era_entries): Likewise.
138         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
139         variable.
140         (test-xfail-XPG3/time.h/linknamespace): Likewise.
141         (test-xfail-XPG4/time.h/linknamespace): Likewise.
142
143 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
144
145         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
146         format for long int variable.
147
148 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
149
150         [BZ #10672]
151         * manual/search.texi: (Array Sort Function): Remove claim how to make
152         qsort stable.
153
154 2014-12-10  Andreas Schwab  <schwab@suse.de>
155
156         [BZ #12847]
157         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
158         user-controlled locks.
159
160 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
161
162         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
163         register.
164
165 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
166
167         * configure.ac (--disable-werror): New configure option.
168         (enable_werror): New AC_SUBST.
169         * configure: Regenerated.
170         * config.make.in (enable-werror): New variable.
171         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
172         -Wno-error=undef.
173         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
174         * manual/install.texi (Configuring and compiling): Document
175         --disable-werror.
176         * INSTALL: Regenerated.
177         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
178         (CFLAGS-tst-chk2.c): Likewise.
179         (CFLAGS-tst-chk3.c): Likewise.
180         (CFLAGS-tst-chk4.cc): Likewise.
181         (CFLAGS-tst-chk5.cc): Likewise.
182         (CFLAGS-tst-chk6.cc): Likewise.
183         (CFLAGS-tst-lfschk1.c): Likewise.
184         (CFLAGS-tst-lfschk2.c): Likewise.
185         (CFLAGS-tst-lfschk3.c): Likewise.
186         (CFLAGS-tst-lfschk4.cc): Likewise.
187         (CFLAGS-tst-lfschk5.cc): Likewise.
188         (CFLAGS-tst-lfschk6.cc): Likewise.
189
190         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
191         (main): Disable -Wdeprecated-declarations around calls to
192         register_printf_function.
193
194         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
195         (do_test): Disable -Wdiv-by-zero around some calls to
196         fwrite_unlocked and fread_unlocked.
197
198         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
199         (DIAG_POP_NEEDS_COMMENT): Likewise.
200         (_DIAG_STR1): Likewise.
201         (_DIAG_STR): Likewise.
202         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
203         * stdio-common/bug21.c: Include <libc-internal.h>.
204         (do_test): Disable -Wformat around call to sscanf.
205         * stdio-common/scanf14.c: Include <libc-internal.h>.
206         (main): Disable -Wformat around some calls to scanf functions.
207
208 2014-12-09  Torvald Riegel  <triegel@redhat.com>
209
210         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
211
212 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
213
214         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
215         stack variable alignment.
216
217 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
218
219         [BZ #17682]
220         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
221         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
222         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
223         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
224         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
225         __getrlimit instead of getrlimit.
226         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
227         __gettimeofday instead of gettimeofday.
228         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
229         Likewise.
230         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
231         Likewise.
232         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
233         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
234         Remove variable.
235         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
236         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
237
238 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
239
240         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
241         for wide-character tests.
242
243 2014-12-04  Roland McGrath  <roland@hack.frob.com>
244
245         * io/openat64.c: #include <libc-internal.h>
246         (__openat64): Prototypify.  Use ignore_value on MODE.
247         * io/openat.c: Likewise.
248         * misc/reboot.c: #include <libc-internal.h>
249         (reboot): Prototypify.  Use ignore_value on HOWTO.
250         * misc/ptrace.c: #include <libc-internal.h>
251         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
252
253 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
254
255         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
256         XPG4, UNIX98 and XOPEN2K.
257         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
258         Remove variable.
259         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
260
261 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
262
263         * libio/fileops.c: Use ISO C style for function definitions.
264         * libio/iofopen.c: Likewise.
265         * libio/wfileops.c: Likewise.
266
267         [BZ #17653]
268         * libio/fileops.c (_IO_new_file_underflow): Unset cached
269         offset on EOF.
270         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
271         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
272         (fgets_func): Function pointer to fgets and fgetws.
273         (do_ftell_test): Add test to verify ftell value after read
274         EOF.
275         (do_test): Set fgets_func.
276
277         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
278         O_TRUNC flag for w and w+ modes.
279         (do_rewind_test): Likewise.
280         (do_ftell_test): Likewise.
281         (do_write_test): Likewise.
282
283         [BZ #17647]
284         * libio/fileops.c (do_ftell): Seek only when there are
285         unflushed writes.
286         * libio/wfileops.c (do_ftell_wide): Likewise.
287         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
288         test case.
289         (do_one_test): Call it.
290
291 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
292
293         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
294         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
295         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
296         Remove variable.
297         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
298         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
299         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
300
301 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
302
303         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
304         Remove variable.
305         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
306
307         [BZ #17668]
308         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
309         as weak alias of __getifaddrs.  Use libc_hidden_weak.
310         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
311         __freeifaddrs.  Use libc_hidden_weak.
312         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
313         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
314         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
315         __freeifaddrs.  Use libc_hidden_weak.
316         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
317         __getifaddrs and define as weak alias of __getifaddrs.  Use
318         libc_hidden_weak.
319         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
320         __freeifaddrs.  Use libc_hidden_weak.
321         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
322         Remove variable.
323         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
324         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
325
326 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
327
328         [BZ #17601]
329         * sysdeps/mips/start.S (__start): Use indirect jump to call
330         __libc_start_main.
331
332 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
333
334         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
335
336         * nptl/tst-mutex1.c: Include <stdbool.h>.
337         [!ATTR] (ATTR_NULL): New macro.
338         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
339         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
340         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
341
342         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
343         to char *.
344
345         [BZ #17665]
346         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
347         Change conditional to [__USE_MISC].
348
349         [BZ #17664]
350         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
351         fgets_unlocked.
352         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
353         __fgets_unlocked.
354         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
355         fgets_unlocked.
356         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
357         Remove variable.
358         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
359         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
360         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
361         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
362         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
363         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
364         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
365         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
366         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
367
368         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
369
370 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
371
372         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
373         Remove strpbrk objects.
374         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
375         (__libc_ifunc_impl_list): Remove strpbrk implementation.
376         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
377         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
378         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
379         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
380
381         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
382         Remove strcspn objects.
383         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
384         (__libc_ifunc_impl_list): Remove strcspn implementation.
385         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
386         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
387         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
388         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
389
390         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
391         Remove strspn objetcs.
392         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
393         (__libc_ifunc_impl_list): Remove strspn implementation.
394         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
395         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
396         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
397         * sysdeps/powerpc/powerpc64/strspn.S: New file.
398
399 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
400
401         [BZ #17581]
402         * malloc/hooks.c
403         (mem2mem_check): Add a terminator to the chain of checking blocks.
404         (malloc_check_get_size): Use it here.
405         (mem2chunk_check): Ditto.
406
407 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
408
409         * sysdeps/powerpc/powerpc64/strtok.S: New file.
410         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
411
412 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
413
414         * bits/ioctl-types.h: Indent preprocessor directives correctly.
415
416         * nptl/nptl-init.c: Include libc-internal.h.
417         (__pthread_initialize_minimal_internal): Use ROUND_UP.
418
419         * elf/ldconfig.c (search_dir): Expand comment.
420
421 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
422
423         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
424         variable.
425         (linknamespace-symlist-stdlibs-tests): Likewise.
426         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
427         instead of $(objpfx)symlist-stdlibs.
428         (linknamespace-libs-isoc): New variable.
429         (linknamespace-libs): Use $(linknamespace-libs-isoc).
430         (linknamespace-libs-ISO): New variable.
431         (linknamespace-libs-ISO99): Likewise.
432         (linknamespace-libs-ISO11): Likewise.
433         (linknamespace-libs-XPG3): Likewise.
434         (linknamespace-libs-XPG4): Likewise.
435         (linknamespace-libs-POSIX): Likewise.
436         (linknamespace-libs-UNIX98): Likewise.
437         (linknamespace-libs-XOPEN2K): Likewise.
438         (linknamespace-libs-POSIX2008): Likewise.
439         (linknamespace-libs-XOPEN2K8): Likewise.
440         ($(objpfx)symlist-stdlibs): Replace by
441         $(linknamespace-symlist-stdlibs-tests).  Use
442         $(linknamespace-libs-$*) as set of libraries.
443         ($(linknamespace-header-tests)): Update dependencies.  Use
444         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
445         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
446         * conform/linknamespace.pl: Remove comment about considering
447         definitions of symbols from irrelevant libraries.
448
449 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
450
451         [BZ #13862]
452         * elf/dl-tls.c: Include <atomic.h>.
453         (oom): Remove #ifdef SHARED/#endif.
454         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
455         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
456         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
457         big enough.
458         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
459         * nptl/Makefile (tests): Add tst-stack4.
460         (modules-names): Add tst-stack4mod.
461         ($(objpfx)tst-stack4): New.
462         (tst-stack4mod.sos): Likewise.
463         ($(objpfx)tst-stack4.out): Likewise.
464         ($(tst-stack4mod.sos)): Likewise.
465         (clean): Likewise.
466         * nptl/tst-stack4.c: New file.
467         * nptl/tst-stack4mod.c: Likewise.
468
469 2014-11-27  J. Brown  <jb999@gmx.de>
470
471         * sysdeps/x86/bits/string.h: Add recent CPUs.
472
473 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
474
475         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
476         sigblock.
477
478         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
479         feof.
480
481         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
482         variable.
483
484 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
485
486         * nscd/connections.c: Include libc-internal.h because of macro
487         usage ignore_value.
488
489 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
490
491         * string/bits/string3.h (__warn_memset_zero_len): Don't
492         declare for gcc newer than 5.0.
493         (memset): Don't test for zero-length __LEN for gcc newer than
494         5.0.
495
496 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
497
498         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
499         size_t for %zu format.
500
501         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
502         difference, not %ju.
503
504 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
505
506         * include/libc-internal.h (ignore_value): New macro.
507         * nscd/connections.c (restart): Wrap calls to setuid and setgid
508         with ignore_value.
509
510         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
511         definition.
512
513         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
514         pthread_cleanup_push to void *.
515
516         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
517         Undefine.
518
519         [BZ #16619]
520         [BZ #16740]
521         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
522         instead of 1L << 52.
523
524         * libio/bug-rewind.c (do_test): Check fwscanf return values.
525         * libio/bug-rewind2.c (do_test): Likewise.
526
527         * debug/test-stpcpy_chk-ifunc.c: Remove file.
528         * debug/test-strcpy_chk-ifunc.c: Likewise.
529         * wcsmbs/test-wcschr-ifunc.c: Likewise.
530         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
531         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
532         * wcsmbs/test-wcslen-ifunc.c: Likewise.
533         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
534         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
535         * Rules [$(multi-arch) = no] (tests): Do not filter out
536         $(tests-ifunc).
537         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
538         * debug/Makefile (tests-ifunc): Remove variable.
539         (tests): Do not add $(tests-ifunc).
540         * wcsmbs/Makefile (tests-ifunc): Remove variable.
541         (tests): Do not add $(tests-ifunc).
542         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
543         [TEST_IFUNC]: Remove conditionals.
544         * string/test-string.h (TEST_IFUNC): Remove macro.
545         [TEST_IFUNC]: Remove conditionals.
546
547         * string/test-strchr.c [!WIDE] (L): New macro.
548         [WIDE] (L): Likewise.
549         (check1): Use CHAR instead of char.  Use L on string and character
550         constants.
551
552 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
553
554         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
555         tests.
556         * sysdeps/powerpc/bits/atomic.h
557         (__arch_atomic_exchange_and_add_32_acq): Add definition.
558         (__arch_atomic_exchange_and_add_32_rel): Likewise.
559         (atomic_exchange_and_add_acq): Likewise.
560         (atomic_exchange_and_add_rel): Likewise.
561         * sysdeps/powerpc/powerpc32/bits/atomic.h
562         (__arch_atomic_exchange_and_add_64_acq): Add definition.
563         (__arch_atomic_exchange_and_add_64_rel): Likewise.
564         * sysdeps/powerpc/powerpc64/bits/atomic.h
565         (__arch_atomic_exchange_and_add_64_acq): Add definition.
566         (__arch_atomic_exchange_and_add_64_rel): Likewise.
567
568 2014-11-26  Torvald Riegel  <triegel@redhat.com>
569
570         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
571         Change synchronization of __sched_fifo_min_prio and
572         __sched_fifo_max_prio.
573         * nptl/pthread_mutexattr_getprioceiling.c
574         (pthread_mutexattr_getprioceiling): Likewise.
575         * nptl/pthread_mutexattr_setprioceiling.c
576         (pthread_mutexattr_setprioceiling): Likewise.
577         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
578         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
579         Likewise.
580
581 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
582
583         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
584         void.
585
586 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
587
588         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
589         third argument const.
590
591 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
592
593         fnmatch: work around GCC compiler warning bug with uninit var
594         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
595         This works around a bug with x86-64 GCC 4.9.2 and earlier
596         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
597         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
598         used uninitialized in this function [-Wmaybe-uninitialized]".
599
600 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
601
602         * posix/bug-regex31.c (main): Return RES not 0.
603
604 2014-11-25  Anton Blanchard <anton@samba.org>
605
606         * sysdeps/powerpc/bits/atomic.h
607         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
608
609 2014-11-24  Sterling Augustine  <saugustine@google.com>
610
611         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
612
613 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
614
615         [BZ #17608]
616         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
617
618 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
619
620         [BZ #17633]
621         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
622         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
623         variable.
624         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
625         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
626
627 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
628
629         * string/strncpy.c (strncpy): Improve performance by using memset.
630
631 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
632
633         * string/strcpy.c (strcpy):
634         Improve performance by using strlen and memcpy.
635
636 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
637
638         * string/strcoll_l.c (get_next_seq): __always_inline.
639         * string/strcoll_l.c (do_compare): __always_inline.
640
641 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
642
643         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
644         defined.
645         * include/mqueue.h: Likewise.
646         * include/stdlib.h: Likewise.
647
648         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
649         (get_null_defines): Adjust.
650         * sunrpc/Makefile: Adjust comment.
651         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
652         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
653         (CFLAGS-interp.c): Likewise.
654         (CFLAGS-ldconfig.c): Likewise.
655         (CPPFLAGS-.os): Likewise.
656         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
657         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
658         * extra-modules.mk (extra-modules.mk): Likewise.
659         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
660         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
661         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
662         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
663         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
664         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
665         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
666         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
667         * iconvdata/Makefile (CPPFLAGS): Likewise.
668         (cpp-srcs-left): Add libof for all iconvdata routines.
669         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
670         * include/assert.h: Likewise.
671         * include/ctype.h: Likewise.
672         * include/errno.h: Likewise.
673         * include/libc-symbols.h: Likewise.
674         * include/math.h: Likewise.
675         * include/netdb.h: Likewise.
676         * include/resolv.h: Likewise.
677         * include/stdio.h: Likewise.
678         * include/stdlib.h: Likewise.
679         * include/string.h: Likewise.
680         * include/sys/stat.h: Likewise.
681         * include/wctype.h: Likewise.
682         * intl/l10nflist.c: Likewise.
683         * libidn/idn-stub.c: Likewise.
684         * libio/libioP.h: Likewise.
685         * nptl/libc_multiple_threads.c: Likewise.
686         * nptl/pthreadP.h: Likewise.
687         * posix/regex_internal.h: Likewise.
688         * resolv/res_hconf.c: Likewise.
689         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
690         * sysdeps/arm/memmove.S: Likewise.
691         * sysdeps/arm/sysdep.h: Likewise.
692         * sysdeps/generic/_itoa.h: Likewise.
693         * sysdeps/generic/symbol-hacks.h: Likewise.
694         * sysdeps/gnu/errlist.awk: Likewise.
695         * sysdeps/gnu/errlist.c: Likewise.
696         * sysdeps/i386/i586/memcpy.S: Likewise.
697         * sysdeps/i386/i586/memset.S: Likewise.
698         * sysdeps/i386/i686/memcpy.S: Likewise.
699         * sysdeps/i386/i686/memmove.S: Likewise.
700         * sysdeps/i386/i686/mempcpy.S: Likewise.
701         * sysdeps/i386/i686/memset.S: Likewise.
702         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
703         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
704         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
705         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
706         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
707         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
708         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
709         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
710         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
711         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
712         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
713         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
714         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
715         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
716         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
717         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
718         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
719         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
720         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
721         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
722         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
723         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
724         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
725         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
726         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
727         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
728         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
729         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
730         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
731         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
732         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
733         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
734         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
735         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
736         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
737         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
738         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
739         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
740         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
741         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
742         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
743         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
744         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
745         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
746         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
747         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
748         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
749         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
750         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
751         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
752         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
753         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
754         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
755         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
756         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
757         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
758         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
759         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
760         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
761         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
762         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
763         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
764         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
765         * sysdeps/nptl/bits/libc-lock.h: Likewise.
766         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
767         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
768         * sysdeps/posix/closedir.c: Likewise.
769         * sysdeps/posix/opendir.c: Likewise.
770         * sysdeps/posix/readdir.c: Likewise.
771         * sysdeps/posix/rewinddir.c: Likewise.
772         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
773         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
774         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
775         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
776         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
777         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
778         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
779         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
780         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
781         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
782         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
783         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
784         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
785         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
786         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
787         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
788         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
789         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
790         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
791         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
792         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
793         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
794         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
795         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
796         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
797         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
798         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
799         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
800         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
801         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
802         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
803         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
804         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
805         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
806         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
807         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
808         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
809         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
810         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
811         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
812         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
813         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
814         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
815         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
816         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
817         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
818         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
819         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
820         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
821         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
822         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
823         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
824         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
825         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
826         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
827         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
828         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
829         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
830         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
831         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
832         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
833         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
834         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
835         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
836         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
837         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
838         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
839         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
840         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
841         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
842         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
843         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
844         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
845         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
846         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
847         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
848         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
849         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
850         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
851         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
852         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
853         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
854         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
855         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
856         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
857         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
858         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
859         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
860         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
861         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
862         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
863         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
864         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
865         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
866         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
867         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
868         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
869         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
870         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
871         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
872         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
873         * sysdeps/unix/alpha/sysdep.S: Likewise.
874         * sysdeps/unix/alpha/sysdep.h: Likewise.
875         * sysdeps/unix/make-syscalls.sh: Likewise.
876         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
877         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
878         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
879         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
880         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
881         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
882         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
883         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
884         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
885         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
886         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
887         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
888         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
889         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
890         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
891         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
892         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
893         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
894         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
895         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
896         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
897         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
898         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
899         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
900         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
901         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
902         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
905         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
906         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
907         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
908         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
909         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
910         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
911         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
912         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
913         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
914         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
915         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
916         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
917         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
918         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
919         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
920         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
921         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
922         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
923         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
924         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
925         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
926         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
927         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
928         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
929         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
930         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
931         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
932         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
933         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
934         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
935         * sysdeps/x86_64/memcpy.S: Likewise.
936         * sysdeps/x86_64/memmove.c: Likewise.
937         * sysdeps/x86_64/memset.S: Likewise.
938         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
939         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
940         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
941         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
942         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
943         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
944         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
945         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
946         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
947         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
948         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
949         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
950         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
951         * sysdeps/x86_64/multiarch/memset.S: Likewise.
952         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
953         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
954         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
955         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
956         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
957         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
958         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
959         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
960         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
961         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
962         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
963         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
964         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
965         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
966         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
967         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
968         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
969         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
970         * sysdeps/x86_64/strcmp.S: Likewise.
971
972         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
973
974         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
975         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
976         * elf/rtld-Rules: Likewise.
977         * elf/setup-vdso.h: Likewise.
978         * include/assert.h: Likewise.
979         * include/bits/stdlib-float.h: Likewise.
980         * include/errno.h: Likewise.
981         * include/sys/stat.h: Likewise.
982         * include/unistd.h: Likewise.
983         * sysdeps/aarch64/setjmp.S: Likewise.
984         * sysdeps/alpha/setjmp.S: Likewise.
985         * sysdeps/arm/__longjmp.S: Likewise.
986         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
987         * sysdeps/arm/setjmp.S: Likewise.
988         * sysdeps/arm/sysdep.h: Likewise.
989         * sysdeps/generic/_itoa.h: Likewise.
990         * sysdeps/generic/dl-sysdep.h: Likewise.
991         * sysdeps/generic/ldsodefs.h: Likewise.
992         * sysdeps/i386/dl-tls.h: Likewise.
993         * sysdeps/i386/setjmp.S: Likewise.
994         * sysdeps/m68k/setjmp.c: Likewise.
995         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
996         * sysdeps/mach/hurd/opendir.c: Likewise.
997         * sysdeps/posix/getcwd.c: Likewise.
998         * sysdeps/posix/opendir.c: Likewise.
999         * sysdeps/posix/profil.c: Likewise.
1000         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1001         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1002         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1003         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1004         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1005         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1006         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1007         * sysdeps/s390/dl-tls.h: Likewise.
1008         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1009         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1010         * sysdeps/sh/sh3/setjmp.S: Likewise.
1011         * sysdeps/sh/sh4/setjmp.S: Likewise.
1012         * sysdeps/unix/alpha/sysdep.h: Likewise.
1013         * sysdeps/unix/arm/sysdep.S: Likewise.
1014         * sysdeps/unix/i386/sysdep.S: Likewise.
1015         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1016         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1017         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1018         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1019         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1020         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1021         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1022         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1023         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1024         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1025         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1026         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1027         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1030         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1031         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1032         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1033         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1034         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1035         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1036         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1037         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1038         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1039         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1040         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1041         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1042         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1043         * sysdeps/x86_64/setjmp.S: Likewise.
1044
1045         * include/math.h: Use IS_IN instead of IS_IN_libm.
1046         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1047         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1048         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1049         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1050         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1051         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1052         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1053         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1054         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1055         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1056         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1057         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1058         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1059         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1060         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1061         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1062         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1063         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1064         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1065         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1066         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1067         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1068         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1069         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1070         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1071         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1072         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1073         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1074         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1075         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1076         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1077         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1078         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1080         Likewise.
1081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1082         Likewise.
1083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1084         Likewise.
1085         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1086         Likewise.
1087         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1088         Likewise.
1089         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1090         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1091         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1092         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1093         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1094         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1095         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1096         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1097         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1098         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1099         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1100         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1101         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1102         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1103         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1104         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1105         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1106         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1107         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1108         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1109         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1110         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1111         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1112         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1113         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1114         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1115         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1116
1117         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1118         * nptl/pthreadP.h: Likewise.
1119         * nptl_db/structs.def: Likewise.
1120         * sysdeps/arm/sysdep.h: Likewise.
1121         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1122         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1123         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1124         * sysdeps/unix/alpha/sysdep.h: Likewise.
1125         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1126         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1127         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1128         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1129         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1130         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1131         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1132         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1133         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1134         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1135         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1136         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1137         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1138         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1141         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1142         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1143         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1144         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1145         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1146         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1147         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1148         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1149         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1150         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1151
1152         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1153         * nptl/pthreadP.h: Likewise.
1154         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1155         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1156         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1157         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1158         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1159         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1160         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1161         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1162         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1163         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1164         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1165         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1167         Likewise.
1168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1169         Likewise.
1170         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1171         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1172         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1173         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1174         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1175         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1176         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1177         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1178
1179         * dlfcn/dladdr.c: Use IS_IN.
1180         * dlfcn/dladdr1.c: Likewise.
1181         * dlfcn/dlclose.c: Likewise.
1182         * dlfcn/dlerror.c: Likewise.
1183         * dlfcn/dlinfo.c: Likewise.
1184         * dlfcn/dlmopen.c: Likewise.
1185         * dlfcn/dlopen.c: Likewise.
1186         * dlfcn/dlsym.c: Likewise.
1187         * dlfcn/dlvsym.c: Likewise.
1188
1189         * include/ifaddrs.h: Use IS_IN.
1190         * inet/check_pf.c: Likewise.
1191         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1192         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1193
1194         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1195         IS_IN_ldconfig.
1196         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1197         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1198
1199         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1200         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1201         IS_IN (libc).
1202
1203         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1204
1205         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1206         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1207         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1208         * include/libc-symbols.h (IS_IN_LIB): New macro.
1209         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1210         * include/netdb.h: Likewise.
1211         * include/stap-probe.h: Remove all uses of IN_LIB.
1212
1213         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1214         instead of IN_MODULE.
1215         * include/libc-symbols.h (IN_MODULE): Define using
1216         MODULE_NAME.
1217         (PASTE_NAME, PASTE_NAME1): New macros.
1218         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1219         of IN_LIB.
1220         (STAP_PROBE_ASM): Likewise.
1221
1222 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1223
1224         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1225         __mach_init in dlopened libc.
1226
1227 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1228
1229         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1230         * sysdeps/arm/preconfigure: Regenerate.
1231
1232 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1233
1234         * nptl/pthread_create.c (__pthread_create_2_1): Set
1235         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1236         when copying values from IATTR into PD.
1237
1238 2014-11-21  Will Newton  <will.newton@linaro.org>
1239             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1240
1241         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1242         Refactor inline-asm.  Also add comment.
1243
1244         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1245         ElfW macro instead of hardcoded Elf64 types.
1246         (la_aarch64_gnu_pltenter): Likewise.
1247         * sysdeps/aarch64/dl-machine.h
1248         (elf_machine_runtime_setup): Use ElfW(Addr).
1249
1250         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1251         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1252         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1253         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1254         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1255         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1256         (R_AARCH64_TLS_DTPMOD): This.
1257         (R_AARCH64_TLS_DTPREL64): Rename to ...
1258         (R_AARCH64_TLS_DTPREL): This.
1259         (R_AARCH64_TLS_TPREL64): Rename to ...
1260         (R_AARCH64_TLS_TPREL): This.
1261         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1262         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1263         R_AARCH64_TLS_TPREL64.
1264         (elf_machine_rela): Likewise.
1265
1266 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1267
1268         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1269         by setting it to 0.  64b atomics are not supported currently.
1270
1271 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1272
1273         [BZ #16469]
1274         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1275         search domain names.
1276
1277 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1278
1279         [BZ #16469]
1280         * NEWS: Update.
1281         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1282         trailing dot.
1283         * posix/tst-getaddrinfo5.c: New.
1284         * posix/Makefile (tests): Add it.
1285
1286 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1287
1288         [BZ #14498]
1289         * NEWS: Fixed.
1290         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1291         after parsing line but before break_if_match.
1292         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1293         if there is a protocol mismatch.
1294
1295 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1296
1297         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1298         because the potential race is on the user-supplied stream.
1299
1300 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1301
1302         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1303         string literal if not passed a buffer.
1304         * manual/job.texi (ctermid): Update reasoning, note deviation
1305         from posix, suggest mtasurace when not passed a buffer, for
1306         future non-preliminary safety notes.
1307
1308 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1309
1310         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1311         of not passing it a buffer.
1312         Reported by Peng Haitao.
1313
1314 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1315
1316         * manual/Makefile ($(objpfx)stamp-summary): Require
1317         check-safety.sh to pass.
1318         * manual/check-safety.sh: Wish for verification that every
1319         @deftypefn and @deftypefun is followed by a @safety remark.
1320
1321 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1322
1323         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1324
1325         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1326         PTHREAD_CANCEL_ASYNCHRONOUS.
1327         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1328         send SIGCANCEL.
1329
1330         * nptl/default-sched.h: New file.
1331         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1332         * nptl/pthread_create.c: Include it.
1333         (__pthread_create_2_1): Use collect_default_sched instead of making
1334         Linux syscalls here directly.
1335
1336 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1337
1338         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1339         __pthread_once): Use C11 atomics.
1340
1341 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1342
1343         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1344
1345 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1346
1347         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1348         atomic_thread_fence_acquire, atomic_thread_fence_release,
1349         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1350         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1351         atomic_compare_exchange_weak_relaxed,
1352         atomic_compare_exchange_weak_acquire,
1353         atomic_compare_exchange_weak_release,
1354         atomic_exchange_acquire, atomic_exchange_release,
1355         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1356         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1357         atomic_fetch_and_acquire,
1358         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1359
1360 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1361
1362         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1363         USE_ATOMIC_COMPILER_BUILTINS): Define.
1364         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1365         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1366         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1367         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1368         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1369         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1370         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1371         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1372         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1373         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1374         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1375         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1376         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1377         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1378         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1379         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1380         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1381         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1382         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1383         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1384         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1385         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1386         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1387         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1388         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1389         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1390         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1391         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1392         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1393         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1394         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1395         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1396         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1397         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1398         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1399         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1400         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1401         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1402         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1403         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1404
1405 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1406
1407         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1408         the sched_priority value here.  It was already checked when the user
1409         called pthread_attr_setschedparam.
1410
1411         * nptl/tst-bad-schedattr.c: New file.
1412         * nptl/Makefile (tests): Add it.
1413
1414 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1415             Florian Weimer  <fweimer@redhat.com>
1416             Joseph Myers  <joseph@codesourcery.com>
1417             Adam Conrad  <adconrad@0c3.net>
1418             Andreas Schwab  <schwab@suse.de>
1419             Brooks  <bmoses@google.com>
1420
1421         [BZ #17625]
1422         * wordexp-test.c (__dso_handle): Add prototype.
1423         (__register_atfork): Likewise.
1424         (__app_register_atfork): New function.
1425         (registered_forks): New global.
1426         (register_fork): New function.
1427         (test_case): Add 3 new tests for WRDE_CMDSUB.
1428         (main): Call __app_register_atfork.
1429         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1430         fork count is non-zero fail the test.
1431         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1432         is set.
1433         (parse_dollars): Remove check for WRDE_NOCMD.
1434         (parse_dquote): Likewise.
1435
1436 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1437
1438         * Makeconfig (built-modules): List non-library modules to be
1439         built.
1440         (module-cppflags): Include libc-modules.h for
1441         everything except shlib-versions.v.i.
1442         (CPPFLAGS): Use it.
1443         (before-compile): Add libc-modules.h.
1444         ($(common-objpfx)libc-modules.h,
1445         $(common-objpfx)libc-modules.stmp): New targets.
1446         (common-generated): Add libc-modules.h and libc-modules.stmp.
1447         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1448         * include/libc-symbols.h: Don't include libc-modules.h.
1449         * include/libc-modules.h: Remove file.
1450         * scripts/gen-libc-modules.awk: New script to generate
1451         libc-modules.h.
1452         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1453         Depend on libc-modules.stmp.
1454
1455         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1456
1457         * Makeconfig (in-module): Get value of libof set for the
1458         translation unit.
1459         (CPPFLAGS): Use $(in-module).
1460         * Makerules: Don't suffix routine names for nonlib.
1461         * include/libc-modules.h: New file.
1462         * include/libc-symbols.h: Include libc-modules.h
1463         (IS_IN): New macro to replace IS_IN_* macros.
1464         * elf/Makefile: Set libof-* for each routine.
1465         * elf/rtld-Rules: Likewise.
1466         * extra-modules.mk: Likewise.
1467         * iconv/Makefile: Likewise.
1468         * iconvdata/Makefile: Likewise.
1469         * locale/Makefile: Likewise.
1470         * malloc/Makefile: Likewise.
1471         * nss/Makefile: Likewise.
1472         * sysdeps/gnu/Makefile: Likewise.
1473         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1474         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1475         * sysdeps/s390/s390-64/Makefile: Likewise.
1476         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1477         CPPFLAGS for nscd instead of nonlib.
1478
1479 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1480
1481         * nptl/createthread.c: New file.
1482
1483         * nptl/createthread.c: Moved ...
1484         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1485
1486         * nptl/createthread.c: Add proper top-line comment.
1487         (do_clone): Folded into ...
1488         (create_thread): ... here.  Take new arguments STOPPED_START and
1489         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1490         increment __nptl_threads, do event-reporting logic, do
1491         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1492         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1493         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1494         just send SIGCANCEL.
1495         * nptl/pthread_create.c: Forward-declare create_thread before
1496         including createthread.c.
1497         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1498         declaration, and new macro START_THREAD_SELF to replace argument.
1499         Remove return statement.
1500         (report_thread_creation): New function.
1501         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1502         synchronization logic, and __nptl_nthreads increment here, around
1503         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1504         PD->parent_cancelhandling here, before create_thread.  When
1505         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1506         __deallocate_stack, and ENOMEM translation here.
1507
1508 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1509
1510         [BZ #17616]
1511         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1512         (mptwo): Rename to __mptwo.
1513         (__inv): Use __mptwo instead of mptwo.
1514         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1515         (mptwo): Rename to __mptwo.
1516         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1517         of mpone and __mptwo instead of mptwo.
1518         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1519         instead of mpone.
1520         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1521         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1522         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1523         of mpone and __mptwo instead of mptwo.
1524         (__mpranred): Use __mpone instead of mpone.
1525         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1526         variable.
1527         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1528         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1529         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1530         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1531         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1532         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1533         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1534         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1535         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1536         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1537         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1538         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1539         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1540         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1541         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1542         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1543         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1544         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1545         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1546
1547 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1548
1549         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1550         replace BSD Handler xref with BSD Signal Handling.
1551
1552 2014-11-17  Richard Henderson  <rth@redhat.com>
1553
1554         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1555         (_FP_PACK_RAW_2): Remove.
1556         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1557         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1558         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1559         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1560         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1561         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1562         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1563         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1564         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1565         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1566         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1567         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1568         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1569         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1570         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1571         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1572
1573 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1574
1575         * signal/signal.h [__USE_MISC]
1576         (struct sigvec): Remove type.
1577         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1578         (sigvec): Remove declaration.
1579         * sysdeps/posix/sigvec.c: Moved ...
1580         * signal/sigvec.c: ... here, replacing old file.
1581         (struct sigvec): New type, copied from old signal.h definition.
1582         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1583         (__sigvec): Convert definition to prototype.
1584         (sigvec): Replace weak_alias with compat_symbol.
1585         * signal/Versions (libc: GLIBC_2.21): New version set.
1586         * include/signal.h: Remove __sigvec declaration.
1587         * sysdeps/unix/bsd/sigvec.c: Remove file.
1588         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1589         * manual/signal.texi (BSD Handler): Remove subsection.
1590         Move siginterrupt up to ...
1591         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1592         (Blocking in BSD): Fold subsection into its parent.
1593         * NEWS: Mention sigvec removal.
1594
1595 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1596
1597         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1598         (DLA_FMS): Make definition conditional only on [__FMA4__].
1599         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1600         definition.
1601
1602         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1603         Make definition conditional only on [PROF].
1604         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1605         definition.
1606         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1607         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1608
1609         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1610         !__GNUC__].
1611         * include/signal.h (__sigpause): Move declaration above call to
1612         libc_hidden_proto.
1613         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1614         variable.
1615         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1616         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1617
1618 2014-11-14  David S. Miller  <davem@davemloft.net>
1619
1620         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1621         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1622
1623 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1624
1625         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1626         * configure: Regenerated.
1627         * manual/install.texi (Tools for Compilation): Document a
1628         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1629         compiler verified to work.
1630         * INSTALL: Regenerated.
1631
1632         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1633         redeclare with asm name.
1634         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1635         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1636         including <string.h>.
1637         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1638         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1639         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1640         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1641         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1642         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1643         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1644
1645 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
1646
1647         * stdlib/strtol.c (__strtol): Use prototype definition.
1648
1649         [BZ #17594]
1650         * stdlib/strtol.c (SYM__): New macro.
1651         (SYM__1): Likewise.
1652         (__strtol): Likewise.
1653         (strtol): Rename to __strtol and define as weak alias of
1654         __strtol.  Use libc_hidden_weak.
1655
1656 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1657
1658         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1659         Use numbered labels in inline assembly.
1660
1661 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1662
1663         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1664         Add setjmp LIBC_PROBE.
1665         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1666         Likewise.
1667         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1668         Add longjmp, longjmp_target LIBC_PROBE.
1669         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1670         Likewise.
1671
1672 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1673
1674         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1675         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1676         to get rid of unused variable warning.
1677
1678 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1679
1680         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1681         Check for unwind_backtrace ==  NULL only in SHARED case.
1682         (__backchain_backtrace): Compile only in SHARED case.
1683         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1684         Likewise.
1685         (__backchain_backtrace): Declare as static.
1686
1687 2014-11-12  Roland McGrath  <roland@hack.frob.com>
1688
1689         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1690         (__libc_multiple_threads_ptr): Variable moved ...
1691         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1692
1693 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
1694
1695         * conform/GlibcConform.pm: New file.
1696         * conform/conformtest.pl: Use GlibcConform module.
1697         * conform/linknamespace.pl: New file.
1698         * conform/list-header-symbols.pl: Likewise.
1699         * conform/Makefile (linknamespace-symlists-base): New variable.
1700         (linknamespace-symlists-tests): Likewise.
1701         (linknamespace-header-base): Likewise.
1702         (linknamespace-header-tests): Likewise.
1703         (tests-special): Add new tests.
1704         ($(linknamespace-symlists-tests)): New rule.
1705         (linknamespace-libs): New variable.
1706         ($(objpfx)symlist-stdlibs): New rule.
1707         ($(linknamespace-header-tests)): Likewise.
1708         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1709         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1710         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1711         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1712         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1713         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1714         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1715         (test-xfail-ISO/math.h/linknamespace): Likewise.
1716         (test-xfail-ISO/signal.h/linknamespace): Likewise.
1717         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1718         (test-xfail-ISO/time.h/linknamespace): Likewise.
1719         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1720         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1721         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1722         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1723         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1724         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1725         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1726         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1727         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1728         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1729         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1730         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1731         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1732         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1733         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1734         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1735         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1736         (test-xfail-XPG3/search.h/linknamespace): Likewise.
1737         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1738         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1739         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1740         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1741         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1742         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
1743         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
1744         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1745         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
1746         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
1747         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1748         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
1749         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1750         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1751         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1752         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1753         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
1754         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
1755         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
1756         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
1757         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1758         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
1759         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1760         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
1761         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
1762         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
1763         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1764         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
1765         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
1766         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1767         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1768         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
1769         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1770         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1771         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
1772         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
1773         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1774         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1775         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1776         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
1777         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
1778         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1779         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1780         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1781         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
1782         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1783         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1784         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1785         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
1786         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1787         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1788         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
1789         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1790         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1791         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1792         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1793         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1794         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1795         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
1796         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
1797         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
1798         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
1799         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1800         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
1801         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1802         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
1803         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
1804         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
1805         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1806         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1807         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1808         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
1809         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
1810         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
1811         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1812         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
1813         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1814         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1815         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
1816         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
1817         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1818         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1819         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1820         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1821         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1822         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1823         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1824         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1825         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1826         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
1827         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
1828         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1829         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1830         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
1831         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1832         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1833         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1834         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1835         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1836         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1837         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1838         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
1839         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1840         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1841         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1842         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1843         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1844         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1845         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
1846         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1847         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1848         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1849         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1850         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1851         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
1852         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1853         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1854         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1855         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1856         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1857         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1858         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1859         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
1860         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1861         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1862         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1863         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1864         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1865         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
1866         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1867         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1868         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
1869
1870         [BZ #17589]
1871         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
1872         of fgets_unlocked.
1873
1874         [BZ #17585]
1875         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
1876         (memmem): Rename to __memmem and define as weak alias of
1877         __memmem.  Use libc_hidden_weak.
1878         (__memmem): Use libc_hidden_def.
1879         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
1880         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
1881         memmem.
1882
1883         [BZ #17582]
1884         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
1885         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
1886         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
1887         and define as weak alias of __fgets_unlocked.  Use
1888         libc_hidden_weak.
1889         (__fgets_unlocked): Use libc_hidden_def.
1890         * include/stdio.h (__fgets_unlocked): Declare.  Use
1891         libc_hidden_proto.
1892         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
1893         __fgets_unlocked instead of fgets_unlocked.
1894         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
1895         (GET_NPROCS_CONF_PARSER): Likewise.
1896         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
1897         (GET_NPROCS_CONF_PARSER): Likewise.
1898
1899         [BZ #17574]
1900         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
1901         weak alias of __wmemset.  Use libc_hidden_weak.
1902         (__wmemset): Use libc_hidden_def.
1903         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
1904         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
1905         of wmemset.
1906
1907         [BZ #17573]
1908         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
1909         with asm name __mempcpy.
1910         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
1911
1912         [BZ #17572]
1913         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
1914         and define as weak alias of __rawmemchr.
1915         (__rawmemchr): Do not define as strong alias of rawmemchr.
1916
1917         [BZ #17571]
1918         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
1919         alias of __qsort_r.
1920         (qsort): Call __qsort_r instead of qsort_r.
1921         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
1922         (__qsort_r): Declare.  Call libc_hidden_proto.
1923         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
1924         instead of qsort_r.
1925         * nscd/gai.c (__qsort_r): Define to qsort_r.
1926         * posix/tst-rfc3484.c (__qsort_r): Likewise.
1927         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
1928         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
1929
1930         [BZ #17570]
1931         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
1932         define as weak alias of __malloc_info.
1933
1934         [BZ #17584]
1935         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
1936         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1937         (__rewinddir): Use libc_hidden_def.
1938         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
1939         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1940         (__rewinddir): Use libc_hidden_def.
1941         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
1942         weak alias of __rewinddir.  Don't use libc_hidden_def.
1943         (__rewinddir): Use libc_hidden_def.
1944         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
1945         (__rewinddir): Use libc_hidden_proto.
1946         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
1947         rewinddir.
1948         (__getcwd): Use __rewinddir instead of rewinddir.
1949
1950         [BZ #17583]
1951         * libio/fileno.c (fileno): Rename to __fileno and define as weak
1952         alias of __fileno.  Use libc_hidden_weak.
1953         (__fileno): Use libc_hidden_def.
1954         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
1955         * libio/ftello.c (ftello): Rename to __ftello and define as weak
1956         alias of __ftello.
1957         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
1958         __ftello.
1959         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
1960         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
1961         libc_hidden_def.
1962         (fread_unlocked): Don't use libc_hidden_ver.
1963         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
1964         and define as weak alias of __fread_unlocked.  Don't use
1965         libc_hidden_def.
1966         (__fread_unlocked): Use libc_hidden_def.
1967         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
1968         (ftello): Don't use libc_hidden_proto.
1969         (__ftello): Declare.  Use libc_hidden_proto.
1970         (fread_unlocked): Don't use libc_hidden_proto.
1971         (__fread_unlocked): Declare.  Use libc_hidden_proto.
1972         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
1973         and __ftello instead of fileno, fread_unlocked and ftello.
1974
1975 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1976
1977         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
1978         GOT12.
1979         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1980         Likewise.
1981         (_dl_start_user): Likewise.
1982         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
1983
1984 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
1985             Siddhesh Poyarekar  <siddhesh@redhat.com>
1986
1987         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
1988         Move argv and envp down instead of moving argc up.
1989         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
1990
1991 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
1992
1993         [BZ #17506]
1994         * test-skeleton.c (main): Return successful if one of
1995         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
1996         * string/tst-strcoll-overflow.c: Define expected status.
1997
1998 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
1999
2000         [BZ #17475]
2001         * locale/iso-639.def: Define Bhili and Tulu language codes.
2002
2003 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2004
2005         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2006
2007 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2008
2009         [BZ #17555]
2010         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2011
2012 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2013
2014         * configure.ac: Updated check of minimal required version to
2015         2.22.
2016         * manual/install.texi (Tools for Compilation): Updated version
2017         number.
2018         * configure: Regenerated.
2019         * INSTALL: Likewise.
2020
2021 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2022
2023         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2024         __tls_get_addr.
2025
2026 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2027
2028         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2029         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2030         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2031         libc_hidden_weak.
2032         (waitpid): Define as alias of __waitpid.
2033         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2034         __waitpid.
2035         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2036         libc_hidden_weak.
2037         (waitpid): Define as alias of __waitpid.
2038         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2039         __libc_waitpid alias.
2040         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2041         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2042         Likewise.
2043         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2044         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2045         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2046         alias.
2047         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2048         __waitpid.
2049         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2050         libc_hidden_weak.
2051         (waitpid): Define as alias of __waitpid.
2052
2053 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2054
2055         * manual/llio.texi: Add comment that write safety has been
2056         fixed in Linux.
2057
2058         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2059         (localplt-build-dso): Add elf/ld.so.
2060         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2061         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2062         and free for ld.so.
2063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2064         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2066         Likewise.
2067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2068         Likewise.
2069         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2070         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2071         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2072         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2073         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2074         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2075         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2076         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2077         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2078         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2079         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2080
2081 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2082
2083         [BZ #14132]
2084         * include/libc-symbols.h (INTUSE): Remove macro.
2085         (INTDEF): Likewise.
2086         (INTVARDEF): Likewise.
2087         (_INTVARDEF): Likewise.
2088         (INTDEF2): Likewise.
2089         (INTVARDEF2): Likewise.
2090         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2091         rtld_hidden_def instead of INTVARDEF.
2092         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2093         (_dl_starting_up_internal): Remove declaration.
2094         (_dl_starting_up): Use rtld_hidden_proto.
2095         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2096         declaration.
2097         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2098         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2099         _dl_starting_up.
2100         * elf/dl-writev.h (_dl_writev): Likewise.
2101         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2102         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2103         _dl_starting_up_internal.
2104
2105 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2106
2107         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2108         test-skeleton.c.
2109
2110 2014-11-05  Will Newton  <will.newton@linaro.org>
2111
2112         * benchtests/Makefile: (bench-malloc): Add malloc thread
2113         scalability benchmark.
2114         * benchtests/bench-malloc-threads.c: New file.
2115
2116 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2117
2118         * sysdeps/aarch64/strchrnul.S: New file.
2119
2120 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2121
2122         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2123         definition.
2124         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2125         Likwise.
2126         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2127         Likewise.
2128         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2129         Likewise.
2130         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2131         Likewise.
2132         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2133         Likewise.
2134
2135 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2136
2137         * catgets/test-gencat.c: Use test-skeleton.c.
2138         * catgets/tst-catgets.c: Likewise.
2139         * csu/tst-empty.c: Likewise.
2140         * elf/tst-audit2.c: Likewise.
2141         * elf/tst-global1.c: Likewise.
2142         * elf/tst-pathopt.c: Likewise.
2143         * elf/tst-piemod1.c: Likewise.
2144         * elf/tst-tls10.c: Likewise.
2145         * elf/tst-tls11.c: Likewise.
2146         * elf/tst-tls12.c: Likewise.
2147         * gnulib/tst-gcc.c: Likewise.
2148         * iconvdata/tst-e2big.c: Likewise.
2149         * iconvdata/tst-loading.c: Likewise.
2150         * iconv/tst-iconv1.c: Likewise.
2151         * iconv/tst-iconv2.c: Likewise.
2152         * inet/test-inet6_opt.c: Likewise.
2153         * inet/tst-gethnm.c: Likewise.
2154         * inet/tst-network.c: Likewise.
2155         * inet/tst-ntoa.c: Likewise.
2156         * intl/tst-codeset.c: Likewise.
2157         * intl/tst-gettext2.c: Likewise.
2158         * intl/tst-gettext3.c: Likewise.
2159         * intl/tst-ngettext.c: Likewise.
2160         * intl/tst-translit.c: Likewise.
2161         * io/test-stat.c: Likewise.
2162         * libio/test-fmemopen.c: Likewise.
2163         * libio/tst-freopen.c: Likewise.
2164         * libio/tst-sscanf.c: Likewise.
2165         * libio/tst-ungetwc1.c: Likewise.
2166         * libio/tst-ungetwc2.c: Likewise.
2167         * libio/tst-widetext.c: Likewise.
2168         * localedata/tst-ctype.c: Likewise.
2169         * localedata/tst-digits.c: Likewise.
2170         * localedata/tst-leaks.c: Likewise.
2171         * localedata/tst-mbswcs1.c: Likewise.
2172         * localedata/tst-mbswcs2.c: Likewise.
2173         * localedata/tst-mbswcs3.c: Likewise.
2174         * localedata/tst-mbswcs4.c: Likewise.
2175         * localedata/tst-mbswcs5.c: Likewise.
2176         * localedata/tst-setlocale.c: Likewise.
2177         * localedata/tst-trans.c: Likewise.
2178         * localedata/tst-wctype.c: Likewise.
2179         * localedata/tst-xlocale1.c: Likewise.
2180         * login/tst-grantpt.c: Likewise.
2181         * malloc/tst-calloc.c: Likewise.
2182         * malloc/tst-malloc.c: Likewise.
2183         * malloc/tst-mallocstate.c: Likewise.
2184         * malloc/tst-mcheck.c: Likewise.
2185         * malloc/tst-mtrace.c: Likewise.
2186         * malloc/tst-obstack.c: Likewise.
2187         * math/atest-exp2.c: Likewise.
2188         * math/atest-exp.c: Likewise.
2189         * math/atest-sincos.c: Likewise.
2190         * math/test-matherr.c: Likewise.
2191         * math/test-misc.c: Likewise.
2192         * math/test-powl.c: Likewise.
2193         * math/tst-definitions.c: Likewise.
2194         * misc/tst-dirname.c: Likewise.
2195         * misc/tst-efgcvt.c: Likewise.
2196         * misc/tst-fdset.c: Likewise.
2197         * misc/tst-hsearch.c: Likewise.
2198         * misc/tst-mntent2.c: Likewise.
2199         * nptl/tst-sem7.c: Likewise.
2200         * nptl/tst-sem8.c: Likewise.
2201         * nptl/tst-sem9.c: Likewise.
2202         * nss/test-netdb.c: Likewise.
2203         * posix/tst-fnmatch.c: Likewise.
2204         * posix/tst-getlogin.c: Likewise.
2205         * posix/tst-gnuglob.c: Likewise.
2206         * posix/tst-mmap.c: Likewise.
2207         * pwd/tst-getpw.c: Likewise.
2208         * resolv/tst-inet_ntop.c: Likewise.
2209         * rt/tst-timer.c: Likewise.
2210         * stdio-common/test-fseek.c: Likewise.
2211         * stdio-common/test-popen.c: Likewise.
2212         * stdio-common/test-vfprintf.c: Likewise.
2213         * stdio-common/tst-cookie.c: Likewise.
2214         * stdio-common/tst-fileno.c: Likewise.
2215         * stdio-common/tst-gets.c: Likewise.
2216         * stdio-common/tst-obprintf.c: Likewise.
2217         * stdio-common/tst-perror.c: Likewise.
2218         * stdio-common/tst-sprintf2.c: Likewise.
2219         * stdio-common/tst-sprintf3.c: Likewise.
2220         * stdio-common/tst-sprintf.c: Likewise.
2221         * stdio-common/tst-swprintf.c: Likewise.
2222         * stdio-common/tst-tmpnam.c: Likewise.
2223         * stdio-common/tst-unbputc.c: Likewise.
2224         * stdio-common/tst-wc-printf.c: Likewise.
2225         * stdlib/tst-environ.c: Likewise.
2226         * stdlib/tst-fmtmsg.c: Likewise.
2227         * stdlib/tst-limits.c: Likewise.
2228         * stdlib/tst-rand48-2.c: Likewise.
2229         * stdlib/tst-rand48.c: Likewise.
2230         * stdlib/tst-random2.c: Likewise.
2231         * stdlib/tst-random.c: Likewise.
2232         * stdlib/tst-strtol.c: Likewise.
2233         * stdlib/tst-strtoll.c: Likewise.
2234         * stdlib/tst-tls-atexit.c: Likewise.
2235         * stdlib/tst-xpg-basename.c: Likewise.
2236         * string/test-ffs.c: Likewise.
2237         * string/tst-bswap.c: Likewise.
2238         * string/tst-inlcall.c: Likewise.
2239         * string/tst-strtok.c: Likewise.
2240         * string/tst-strxfrm.c: Likewise.
2241         * sysdeps/x86_64/tst-audit10.c: Likewise.
2242         * sysdeps/x86_64/tst-audit3.c: Likewise.
2243         * sysdeps/x86_64/tst-audit4.c: Likewise.
2244         * sysdeps/x86_64/tst-audit5.c: Likewise.
2245         * time/tst-ftime_l.c: Likewise.
2246         * time/tst-getdate.c: Likewise.
2247         * time/tst-mktime3.c: Likewise.
2248         * time/tst-mktime.c: Likewise.
2249         * time/tst-posixtz.c: Likewise.
2250         * time/tst-strptime2.c: Likewise.
2251         * time/tst-strptime3.c: Likewise.
2252         * wcsmbs/tst-btowc.c: Likewise.
2253         * wcsmbs/tst-mbrtowc.c: Likewise.
2254         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2255         * wcsmbs/tst-wchar-h.c: Likewise.
2256         * wcsmbs/tst-wcpncpy.c: Likewise.
2257         * wcsmbs/tst-wcrtomb.c: Likewise.
2258         * wcsmbs/tst-wcsnlen.c: Likewise.
2259         * wcsmbs/tst-wcstof.c: Likewise.
2260
2261 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2262
2263         [BZ #14132]
2264         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2265         INTDEF.
2266         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2267         declaration.
2268         (_dl_mcount): Use rtld_hidden_proto.
2269         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2270         _dl_mcount.
2271         * elf/rtld.c (_rtld_global_ro): Likewise.
2272
2273         [BZ #14132]
2274         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2275         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2276         of _dl_init_internal.
2277         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2278         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2279         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2280         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2281         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2282         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2283         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2284         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2285         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2286         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2287         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2288         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2289         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2290         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2291         * sysdeps/tile/dl-start.S (_start): Likewise.
2292         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2293         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2294
2295         [BZ #14132]
2296         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2297         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2298         (rtld_progname): Make macro definition unconditional.
2299         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2300         INTDEF.
2301         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2302         (dl_main): Likewise.
2303         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2304         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2305         instead of _dl_argv_internal.
2306         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2307         __GI__dl_argv instead of INTUSE(_dl_argv).
2308         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2309         __GI__dl_argv instead of _dl_argv_internal.
2310
2311         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2312         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2313         macro.
2314         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2315         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2316         New macro.
2317         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2318         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2319         macro.
2320         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2321         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2322
2323 2014-11-04  Andreas Schwab  <schwab@suse.de>
2324
2325         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2326
2327 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2328
2329         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2330         mtvsrd instruction in binary form.
2331
2332 2014-11-03  Andreas Schwab  <schwab@suse.de>
2333
2334         [BZ #17522]
2335         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2336         for less than MB_LEN_MAX use a local buffer of that size.
2337         * libio/tst-fputws.c: New file.
2338         * libio/Makefile (tests): Add tst-fputws.
2339
2340 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2341
2342         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2343         the size of the fpu_fr.fpu_dregs[] array.
2344
2345 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2346
2347         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2348         (__nanosleep): Do not define as alias.
2349         (nanosleep): Define as alias of __nanosleep.
2350         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2351         __libc_nanosleep name.
2352
2353 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2354
2355         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2356         install.texi in comment.
2357
2358 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2359
2360         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2361         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2362         ... add here and use lwsync or sync ...
2363         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2364         ... and add here using lwsync.
2365
2366 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2367
2368         * elf/dl-machine-reject-phdr.h: New file.
2369         * elf/dl-load.c: #include that.
2370         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2371         if that returned true.
2372
2373 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2374
2375         [BZ #17496]
2376         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2377         gen-as-const-headers chunk.  Add a big scare comment after the last
2378         safe place to touch before-compile.
2379
2380 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2381
2382         * manual/install.texi (Tools for Compilation): Update autoconf
2383         version requirements.
2384         * INSTALL: Regenerated.
2385
2386         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2387         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2388         (__libc_pselect): Likewise.
2389
2390         [BZ #14138]
2391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2395
2396 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2397
2398         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2399         correct barrier instruction.
2400         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2401         Likewise.
2402         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2403         Likewise.
2404
2405 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2406
2407         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2408         after defining inlines.  Instead, just use parens to defeat macro
2409         expansion of __isctype in its declaration.
2410
2411 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2412
2413         * include/sys/uio.h (__libc_readv): Remove declaration.
2414         (__libc_writev): Likewise.
2415         * misc/readv.c (__libc_readv): Rename to __readv.
2416         (__readv): Do not define as alias.
2417         (readv): Define as alias of __readv.
2418         * misc/writev.c (__libc_writev): Rename to __writev.
2419         (__writev): Do not define as alias.
2420         (writev): Define as alias of __writev.
2421         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2422         (__readv): Do not define as alias.
2423         (readv): Define unconditionally as alias of __readv.
2424         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2425         (__writev): Do not define as alias.
2426         (writev): Define unconditionally as alias of __writev.
2427         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2428         name.
2429         (writev): Do not define __libc_writev name.
2430
2431 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2432
2433         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2434         (convert_charseq): New function, broken out of ...
2435         (use_from_charmap): ... here.  Call it.
2436         (use_to_charmap): Use convert_charseq and free instead of duplicating
2437         its code with a variable-length stack struct.
2438
2439 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2440
2441         * include/fcntl.h (__libc_creat): Remove declaration.
2442         * io/creat.c (__libc_creat): Rename to creat.
2443         (creat): Do not define as alias.
2444         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2445         of creat instead of __libc_creat.
2446         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2447         to creat.
2448         (creat): Do not define as alias.
2449         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2450         __libc_creat.
2451         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2452         __libc_creat name.
2453         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2454         Likewise.
2455
2456 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2457
2458         * manual/llio.texi: Add comments discussing why write() may be
2459         considered MT-unsafe on Linux.
2460
2461 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2462
2463         * dl-load.c (local_strdup): Remove.
2464         (expand_dynamic_string_token): Use __strdup.
2465         (decompose_rpath): Likewise.
2466         (_dl_map_object): Likewise.
2467
2468 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2469
2470         [BZ #14132]
2471         * sysdeps/generic/unwind-dw2-fde.c
2472         (__register_frame_info_bases_internal): Do not declare.
2473         (__register_frame_info_table_bases_internal): Likewise.
2474         (__deregister_frame_info_bases_internal): Likewise.
2475         (__register_frame_info_bases): Declare and use hidden_proto before
2476         definition.  Use hidden_def instead of INTDEF.
2477         (__register_frame_info_table_bases): Likewise.
2478         (__deregister_frame_info_bases): Likewise.
2479         (__register_frame_info): Do not use INTUSE.
2480         (__register_frame): Likewise.
2481         (__register_frame_info_table): Likewise.
2482         (__register_frame_table): Likewise.
2483         (__deregister_frame_info): Likewise.
2484         (__deregister_frame): Likewise.
2485
2486 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2487
2488         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2489         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2490         not undefine.
2491         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2492         Likewise.
2493         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2494         Likewise.
2495
2496 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2497
2498         [BZ #14138]
2499         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2500         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2501         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2502         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2503         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2504         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2505         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2506         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2507         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2508         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2509         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2510         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2511         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2512         syscall.
2513         (setfsuid): Likewise.
2514         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2515         (setfsuid): Likewise.
2516         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2517         (setfsuid): Likewise.
2518         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2519         Likewise.
2520         (setfsuid): Likewise.
2521         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2522         (setfsuid): Likewise.
2523         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2524         Likewise.
2525         (setfsuid): Likewise.
2526
2527 2014-10-27  Andreas Schwab  <schwab@suse.de>
2528
2529         [BZ #17501]
2530         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2531         check for Slow_SSE4_2 feature bit.
2532         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2533         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2534         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2535         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2536
2537 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2538
2539         * configure.ac: Validate compiler version with a empirical test of
2540         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2541         $CC -v output.
2542         * configure: Regenerated.
2543
2544         * inet/htons.c (htons): Prototypify.
2545         * inet/htonl.c (htonl): Likewise.
2546
2547 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2548
2549         * string/strncat.c (strncat): Improve performance by using strlen.
2550
2551 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2552
2553         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2554
2555 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2556
2557         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2558         Call libc_fetestexcept_aarch64.
2559
2560 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2561
2562         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2563         Call libc_feholdexcept_aarch64.
2564
2565 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2566
2567         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2568         Call get_rounding_mode.
2569
2570 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2571
2572         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2573         Simplify logic.
2574
2575 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2576
2577         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2578         Simplify logic.
2579
2580 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2581
2582         [BZ #14138]
2583         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2584         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2585         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2586         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2587         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2588         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2589         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2590         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2591         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2592         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2593         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2594         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2595         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2596         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2597         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2598         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2599         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2600         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2601         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2602         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2603         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2604         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2605         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2606         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2607         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2608         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2609         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2610         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2611         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2612         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2613         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2614         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2615         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2616         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2617         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2618         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2619         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2620         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2621         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2622         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2623         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2624         syscall.
2625         (geteuid): Likewise.
2626         (getgid): Likewise.
2627         (getuid): Likewise.
2628         (getresgid): Likewise.
2629         (getresuid): Likewise.
2630         (getgroups): Likewise.
2631         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2632         (geteuid): Likewise.
2633         (getgid): Likewise.
2634         (getuid): Likewise.
2635         (getresgid): Likewise.
2636         (getresuid): Likewise.
2637         (getgroups): Likewise.
2638         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2639         (geteuid): Likewise.
2640         (getgid): Likewise.
2641         (getuid): Likewise.
2642         (getresgid): Likewise.
2643         (getresuid): Likewise.
2644         (getgroups): Likewise.
2645         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2646         Likewise.
2647         (geteuid): Likewise.
2648         (getgid): Likewise.
2649         (getuid): Likewise.
2650         (getresgid): Likewise.
2651         (getresuid): Likewise.
2652         (getgroups): Likewise.
2653         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2654         (geteuid): Likewise.
2655         (getgid): Likewise.
2656         (getuid): Likewise.
2657         (getresgid): Likewise.
2658         (getresuid): Likewise.
2659         (getgroups): Likewise.
2660         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2661         Likewise.
2662         (geteuid): Likewise.
2663         (getgid): Likewise.
2664         (getuid): Likewise.
2665         (getgroups): Likewise.
2666
2667         [BZ #14138]
2668         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2669         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2670         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2671         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2672         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2673         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2674         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2675         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2676         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2677         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2678         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2679         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2680         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2681         __chown.
2682         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2683         (lchown): Likewise.
2684         (fchown): Likewise.
2685         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2686         Likewise.
2687         (lchown): Likewise.
2688         (fchown): Likewise.
2689         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2690         (lchown): Likewise.
2691         (fchown): Likewise.
2692         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2693         Likewise.
2694         (lchown): Likewise.
2695         (fchown): Likewise.
2696
2697 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2698
2699         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2700         Simplify logic.
2701
2702 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2703
2704         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2705         Cleanup logic.
2706
2707 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2708
2709         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2710         Remove unused include.
2711
2712 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2713
2714         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2715         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2716         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2717         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2718
2719 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
2720             Helge Deller <deller@gmx.de>
2721
2722         [BZ #17508]
2723         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2724         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2725         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2726
2727 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
2728
2729         [BZ #14132]
2730         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2731         Remove macro definition.
2732         (__ashrdi3_v_glibc20): Likewise.
2733         (__lshrdi3_v_glibc20): Likewise.
2734         (__cmpdi2_v_glibc20): Likewise.
2735         (__ucmpdi2_v_glibc20): Likewise.
2736         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2737         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2738         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2739         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2740         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2741         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2742
2743 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2744
2745         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
2746         old GNU extension [0] syntax.
2747         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
2748         alloca rather than an array member with variable length.
2749         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
2750         * nscd/nscd.c (invalidate_db): New function, broken out of ...
2751         (parse_opt): ... here.  Likewise use alloca there.
2752         Validate the -i argument before checking for rootness.
2753         (send_shutdown): New function, broken out of ...
2754         (parse_opt): ... here.
2755
2756 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2757
2758         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
2759         macro to get at the _rt_local_ro field.
2760         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
2761         ([PIC] case) or _dl_hwcap ([!PIC] case).
2762         * sysdeps/arm/setjmp.S: Likewise.
2763
2764         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
2765         * sysdeps/arm/configure.ac: New check to define it.
2766         * sysdeps/arm/configure: Regenerated.
2767         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
2768         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
2769         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
2770         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
2771         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
2772         Use move/movt pair instead of a load.
2773         (LDST_GLOBAL): Macro removed.
2774         (LDR_GLOBAL): New macro replaces it.
2775         (LDR_HIDDEN): New macro.
2776         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
2777         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
2778
2779         * setjmp/tst-setjmp-static.c: New file.
2780         * setjmp/Makefile (tests): Add it.
2781         (tests-static): New variable.
2782
2783 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
2784
2785         [BZ #17485]
2786         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
2787
2788 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
2789
2790         [BZ #14132]
2791         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
2792
2793 2014-10-21  Roland McGrath  <roland@hack.frob.com>
2794
2795         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
2796
2797 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2798
2799         * io/fts.c (dirent_not_directory): New function.
2800         (fts_build): Call it.
2801
2802 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2803
2804         * nptl/version.c (__nptl_main): Use normal __write rather than
2805         INTERNAL_SYSCALL.
2806         (banner): Update copyright years.
2807
2808         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
2809         gettimeofday.
2810         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2811         * nptl/pthread_cond_timedwait.c: Likewise.
2812         * nptl/pthread_mutex_timedlock.c: Likewise.
2813         * nptl/sem_timedwait.c: Likewise.
2814
2815         * sysdeps/nptl/bits/libc-lock.h
2816         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
2817         (__libc_lock_init_recursive): Return void, not 0.
2818         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
2819         (__libc_rwlock_init): Likewise.
2820         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
2821
2822 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2823
2824         [BZ #15215]
2825         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
2826         (__pthread_once_slow): ... here.
2827         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
2828         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
2829
2830 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2831
2832         [BZ #15215]
2833         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
2834         __PTHREAD_ONCE_FORK_GEN_INCR): New.
2835         * sysdeps/nptl/fork.c (__libc_fork): Use them.
2836         * nptl/pthread_once.c (__pthread_once): Likewise.
2837         Update comments.
2838
2839 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
2840
2841         [BZ #14138]
2842         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
2843         name.
2844         (writev): Use __libc_writev as strong name.
2845         * sysdeps/unix/sysv/linux/readv.c: Remove file.
2846         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2847
2848 2014-10-17  Roland McGrath  <roland@hack.frob.com>
2849
2850         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
2851
2852         * sysdeps/i386/nptl/tls.h
2853         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
2854         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
2855         New macros.
2856         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
2857         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
2858         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
2859         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
2860         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
2861         Call CHECK_THREAD_SYSINFO instead of doing an assert.
2862
2863         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2864         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
2865         on [__NR_futex].
2866         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
2867         broken out of ...
2868         (__pthread_mutex_init): ... here.  Call it.
2869         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
2870         Conditionalize PI cases on [__NR_futex].
2871         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
2872         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
2873         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
2874
2875         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
2876         conditional on [SIGSETXID].
2877         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
2878         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
2879         is defined.  Likewise for SIGSETXID.
2880         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
2881         Conditionalize definitions on [SIGSETXID].
2882         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
2883         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
2884         unblocking on [SIGCANCEL].
2885
2886         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
2887         [__NR_set_robust_list].
2888
2889 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2890
2891         * string/strcoll_l.c (get_next_seq): Fix up formatting.
2892         (do_compare): Likewise.
2893
2894 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
2895
2896         [BZ #15884]
2897         * string/strcoll_l.c: Don't include stdio.h.
2898         (coll_seq): Remove members idxarr and rulearr.
2899         (get_next_seq_cached): Remove function.
2900         (get_next_seq): Likewise.
2901         (get_next_seq_nocache): Rename to get_next_seq.
2902         (do_compare): Remove function.
2903         (do_compare_nocache): Rename to do_compare.
2904         (STRCOLL): Remove weight and rules cache.
2905
2906 2014-10-16  Roland McGrath  <roland@hack.frob.com>
2907
2908         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
2909         * sysdeps/arm/sfp-machine.h: ... to here.
2910         * sysdeps/arm/Implies: Remove arm/soft-fp.
2911
2912 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
2913
2914         * conform/data/sys/utsname.h-data (*_t): Allow.
2915         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
2916         [POSIX] (WEXITED): Do not expect constant.
2917         [POSIX] (WSTOPPED): Likewise.
2918         [POSIX] (WNOHANG): Likewise.
2919         [POSIX] (WNOWAIT): Likewise.
2920         [POSIX] (siginfo_t): Do not expect type or elements.
2921         [POSIX] (pid_t): Do not expect type.
2922         [POSIX] (signal.h): Do not allow header.
2923         [POSIX] (sys/resource.h): Likewise.
2924         [POSIX] (si_*): Do not allow pattern.
2925         [POSIX] (W*): Likewise.
2926         [POSIX] (P_*): Likewise.
2927         [POSIX] (BUS_*): Likewise.
2928         [POSIX] (CLD_*): Likewise.
2929         [POSIX] (FPE_*): Likewise.
2930         [POSIX] (ILL_*): Likewise.
2931         [POSIX] (POLL_*): Likewise.
2932         [POSIX] (SEGV_*): Likewise.
2933         [POSIX] (SI_*): Likewise.
2934         [POSIX] (TRAP_*): Likewise.
2935         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
2936         variable.
2937
2938 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2939
2940         [BZ #12926]
2941         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
2942         infinite loop when __recvmsg returns 0.
2943
2944 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
2945
2946         * CANCEL-FCT-WAIVE: Remove file.
2947         * CANCEL-FILE-WAIVE: Likewise.
2948
2949         [BZ #14132]
2950         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
2951         instead of INTVARDEF.
2952         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2953         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
2954         rtld_hidden_data_def instead of INTVARDEF.
2955         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2956         * elf/dl-deps.c (expand_dst): Likewise.
2957         * elf/dl-load.c (_dl_dst_count): Likewise.
2958         (_dl_dst_substitute): Likewise.
2959         (decompose_rpath): Likewise.
2960         (_dl_init_paths): Likewise.
2961         (open_path): Likewise.
2962         (_dl_map_object): Likewise.
2963         * elf/rtld.c (dl_main): Likewise.
2964         (process_dl_audit): Likewise.
2965         (process_envvars): Likewise.
2966         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
2967         Remove declaration.
2968         (__libc_enable_secure): Use rtld_hidden_proto.
2969
2970 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
2971
2972         * elf/dl-load.c
2973         (add_path): New function broken out of _dl_rtld_di_serinfo.
2974         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
2975
2976 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
2977
2978         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
2979         parentheses around macro arguments.
2980         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
2981         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
2982         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
2983         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
2984         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
2985         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2986         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2987         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
2988         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
2989         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
2990         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
2991         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
2992         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
2993         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
2994         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
2995         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
2996         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
2997         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
2998         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
2999         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3000         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3001         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3002         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3003         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3004         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3005         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3006         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3007         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3008         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3009         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3010         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3011         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3012         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3013         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3014         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3015         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3016         Likewise.
3017         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3018         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3019         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3020         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3021         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3022         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3023         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3024         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3025         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3026         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3027         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3028         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3029         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3030         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3031         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3032         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3033         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3034         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3035         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3036         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3037         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3038         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3039         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3040         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3041         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3042         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3043         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3044         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3045         (_FP_FRAC_SRS_1): Likewise.
3046         (_FP_FRAC_CLZ_1): Likewise.
3047         (_FP_MUL_MEAT_1_imm): Likewise.
3048         (_FP_MUL_MEAT_1_wide): Likewise.
3049         (_FP_MUL_MEAT_1_hard): Likewise.
3050         (_FP_SQRT_MEAT_1): Likewise.
3051         (_FP_FRAC_ASSEMBLE_1): Likewise.
3052         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3053         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3054         (__FP_CLZ_2): Likewise.
3055         (_FP_MUL_MEAT_2_wide): Likewise.
3056         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3057         (_FP_MUL_MEAT_2_gmp): Likewise.
3058         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3059         (_FP_SQRT_MEAT_2): Likewise.
3060         (_FP_FRAC_ASSEMBLE_2): Likewise.
3061         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3062         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3063         (_FP_FRAC_CLZ_4): Likewise.
3064         (_FP_MUL_MEAT_4_wide): Likewise.
3065         (_FP_MUL_MEAT_4_gmp): Likewise.
3066         (_FP_SQRT_MEAT_4): Likewise.
3067         (_FP_FRAC_ASSEMBLE_4): Likewise.
3068         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3069         * soft-fp/op-common.h (_FP_CMP): Likewise.
3070         (_FP_CMP_EQ): Likewise.
3071         (_FP_CMP_UNORD): Likewise.
3072         (_FP_TO_INT): Likewise.
3073         (_FP_FROM_INT): Likewise.
3074         [!__FP_CLZ] (__FP_CLZ): Likewise.
3075         (_FP_DIV_HELP_imm): Likewise.
3076         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3077         Likewise.
3078         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3079         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3080         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3081         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3082         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3083         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3084         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3085         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3086         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3087         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3088         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3089         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3090         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3091         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3092         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3093         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3094         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3095         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3096         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3097         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3098         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3099         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3100         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3101         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3102         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3103         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3104         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3105         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3106         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3107         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3108         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3109         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3110         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3111         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3112         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3113         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3114         (FP_UNPACK_RAW_SP): Likewise.
3115         (FP_PACK_RAW_S): Likewise.
3116         (FP_PACK_RAW_SP): Likewise.
3117         (FP_UNPACK_S): Likewise.
3118         (FP_UNPACK_SP): Likewise.
3119         (FP_UNPACK_SEMIRAW_S): Likewise.
3120         (FP_UNPACK_SEMIRAW_SP): Likewise.
3121         (FP_PACK_S): Likewise.
3122         (FP_PACK_SP): Likewise.
3123         (FP_PACK_SEMIRAW_S): Likewise.
3124         (FP_PACK_SEMIRAW_SP): Likewise.
3125         (_FP_SQRT_MEAT_S): Likewise.
3126         (FP_CMP_S): Likewise.
3127         (FP_CMP_EQ_S): Likewise.
3128         (FP_CMP_UNORD_S): Likewise.
3129         (FP_TO_INT_S): Likewise.
3130         (FP_FROM_INT_S): Likewise.
3131
3132         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3133
3134         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3135         (FP_EX_INVALID_IMZ): Likewise.
3136         (FP_EX_INVALID_IMZ_FMA): Likewise.
3137         (FP_EX_INVALID_ISI): Likewise.
3138         (FP_EX_INVALID_ZDZ): Likewise.
3139         (FP_EX_INVALID_IDI): Likewise.
3140         (FP_EX_INVALID_SQRT): Likewise.
3141         (FP_EX_INVALID_CVI): Likewise.
3142         (FP_EX_INVALID_VC): Likewise.
3143         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3144         "invalid" exceptions.
3145         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3146         (_FP_ADD_INTERNAL): Likewise.
3147         (_FP_MUL): Likewise.
3148         (_FP_FMA): Likewise.
3149         (_FP_DIV): Likewise.
3150         (_FP_CMP_CHECK_NAN): Likewise.
3151         (_FP_SQRT): Likewise.
3152         (_FP_TO_INT): Likewise.
3153         (FP_EXTEND): Likewise.
3154
3155 2014-10-09  Allan McRae  <allan@archlinux.org>
3156
3157         * po/fr.po: Update French translation from translation project.
3158
3159 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3160
3161         [BZ #14132]
3162         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3163         of INTDEF.
3164         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3165         (__cxa_atexit): Use libc_hidden_proto.
3166         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3167
3168         [BZ #14132]
3169         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3170         declaration.
3171         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3172         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3173         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3174         [!_ISOMAC] (__iswctype_internal): Likewise.
3175         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3176         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3177         alias.
3178         (fcntl): Remove __fcntl_internal alias.
3179         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3180         __connect_internal alias.
3181         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3182         Likewise.
3183
3184         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3185         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3186         FP_DENORM_ZERO.
3187         (_FP_CHECK_FLUSH_ZERO): New macro.
3188         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3189         (_FP_CMP): Likewise.
3190         (_FP_CMP_EQ): Likewise.
3191         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3192         FP_DENORM_ZERO.
3193         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3194         (FP_TRUNC): Likewise.
3195
3196         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3197         treated as invalid conversion, not as normal exponent.
3198
3199         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3200         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3201         (_FP_CMP_EQ): Likewise.
3202         (_FP_CMP_UNORD): Likewise.
3203         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3204         (FP_CMP_EQ_D): Likewise.
3205         (FP_CMP_UNORD_D): Likewise.
3206         * soft-fp/extended.h (FP_CMP_E): Likewise.
3207         (FP_CMP_EQ_E): Likewise.
3208         (FP_CMP_UNORD_E): Likewise.
3209         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3210         (FP_CMP_EQ_Q): Likewise.
3211         (FP_CMP_UNORD_Q): Likewise.
3212         * soft-fp/single.h (FP_CMP_S): Likewise.
3213         (FP_CMP_EQ_S): Likewise.
3214         (FP_CMP_UNORD_S): Likewise.
3215         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3216         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3217         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3218         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3219         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3220         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3221         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3222         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3223         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3224         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3225         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3226         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3227         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3228         to FP_CMP_Q.
3229         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3230         FP_CMP_Q.
3231         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3232         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3233         FP_CMP_EQ_Q.
3234         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3235         FP_CMP_Q.
3236         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3237         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3238         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3239         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3240         FP_CMP_EQ_Q.
3241         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3242         FP_CMP_Q.
3243         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3244         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3245         FP_CMP_EQ_Q.
3246         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3247         FP_CMP_Q.
3248         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3249         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3250         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3251         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3252         FP_CMP_EQ_Q.
3253
3254         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3255         a subnormal result, set the underflow exception if trapping on
3256         underflow is enabled.
3257         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3258         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3259         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3260         redefine to 0.
3261         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3262         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3263         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3264         * soft-fp/extendxftf2.c (__extendxftf2): Use
3265         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3266
3267         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3268         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3269         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3270         FP_HANDLE_EXCEPTIONS.
3271         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3272         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3273         FP_HANDLE_EXCEPTIONS.
3274         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3275         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3276         FP_HANDLE_EXCEPTIONS.
3277         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3278         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3279         FP_HANDLE_EXCEPTIONS.
3280
3281 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3282
3283         [BZ #14132]
3284         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3285         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3286         use INTUSE.
3287         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3288         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3289         Remove alias.
3290         (__adjtimex): Define using libc_hidden_ver.
3291         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3292         Remove declaration.
3293         (ntp_gettime): Call __adjtimex directly.
3294         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3295         Remove declaration.
3296         (ntp_gettimex): Call __adjtimex directly.
3297         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3298         __adjtimex_internal alias.
3299
3300 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3301
3302         [BZ #17460]
3303         * nscd/nscd.c (more_help): Rewrite list of tables collection
3304         using xstrdup and asprintf.
3305
3306         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3307
3308 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3309             Roland McGrath  <roland@hack.frob.com>
3310
3311         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3312         (do_lookup_unique): ... local function 'enter' here; update callers.
3313
3314 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3315
3316         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3317         compat_symbol calls on [SHARED].
3318         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3319         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3320         Remove.
3321         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3322         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3323         (oldsetrlimit): Remove.
3324         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3326         (lchown): New syscall entry.
3327         (oldsetrlimit): Remove.
3328         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3329         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3330         (oldsetrlimit): Remove.
3331         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3332
3333         [BZ #14138]
3334         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3335         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3336         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3337         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3338         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3339         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3340         (fchown): Likewise.
3341         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3342         (fchown): Likewise.
3343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3344         Likewise.
3345
3346 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3347
3348         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3349         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3350         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3351         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3352         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3353         Likewise.
3354         (__old_sem_post): Likewise.
3355
3356 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3357
3358         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3359         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3360         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3361         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3362         Use INLINE_VSYSCALL macro.
3363         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3364         __vdso_clock_gettime.
3365         * sysdeps/unix/sysv/linux/tile/init-first.c
3366         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3367         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3368         __vdso_clock_gettime.
3369
3370         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3371         to set up frame more cleanly.
3372
3373         * sysdeps/tile/memcmp.c: New file.
3374
3375         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3376
3377         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3378         * sysdeps/tile/tilegx/strcasestr.c: New file.
3379         * sysdeps/tile/tilegx/strnlen.c: New file.
3380         * sysdeps/tile/tilegx/strstr.c: New file.
3381
3382         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3383
3384 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3385
3386         * nptl/tst-setuid3.c: Write errors to stdout.
3387
3388 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3389
3390         * elf/dl-deps.c
3391         (preload): New functions broken out of _dl_map_object_deps.
3392         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3393
3394 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3395
3396         [BZ #14138]
3397         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3398         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3399
3400 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3401
3402         * sysdeps/mips/strcmp.S: New.
3403
3404 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3405
3406         [BZ #14138]
3407         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3408         (linkat): Likewise.
3409         (mkdirat): Likewise.
3410         (readlinkat): Likewise.
3411         (renameat): Likewise.
3412         (symlinkat): Likewise.
3413         (unlinkat): Likewise.
3414         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3415         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3416         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3417         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3418         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3419         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3420         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3421
3422 2014-09-30  Will Newton  <will.newton@linaro.org>
3423
3424         * math/math.h: Define long double math functions if
3425         _LIBC_TEST is defined.
3426         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3427
3428         * localedata/Makefile: Move assignment to tests-special
3429         into an ifdef testing run-built-tests.
3430         * timezone/Makefile: Likewise.
3431
3432 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3433
3434         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3435         with $(BASH) not $(SHELL).
3436
3437 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3438             Matthew LeGendre  <legendre1@llnl.gov>
3439
3440         [BZ #17411]
3441         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3442         l_reloc_result.
3443
3444 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3445
3446         * stdio-common/printf_fp.c
3447         (hack_digit): New function, broken out of ...
3448         (__printf_fp): ... local function here.  Update call sites.
3449         hack_digit now takes an additional parameter that is a pointer
3450         to a struct of the referenced locals.  Those locals moved inside
3451         the struct and references updated.
3452
3453 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3454
3455         * aclocal.m4: Require autoconf 2.69.
3456         * configure: Regenerated.
3457         * sysdeps/aarch64/configure: Likewise.
3458         * sysdeps/alpha/configure: Likewise.
3459         * sysdeps/arm/armv7/configure: Likewise.
3460         * sysdeps/arm/configure: Likewise.
3461         * sysdeps/ia64/configure: Likewise.
3462         * sysdeps/mach/configure: Likewise.
3463         * sysdeps/mips/configure: Likewise.
3464         * sysdeps/s390/configure: Likewise.
3465         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3467
3468         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3469         file.
3470         * sysdeps/ia64/configure.ac: Likewise.
3471
3472 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3473
3474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3475         specify symbol version for ld.so.  Do not include entry for
3476         libpthread.
3477         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3478         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3479         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3480
3481         [BZ #14171]
3482         * Makeconfig [$(build-shared) = yes]
3483         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3484         makefiles.
3485         [$(build-shared) = yes && $(soversions.mk-done) = t]
3486         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3487         [$(build-shared) = yes && $(soversions.mk-done) = t]
3488         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3489         to Makerules.
3490         [$(build-shared) = yes && $(soversions.mk-done) = t]
3491         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3492         here.
3493         [$(build-shared) = yes && $(soversions.mk-done) = t]
3494         (common-generated): Don't append gnu/lib-names.h and
3495         gnu/lib-names.stmp here.
3496         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3497         (lib-names-h-abi): New variable.
3498         [$(build-shared) = yes && $(soversions.mk-done) = t]
3499         (lib-names-stmp-abi): Likewise.
3500         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3501         abi-variants] (before-compile): Append
3502         $(common-objpfx)$(lib-names-h-abi).
3503         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3504         abi-variants] (common-generated): Append gnu/lib-names.h.
3505         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3506         abi-variants] (install-others-nosubdir): Depend on
3507         $(inst_includedir)/$(lib-names-h-abi).
3508         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3509         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3510         [$(build-shared) = yes && $(soversions.mk-done) = t]
3511         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3512         [$(build-shared) = yes && $(soversions.mk-done) = t]
3513         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3514         [$(build-shared) = yes && $(soversions.mk-done) = t]
3515         (common-generated): Append $(lib-names-h-abi) and
3516         $(lib-names-stmp-abi).
3517         * scripts/lib-names.awk: Do not handle multi being set.
3518         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3519         Remove variable.
3520         (abi-lp64_be-ld-soname): Likewise.
3521         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3522         Likewise.
3523         (abi-hard-ld-soname): Likewise.
3524         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3525         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3526         Remove variable.
3527         (abi-o32_hard-ld-soname): Likewise.
3528         (abi-o32_soft_2008-ld-soname): Likewise.
3529         (abi-o32_hard_2008-ld-soname): Likewise.
3530         (abi-n32_soft-ld-soname): Likewise.
3531         (abi-n32_hard-ld-soname): Likewise.
3532         (abi-n32_soft_2008-ld-soname): Likewise.
3533         (abi-n32_hard_2008-ld-soname): Likewise.
3534         (abi-n64_soft-ld-soname): Likewise.
3535         (abi-n64_hard-ld-soname): Likewise.
3536         (abi-n64_soft_2008-ld-soname): Likewise.
3537         (abi-n64_hard_2008-ld-soname): Likewise.
3538         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3539         Likewise.
3540         (abi-64-v2-ld-soname): Likewise.
3541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3542         ld.so entries.
3543         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3544         variable.
3545         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3546         entry.
3547         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3548         variable.
3549         (abi-64-ld-soname): Likewise.
3550         (abi-x32-ld-soname): Likewise.
3551         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3552         entry.
3553         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3554
3555 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3556
3557         [BZ #14138]
3558         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3559         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3560         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3561         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3562         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3563         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3564         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3565         syscall entry for GLIBC_2.2 symbol version.
3566         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3567         Likewise.
3568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3569         (setrlimit): Likewise.
3570         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3571         Likewise.
3572
3573 2014-09-23  Will Newton  <will.newton@linaro.org>
3574
3575         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3576         _LINUX_ARM_SYSDEP_H include guard too.
3577         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3578         define.
3579
3580 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3581
3582         * sysdeps/unix/sysv/linux/eventfd.c:
3583         Make first argument unsigned.
3584         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3585         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3586
3587 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3588
3589         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3590         * socket/sys/socket.h: Likewise
3591         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3592
3593 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3594
3595         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3596
3597 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3598
3599         * time/tst-ftime.c: New test.
3600         * time/Makefile (tests): Add tst-ftime.
3601
3602 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3603
3604         * soft-fp/extended.h: Fix comment formatting.
3605         * soft-fp/op-1.h: Likewise.
3606         * soft-fp/op-2.h: Likewise.
3607         * soft-fp/op-4.h: Likewise.
3608         * soft-fp/op-8.h: Likewise.
3609         * soft-fp/op-common.h: Likewise.
3610         * soft-fp/soft-fp.h: Likewise.
3611
3612         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3613
3614 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3615
3616         [BZ #6652]
3617         * Makeconfig (soversions-default-setname): Remove variable.
3618         ($(common-objpfx)soversions.i): Don't pass default_setname to
3619         soversions.awk.
3620         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3621         oldest_abi to abi-versions.awk.
3622         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3623         * config.make.in (oldest-abi): Remove variable.
3624         * configure.ac (--enable-oldest-abi): Remove configure option.
3625         * configure: Regenerated.
3626         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3627         text.
3628         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3629         * scripts/soversions.awk: Do not handle default_setname variable.
3630         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3631         variable.
3632         * sysdeps/mach/hurd/configure: Regenerated.
3633         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3634         variable.
3635         * sysdeps/unix/sysv/linux/configure: Regenerated.
3636
3637 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3638
3639         * elf/Makefile (CFLAGS-interp.c): Remove.
3640         ($(elf-objpfx)runtime-linker.h): Generate header with linker
3641         path string.
3642         * elf/interp.c: Include generated runtime-linker.h
3643
3644         * Makerules (lib%.so): Don't include $(+interp) in
3645         prerequisites.
3646         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3647         * dlfcn/eval.c: Remove file.
3648
3649         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3650         macros.
3651
3652         [BZ #17266]
3653         * misc/sys/cdefs.h: Define __extern_always_inline for clang
3654         4.2 and newer.
3655
3656         [BZ #17370]
3657         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3658
3659 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3660             Jakub Jelinek  <jakub@redhat.com>
3661
3662         [BZ #17266]
3663         * libio/stdio.h: Check definition of __fortify_function
3664         instead of __extern_always_inline to include bits/stdio2.h.
3665         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3666         check if __extern_always_inline is defined.
3667         [__USE_MISC || __USE_XOPEN]: Likewise.
3668         [__USE_ISOC99] Likewise.
3669         * misc/sys/cdefs.h (__fortify_function): Define only if
3670         __extern_always_inline is defined.
3671         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3672         __extern_always_inline and __extern_inline only for g++-4.3
3673         and newer or a compatible gcc.
3674
3675 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
3676
3677         [BZ #17371]
3678         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3679         last change to handle zero prefix length.
3680
3681 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3682
3683         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3684         _SC_REGEX_VERSION.
3685
3686         * posix/getconf.c (vars): Add _POSIX_IPV6 and
3687         _POSIX_RAW_SOCKETS.
3688
3689 2014-09-13  Allan McRae  <allan@archlinux.org>
3690
3691         * po/ru.po: Update Russian translation from translation project.
3692
3693 2014-09-12  Roland McGrath  <roland@hack.frob.com>
3694
3695         * locale/programs/locale.c (show_locale_vars): Inline local function
3696         into its sole call site.  Clean up some style nits.
3697         (print_item): New function, broken out of ...
3698         (show_info): ... local function here.  Clean up style nits.
3699
3700         * locale/programs/ld-ctype.c (set_one_default): New function, broken
3701         out of ...
3702         (set_class_defaults): ... local function set_default here.
3703         Define set_default as a macro locally to pass constant parameters.
3704         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3705         rather than a shared local.
3706
3707         * stdlib/rpmatch.c (try): New function, broken out of ...
3708         (rpmatch): ... local function here.  Also, prototypify definition.
3709
3710 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3711
3712         * scripts/soversions.awk: Do not handle configuration names.
3713         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3714         vendor and os variables to soversions.awk.
3715         * configure.ac: Do not modify gnu-* host_os.
3716         * configure: Regenerated
3717         * shlib-versions: Remove first column with configuration names.
3718         * nptl/shlib-versions: Likewise.
3719         * nptl_db/shlib-versions: Likewise.
3720         * sysdeps/hppa/shlib-versions: Likewise.
3721         * sysdeps/m68k/shlib-versions: Likewise.
3722         * sysdeps/mach/hurd/shlib-versions: Likewise.
3723         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3724         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3725         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3726         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3727         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3728         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3729         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3730         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3732         Likewise.
3733         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3734         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3735         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3736         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3737         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3738         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3739         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3740         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3741
3742         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
3743         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
3744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
3745         Regenerated.
3746         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
3747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3748         Condition symbol version definitions on [HAVE_ELFV2_ABI].
3749
3750         * shlib-versions: Remove OS-specific entries.  Moved to files in
3751         sysdeps.
3752         * sysdeps/mach/hurd/shlib-versions: New file.
3753         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3754
3755         * nptl/shlib-versions: Remove architecture-specific entries.
3756         Moved to files in sysdeps.
3757         * shlib-versions: Likewise.
3758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
3759         file.
3760         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3761         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3762         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3763         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3764
3765         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
3766         (UDP_NO_CHECK6_RX): Likewise.
3767
3768 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3769
3770         * sysdeps/posix/sysconf.c (__sysconf): Spell
3771         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
3772
3773 2014-08-12  Florian Weimer  <fweimer@redhat.com>
3774
3775         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
3776         loading.
3777         * iconv/Versions (__gconv_transliterate): Export for use from
3778         gconv modules.
3779         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
3780         (struct __gconv_trans_data, __gconv_trans_fct,
3781         __gconv_trans_context_fct, __gconv_trans_query_fct,
3782         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
3783         definitions.
3784         (struct __gconv_step_data): Remove __trans member.
3785         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
3786         longer hidden.  Remove unused trans_data argument.
3787         * iconv/gconv_int.h (struct trans_struct): Remove definition.
3788         (__gconv_translit_find): Remove declaration.
3789         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
3790         prototype.
3791         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
3792         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
3793         trans_data argument.  Add hidden definition.
3794         (__gconv_translit_find): Remove.
3795         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
3796         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
3797         * iconv/skeleton.c: Remove transliteration initialization.
3798         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
3799         __gconv_step_data initialization.
3800         * libio/iofwide.c (__libio_translit_): Remove.
3801         (_IO_fwide): Adjust struct __gconv_step_data initialization.
3802         * wcsmbs/btowc.c (__btowc): Likewise.
3803         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3804         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3805         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3806         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3807         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
3808         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3809         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3810         * wcsmbs/wctob.c (wctob): Likewise.
3811
3812 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3813
3814         [BZ #16194]
3815         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
3816         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
3817         register usage.
3818         * sysdeps/x86/Makefile: Adjust.
3819
3820 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3821             Roland McGrath  <roland@hack.frob.com>
3822
3823         * locale/weight.h: Add include guard.
3824         (findidx): Make static rather than auto; take new parameters
3825         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
3826         * locale/weightwc.h: Likewise.
3827         * posix/fnmatch_loop.c
3828         (FCT): Change type of EXTRA from int32_t to wint_t.
3829         Don't include either header inside the function.
3830         Call FINDIDX rather than findidx, and pass new arguments.
3831         #undef FINDIDX at the end of the file.
3832         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
3833         FINDIDX before including fnmatch_loop.c for the non-wide version.
3834         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
3835         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
3836         for the wide version.
3837         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
3838         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
3839         Pass new arguments to findidx.
3840         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
3841         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
3842         Don't #include it inside the function.  Pass new arguments to findidx.
3843         * posix/regex_internal.h
3844         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
3845         (re_string_elem_size_at): Don't #include it inside the function.
3846         Pass new arguments to findidx.
3847         * string/strcoll_l.c: #include WEIGHT_H at top level.
3848         (get_next_seq): Don't #include it inside the function.
3849         Pass new arguments to findidx.
3850         (get_next_seq_nocache): Likewise.
3851         * string/strxfrm_l.c: #include WEIGHT_H at top level.
3852         (STRXFRM): Don't #include it inside the function.
3853         Pass new arguments to findidx.
3854
3855 2014-09-11  Florian Weimer  <fweimer@redhat.com>
3856
3857         [BZ #17344]
3858         * malloc/malloc.c (unlink): Turn asserts into a call to
3859         malloc_printerr.
3860
3861 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
3862
3863         [BZ #17370]
3864         * libio/wfileops (do_ftell_wide): Free OUT.
3865
3866 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
3867
3868         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
3869
3870 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3871
3872         [BZ #17363]
3873         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
3874         group if the current group is empty.
3875
3876 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3877
3878         * benchtests/bench-memset.c (test_main): Add more test from size
3879         from 32 to 512 bytes.
3880         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3881         Add POWER8 memset object.
3882         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3883         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
3884         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
3885         implementation.
3886         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
3887         Likewise.
3888         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
3889         multiarch POWER8 memset optimization.
3890         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
3891         POWER8 memset optimization.
3892
3893         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3894         Remove bzero multiarch objects.
3895         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
3896         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
3897         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
3898         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
3899         Remove define.
3900         [__bzero]: Redefine to specific name.
3901         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
3902         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
3903         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
3904         define.
3905         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3906         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
3907
3908 2014-09-10  Florian Weimer  <fweimer@redhat.com>
3909
3910         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
3911         warnings into errors.
3912
3913         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
3914         __cxa_thread_atexit_impl prototype.
3915
3916 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3917
3918         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
3919         Fix capitalization of error message.
3920
3921 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3922
3923         * sysdeps/mips/preconfigure: Modify ABI tests.
3924
3925 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
3926
3927         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
3928
3929 2014-09-07  Roland McGrath  <roland@hack.frob.com>
3930             Carlos O'Donell  <carlos@systemhalted.org>
3931
3932         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
3933         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
3934         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
3935         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
3936         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
3937         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
3938         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
3939         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
3940         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
3941         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
3942         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
3943         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
3944         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
3945         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
3946         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
3947         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
3948         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
3949         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
3950         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
3951         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
3952         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
3953         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
3954         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
3955         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
3956         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
3957         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
3958         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
3959         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
3960         Deconditionalize the code that was previously under [RESET_PID].
3961         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
3962         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
3963         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
3964         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
3965         include sysdep.h.
3966
3967 2014-09-08  Allan McRae  <allan@archlinux.org>
3968
3969         * version.h (RELEASE): Set to "development".
3970         (VERSION): Set to "2.20.90"
3971
3972 2014-09-07  Allan McRae  <allan@archlinux.org
3973
3974         * version.h (RELEASE): Set to "stable".
3975         (VERSION): Set to "2.20"
3976         * include/features.h (__GLIBC_MINOR__): Set to 20.
3977
3978         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
3979         Liebler.
3980
3981         * po/ko.po: Update Korean translation from translation project.
3982
3983 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
3984
3985         [BZ #17354]
3986         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
3987         macro for handling signed relocations.
3988
3989 2014-09-03  Florian Weimer  <fweimer@redhat.com>
3990
3991         [BZ #17325]
3992         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
3993         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
3994         assert.
3995         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
3996         * iconvdata/ibm935.c (BODY): Likewise.
3997         * iconvdata/ibm937.c (BODY): Likewise.
3998         * iconvdata/ibm939.c (BODY): Likewise.
3999         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4000         assert.
4001         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4002         script.
4003         * iconvdata/run-iconv-test.sh: New test loop for checking for
4004         decoder crashers.
4005
4006 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4007
4008         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4009         libm_hidden_ver.
4010
4011 2014-09-01  Allan McRae  <allan@archlinux.org>
4012
4013         * po/eo.po: Update Esperanto translation from translation project.
4014
4015         * po/ca.po: Update Catalan translation from translation project.
4016
4017 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4018
4019         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4020         __proc_dostop call.
4021
4022 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4023
4024         [BZ #17319]
4025         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4026         to call set_thread_area instead of hand written asm.
4027         (__NR_set_thread_area): Removed define.
4028         (TLS_FLAG_WRITABLE): Likewise.
4029         (__ASSUME_SET_THREAD_AREA): Remove check.
4030         (TLS_EBX_ARG): Remove define.
4031         (TLS_LOAD_EBX): Likewise.
4032
4033 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4034
4035         Simplify atomicity of socket creation in bind.
4036
4037         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4038         looking up the name after linking the file.
4039
4040 2014-08-27  Allan McRae  <allan@archlinux.org>
4041
4042         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4043
4044 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4045
4046         [BZ #17187]
4047         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4048         trans_compare, open_translit, __gconv_translit_find):
4049         Remove module loading code.
4050
4051 2014-08-26  Allan McRae  <allan@archlinux.org>
4052
4053         * po/vi.po: Update Vietnamese translation from translation project.
4054
4055         * po/uk.po: Update Ukrainian translation from translation project.
4056
4057         * po/fr.po: Update French translation from translation project.
4058
4059         * po/ru.po: Update Russian translation from translation project.
4060
4061         * po/pl.po: Update Polish translation from translation project.
4062
4063         * po/cs.po: Update Czech translation from translation project.
4064
4065         * po/de.po: Update German translation from translation project.
4066
4067         * po/bg.po: Update Bulgarian translation from translation project.
4068
4069         * po/sv.po: Update Sweedish translation from translation project.
4070
4071         * po/nl.po: Update Dutch translation from translation project.
4072
4073         * po/es.po: Update Spanish translation from translation project.
4074
4075 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4076
4077         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4078
4079         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4080         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4081         (CPPFLAGS-iconvconfig): Likewise.
4082         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4083
4084         * include/libc-symbols.h: Remove unnecessary check for
4085         NOT_IN_libc.
4086         * nptl/pthreadP.h: Likewise.
4087         * sysdeps/aarch64/setjmp.S: Likewise.
4088         * sysdeps/alpha/setjmp.S: Likewise.
4089         * sysdeps/arm/sysdep.h: Likewise.
4090         * sysdeps/i386/setjmp.S: Likewise.
4091         * sysdeps/m68k/setjmp.c: Likewise.
4092         * sysdeps/posix/getcwd.c: Likewise.
4093         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4094         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4095         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4096         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4097         * sysdeps/sh/sh3/setjmp.S: Likewise.
4098         * sysdeps/sh/sh4/setjmp.S: Likewise.
4099         * sysdeps/unix/alpha/sysdep.h: Likewise.
4100         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4101         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4102         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4103         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4106         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4107         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4108         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4109         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4110         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4111         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4112         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4113         * sysdeps/x86_64/setjmp.S: Likewise.
4114
4115 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4116
4117         [BZ #17263]
4118         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4119         <stdint.h>.
4120         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4121         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4122
4123 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4124
4125         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4126
4127         [BZ #17262]
4128         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4129         and __x86_64__ when disabling x87 inline functions.
4130
4131 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4132
4133         [BZ #17259]
4134         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4135         asm statement with __cpuid_count.
4136
4137 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4138
4139         * configure.ac: Change __ehdr_start code to dereference the struct.
4140         Run readelf on the output to look for relocations.
4141         * configure: Regenerated.
4142
4143 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4144
4145         [BZ #17261]
4146         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4147         value to 0.
4148         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4149
4150 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4151
4152         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4153
4154 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4155
4156         [BZ #16892]
4157         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4158         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4159
4160 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4161
4162         * malloc/malloc.c: Fix typo in comment.
4163
4164 2014-08-09  Allan McRae  <allan@archlinux.org>
4165
4166         * Regenerate libc.po.
4167
4168 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4169
4170         * intl/tst-gettext2.sh: Check every lang file for creation.
4171
4172 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4173
4174         * sysdeps/aarch64/fpu/math_private.h
4175         (libc_feholdsetround_noex_aarch64_ctx): New function.
4176
4177 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4178
4179         * sysdeps/arm/armv6/strcpy.S (strcpy):
4180         Fix performance issue in misaligned cases.
4181
4182 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4183
4184         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4185         Move definition from termios.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         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4193         Move definition to ioctl-types.h
4194         (struct termio): Likewise.
4195         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4196         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4197         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4198         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4199         Likewise.
4200
4201 2014-08-05  Richard Henderson  <rth@redhat.com>
4202
4203         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4204         exceptions.
4205         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4206         Add fraiseexcpt.
4207         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4208         Use __feraiseexcept.
4209         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4210         Protect libm symbols with IS_IN_libm.
4211
4212         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4213
4214 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4215
4216         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4217
4218 2014-08-04  Will Newton  <will.newton@linaro.org>
4219
4220         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4221         file.
4222
4223 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4224
4225         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4226         variants for each function.
4227
4228 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4229
4230         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4231         appended ...
4232         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4233         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4234         appended ...
4235         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4236         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4237         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4238         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4239         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4240         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4241         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4242         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4243         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4244         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4245         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4246         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4247         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4248         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4249         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4250         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4251         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4252         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4253         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4254         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4255         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4256         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4257         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4258         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4259         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4260         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4261         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4262         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4263         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4264         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4265         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4266         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4267         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4268         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4269         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4270         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4271         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4272         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4273         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4274         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4275         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4276         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4277         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4278         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4279         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4280         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4281         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4282         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4283         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4284         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4285         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4286         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4287         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4288         Update #include.
4289         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4290         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4291
4292 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4293
4294         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4295         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4296         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4297         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4298         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4299         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4300
4301 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4302
4303         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4304         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4305         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4306         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4307
4308 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4309
4310         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4311         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4312         (__libc_vfork): Define function under this name.
4313         (__vfork): Define as an alias.
4314         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4315         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4316
4317 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4318
4319         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4320         that was previously under [RESET_PID].
4321         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4322
4323 2014-08-04  Andreas Schwab  <schwab@suse.de>
4324
4325         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4326
4327 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4328
4329         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4330         (main): Likewise.
4331
4332 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4333
4334         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4335
4336 2014-08-01  Richard Henderon  <rth@redhat.com>
4337
4338         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4339         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4340         typo in exact zero test.
4341         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4342         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4343         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4344
4345 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4346
4347         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4348         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4349         * sysdeps/arm/sysdep.h: ... here.
4350         [!__ASSEMBLER__]: Include <stdint.h>.
4351
4352 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4353
4354         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4355         (HAVE_WCTYPE_H): Likewise.
4356         (HAVE_ISWCTYPE): Likewise.
4357         (ENABLE_NLS): Likewise.
4358         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4359         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4360
4361         * posix/regex_internal.c: Check if DEBUG is defined and is
4362         set.
4363
4364         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4365         (HAVE_MBSRTOWCS): Likewise.
4366         * posix/fnmatch.c: Include string.h unconditionally.
4367
4368 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4369
4370         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4371         reversal.
4372
4373 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4374
4375         * sysdeps/generic/safe-fatal.h: New file.
4376         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4377         * nptl/forward.c: Include it.
4378         (__pthread_unwind): Use __safe_fatal as default action, rather
4379         than a bogus use of INTERNAL_SYSCALL that could never work.
4380
4381         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4382         * configure.ac (libc_cv_builtin_trap): New test.
4383         * configure: Regenerated.
4384         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4385         (ABORT_INSTRUCTION): Define using __builtin_trap.
4386
4387         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4388         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4389         * sysdeps/nptl/nptl-signals.h: New file.
4390         * nptl/pthreadP.h: Include <nptl-signals.h>.
4391
4392 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4393
4394         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4395         (ONE_DIRECTION): Define.
4396         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4397         (ONE_DIRECTION): Define.
4398         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4399         (ONE_DIRECTION): Define.
4400
4401 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4402
4403         * sysdeps/s390/Makefile: Delete file.
4404         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4405         * sysdeps/s390/__longjmp.c: Delete file.
4406         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4407         Remove fields __flags and __reserved.
4408         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4409         and add versioning.
4410         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4411         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4412         * sysdeps/s390/rtld-setjmp.S: Likewise.
4413         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4414         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4415         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4416         * sysdeps/s390/s390-32/setjmp.S: ... here.
4417         Add versioning.
4418         (__sigsetjmp): Remove setting __flags field.
4419         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4420         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4421         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4422         * sysdeps/s390/s390-64/setjmp.S: ... here.
4423         Add versioning.
4424         (__sigsetjmp): Remove setting __flags field.
4425         * sysdeps/s390/setjmp.S: Delete file.
4426         * sysdeps/s390/sigjmp.c: Likewise.
4427         * sysdeps/s390/v1-longjmp.c: Likewise.
4428         * sysdeps/s390/v1-setjmp.h: Likewise.
4429         * sysdeps/s390/v1-sigjmp.c: Likewise.
4430         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4431         Remove v1-longjmp_chk.
4432         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4433         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4434         Include debug/longjmp_chk.c and add versioning.
4435         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4436         Include nptl/pt-longjmp.c and add versioning.
4437         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4438         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4439         Include __longjmp.c.
4440         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4441         Move to ...
4442         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4443         (__getcontext): Remove setting __flags field.
4444         Add versioning.
4445         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4446         Don't restore upper high grps.
4447         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4448         Likewise.
4449         (__swapcontext): Remove setting uc_flags field.
4450         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4451         Delete file.
4452         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4453         Include __longjmp.c.
4454         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4455         Move to ...
4456         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4457         (__getcontext): Remove setting __flags field.
4458         Add versioning.
4459         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4460         (__swapcontext): Remove setting uc_flags field.
4461         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4462         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4463         Remove fields uc_high_gprs and __reserved.
4464         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4465         New file with reverted content.
4466         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4467         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4468         Regenerated.
4469         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4470         Regenerated.
4471
4472 2014-07-31  Andreas Schwab  <schwab@suse.de>
4473
4474         * config.h.in (HAVE_IFUNC): Define to 0.
4475         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4476         definedness.
4477
4478 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4479
4480         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4481         memmove-avx-unaligned, memcpy-avx-unaligned and
4482         mempcpy-avx-unaligned.
4483         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4484         Add tests for AVX memcpy functions.
4485         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4486         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4487         memcpy_chk.
4488         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4489         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4490         memmove_chk.
4491         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4492         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4493         mempcpy_chk.
4494         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4495         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4496         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4497
4498 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4499
4500         [BZ #17213]
4501         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4502         powerpc64le.
4503
4504 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4505
4506         [BZ #16839]
4507         * manual/llio.texi: Add section about open file description locks.
4508         * manual/examples/ofdlocks.c: Example of open file description
4509         lock usage.
4510         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4511         F_OFD_SETLK, and F_OFD_SETLKW.
4512
4513 2014-07-23  Allan McRae  <allan@archlinux.org>
4514
4515         * po/es.po: Update Spanish translation from translation project.
4516
4517 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4518
4519         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4520
4521 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4522
4523         [BZ #17078]
4524         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4525         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4526         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4527
4528 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4529
4530         [BZ #17088]
4531         * math/fesetenv.c (__fesetenv)
4532         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4533         * math/feupdateenv.c (__feupdateenv)
4534         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4535
4536         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4537         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4538         (__ASSUME_SOCKETCALL): Do not define.
4539
4540         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4541         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4542         (__ASSUME_SOCKETCALL): Do not define.
4543         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4544         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4545         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4546         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4547         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4548         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4549         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4550         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4551
4552         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4553         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4554         (__ASSUME_SOCKETCALL): Do not define.
4555         (__ASSUME_IPC64): Define unconditionally.
4556         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4557         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4558         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4559         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4560         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4561         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4562         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4563         Likewise.
4564
4565         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4566         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4567         (__ASSUME_SOCKETCALL): Do not define.
4568         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4569         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4570         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4571         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4572         (__ASSUME_REQUEUE_PI): Define unconditionally.
4573         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4574         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4575         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4576         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4577         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4578         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4579
4580         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4581         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4582         (__ASSUME_SOCKETCALL): Do not define.
4583         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4584         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4585         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4586         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4587         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4588         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4589
4590         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4591         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4592         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4593         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4594         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4595         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4596         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4597         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4598         (__ASSUME_GETCPU_SYSCALL): Likewise.
4599
4600         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4601         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4602         cases for individual architectures.
4603         * sysdeps/gnu/configure: Regenerated.
4604         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4605         LIBC_SLIBDIR_RTLDDIR.
4606         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4607         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4608         LIBC_SLIBDIR_RTLDDIR.
4609         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4611         LIBC_SLIBDIR_RTLDDIR.
4612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4613         Regenerated.
4614         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4615         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4616         file.
4617         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4618         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4619         file.
4620         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4621         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4622         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4623         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4624
4625         * sysdeps/aarch64/shlib-versions: Move to ...
4626         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4627         * sysdeps/alpha/shlib-versions: Move to ...
4628         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4629         * sysdeps/arm/shlib-versions: Move to ...
4630         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4631         * sysdeps/hppa/shlib-versions: Move all contents except for
4632         libgcc_s entry to ...
4633         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4634         entry from ...
4635         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4636         * sysdeps/ia64/shlib-versions: Move to ...
4637         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
4638         entry from ...
4639         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
4640         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4641         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4642         * sysdeps/microblaze/shlib-versions: Move to ...
4643         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4644         * sysdeps/mips/shlib-versions: Move to ...
4645         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
4646         entry from ...
4647         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
4648         * sysdeps/tile/shlib-versions: Move to ...
4649         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4650         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4651         from ...
4652         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
4653         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4654         entry from ...
4655         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
4656
4657 2014-07-17  Will Newton  <will.newton@linaro.org>
4658
4659         * sysdeps/arm/bits/atomic.h
4660         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4661         (__arch_compare_and_exchange_bool_16_int): Likewise.
4662         (__arch_compare_and_exchange_bool_64_int): Likewise.
4663
4664         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4665         into an #else block.
4666
4667 2014-07-16  Roland McGrath  <roland@hack.frob.com>
4668
4669         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4670         just Linux configurations.  Test empirically that the compiler sets
4671         __ARM_EABI__, rather than using the tuple to decide.
4672         * sysdeps/arm/preconfigure: Regenerated.
4673         * sysdeps/unix/sysv/linux/arm/configure: File removed.
4674         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4675         contents appended ...
4676         * sysdeps/arm/configure.ac: ... here.
4677         * sysdeps/arm/configure: Regenerated.
4678
4679 2014-07-15  Roland McGrath  <roland@hack.frob.com>
4680
4681         * nptl/pthread_kill.c: New file.
4682         * nptl/pthread_sigmask.c: New file.
4683         * nptl/pthread_sigqueue.c: New file.
4684
4685         * sysdeps/nptl/lowlevellock.h: New file.
4686         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4687         * sysdeps/nptl/lowlevellock-futex.h: New file.
4688
4689         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4690         Remove dead declarations.
4691
4692 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
4693
4694         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4695         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4696         config-cflags-avx2.
4697         * sysdeps/x86_64/configure.ac: Likewise.
4698         * sysdeps/i386/configure: Regenerated.
4699         * sysdeps/x86_64/configure: Likewise.
4700         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4701         memset-avx2 only if config-cflags-avx2 is yes.
4702         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4703         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4704         defined.
4705         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4706         only if HAVE_AVX2_SUPPORT is defined.
4707         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4708
4709 2014-07-14  Alan Modra  <amodra@gmail.com>
4710
4711         [BZ #17153]
4712         * elf/elf.h (DT_PPC64_NUM): Correct value.
4713         * NEWS: Add to fixed bug list.
4714
4715 2014-07-13  Jim Meyering  <meyering@fb.com>
4716
4717         [BZ 17150]
4718         regex: don't deref NULL upon heap allocation failure
4719         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4720         failure in one more place.
4721         To trigger the segfault, configure grep -with-included-regex,
4722         build it, and run these commands:
4723         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4724
4725 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
4726
4727         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4728
4729 2014-07-11  Richard Henderson  <rth@redhat.com>
4730
4731         * sysdeps/aarch64/libm-test-ulps: Update.
4732
4733 2014-07-10  Florian Weimer  <fweimer@redhat.com>
4734
4735         [BZ #17135]
4736         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4737         * nptl/allocatestack.c (__nptl_setxid_error): New function.
4738         (__nptl_setxid): Initialize error member.  Call
4739         __nptl_setxid_error.
4740         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4741         * nptl/descr.h (struct xid_command): Add error member.
4742         * nptl/tst-setuid3.c: New file.
4743         * nptl/Makefile (tests): Add it.
4744
4745 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4746
4747         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
4748         New define.
4749         (__lll_trylock): Use __lll_base_trylock.
4750         (__lll_cond_trylock): Likewise.
4751
4752 2014-07-10  Roland McGrath  <roland@hack.frob.com>
4753
4754         * nptl/pthread_create.c (start_thread): Use atomic_or and
4755         lll_futex_wake directly rather than lll_robust_dead.
4756         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4757         (lll_robust_dead): Macro removed.
4758         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
4759         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4760         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4761         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4762         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4763         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4764         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4765         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4766         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4767         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4768         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4769         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4770         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4771         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4772         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4773
4774         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
4775         Use atomic_compare_and_exchange_val_acq directly rather than
4776         lll_robust_trylock.
4777         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4778         (__lll_robust_trylock, lll_robust_trylock): Removed.
4779         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4780         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4781         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4782         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4783         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4784         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4785         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4786         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4787         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4788         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4789         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4790         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4791         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4792         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4793
4794 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4795
4796         * manual/locale.texi (Locale Names): New section documenting
4797         locale name syntax.  Adjust menu and node chaining accordingly.
4798         (Choosing Locale): Reference Locale Names, Locale Categories.
4799         Mention setting LC_ALL=C.  Reflect that name syntax is now
4800         documented.
4801         (Locale Categories): New section title.  Reference Locale Names.
4802         LC_ALL is an environment variable, but not a category.
4803         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
4804         description, now in Locale Name.  Reference that section.  Locale
4805         name syntax is now documented.
4806
4807 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4808
4809         [BZ #17137]
4810         * locale/findlocale.c (name_present, valid_locale_name): New
4811         functions.
4812         (_nl_find_locale): Use the loc_name variable to store name
4813         candidates.  Call name_present and valid_locale_name to check and
4814         validate locale names.  Return an error if the locale is invalid.
4815
4816 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4817
4818         * locale/setlocale.c (setlocale): Use strdup for allocating
4819         composite name copy.
4820
4821 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4822
4823         Sync up with gnulib.
4824         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
4825         [!_LIBC && ENABLE_NLS]: Include gettext.h.
4826         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
4827         and _GL_ARG_NONNULL.
4828         [USE_UNLOCKED_IO]: Include unlocked-io.h.
4829         [!_LIBC]: Include code for Windows and Cygwin.
4830         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
4831         Include prototype for int strerror_r.
4832         [!_LIBC] (is_open): New function.
4833         (flush_stdout): New function.
4834         (print_errno_message): Use it.
4835         (error): Likewise.
4836         (error_at_line): Likewise.
4837         (error_tail) Add function attribute macros.  Use
4838         __builtin_expect.
4839
4840         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
4841
4842         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
4843
4844         * io/ftw.c: Include sys/param.h unconditionally.
4845
4846         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
4847
4848         [BZ #17125]
4849         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
4850         libc_freeres_ptr.
4851         (freecache): New function to free CACHE on exit.
4852
4853         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
4854         initialization.
4855
4856 2014-07-09  David S. Miller  <davem@davemloft.net>
4857
4858         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4859
4860         * sysdeps/sparc/nptl/internaltypes.h: Delete.
4861         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
4862         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
4863         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
4864         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
4865         * sysdeps/sparc/nptl/sem_init.c: Likewise.
4866         * sysdeps/sparc/nptl/sem_post.c: Likewise.
4867         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
4868         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
4869         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
4870         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
4871         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
4872         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
4873
4874 2014-07-09  Andreas Schwab  <schwab@suse.de>
4875
4876         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
4877         output.
4878         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
4879         (do_test): Likewise.
4880
4881         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4882
4883 2014-07-09  Will Newton  <will.newton@linaro.org>
4884
4885         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
4886         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
4887         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
4888         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
4889         * sysdeps/hppa/start.S (_start): Likewise.
4890
4891 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
4892
4893         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
4894
4895         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
4896         defined.
4897
4898 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4899
4900         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
4901         after checking that it is non-NULL.
4902
4903         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
4904
4905 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4906
4907         * sysdeps/powerpc/memmove.c: Remove file.
4908         * sysdeps/powerpc/powerpc32/power4/memcopy.h
4909         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
4910         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
4911         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
4912         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
4913         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
4914         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
4915         string memmove instead of removed powerpc one.
4916
4917         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
4918         [weak_alias]: Fix compiler warning due trailing data.
4919         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
4920         [weak_alias]: Likewise.
4921         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
4922         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
4923
4924         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
4925         (__libc_ifunc_impl_list): Add memmove functions.
4926
4927 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4928
4929         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
4930         Remove code.
4931         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
4932         Likewise
4933         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
4934         Likewise
4935         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
4936         Likewise
4937         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
4938         Likewise
4939         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
4940         Likewise
4941         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
4942         Likewise
4943         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
4944         Likewise
4945         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
4946         Likewise
4947         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
4948         Likewise
4949         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
4950         Likewise
4951         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
4952         Likewise
4953         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
4954         Likewise
4955         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
4956         Likewise
4957         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
4958         Likewise
4959         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
4960         Likewise
4961         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
4962         Likewise
4963
4964 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4965
4966         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
4967         to avoid alignment traps in non-cacheable memory.
4968         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
4969
4970         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
4971         multiarch objects.
4972         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
4973         file: multiarch power7 memmove.
4974         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
4975         multiarch default memmove.
4976         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
4977         multiarch memove for powerpc32/power4.
4978
4979         * string/bcopy.c: Use full path to include memmove.c.
4980         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
4981         multiarch objects.
4982         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
4983         bcopy for powerpc64.
4984         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
4985         bcopy for powerpc64.
4986         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
4987         and memmove implementations.
4988         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
4989         optimized multiarch memmove for POWER7/powerpc64.
4990         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
4991         default multiarch memmove for powerpc64.
4992         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
4993         multiarch for powerpc64.
4994         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
4995         for POWER7/powerpc64.
4996         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
4997         memmove for POWER7/powerpc64.
4998
4999         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5000         glibc default one.
5001
5002         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5003         __ELF_NATIVE_CLASS equal to 64.
5004
5005 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5006
5007         * sysdeps/nptl/lowlevellock.h: File removed.
5008
5009         * NEWS: NPTL is no longer an add-on!
5010         * nptl/internaltypes.h: Moved ...
5011         * sysdeps/nptl/internaltypes.h: ... here.
5012         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5013         * sysdeps/nptl/fork.c: Likewise.
5014         * sysdeps/nptl/gai_misc.h: Likewise.
5015         * sysdeps/nptl/librt-cancellation.c: Likewise.
5016         * sysdeps/nptl/jmp-unwind.c: Likewise.
5017         * sysdeps/nptl/setxid.h: Likewise.
5018         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5019         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5020         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5021         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5022         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5023         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5024         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5025         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5026         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5027         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5028         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5029         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5030         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5031         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5032         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5033         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5034         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5035         * nptl/Makeconfig: Moved ...
5036         * sysdeps/nptl/Makeconfig: ... here.
5037         * nptl/configure: File removed.
5038         * nptl/ANNOUNCE: File removed.
5039         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5040         * sysdeps/unix/sysv/linux/configure: Regenerated.
5041
5042         * nptl/Makefile (routines): Add libc_pthread_init,
5043         libc_multiple_threads, register-atfork and unregister-atfork.
5044         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5045         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5046         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5047         pthread-pi-defines.sym, structsem.sym.
5048         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5049         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5050         [$(subdir) = nptl] (tests): Add tst-setgetname.
5051         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5052         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5053         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5054         [!LIBC_SIGACTION]: Remove aliases.
5055         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5056         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5057         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5058         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5059         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5060         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5061         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5062         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5063         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5064         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5065         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5066         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5067         __libc_allocate_rtsig_private.
5068         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5069         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5070         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5071         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5072         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5073         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5074         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5075         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5076         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5077         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5078         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5079         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5080         * nptl/internaltypes.h: ... here.
5081         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5082         * sysdeps/nptl/jmp-unwind.c: ... here.
5083         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5084         * nptl/libc-lowlevellock.c: ... here.
5085         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5086         * nptl/libc_multiple_threads.c: ... here.
5087         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5088         * nptl/libc_pthread_init.c: ... here.
5089         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5090         * nptl/lowlevelbarrier.sym: ... here.
5091         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5092         * nptl/lowlevelcond.sym: ... here.
5093         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5094         * nptl/lowlevellock.c: ... here.
5095         * nptl/lowlevellock.h: Moved ...
5096         * sysdeps/nptl/lowlevellock.h: ... here.
5097         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5098         * nptl/lowlevelrobustlock.c: ... here.
5099         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5100         * nptl/lowlevelrobustlock.sym: ... here.
5101         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5102         * nptl/lowlevelrwlock.sym: ... here.
5103         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5104         * nptl/pt-fork.c: ... here.
5105         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5106         * nptl/pthread-pi-defines.sym: ... here.
5107         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5108         * nptl/pthread_attr_getaffinity.c: ... here.
5109         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5110         * nptl/pthread_attr_setaffinity.c: ... here.
5111         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5112         * nptl/pthread_mutex_cond_lock.c: ... here.
5113         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5114         Update #include.
5115         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5116         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5117         * nptl/pthread_once.c: ... here, replacing old file.
5118         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5119         * nptl/pthread_yield.c: ... here.
5120         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5121         * nptl/register-atfork.c: ... here.
5122         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5123         * nptl/sem_post.c: ... here.
5124         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5125         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5126         * nptl/sem_timedwait.c: ... here.
5127         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5128         * nptl/sem_trywait.c: ... here.
5129         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5130         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5131         * nptl/sem_wait.c: ... here.
5132         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5133         * nptl/structsem.sym: ... here.
5134         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5135         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5136         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5137         * nptl/unregister-atfork.c: ... here.
5138         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5139         * nptl/unwindbuf.sym: ... here.
5140         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5141         * sysdeps/nptl/fork.c: ... here.
5142         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5143         * sysdeps/nptl/fork.h: ... here.
5144         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5145         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5146         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5147         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5148         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5149         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5150         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5151         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5152         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5153         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5154         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5155         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5156         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5157         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5158         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5159         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5160         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5161         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5162         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5163         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5164         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5165         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5166         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5167         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5168         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5169         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5170         * sysdeps/unix/sysv/linux/raise.c: ... here.
5171         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5172         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5173         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5174         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5175         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5176         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5177         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5178         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5179         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5180         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5181         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5182         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5183         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5184         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5185         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5186
5187 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5188
5189         * sysdeps/generic/memcopy.h: Add comment for
5190         MEMCPY_OK_FOR_FWD_MEMMOVE.
5191
5192 2014-07-04  Will Newton  <will.newton@linaro.org>
5193
5194         * string/memchr.c: Merge from gnulib.
5195         [_LIBC]: Remove conditionals.
5196         (__ptr_t): Remove define.
5197         (LONG_MAX_32_BITS): Likewise.
5198         (LONG_MAX): Likewise.
5199         (MEMCHR): Use ANSI prototype and optimize algorithm.
5200
5201         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5202
5203 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5204
5205         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5206         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5207
5208         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5209         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5210         in a bare environment with no <stdlib.h> installed.
5211         * sysdeps/nptl/configure: Regenerated.
5212
5213         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5214
5215         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5216         AC_EGREP_CPP for kernel header checks, so they only succeed if
5217         including <linux/version.h> actually works right.
5218         * sysdeps/unix/sysv/linux/configure: Regenerated.
5219
5220         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5221         value so it's not diagnosed as unused.
5222
5223         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5224         thing) with "ifeq ($(subdir),rt)".
5225
5226 2014-07-03  Richard Henderson  <rth@redhat.com>
5227
5228         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5229         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5230         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5231
5232         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5233         (math_force_eval): New.
5234
5235         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5236         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5237
5238         * sysdeps/alpha/fpu/s_round.c: Remove file.
5239         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5240
5241         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5242         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5243         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5244         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5245         (_dl_start, print_statistics): Likewise.
5246         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5247         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5248
5249         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5250         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5251         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5252         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5253         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5254         (HP_SMALL_TIMING_AVAIL): Define.
5255         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5256         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5257         (HP_SMALL_TIMING_AVAIL): Define.
5258         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5259         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5260
5261         * sysdeps/aarch64/hp-timing.h: New file.
5262
5263         * sysdeps/generic/hp-timing.h: Remove dead comment.
5264         * sysdeps/generic/hp-timing-common.h: New file.
5265         * sysdeps/alpha/hp-timing.h: Include it.
5266         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5267         * sysdeps/i386/i686/hp-timing.h: Likewise.
5268         * sysdeps/ia64/hp-timing.h: Likewise.
5269         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5270         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5271         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5272         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5273         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5274         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5275         (hp_timing_t): New.
5276
5277         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5278         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5279         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5280         * elf/rtld.c (_dl_start_final): Likewise.
5281         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5282         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5283         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5284         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5285         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5286         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5287         (HP_TIMING_DIFF_INIT): Remove.
5288         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5289         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5290         (HP_TIMING_DIFF_INIT): Remove.
5291         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5292         * sysdeps/i386/i686/hp-timing.c: Remove file.
5293         * sysdeps/x86_64/hp-timing.c: Remove file.
5294         * sysdeps/ia64/hp-timing.c: Remove file.
5295         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5296         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5297         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5298         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5299
5300         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5301         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5302         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5303         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5304         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5305         (HP_TIMING_ACCUM): Remove.
5306         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5307         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5308         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5309
5310         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5311         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5312         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5313         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5314         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5315         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5316         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5317         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5318
5319         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5320
5321 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5322
5323         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5324
5325 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5326
5327         Sync up with gettext.
5328         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5329         [_MSC_VER]: Include malloc.h
5330         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5331         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5332         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5333         TEMP_FAILURE_RETRY.  Cast return of alloca.
5334         [!_LIBC] Call gl_rwlock_init.
5335         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5336
5337 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5338
5339         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5340         before checking its value.
5341
5342 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5343
5344         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5345
5346         * debug/memcpy_chk.c: Don't include pagecopy.h.
5347         * debug/mempcpy_chk.c: Likewise.
5348         * string/memcpy.c: Likewise.
5349         * string/memmove.c: Likewise.
5350         * sysdeps/powerpc/memmove.c: Likewise.
5351         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5352         definition of PAGE_COPY_FWD_MAYBE here...
5353         * sysdeps/generic/pagecopy.h: ... from here.
5354         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5355
5356 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5357             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5358
5359         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5360         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5361         optimizations.
5362         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5363         (__libc_ifunc_impl_list): Likewise.
5364         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5365         multiarch strcat for PPC64.
5366         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5367         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5368
5369 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5370
5371         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5372
5373 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5374
5375         * intl/loadmsgcat.c: Remove declaration of
5376         get_sysdep_segment_value.
5377         (get_sysdep_segment_value): Use ISO C style.
5378         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5379         semicolon.  Fix typo and formatting in comment.
5380         (_nl_unload_domain): Use ISO C style.
5381
5382         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5383
5384 2014-07-02  Will Newton  <will.newton@linaro.org>
5385
5386         * malloc/obstack.c: Merge from gnulib master.
5387         [HAVE_CONFIG_H]: Remove conditional code.
5388         [!_LIBC]: Include config.h.
5389         [!ELIDE_CODE]: Don't include inttypes.h, include
5390         stdint.h unconditionally.
5391         (print_and_abort): Mark as _Noreturn.
5392         (_obstack_allocated_p): Mark as __attribute_pure__.
5393         (obstack_free): Rename to __obstack_free.
5394         [!__attribute__]: Remove conditional code.
5395         * malloc/obstack.h: Merge from gnulib master.
5396         [__cplusplus]: Move conditional down.
5397         [!__attribute_pure__]: Define __attribute_pure__ here
5398         if it is not already defined.
5399         (_obstack_memory_used): Mark as __attribute_pure__.
5400         [!__obstack_free]: Define as obstack_free.
5401         [__GNUC__]: Remove check for ancient NeXT gcc.
5402
5403 2014-07-02  Will Newton  <will.newton@linaro.org>
5404             Paul Eggert  <eggert@cs.ucla.edu>
5405
5406         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5407
5408 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5409
5410         * resolv/gethnamaddr.c: Add comment warning that the file is
5411         not maintained.
5412
5413 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5414
5415         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5416         entries.
5417
5418         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5419         entry for aio_cancel and aio_cancel64.
5420         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5421         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5422         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5423         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5424         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5425         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5426         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5427         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5428         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5429         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5430         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5431         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5432         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5433
5434 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5435
5436         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5437         * nptl/pthread_mutex_lock.c: Likewise.
5438         * nptl/pthread_mutex_timedlock.c: Likewise.
5439         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5440
5441 2014-07-01  Richard henderson  <rth@redhat.com>
5442
5443         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5444         (__isnan, __isnanl): Remove.
5445         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5446
5447         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5448
5449 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5450
5451         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5452
5453 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5454
5455         * resolv/nss_dns/dns-host.c (getanswer_r)
5456         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5457
5458 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5459
5460         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5461         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5462         undefine.
5463         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5464         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5465
5466 2014-07-01  Roland McGrath <roland@hack.frob.com>
5467
5468         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5469         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5470
5471         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5472         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5473
5474         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5475         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5476         ... here.
5477         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5478         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5479
5480         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5481         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5482         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5483         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5484
5485         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5486         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5487         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5488         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5489         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5490         Moved ...
5491         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5492         ... here.
5493         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5494         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5495         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5496         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5497         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5498         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5499         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5500         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5501         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5502         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5503         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5504         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5505         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5506         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5507         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5508         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5509         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5510         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5511         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5512         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5513         ... here.
5514         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5515         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5516         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5517         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5518         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5519         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5520         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5521         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5522
5523 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5524
5525         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5526         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5527         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5528         Add sysdep.
5529
5530 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5531
5532         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5533
5534 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5535
5536         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5537         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5538
5539         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5540
5541         * sysdeps/arm/libm-test-ulps: Regenerated.
5542
5543 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5544             Roland McGrath <roland@hack.frob.com>
5545
5546         * test-skeleton.c (signal_handler): Kill the whole process group
5547         before killing the child individually.
5548         (main): Report any failure on `setpgid'.
5549
5550 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5551
5552         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5553         from _TLS_H to _ARM_NPTL_TLS_H.
5554         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5555         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5556
5557 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5558
5559         [BZ #16539]
5560         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5561         (__expm1l): Return argument unchanged when small but not
5562         subnormal.
5563
5564         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5565         include macro name.
5566         (_FP_UNPACK_RAW_1_P): Likewise.
5567         (_FP_PACK_RAW_1): Likewise.
5568         (_FP_PACK_RAW_1_P): Likewise.
5569         (_FP_MUL_MEAT_1_wide): Likewise.
5570         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5571         (_FP_MUL_MEAT_1_hard): Likewise.
5572         (_FP_DIV_MEAT_1_imm): Likewise.
5573         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5574         (_FP_DIV_MEAT_1_udiv): Likewise.
5575         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5576         (_FP_UNPACK_RAW_2): Likewise.
5577         (_FP_UNPACK_RAW_2_P): Likewise.
5578         (_FP_PACK_RAW_2): Likewise.
5579         (_FP_PACK_RAW_2_P): Likewise.
5580         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5581         (_FP_MUL_MEAT_2_wide): Likewise.
5582         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5583         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5584         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5585         (_FP_MUL_MEAT_2_gmp): Likewise.
5586         (_FP_DIV_MEAT_2_udiv): Likewise.
5587         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5588         (_FP_FRAC_SRL_4): Likewise.
5589         (_FP_FRAC_SRST_4): Likewise.
5590         (_FP_FRAC_SRS_4): Likewise.
5591         (_FP_UNPACK_RAW_4): Likewise.
5592         (_FP_UNPACK_RAW_4_P): Likewise.
5593         (_FP_PACK_RAW_4): Likewise.
5594         (_FP_PACK_RAW_4_P): Likewise.
5595         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5596         (_FP_MUL_MEAT_4_wide): Likewise.
5597         (_FP_MUL_MEAT_4_gmp): Likewise.
5598         (umul_ppppmnnn): Likewise.
5599         (_FP_DIV_MEAT_4_udiv): Likewise.
5600         (__FP_FRAC_ADD_4): Likewise.
5601         (__FP_FRAC_SUB_3): Likewise.
5602         (__FP_FRAC_SUB_4): Likewise.
5603         (__FP_FRAC_DEC_3): Likewise.
5604         (__FP_FRAC_DEC_4): Likewise.
5605         (__FP_FRAC_ADDI_4): Likewise.
5606         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5607         (_FP_FRAC_SRL_8): Likewise.
5608         (_FP_FRAC_SRS_8): Likewise.
5609
5610         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5611         include macro name.
5612         (FP_UNPACK_RAW_EP): Likewise.
5613         (FP_PACK_RAW_E): Likewise.
5614         (FP_PACK_RAW_EP): Likewise.
5615         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5616         (_FP_ISSIGNAN): Likewise.
5617         (_FP_ADD_INTERNAL): Likewise.
5618         (_FP_FMA): Likewise.
5619         (_FP_CMP): Likewise.
5620         (_FP_SQRT): Likewise.
5621         (_FP_TO_INT): Likewise.
5622         (_FP_FROM_INT): Likewise.
5623         (FP_EXTEND): Likewise.
5624         (_FP_DIV_MEAT_N_loop): Likewise.
5625
5626 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5627
5628         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5629         throughout.
5630
5631 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5632
5633         [BZ #17097]
5634         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5635         result with correct sign in case of exponents that produce
5636         overflow except for X very close to 1.
5637
5638 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5639
5640         mktime: merge #if/#ifdef usage from glibc
5641         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5642         as that works with both Glibc's and Gnulib's style.
5643         See thread starting at Siddhesh Poyarekar's bug report at:
5644         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5645
5646 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5647
5648         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5649         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5650         * sysdeps/tile/tilegx/memmove.c: Remove file.
5651
5652 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5653
5654         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5655         abi-name definition.
5656         * scripts/soversions.awk: Do not handle or generate ABI lines.
5657         * shlib-versions: Remove ABI entries.
5658         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5659         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5660
5661 2014-06-27  Roland McGrath  <roland@hack.frob.com>
5662
5663         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5664         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5665         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5666         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5667         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5668         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5669         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5670         Moved ...
5671         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5672         ... here.
5673         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5674         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5675         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5676         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5677         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5678         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5679         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5680         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5681         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5682         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5683         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5684         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5685         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5686         Moved ...
5687         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5688         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5689         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5690         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5691         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5692         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5693         Moved ...
5694         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5695         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5696         Moved ...
5697         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5698         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5699         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5700         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5701         Moved ...
5702         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5703         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5704         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5705         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5706         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5707         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5708         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5709         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5710         Moved ...
5711         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5712         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5713         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5714         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5715         Moved ...
5716         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5717         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5718         Moved ...
5719         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5720         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5721         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5722         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5723         Moved ...
5724         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5725         ... here.
5726         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5727         Identical file removed.
5728         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5729         Moved ...
5730         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5731         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5732         Identical file removed.
5733         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5734         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5735         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5736         Moved ...
5737         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5738         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5739         Identical file removed.
5740         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5741         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5742         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
5743         Identical file removed.
5744         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
5745         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
5746         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
5747         Identical file removed.
5748         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
5749         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
5750         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
5751         Identical file removed.
5752         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
5753         Moved ...
5754         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
5755         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
5756         Identical file removed.
5757         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
5758         Moved ...
5759         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
5760         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
5761         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
5762         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
5763         Identical file removed.
5764         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
5765         Moved ...
5766         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
5767         ... here.
5768         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
5769         Identical file removed.
5770         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
5771         Moved ...
5772         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
5773         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
5774         Identical file removed.
5775         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
5776         Moved ...
5777         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
5778         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
5779         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
5780         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
5781         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
5782         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
5783         Moved ...
5784         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
5785         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
5786         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
5787
5788         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
5789         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
5790         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
5791         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
5792         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
5793
5794 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
5795
5796         [BZ #17092]
5797         * nscd/nscd.c (monitor_child): Return exit status of child
5798         instead of return value from wait syscall.
5799
5800 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5801
5802         * configure.ac (libc_commonpagesize): Remove variable.
5803         (libc_relro_required): Likewise.
5804         (libc_cv_z_relro): Remove configure test.
5805         * configure: Regenerated.
5806         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
5807         variable.
5808         (libc_relro_required): Likewise.
5809         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
5810         (libc_relro_required): Likewise.
5811         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
5812         (libc_relro_required): Likewise.
5813         * sysdeps/arm/preconfigure: Regenerated.
5814         * sysdeps/ia64/preconfigure: Remove file.
5815         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
5816         variable.
5817         (libc_relro_required): Likewise.
5818
5819         [BZ #16561]
5820         [BZ #16562]
5821         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
5822         (__ieee754_yn): Set FE_TONEAREST mode internally and then
5823         recompute overflowing results in original rounding mode.
5824         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
5825         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
5826         recompute overflowing results in original rounding mode.
5827         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
5828         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5829         recompute overflowing results in original rounding mode.
5830         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
5831         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5832         recompute overflowing results in original rounding mode.
5833         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
5834         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5835         recompute overflowing results in original rounding mode.
5836         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
5837         (libc_feholdsetround_ctx): New macro.
5838         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
5839         * sysdeps/i386/fpu/libm-test-ulps: Update.
5840         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
5841
5842 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5843
5844         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
5845         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
5846         corresponding .cpsetup call.
5847
5848 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5849
5850         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
5851         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
5852         * sysdeps/arm/Makefile [$(subdir) = csu]
5853         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
5854         (static-only-routines): Add aeabi_read_tp here.
5855         (shared-only-routines): Add libc-aeabi_read_tp here.
5856         (CFLAGS-libc-start.c): Add -fexceptions here.
5857         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
5858         (sysdep_routines, static-only-routines, shared-only-routines):
5859         Don't add to these here.
5860         (CFLAGS-libc-start.c): Likewise.
5861
5862         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
5863         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5864         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
5865         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5866         * sysdeps/arm/Makefile [$(subdir) = rt]
5867         (librt-sysdep_routines, librt-shared-only-routines):
5868         Append rt-aeabi_unwind_cpp_pr1 here.
5869         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
5870         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
5871         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
5872         (libpthread-sysdep_routines, libpthread-shared-only-routines):
5873         Append nptl-aeabi_unwind_cpp_pr1 here.
5874         (tests): Filter out tst-cleanupx4 here.
5875         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
5876         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
5877         Don't do those here.
5878
5879 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5880
5881         * scripts/list-sources.sh: Do not handle ports specially.
5882
5883 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5884
5885         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
5886         * sysdeps/arm/feupdateenv.c: Likewise.
5887
5888         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
5889
5890 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5891
5892         * manual/texinfo.tex: Update to version 2014-05-05.10 with
5893         trailing whitespace removed.
5894         * scripts/config.guess: Update to version 2014-03-23.
5895         * scripts/config.sub: Update to version 2014-05-01
5896         * scripts/install-sh: Update to version 2013-12-25.23.
5897         * scripts/move-if-change: Update from gnulib.
5898
5899 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5900
5901         * debug/memmove_chk.c: Remove pagecopy.h include.
5902
5903 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
5904
5905         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
5906         identical to gnulib mktime.
5907
5908 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5909
5910         * configure.ac: Do not test for machine being rs6000.  Do not test
5911         for powerpc*-*soft.
5912         * configure: Regenerated.
5913
5914         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
5915         test.
5916         * configure: Regenerated.
5917         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
5918         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
5919         Remove configure test.
5920         * sysdeps/arm/configure: Regenerated.
5921         * sysdeps/nptl/configure.ac: Do not check
5922         libc_cv_asm_cfi_directives.
5923         * sysdeps/nptl/configure: Regenerated.
5924         * sysdeps/x86_64/nptl/configure.ac: Remove file.
5925         * sysdeps/x86_64/nptl/configure: Remove generated file.
5926         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
5927         unconditional.
5928         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
5929
5930 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5931
5932         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
5933         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
5934         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
5935         it is defined.
5936
5937         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
5938         instead of whether it is defined.
5939         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
5940         * sysdeps/hppa/dl-machine.h: Likewise.
5941         * sysdeps/ia64/dl-machine.h: Likewise.
5942         * sysdeps/m68k/dl-machine.h: Likewise.
5943         * sysdeps/microblaze/dl-machine.h: Likewise.
5944         * sysdeps/mips/dl-machine.: Likewise.
5945         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
5946         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
5947         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5948         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5949         * sysdeps/sh/dl-machine.h: Likewise.
5950         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5951         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5952         * sysdeps/tile/dl-machine.h: Likewise.
5953         * sysdeps/x86_64/dl-machine.h: Likewise.
5954
5955         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
5956         code.
5957         (verify_persistent_db): Likewise.
5958
5959 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5960
5961         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
5962         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
5963         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
5964         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
5965         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
5966         Moved ...
5967         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
5968         ... here.
5969         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
5970         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
5971         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
5972         Identical file removed.
5973         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
5974         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
5975         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
5976         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
5977         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
5978         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
5979         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
5980         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
5981         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
5982         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
5983         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
5984         Moved ...
5985         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
5986         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
5987         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
5988         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
5989         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
5990         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
5991         Moved ...
5992         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
5993         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
5994         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
5995         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
5996         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
5997         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
5998         Identical file removed.
5999         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6000         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6001         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6002         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6003         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6004         Moved ...
6005         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6006         ... here.
6007         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6008         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6009         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6010         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6011         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6012         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6013         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6014         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6015         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6016         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6017         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6018         Moved ...
6019         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6020         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6021         Moved ...
6022         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6023         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6024         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6025         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6026         Moved ...
6027         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6028         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6029         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6030
6031         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6032         folded into ...
6033         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6034         * sysdeps/unix/sysv/linux/s390/Versions
6035         (libpthread: GLIBC_2.19): New version set.
6036         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6037         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6038         (librt: GLIBC_2.3.3): New version set.
6039         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6040         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6041         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6042         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6043         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6044         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6045         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6046         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6047         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6048         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6049         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6050         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6051         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6052         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6053         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6054         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6055         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6056         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6057         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6058         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6059         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6060         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6061         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6062         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6063         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6064         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6065         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6066         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6067         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6068         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6069         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6070         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6071         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6072         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6073         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6074         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6075         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6076         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6077         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6078         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6079         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6080         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6081         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6082         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6083         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6084
6085         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6086         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6087         (__libc_vfork): Define the function under this name.
6088         [!NOT_IN_libc] (__vfork): Make this an alias.
6089         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6090         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6091         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6092         (__libc_vfork): Define the function under this name.
6093         [!NOT_IN_libc] (__vfork): Make this an alias.
6094         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6095         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6096         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6097         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6098         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6099         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6100
6101         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6102         code that was previously under [RESET_PID].
6103         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6104         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6105         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6106
6107         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6108         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6109         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6110         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6111         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6112         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6113         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6114         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6115         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6116         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6117         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6118         Moved ...
6119         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6120         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6121         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6122         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6123         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6124         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6125         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6126         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6127         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6128         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6129         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6130         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6131         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6132         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6133         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6134         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6135         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6136         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6137         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6138         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6139         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6140         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6141         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6142         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6143         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6144         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6145         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6146         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6147         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6148
6149 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6150
6151         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6152         that was previously under [RESET_PID].
6153         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6154
6155 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6156
6157         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6158         not undefine and redefine.
6159         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6160         [O_CLOEXEC]: Make code unconditional.
6161         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6162         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6163         <kernel-features.h>.
6164         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6165         conditional variable definition.
6166         (shm_open) [O_CLOEXEC]: Make code unconditional.
6167         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6168         code.
6169
6170         * configure.ac (USE_REGPARMS): Don't define here.
6171         * configure: Regenerated.
6172         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6173         * sysdeps/i386/configure: Regenerated.
6174
6175         * nptl/createthread.c: Don't include kernel-features.h.
6176         * nptl/pthread_cancel.c: Likewise.
6177         * nptl/pthread_condattr_setclock.c: Likewise.
6178         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6179         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6180         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6181         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6182         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6183         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6184         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6185         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6186         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6187         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6188         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6189         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6190         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6191         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6192         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6193         * nscd/gai.c: Likewise.
6194         * nss/nss_db/db-open.c: Likewise.
6195         * sysdeps/generic/ldsodefs.h: Likewise.
6196         * sysdeps/sh/nptl/tls.h: Likewise.
6197         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6198         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6199         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6200         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6201         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6202         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6203         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6204         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6205         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6206         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6207         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6208         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6209         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6210         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6211         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6212         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6213         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6214         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6215         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6216         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6217         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6218         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6219         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6220         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6221         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6222         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6223         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6224         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6225         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6226         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6227         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6228         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6229         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6230         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6231         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6232         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6233         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6234         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6235         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6236         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6237         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6238         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6239         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6240         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6241         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6242         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6243         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6244         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6245         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6246         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6247         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6248         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6249         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6250         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6251         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6252         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6253         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6254         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6274         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6277         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6278         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6279         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6280         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6281         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6282         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6283         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6284         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6285         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6286         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6287         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6288         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6289         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6290         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6291         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6292         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6293         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6294         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6295         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6296         * sysdeps/unix/sysv/linux/system.c: Likewise.
6297         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6298         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6299         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6300         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6301         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6302         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6303         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6304
6305         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6306         * configure: Regenerated.
6307         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6308
6309         * configure.ac (base_machine): Do not set specially for particular
6310         machines here.
6311         * configure: Regenerated.
6312         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6313         settings from configure.ac.
6314         * sysdeps/i386/preconfigure: New file.
6315         * sysdeps/s390/preconfigure: Likewise.
6316         * sysdeps/sh/preconfigure: Likewise.
6317         * sysdeps/sparc/preconfigure: Likewise.
6318
6319 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6320
6321         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6322         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6323         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6324         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6325         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6326         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6327         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6328         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6329         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6330         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6331         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6332         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6333         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6334         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6335         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6336         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6337         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6338         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6339         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6340
6341         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6342         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6343         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6344         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6345         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6346         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6347         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6348         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6349         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6350         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6351         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6352         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6353         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6354         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6355         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6356         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6357         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6358         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6359         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6360         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6361         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6362         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6363         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6364         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6365         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6366         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6367         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6368         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6369         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6370         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6371         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6372         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6373         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6374         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6375         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6376         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6377         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6378         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6379
6380         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6381         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6382         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6383         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6384         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6385         Moved ...
6386         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6387         ... here.
6388         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6389         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6390         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6391         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6392         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6393         Moved ...
6394         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6395         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6396         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6397         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6398         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6399         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6400         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6401         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6402         Moved ...
6403         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6404         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6405         Moved ...
6406         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6407         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6408         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6409         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6410         Moved ...
6411         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6412         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6413         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6414         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6415         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6416         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6417         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6418         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6419         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6420         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6421         Moved ...
6422         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6423         ... here.
6424         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6425         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6426         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6427         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6428         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6429         Moved ...
6430         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6431         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6432         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6433         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6434         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6435         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6436         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6437         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6438         Moved ...
6439         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6440         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6441         Moved ...
6442         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6443         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6444         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6445         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6446         Moved ...
6447         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6448         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6449         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6450         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6451         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6452
6453 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6454
6455         * timezone/checktab.awk: Update from tzcode 2014e.
6456         * timezone/private.h: Likewise.
6457         * timezone/tzfile.h: Likewise.
6458         * timezone/zdump.c: Likewise.
6459         * timezone/zic.c: Likewise.
6460
6461         * sysdeps/unix/sysv/linux/kernel-features.h
6462         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6463         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6464         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6465         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6466         Remove conditional code.
6467
6468 2014-06-25  Will Newton  <will.newton@linaro.org>
6469
6470         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6471         (_dl_arm_cap_flags): Add HWCAP2 values.
6472         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6473         (_DL_HWCAP_COUNT): Increase to 37.
6474         (_DL_HWCAP_LAST): New define.
6475         (_DL_HWCAP2_LAST): New define.
6476         (_dl_procinfo): Add support for printing
6477         AT_HWCAP2 entries.
6478         (_dl_string_hwcap): Use _dl_hwcap_string.
6479
6480 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6481
6482         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6483
6484 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6485
6486         * README: Do not mention ports directory.
6487
6488         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6489         Remove macro.
6490         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6491         <kernel-features.h>.
6492         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6493         conditional variable definition.
6494         (__futimes): Update comment.
6495         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6496         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6497
6498         [BZ #16560]
6499         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6500         arguments close to 0.
6501         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6502         Likewise.
6503         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6504         Likewise.
6505         * math/auto-libm-test-in: Add more tests of exp10.
6506         * math/auto-libm-test-out: Regenerated.
6507         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6508
6509         * sysdeps/unix/sysv/linux/kernel-features.h
6510         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6511         * sysdeps/unix/sysv/linux/readv.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_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6516         unconditional.
6517         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6518         conditional code.
6519         * sysdeps/unix/sysv/linux/writev.c: Do not include
6520         <kernel-features.h>.
6521         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6522         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6523         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6524         unconditional.
6525         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6526         conditional code.
6527
6528 2014-06-25  Will Newton  <will.newton@linaro.org>
6529
6530         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6531         comment changes throughout the file.  Remove checks
6532         for HAVE_*_H definitions that are not required.
6533         (__gen_tempname): Call abort if an unknown kind value is
6534         passed.
6535
6536 2014-06-25  Andreas Schwab  <schwab@suse.de>
6537
6538         [BZ #17086]
6539         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6540         scalbln, scalblnf, scalblnl in libc.
6541
6542 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6543
6544         [BZ #17086]
6545         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6546         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6547         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6548
6549 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6550
6551         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6552         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6553         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6554         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6555         Update #include.
6556         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6557         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6558         Update #include.
6559         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6560         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6561         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6562         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6563         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6564         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6565         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6566         * sysdeps/x86/bits/semaphore.h: ... here.
6567         * sysdeps/x86/nptl/elide.h: Moved ...
6568         * sysdeps/x86/elide.h: ... here.
6569         * sysdeps/x86_64/nptl/Implies: File removed.
6570         * sysdeps/i386/nptl/Implies: File removed.
6571
6572 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6573
6574         [BZ #16539]
6575         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6576         return the argument for normal arguments with exponent below -64.
6577         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6578         Likewise.
6579         * math/auto-libm-test-in: Add another test of expm1.
6580         * math/auto-libm-test-out: Regenerated.
6581
6582         [BZ #16287]
6583         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6584         calling __erfcl for arguments at least 16.
6585         * math/auto-libm-test-in: Add more tests of erf.
6586         * math/auto-libm-test-out: Regenerated.
6587
6588         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6589         individual architectures.
6590         * sysdeps/unix/sysv/linux/configure: Regenerated.
6591         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6592         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6593         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6594         (ldd_rewrite_script): Define variable.
6595         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6597         file.
6598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6599         generated file.
6600         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6601         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6602         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6603         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6604         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6605         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6606         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6607         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6608
6609 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6610
6611         [BZ #17084]
6612         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6613         Rename member __data.d to __data.__elision_data.
6614
6615 2014-06-24  Wilco  <wdijkstr@arm.com>
6616
6617         * NEWS: Add 16918 to fixed bug list.
6618
6619 2014-06-24  Wilco  <wdijkstr@arm.com>
6620
6621         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6622
6623 2014-06-24  Wilco  <wdijkstr@arm.com>
6624
6625         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6626         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6627         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6628         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6629         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6630         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6631         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6632         Use _FPU_MASK_RM.
6633
6634 2014-06-24  Wilco  <wdijkstr@arm.com>
6635
6636         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6637
6638 2014-06-24  Wilco  <wdijkstr@arm.com>
6639
6640         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6641         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6642         * sysdeps/arm/fesetround.c (fesetround): Remove space.
6643         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6644
6645 2014-06-24  Wilco  <wdijkstr@arm.com>
6646
6647         [BZ #16918]
6648         * sysdeps/arm/feupdateenv.c (feupdateenv):
6649         Rewrite to reduce FPSCR accesses and fix return value.
6650
6651 2014-06-24  Wilco  <wdijkstr@arm.com>
6652
6653         * sysdeps/arm/fclrexcpt.c (feclearexcept):
6654         Optimize to avoid unnecessary FPSCR writes.
6655         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6656         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6657         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6658         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6659
6660 2014-06-24  Wilco  <wdijkstr@arm.com>
6661
6662         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6663         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6664         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6665         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6666         Call libc_fetestexcept_vfp.
6667         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6668         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6669         __SOFTFP__ ifdef so that they can be built for softfp.
6670
6671 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6672
6673         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6674         argument type signed char.
6675
6676         * Makerules (check-abi): Dump diff of symlist if the test
6677         fails.
6678
6679 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6680
6681         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6682         using abort.
6683
6684         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6685         Remove unused variable ST.
6686
6687 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6688
6689         [BZ #16354]
6690         [BZ #17061]
6691         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6692         small arguments before calling __expm1.
6693         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6694         small arguments before calling __expm1f.
6695         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6696         small arguments before calling __expm1l.
6697         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6698         Likewise.
6699         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6700         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
6701         spurious underflow for some cosh tests.
6702         * math/auto-libm-test-out: Regenerated.
6703         * sysdeps/i386/fpu/libm-test-ulps: Update.
6704
6705         [BZ #17050]
6706         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6707         (__ieee754_y1): Set errno if return value overflows.
6708         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6709         (__ieee754_y1f): Set errno if return value overflows.
6710         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6711         (__ieee754_y1l): Set errno if return value overflows.
6712         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6713         (__ieee754_y1l): Set errno if return value overflows.
6714         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6715         * math/auto-libm-test-out: Regenerated.
6716
6717         * math/gen-auto-libm-tests.c: Document use of
6718         ignore-zero-inf-sign.
6719         (input_flag_type): Add value flag_ignore_zero_inf_sign.
6720         (input_flags): Add ignore-zero-inf-sign.
6721         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6722         * math/gen-libm-test.pl (generate_testfile): Handle
6723         ignore-zero-inf-sign.
6724         * math/auto-libm-test-in: Mark some cpow tests with
6725         ignore-zero-inf-sign and some with xfail-rounding.
6726         * math/auto-libm-test-out: Regenerated.
6727         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6728         * sysdeps/i386/fpu/libm-test-ulps: Update.
6729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6730
6731         [BZ #16315]
6732         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6733         overflowing or underflowing operations take place with sign of
6734         result.
6735         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6736         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6737         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6738         (__ieee754_pow): Recompute overflowing and underflowing results in
6739         original rounding mode.
6740         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6741         (__powl_helper): Allow negative argument X and scale negated value
6742         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
6743         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
6744         overflowing or underflowing operations take place with sign of
6745         result.
6746         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
6747         Include <math.h>.
6748         * math/auto-libm-test-in: Add more tests of pow.
6749         * math/auto-libm-test-out: Regenerated.
6750         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
6751         (pow_tonearest_test_data): Remove.
6752         (pow_test_tonearest): Likewise.
6753         (pow_towardzero_test_data): Likewise.
6754         (pow_test_towardzero): Likewise.
6755         (pow_downward_test_data): Likewise.
6756         (pow_test_downward): Likewise.
6757         (pow_upward_test_data): Likewise.
6758         (pow_test_upward): Likewise.
6759         (main): Don't call removed functions.
6760         * sysdeps/i386/fpu/libm-test-ulps: Update.
6761         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6762
6763 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6764
6765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
6766         Moved ...
6767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
6768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6769         Moved ...
6770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
6771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6772         Moved ...
6773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
6774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
6775         Moved ...
6776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
6777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
6778         File removed.
6779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6780         File removed.
6781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
6782         File removed.
6783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
6784         File removed.
6785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
6786         File removed.
6787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
6788         File removed.
6789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
6790         File removed.
6791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6792         File removed.
6793         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
6794         File removed.
6795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6796         File removed.
6797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
6798         File removed.
6799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
6800         File removed.
6801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
6802         Moved ...
6803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
6804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
6805         Moved ...
6806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
6807         ... here.
6808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
6809         Moved ...
6810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
6811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
6812         Moved ...
6813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
6814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
6815         Moved ...
6816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
6817         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
6818         Moved ...
6819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
6820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
6821         Moved ...
6822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
6823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
6824         Moved ...
6825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
6826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
6827         Moved ...
6828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
6829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
6830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
6831         ... here.
6832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
6833         Moved ...
6834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
6835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
6836         Moved ...
6837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
6838         ... here.
6839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
6840         Moved ...
6841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
6842         ... here.
6843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
6844         Moved ...
6845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6846         ... here.
6847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
6848         Moved ...
6849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
6850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
6851         Moved ...
6852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
6853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
6854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
6855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
6856         Moved ...
6857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
6858         ... here.
6859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6860         Moved ...
6861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
6862         ... here.
6863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
6864         Moved ...
6865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
6866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6867         Moved ...
6868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
6869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
6870         Moved ...
6871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
6872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6873         Moved ...
6874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
6875         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
6876         Moved ...
6877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
6878         ... here.
6879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6880         Moved ...
6881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
6882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
6883         Moved ...
6884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
6885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6886         Moved ...
6887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
6888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
6889         Moved ...
6890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
6891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
6892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
6893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
6894         Moved ...
6895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
6896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
6897         Moved ...
6898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
6899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
6900         Moved ...
6901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
6902         ... here.
6903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6904         Moved ...
6905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
6906         ... here.
6907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
6908         Moved ...
6909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
6910         ... here.
6911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
6912         Moved ...
6913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
6914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
6915         Moved ...
6916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
6917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
6918         Moved ...
6919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
6920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
6921         Moved ...
6922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
6923         ... here.
6924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
6925         Moved ...
6926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
6927         ... here.
6928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
6929         Moved ...
6930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
6931         ... here.
6932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
6933         Moved ...
6934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
6935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
6936         Moved ...
6937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
6938
6939 2014-06-23  Will Newton  <will.newton@linaro.org>
6940             Wilco  <wdijkstr@arm.com>
6941
6942         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
6943         implementation.  Include get-rounding-mode.h.
6944         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
6945         [!libc_feholdsetround_noex_ctx]: Define
6946         libc_feholdsetround_noex_ctx.
6947         [!libc_feholdsetround_noexf_ctx]: Define
6948         libc_feholdsetround_noexf_ctx.
6949         [!libc_feholdsetround_noexl_ctx]: Define
6950         libc_feholdsetround_noexl_ctx.
6951         (libc_feholdsetround_ctx): New function.
6952         (libc_feresetround_ctx): New function.
6953         (libc_feholdsetround_noex_ctx): New function.
6954         (libc_feresetround_noex_ctx): New function.
6955
6956 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6957
6958         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
6959         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
6960         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
6961         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
6962         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
6963         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
6964
6965         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
6966         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
6967         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
6968         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
6969         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
6970         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
6971         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
6972         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
6973         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
6974         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
6975         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
6976         Moved ...
6977         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
6978         ... here.
6979         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
6980         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
6981         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
6982         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
6983         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
6984         Moved ...
6985         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
6986         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
6987         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
6988         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
6989         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
6990         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
6991         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
6992         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
6993         Moved ...
6994         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
6995         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
6996         Moved ...
6997         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
6998         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
6999         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7000         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7001         Moved ...
7002         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7003         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7004         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7005         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7006         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7007         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7008         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7009         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7010         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7011         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7012         Moved ...
7013         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7014         ... here.
7015         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7016         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7017         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7018         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7019         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7020         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7021         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7022         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7023         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7024         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7025         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7026         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7027         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7028         Moved ...
7029         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7030         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7031         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7032         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7033         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7034         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7035         Moved ...
7036         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7037         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7038         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7039         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7040         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7041
7042         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7043         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7044         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7045         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7046         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7047         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7048         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7049         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7050         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7051         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7052         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7053         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7054         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7055         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7056         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7057         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7058         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7059         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7060         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7061         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7062         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7063         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7064         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7065         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7066         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7067         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7068         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7069         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7070
7071 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7072
7073         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7074         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7075         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7076         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7077         (IPV6_PMTUDISC_INTERFACE): Likewise.
7078         (IPV6_PMTUDISC_OMIT): Likewise.
7079
7080 2014-06-23  Andreas Schwab  <schwab@suse.de>
7081
7082         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7083         Remove unused errout label.
7084
7085 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7086
7087         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7088         macro: hardware supports Vector Crypto instructions.
7089
7090 2014-06-23  Will Newton  <will.newton@linaro.org>
7091
7092         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7093         rather than __builtin_expect.
7094
7095         * elf/dl-lookup.c (undefined_msg): Remove variable.
7096         (_dl_lookup_symbol_x): Replace undefined_msg with string
7097         literal.
7098
7099         * elf/dl-lookup.c (do_lookup_unique): New function.
7100         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7101         to a separate function.
7102
7103 2014-06-23  Andreas Schwab  <schwab@suse.de>
7104
7105         [BZ #17079]
7106         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7107         before reading the next line.
7108
7109 2014-06-23  Will Newton  <will.newton@linaro.org>
7110
7111         * test-skeleton.c (signal_handler): Use printf and %m
7112         rather than perror.  Use printf rather than fprintf to
7113         stderr.  Use puts rather than fputs to stderr.
7114         (main): Likewise.
7115
7116 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7117
7118         * nscd/nscd.c (thread_info_t): Remove typedef.
7119         (thread_info): Remove variable.
7120
7121 2014-06-21  Allan McRae  <allan@archlinux.org>
7122
7123         * NEWS: Mention CVE-2014-4043.
7124
7125 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7126
7127         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7128         * nptl/smp.h: ... here.
7129
7130         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7131
7132         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7133         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7134         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7135         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7136
7137         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7138         * nptl/stack-aliasing.h: New file.
7139         * sysdeps/i386/i686/stack-aliasing.h: New file.
7140         * sysdeps/i386/i686/nptl/Makefile: File removed.
7141         * sysdeps/x86_64/stack-aliasing.h: New file.
7142         * sysdeps/x86_64/nptl/Makefile
7143         (CFLAGS-pthread_create.c): Variable removed.
7144
7145         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7146         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7147         old file.
7148         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7149         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7150         old file.
7151
7152 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7153
7154         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7155         (__ASSUME_SIGFRAME_V2): Remove macro.
7156         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7157         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7158         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7159         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7160         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7161         Declare as function.  Remove conditional macro definitions.
7162         (__default_rt_sa_restorer): Likewise.
7163         (__default_sa_restorer_v1): Remove declaration.
7164         (__default_sa_restorer_v2): Likewise.
7165         (__default_rt_sa_restorer_v1): Likewise.
7166         (__default_rt_sa_restorer_v2): Likewise.
7167         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7168         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7169         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7170
7171 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7172
7173         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7174         (libpthread-routines): Add sysdep.
7175         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7176         * sysdeps/unix/sysv/linux/sparc/Versions
7177         (libpthread: GLIBC_2.3.3): New version set.
7178         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7179         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7180         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7181         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7182         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7183         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7184         Moved ...
7185         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7186         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7187         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7188         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7189         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7190         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7191         * sysdeps/sparc/nptl/sem_init.c: ... here.
7192         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7193         * sysdeps/sparc/nptl/sem_post.c: ... here.
7194         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7195         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7196         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7197         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7198         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7199         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7200         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7201         (libpthread-routines): Add cpu_relax.
7202         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7203         File removed.
7204         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7205         (librt: GLIBC_2.3.3): New version set.
7206         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7207         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7208         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7209         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7210         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7211         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7212         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7213         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7214         Moved ...
7215         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7216         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7217         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7218         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7219         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7220         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7221         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7222         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7223         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7224         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7225         Moved ...
7226         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7227         Update #include.
7228         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7229         Moved ...
7230         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7231         Update #include.
7232         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7233         Moved ...
7234         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7235         Update #include.
7236         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7237         Moved ...
7238         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7239         Update #include.
7240         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7241         Moved ...
7242         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7243         Update #include.
7244         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7245         Moved ...
7246         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7247         Update #include.
7248         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7249         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7250         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7251         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7252         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7253         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7254         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7255         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7256         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7257         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7258         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7259         Moved ...
7260         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7261         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7262         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7263         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7264         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7265
7266 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7267
7268         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7269         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7270         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7271         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7272         * nscd/nscd.c: Likewise.
7273         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7274         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7275         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7276         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7277
7278         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7279         <kernel-features.h>.
7280         (init_mq_netlink): Remove conditional have_sock_cloexec
7281         definitions.  Remove code conditional on have_sock_cloexec < 0.
7282         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7283         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7284         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7285         <kernel-features.h>.
7286         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7287         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7288
7289 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7290
7291         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7292         Add tests for memset_chk and memset.
7293
7294         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7295         with AVX2_Usable.
7296
7297 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7298
7299         [BZ #16046]
7300         * elf/tst-dl-iter-static.c: New file.
7301         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7302
7303         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7304         error.
7305
7306 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7307
7308         * sysdeps/unix/sysv/linux/kernel-features.h
7309         (__ASSUME_F_GETOWN_EX): Remove macro.
7310         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7311         <kernel-features.h>.
7312         (miss_F_GETOWN_EX): Remove variable or macro.
7313         (do_fcntl): Do not check miss_F_GETOWN_EX.
7314         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7315
7316         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7317         Remove macro.
7318         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7319         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7320         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7321
7322         * sysdeps/unix/sysv/linux/kernel-features.h
7323         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7324         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7325         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7326         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7327
7328 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7329
7330         [BZ #17075]
7331         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7332         Fix calculation of the symbol's value.
7333         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7334         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7335         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7336         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7337         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7338         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7339         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7340         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7341         (modules-names): Add `tst-armtlsdescmod',
7342         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7343         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7344         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7345         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7346         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7347         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7348         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7349         ($(objpfx)tst-armtlsdescloc): New dependency.
7350         ($(objpfx)tst-armtlsdescextnow): Likewise.
7351         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7352         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7353         TLS scheme support.
7354         * sysdeps/arm/configure: Regenerate.
7355
7356 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7357
7358         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7359         (__atfct_seterrno_2): Likewise.
7360         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7361         <kernel-features.h>.
7362         (__ASSUME_ATFCTS): Do not undefine and redefine.
7363         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7364         (__have_atfcts): Remove conditional definition.
7365         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7366         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7367         unreachable if [__ASSUME_ATFCTS].
7368         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7369         not undefine and redefine.
7370         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7371         <kernel-features.h>.
7372         (faccessat) [__NR_faccessat]: Make code unconditional.
7373         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7374         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7375         <kernel-features.h>.
7376         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7377         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7378         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7379         <kernel-features.h>.
7380         (fchownat) [__NR_fchownat]: Make code unconditional.
7381         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7382         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7383         <kernel-features.h>.
7384         (futimesat) [__NR_futimesat]: Make code unconditional.
7385         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7386         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7387         <kernel-features.h>.
7388         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7389         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7390         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7391         <kernel-features.h>.
7392         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7393         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7394         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7395         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7396         <kernel-features.h>.
7397         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7398         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7399         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7400         <kernel-features.h>.
7401         (linkat) [__NR_linkat]: Make code unconditional.
7402         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7403         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7404         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7405         <kernel-features.h>.
7406         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7407         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7408         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7409         <kernel-features.h>.
7410         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7411         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7412         * sysdeps/unix/sysv/linux/openat.c: Do not include
7413         <kernel-features.h>.
7414         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7415         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7416         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7417         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7418         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7419         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7420         <kernel-features.h>.
7421         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7422         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7423         result of INLINE_SYSCALL directly, not via int variable.
7424         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7425         <kernel-features.h>.
7426         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7427         (renameat) [__NR_renameat]: Make code unconditional.
7428         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7429         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7430         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7431         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7432         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7433         (__ASSUME_ATFCTS): Do not undefine and redefine.
7434         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7435         <kernel-features.h>.
7436         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7437         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7438         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7439         <kernel-features.h>.
7440         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7441         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7442         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7443         (__ASSUME_ATFCTS): Do not undefine and redefine.
7444         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7445         <kernel-features.h>.
7446         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7447         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7448         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7449         <kernel-features.h>.
7450         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7451         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7452
7453 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7454
7455         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7456
7457 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7458
7459         [BZ #17069]
7460         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7461         constructed tree before returning error.
7462         * posix/bug-regexp36.c: Expand test case.
7463
7464 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7465
7466         [BZ #6803]
7467         * math/libm-test.inc (scalbln_test_date):
7468         Add errno expectations.
7469         * math/w_scalblnf.c: New File.
7470         Add wrapper which checks for setting errno to ERANGE.
7471         Add weak_alias for corresponding scalbln function.
7472         * math/w_scalbln.c: Likewise.
7473         * math/w_scalblnl.c: Likewise.
7474         * math/Makefile (libm-calls): Add w_scalbln.
7475         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7476         Remove weak_alias for corresponding scalbln function.
7477         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7478         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7479         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7480         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7481         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7482         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7483         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7484         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7485         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7486         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7487         Remove long_double_symbol for scalblnl function in libm, libc.
7488         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7489         Add wrapper which checks for setting errno to ERANGE.
7490         Add long_double_symbol for scalblnl function in libm, libc.
7491         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7492         Remove long_double_symbol for scalblnl in libm.
7493         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7494         Add wrapper which checks for setting errno to ERANGE.
7495         Add long_double_symbol for scalblnl function in libm.
7496         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7497         Do not use wrapper because of own implementation.
7498
7499 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7500
7501         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7502         3 bytes for __pad1 for x32.
7503         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7504
7505 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7506             H.J. Lu  <hongjiu.lu@intel.com>
7507
7508         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7509         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7510         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7511         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7512         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7513
7514 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7515
7516         [BZ #17069]
7517         * posix/regcomp.c (parse_expression): Deallocate partially
7518         constructed tree before returning error.
7519         * posix/Makefile.c (tests): Add bug-regex36.
7520         (generated): Add bug-regex36.mtrace.
7521         (tests-special): Add $(objpfx)bug-regex36-mem.out
7522         (bug-regex36-ENV): New variable.
7523         ($(objpfx)bug-regex36-mem.out): New rule.
7524         * posix/bug-regex36.c: New file.
7525
7526 2014-06-19  Will Newton  <will.newton@linaro.org>
7527
7528         * malloc/malloc.c (systrim): If extra is zero then return
7529         early.
7530
7531 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7532
7533         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7534
7535 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7536
7537         * sysdeps/aarch64/strchr.S: New file.
7538
7539 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7540
7541         [BZ #17022]
7542         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7543         from arguments -2 or below.
7544         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7545         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7546
7547 2014-06-18  Andreas Schwab  <schwab@suse.de>
7548
7549         [BZ #17062]
7550         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7551         of a bracket expr not to run off the end of the string.
7552         * posix/Makefile (tests): Add tst-fnmatch3.
7553         * posix/tst-fnmatch3.c: New file.
7554
7555 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7556
7557         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7558         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7559         [$(cross-compiling) = no]: Likewise.
7560         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7561         [$(cross-compiling) = no]: Likewise.
7562
7563 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7564
7565         [BZ #17031]
7566         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7567         double, adjusted for any remainder from the high double.
7568         * math/libm-test.inc (nearbyint): Add tests.
7569         (rint): Likewise.
7570
7571 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7572
7573         * nptl/sysdeps/powerpc/Makefile: Moved ...
7574         * sysdeps/powerpc/nptl/Makefile: ... here.
7575         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7576         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7577         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7578         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7579         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7580         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7581         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7582         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7583         * nptl/sysdeps/powerpc/tls.h: Moved ...
7584         * sysdeps/powerpc/nptl/tls.h: ... here.
7585
7586 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7587
7588         [BZ #16681]
7589         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7590         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7591         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7592         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7593         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7594         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7595         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7596         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7597         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7598
7599 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7600
7601         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7602
7603 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7604
7605         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7606         defined operator.
7607
7608         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7609         $TIMEOUTFACTOR.
7610
7611 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7612
7613         [BZ #17058]
7614         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7615         non-executed part of the test.
7616
7617 2014-06-16  Andreas Schwab  <schwab@suse.de>
7618
7619         * string/bits/string2.h (strdup, strndup): Update feature guard.
7620
7621 2014-06-14  David S. Miller  <davem@davemloft.net>
7622
7623         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7624
7625 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7626
7627         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7628         that was previously under [RESET_PID].
7629         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7630
7631         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7632         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7633         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7634         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7635         (__libc_vfork): New strong alias.
7636         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7637
7638 2014-06-14 Andi Kleen  <ak@linux.intel.com>
7639
7640         * sysdeps/generic/elide.h: New file.
7641
7642 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7643
7644         * Makefile (installed-headers): Adjust path of pthread.h header.
7645
7646 2014-06-13  Roland McGrath  <roland@hack.frob.com>
7647
7648         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7649         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7650         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7651         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7652
7653         * nptl/sysdeps/s390/Makefile: Moved ...
7654         * sysdeps/s390/nptl/Makefile: ... here.
7655         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7656         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7657         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7658         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7659         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7660         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7661         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7662         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7663         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7664         * sysdeps/s390/nptl/pthreaddef.h: ... here.
7665         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7666         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7667         * nptl/sysdeps/s390/tls.h: Moved ...
7668         * sysdeps/s390/nptl/tls.h: ... here.
7669
7670         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7671         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7672
7673 2014-06-13  David S. Miller  <davem@davemloft.net>
7674
7675         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7676         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7677         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7678         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7679         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7680         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7681         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7682         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7683         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7684         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7685         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7686         Remove RESET_PID cpp guards.
7687         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7688         Remove RESET_PID cpp guards.
7689         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7690
7691 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
7692
7693         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7694         __sp to uintptr_t.
7695
7696 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7697
7698         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7699         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7700         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7701         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7702         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7703         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7704         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7705         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7706         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7707         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7708         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7709         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7710         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7711         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7712         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7713         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7714         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7715         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7716         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7717         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
7718
7719         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
7720         (pthread_rwlock_rdlock): Add elision.
7721         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7722         (pthread_rwlock_wrlock): Add elision.
7723         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7724         (pthread_rwlock_trywrlock): Add elision.
7725         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7726         (pthread_rwlock_tryrdlock): Add elision.
7727         * nptl/pthread_rwlock_unlock.c: Include elide.h.
7728         (pthread_rwlock_tryrdlock): Add elision unlock.
7729         * nptl/sysdeps/pthread/pthread.h:
7730         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7731         (PTHREAD_RWLOCK_INITIALIZER,
7732         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7733         Handle new elision field.
7734         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7735         * sysdeps/arm/nptl/bits/pthreadtypes.h
7736         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7737         * sysdeps/sh/nptl/bits/pthreadtypes.h
7738         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7739         * sysdeps/tile/nptl/bits/pthreadtypes.h
7740         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7741         * sysdeps/a/nptl/bits/pthreadtypes.h
7742         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7743         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7744         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7745         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7746         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7747         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
7748         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7749         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7750         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7751         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7752         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7753         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7754         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7755         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7756         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7757         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
7758         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7759         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
7760         (elision_init): Set try_xbegin to zero when no RTM.
7761         * sysdeps/x86/nptl/bits/pthreadtypes.h
7762         (pthread_rwlock_t): Change __pad1 to __rwelision.
7763         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7764
7765 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7766
7767         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
7768         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
7769         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
7770         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
7771
7772 2014-06-13  Meador Inge  <meadori@codesourcery.com>
7773
7774         [BZ #16996]
7775         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
7776         that the cached result has been set before returning it.
7777
7778 2014-06-12  Roland McGrath  <roland@hack.frob.com>
7779
7780         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
7781         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
7782         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
7783         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
7784         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
7785         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
7786
7787         * nptl/sysdeps/sparc/Makefile: Moved ...
7788         * sysdeps/sparc/nptl/Makefile: ... here.
7789         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
7790         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
7791         * nptl/sysdeps/sparc/tls.h: Moved ...
7792         * sysdeps/sparc/nptl/tls.h: ... here.
7793         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
7794         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
7795         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
7796         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
7797         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
7798         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
7799         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
7800         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
7801         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
7802         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
7803         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
7804         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
7805         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
7806         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
7807         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
7808         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
7809         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
7810         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
7811         Update #include.
7812         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
7813         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
7814         Update #include.
7815         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
7816         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
7817         Update #include.
7818         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
7819         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
7820         Update #include.
7821
7822         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7823
7824         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
7825         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
7826
7827         * sysdeps/pthread/posix-timer.h: Include <list.h>.
7828         (struct list_links): Type removed.
7829         (struct thread_node, struct timer_node): Replace struct list_links
7830         with struct list_head.
7831         (list_unlink_ip): Likewise.
7832         * sysdeps/pthread/timer_routines.c
7833         (timer_free_list, thread_free_list, thread_active_list): Likewise.
7834         (list_append, list_insbefore): Likewise.
7835         (list_init): Function removed.
7836         (thread_init, init_module): Use INIT_LIST_HEAD instead.
7837         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
7838         * sysdeps/pthread/Makefile: ... here, new file.
7839
7840         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
7841         * sysdeps/nptl/Implies: ... here.
7842         * sysdeps/unix/sysv/linux/Implies: Add nptl.
7843         * nptl/sysdeps/pthread/list.h: Moved ...
7844         * include/list.h: ... here.
7845         * nptl/sysdeps/pthread/createthread.c: Moved ...
7846         * nptl/createthread.c: ... here.
7847         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
7848         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
7849         * nptl/pt-longjmp.c: ... here.
7850         * nptl/sysdeps/pthread/Makefile: Moved ...
7851         * sysdeps/nptl/Makefile: ... here.
7852         * nptl/sysdeps/pthread/Subdirs: Moved ...
7853         * sysdeps/nptl/Subdirs: ... here.
7854         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
7855         * sysdeps/nptl/aio_misc.h: ... here.
7856         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
7857         * sysdeps/nptl/bits/libc-lock.h: ... here.
7858         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
7859         * sysdeps/nptl/bits/libc-lockP.h: ... here.
7860         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
7861         * sysdeps/nptl/bits/stdio-lock.h: ... here.
7862         * nptl/sysdeps/pthread/configure: Moved ...
7863         * sysdeps/nptl/configure: ... here.
7864         * nptl/sysdeps/pthread/configure.ac: Moved ...
7865         * sysdeps/nptl/configure.ac: ... here.
7866         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
7867         * sysdeps/nptl/gai_misc.h: ... here.
7868         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
7869         * sysdeps/nptl/librt-cancellation.c: ... here.
7870         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
7871         * sysdeps/nptl/malloc-machine.h: ... here.
7872         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
7873         * sysdeps/nptl/pthread-functions.h: ... here.
7874         * nptl/sysdeps/pthread/pthread.h: Moved ...
7875         * sysdeps/nptl/pthread.h: ... here.
7876         * nptl/sysdeps/pthread/setxid.h: Moved ...
7877         * sysdeps/nptl/setxid.h: ... here.
7878         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
7879         * sysdeps/nptl/sigfillset.c: ... here.
7880         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
7881         * sysdeps/nptl/tcb-offsets.h: ... here.
7882         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
7883         * sysdeps/nptl/tst-mqueue8x.c: ... here.
7884         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
7885         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
7886         * nptl/sysdeps/pthread/allocalim.h: Moved ...
7887         * sysdeps/pthread/allocalim.h: ... here.
7888         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
7889         * sysdeps/pthread/bits/sigthread.h: ... here.
7890         * nptl/sysdeps/pthread/flockfile.c: Moved ...
7891         * sysdeps/pthread/flockfile.c: ... here.
7892         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
7893         * sysdeps/pthread/ftrylockfile.c: ... here.
7894         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
7895         * sysdeps/pthread/funlockfile.c: ... here.
7896         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
7897         * sysdeps/pthread/posix-timer.h: ... here.
7898         * nptl/sysdeps/pthread/timer_create.c: Moved ...
7899         * sysdeps/pthread/timer_create.c: ... here.
7900         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
7901         * sysdeps/pthread/timer_delete.c: ... here.
7902         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
7903         * sysdeps/pthread/timer_getoverr.c: ... here.
7904         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
7905         * sysdeps/pthread/timer_gettime.c: ... here.
7906         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
7907         * sysdeps/pthread/timer_routines.c: ... here.
7908         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
7909         * sysdeps/pthread/timer_settime.c: ... here.
7910         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
7911         * sysdeps/pthread/tst-timer.c: ... here.
7912         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
7913         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
7914
7915         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
7916         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
7917
7918         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
7919         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
7920         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
7921         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
7922         Update #include target.
7923         * nptl/sysdeps/i386/i686/Makefile: Moved ...
7924         * sysdeps/i386/i686/nptl/Makefile: ... here.
7925         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
7926         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
7927         Update #include target.
7928         * nptl/sysdeps/i386/i686/tls.h: Moved ...
7929         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
7930         * nptl/sysdeps/i386/Makefile: Moved ...
7931         * sysdeps/i386/nptl/Makefile: ... here.
7932         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
7933         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
7934         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
7935         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
7936         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
7937         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
7938         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
7939         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
7940         * sysdeps/i386/nptl/pthreaddef.h: ... here.
7941         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
7942         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
7943         * nptl/sysdeps/i386/tls.h: Moved ...
7944         * sysdeps/i386/nptl/tls.h: ... here.
7945
7946         * sysdeps/sh/Makefile [$(subdir) = csu]
7947         (gen-as-const-headers): Add tcb-offsets.sym.
7948         * nptl/sysdeps/sh/Makefile: File removed.
7949         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
7950         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
7951         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
7952         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
7953         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
7954         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
7955         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
7956         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
7957         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
7958         * sysdeps/sh/nptl/pthreaddef.h: ... here.
7959         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
7960         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
7961         * nptl/sysdeps/sh/tls.h: Moved ...
7962         * sysdeps/sh/nptl/tls.h: ... here.
7963         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
7964         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
7965         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
7966         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
7967         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
7968         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
7969         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
7970         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
7971         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
7972         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
7973         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
7974         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
7975         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
7976         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
7977         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
7978         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
7979         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
7980         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
7981         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
7982         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
7983         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
7984         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
7985         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
7986         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
7987         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
7988         Moved ...
7989         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
7990         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
7991         Moved ...
7992         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
7993         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
7994         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
7995         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
7996         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
7997         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
7998         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
7999         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8000         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8001         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8002         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8003         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8004         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8005         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8006         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8007         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8008         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8009         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8010         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8011
8012 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8013
8014         * posix/spawn_faction_addopen.c: Include string.h.
8015
8016 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8017
8018         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8019         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8020         * nptl/sysdeps/x86_64/Makefile: Moved ...
8021         * sysdeps/x86_64/nptl/Makefile: ... here.
8022         * nptl/sysdeps/x86_64/configure: Moved ...
8023         * sysdeps/x86_64/nptl/configure: ... here.
8024         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8025         * sysdeps/x86_64/nptl/configure.ac: ... here.
8026         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8027         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8028         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8029         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8030         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8031         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8032         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8033         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8034         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8035         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8036         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8037         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8038         * nptl/sysdeps/x86_64/tls.h: Moved ...
8039         * sysdeps/x86_64/nptl/tls.h: ... here.
8040         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8041         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8042         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8043         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8044
8045         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8046
8047 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8048
8049         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8050
8051 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8052
8053         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8054         type.
8055         [POSIX] (off_t): Likewise.
8056         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8057         [POSIX] (S_ISBLK): Require macro.
8058         [POSIX] (S_ISCHR): Likewise.
8059         [POSIX] (S_ISDIR): Likewise.
8060         [POSIX] (S_ISFIFO): Likewise.
8061         [POSIX] (S_ISREG): Likewise.
8062         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8063         optional-macro.
8064         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8065         type.
8066         [POSIX] (time_t): Likewise.
8067         [POSIX] (timer_t): Likewise.
8068
8069 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8070
8071         [BZ #17048]
8072         * posix/spawn_int.h (struct __spawn_action): Make the path string
8073         non-const to support deallocation.
8074         * posix/spawn_faction_addopen.c
8075         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8076         * posix/spawn_faction_destroy.c
8077         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8078         path in all spawn_do_open actions.
8079         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8080         posix_spawn_file_actions_addopen.
8081
8082 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8083
8084         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8085         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8086         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8087         conditional code always true.
8088         (__libc_vfork): New alias.
8089
8090 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8091
8092         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8093         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8094
8095         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8096
8097         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8098         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8099
8100         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8101         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8102
8103         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8104         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8105
8106 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8107
8108         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8109         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8110         multiarch strcmp for PPC64.
8111         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8112         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8113         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8114         multiarch optimizations.
8115         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8116         (__libc_ifunc_impl_list): Likewise.
8117
8118 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8119
8120         * benchtests/scripts/validate_benchout.py: New script.
8121         * benchtests/Makefile (bench-func): Call it.
8122         * benchtests/scripts/benchout.schema.json: New file.
8123
8124 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8125
8126         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8127         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8128         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8129         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8130         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8131         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8132         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8133         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8134         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8135         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8136         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8137         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8138         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8139         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8140         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8141         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8142         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8143         Moved ...
8144         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8145         ... here.
8146         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8147         Moved ...
8148         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8149         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8150         Moved ...
8151         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8152         ... here.
8153         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8154         Moved ...
8155         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8156         ... here.
8157         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8158         Moved ...
8159         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8160         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8161         Moved ...
8162         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8163         ... here.
8164         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8165         Moved ...
8166         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8167         ... here.
8168         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8169         Moved ...
8170         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8171         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8172         Moved ...
8173         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8174         ... here.
8175         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8176         Moved ...
8177         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8178         ... here.
8179         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8180         Moved ...
8181         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8182         ... here.
8183         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8184         Moved ...
8185         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8186         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8187         Moved ...
8188         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8189         ... here.
8190         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8191         Moved ...
8192         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8193         ... here.
8194         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8195         Moved ...
8196         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8197         ... here.
8198         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8199         Moved ...
8200         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8201         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8202         Moved ...
8203         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8204         ... here.
8205         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8206         Moved ...
8207         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8208         ... here.
8209         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8210         Moved ...
8211         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8212         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8213         Moved ...
8214         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8215         ... here.
8216         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8217         Moved ...
8218         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8219         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8220         Moved ...
8221         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8222         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8223         Moved ...
8224         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8225         ... here.
8226         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8227         Moved ...
8228         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8229         ... here.
8230         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8231         Moved ...
8232         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8233         ... here.
8234         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8235         Moved ...
8236         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8237         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8238         Moved ...
8239         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8240         ... here.
8241         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8242         Moved ...
8243         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8244         ... here.
8245         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8246         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8247         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8248         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8249         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8250         Moved ...
8251         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8252         ... here.
8253         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8254         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8255         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8256         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8257         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8258         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8259         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8260         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8261         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8262         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8263         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8264         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8265         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8266         Moved ...
8267         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8268         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8269         Moved ...
8270         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8271         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8272         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8273         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8274         Moved ...
8275         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8276         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8277         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8278         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8279         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8280         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8281         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8282
8283 2014-06-10  Wilco  <wdijkstr@arm.com>
8284
8285         * math/test-fenv-return.c: New file.
8286         * math/Makefile: Add new test test-fenv-return.
8287
8288 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8289
8290         [BZ #17042]
8291         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8292         when x - 1 is zero.
8293         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8294         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8295         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8296         0.0L for an argument of 1.0L.
8297         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8298         Likewise.
8299         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8300         value when x - 1 is zero.
8301         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8302         * sysdeps/i386/fpu/libm-test-ulps: Update.
8303         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8304
8305 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8306
8307         [BZ #15119]
8308         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8309
8310 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8311
8312         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8313         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8314
8315 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8316
8317         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8318         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8319
8320         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8321         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8322
8323         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8324         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8325
8326         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8327         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8328
8329         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8330         if not already defined.
8331         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8332         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8333         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8334         (TLS_INIT_TP): Use it.
8335         (TLS_DEFINE_INIT_TP): New macro.
8336         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8337
8338 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8339
8340         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8341         constant.
8342         [POSIX] (IXANY): Likewise.
8343         [POSIX] (OLCUC): Likewise.
8344         [POSIX || POSIX2008] (CBAUD): Do not allow.
8345         [POSIX || POSIX2008] (DEFECHO): Likewise.
8346         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8347         [POSIX || POSIX2008] (ECHOKE): Likewise.
8348         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8349         [POSIX || POSIX2008] (EXTA): Likewise.
8350         [POSIX || POSIX2008] (EXTB): Likewise.
8351         [POSIX || POSIX2008] (FLUSHO): Likewise.
8352         [POSIX || POSIX2008] (LOBLK): Likewise.
8353         [POSIX || POSIX2008] (PENDIN): Likewise.
8354         [POSIX || POSIX2008] (SWTCH): Likewise.
8355         [POSIX || POSIX2008] (VDISCARD): Likewise.
8356         [POSIX || POSIX2008] (VDSUSP): Likewise.
8357         [POSIX || POSIX2008] (VLNEXT): Likewise.
8358         [POSIX || POSIX2008] (VREPRINT): Likewise.
8359         [POSIX || POSIX2008] (VSTATUS): Likewise.
8360         [POSIX || POSIX2008] (VWERASE): Likewise.
8361         (B*): Change to B[0123456789]*.
8362         * conform/data/time.h-data [POSIX || UNIX98]
8363         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8364         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8365         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8366         [POSIX] (tm_*): Do not allow.
8367
8368 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8369
8370         * Makefile (install): Don't set LANGUAGE.
8371         * Makefile.in (install): Likewise.
8372         * assert/Makefile (test-assert-ENV): Remove variable.
8373         (test-assert-perr-ENV): Likewise.
8374         * elf/Makefile (neededtest4-ENV): Likewise.
8375         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8376         [$(cross-compiling) = no]: Don't set LANGUAGE.
8377         * io/ftwtest-sh (LANG): Remove variable.
8378         * libio/Makefile (tst-widetext-ENV): Likewise.
8379         * manual/install.texi (Running make install): Don't refer to
8380         environment settings for make install.
8381         * INSTALL: Regenerated.
8382         * nptl/tst-tls6.sh: Don't set LANG.
8383         * posix/globtest.sh (LANG): Remove variable.
8384         * string/Makefile (tester-ENV): Likewise.
8385         (inl-tester-ENV): Likewise.
8386         (noinl-tester-ENV): Likewise.
8387         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8388         [$(cross-compiling) = no]: Don't set LANGUAGE.
8389         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8390         without explicit environment settings.
8391
8392 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8393
8394         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8395         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8396         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8397         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8398
8399 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8400
8401         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8402         other files in the crypt directory.
8403         * crypt/crypt.c: Remove duplicate includes.
8404         * crypt/crypt-entry.c: Likewise.
8405         * crypt/crypt_util.c: Likewise.
8406
8407 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8408
8409         * Makeconfig (run-program-env): New variable.
8410         (run-program-prefix-before-env): Likewise.
8411         (run-program-prefix-after-env): Likewise.
8412         (run-program-prefix): Define in terms of new variables.
8413         (built-program-cmd-before-env): New variable.
8414         (built-program-cmd-after-env): Likewise.
8415         (built-program-cmd): Define in terms of new variables.
8416         (test-program-prefix-before-env): New variable.
8417         (test-program-prefix-after-env): Likewise.
8418         (test-program-prefix): Define in terms of new variables.
8419         (test-program-cmd-before-env): New variable.
8420         (test-program-cmd-after-env): Likewise.
8421         (test-program-cmd): Define in terms of new variables.
8422         * Rules (make-test-out): Use $(run-program-env).
8423         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8424         (help): Do not mention environment variables.  Mention
8425         --timeoutfactor option.
8426         (timeoutfactor): New variable.
8427         (blacklist_exports): Remove function.
8428         (exports): Remove variable.
8429         (command): Do not include ${exports}.
8430         * manual/install.texi (Configuring and compiling): Do not mention
8431         test wrappers preserving environment variables.  Mention that last
8432         assignment to a variable must take precedence.
8433         * INSTALL: Regenerated.
8434         * benchtests/Makefile (run-bench): Use $(run-program-env).
8435         * catgets/Makefile ($(objpfx)test1.cat): Use
8436         $(built-program-cmd-before-env), $(run-program-env) and
8437         $(built-program-cmd-after-env).
8438         ($(objpfx)test2.cat): Do not specify environment variables
8439         explicitly.
8440         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8441         $(run-program-env) and $(built-program-cmd-after-env).
8442         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8443         $(run-program-env) and $(test-program-cmd-after-env).
8444         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8445         explicitly.
8446         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8447         run_program_env and test_program_cmd_after_env arguments.
8448         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8449         * elf/tst-pathopt.sh: Use run_program_env argument.
8450         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8451         $(test-wrapper-env) and $(run-program-env).
8452         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8453         run_program_env arguments.
8454         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8455         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8456         $(test-program-prefix-before-env), $(run-program-env) and
8457         $(test-program-prefix-after-env).
8458         ($(objpfx)tst-gettext2.out): Likewise.
8459         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8460         run_program_env and test_program_prefix_after_env arguments.
8461         * intl/tst-gettext2.sh: Likewise.
8462         * intl/tst-gettext4.sh: Do not set environment variables
8463         explicitly.
8464         * intl/tst-gettext6.sh: Likewise.
8465         * intl/tst-translit.sh: Likewise.
8466         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8467         $(test-program-prefix-before-env), $(run-program-env) and
8468         $(test-program-prefix-after-env).
8469         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8470         run_program_env and test_program_prefix_after_env arguments.
8471         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8472         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8473         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8474         explicitly with each use of ${test_wrapper_env}.
8475         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8476         $(test-program-prefix-before-env), $(run-program-env) and
8477         $(test-program-prefix-after-env).
8478         * posix/tst-getconf.sh: Do not set environment variables
8479         explicitly.
8480         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8481         run_program_env and test_program_prefix_after_env arguments.
8482         * stdio-common/tst-printf.sh: Do not set environment variables
8483         explicitly.
8484         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8485         $(test-program-prefix-before-env), $(run-program-env) and
8486         $(test-program-prefix-after-env).
8487         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8488         run_program_env and test_program_prefix_after_env arguments.
8489         Split $test calls into $test_pre and $test.
8490         * timezone/Makefile (build-testdata): Use
8491         $(built-program-cmd-before-env), $(run-program-env) and
8492         $(built-program-cmd-after-env).
8493
8494 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8495
8496         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8497         strlen for non SHARED builds.
8498
8499 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8500
8501         * nptl/allocatestack.c (check_list): Inlined function...
8502         (__reclaim_stacks): ... here.
8503
8504 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8505
8506         [BZ #15698]
8507         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8508         memory overrun.
8509
8510 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8511
8512         * Rules (make-test-out): Include
8513         LOCPATH=$(common-objpfx)localedata in default environment.
8514         * debug/Makefile (tst-chk1-ENV): Remove variable.
8515         (tst-chk2-ENV): Likewise.
8516         (tst-chk3-ENV): Likewise.
8517         (tst-chk4-ENV): Likewise.
8518         (tst-chk5-ENV): Likewise.
8519         (tst-chk6-ENV): Likewise.
8520         (tst-lfschk1-ENV): Likewise.
8521         (tst-lfschk2-ENV): Likewise.
8522         (tst-lfschk3-ENV): Likewise.
8523         (tst-lfschk4-ENV): Likewise.
8524         (tst-lfschk5-ENV): Likewise.
8525         (tst-lfschk6-ENV): Likewise.
8526         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8527         (tst-iconv7-ENV): Likewise.
8528         * intl/Makefile (LOCPATH-ENV): Likewise.
8529         (tst-codeset-ENV): Likewise.
8530         (tst-gettext3-ENV): Likewise.
8531         (tst-gettext5-ENV): Likewise.
8532         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8533         (tst-fopenloc-ENV): Likewise.
8534         (tst-fgetws-ENV): Remove variable.
8535         (tst-ungetwc1-ENV): Likewise.
8536         (tst-ungetwc2-ENV): Likewise.
8537         (bug-ungetwc2-ENV): Likewise.
8538         (tst-swscanf-ENV): Likewise.
8539         (bug-ftell-ENV): Likewise.
8540         (tst-fgetwc-ENV): Likewise.
8541         (tst-fseek-ENV): Likewise.
8542         (tst-ftell-partial-wide-ENV): Likewise.
8543         (tst-ftell-active-handler-ENV): Likewise.
8544         (tst-ftell-append-ENV): Likewise.
8545         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8546         (tst-regexloc-ENV): Likewise.
8547         (bug-regex1-ENV): Likewise.
8548         (tst-regex-ENV): Likewise.
8549         (tst-regex2-ENV): Likewise.
8550         (bug-regex5-ENV): Likewise.
8551         (bug-regex6-ENV): Likewise.
8552         (bug-regex17-ENV): Likewise.
8553         (bug-regex18-ENV): Likewise.
8554         (bug-regex19-ENV): Likewise.
8555         (bug-regex20-ENV): Likewise.
8556         (bug-regex22-ENV): Likewise.
8557         (bug-regex23-ENV): Likewise.
8558         (bug-regex25-ENV): Likewise.
8559         (bug-regex26-ENV): Likewise.
8560         (bug-regex30-ENV): Likewise.
8561         (bug-regex32-ENV): Likewise.
8562         (bug-regex33-ENV): Likewise.
8563         (bug-regex34-ENV): Likewise.
8564         (bug-regex35-ENV): Likewise.
8565         (tst-rxspencer-ENV): Likewise.
8566         (tst-rxspencer-no-utf8-ENV): Likewise.
8567         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8568         (tst-sscanf-ENV): Likewise.
8569         (tst-swprintf-ENV): Likewise.
8570         (tst-swscanf-ENV): Likewise.
8571         (test-vfprintf-ENV): Likewise.
8572         (scanf13-ENV): Likewise.
8573         (bug14-ENV): Likewise.
8574         (tst-grouping-ENV): Likewise.
8575         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8576         (tst-strtod3-ENV): Likewise.
8577         (tst-strtod4-ENV): Likewise.
8578         (tst-strtod5-ENV): Likewise.
8579         (testmb2-ENV): Likewise./
8580         * string/Makefile (tst-strxfrm-ENV): Likewise.
8581         (tst-strxfrm2-ENV): Likewise.
8582         (bug-strcoll1-ENV): Likewise.
8583         (test-strcasecmp-ENV): Likewise.
8584         (test-strncasecmp-ENV): Likewise.
8585         * time/Makefile (tst-strptime-ENV): Likewise.
8586         (tst-ftime_l-ENV): Likewise.
8587         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8588         (tst-mbrtowc-ENV): Likewise.
8589         (tst-wcrtomb-ENV): Likewise.
8590         (tst-mbrtowc2-ENV): Likewise.
8591         (tst-c16c32-1-ENV): Likewise.
8592         (tst-mbsnrtowcs-ENV): Likewise.
8593
8594 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8595
8596         * manual/resource.texi (How to get information about the memory
8597         subsystem?): Fix typo.
8598         Reported by Peon de la Parra Ivan <peon@keba.com>
8599
8600 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8601
8602         [BZ #16882]
8603         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8604         (pthread_spin_lock): Branch out of spin loop to proper location.
8605         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8606         (pthread_spin_lock): Likewise.
8607
8608         * nptl/tst-spin4.c: New test.
8609         * nptl/Makefile (tests): Add tst-spin4.
8610
8611 2014-06-03  Andreas Schwab  <schwab@suse.de>
8612
8613         [BZ #15946]
8614         * resolv/res_send.c (send_dg): Reload file descriptor after
8615         calling reopen.
8616
8617 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8618
8619         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8620
8621 2014-06-03  Richard Henderson  <rth@redhat.com>
8622
8623         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8624         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8625         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8626         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8627         in the SAVE_PID block.
8628         (__libc_vfork): New alias.
8629         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8630
8631         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8632         child in registers, not on the stack.  Remove RESET_PID conditionals.
8633         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8634
8635 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8636
8637         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8638
8639 2014-06-03  Wilco  <wdijkstr@arm.com>
8640
8641         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8642         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8643         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8644         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8645         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8646         Likewise.
8647
8648 2014-06-03  Wilco  <wdijkstr@arm.com>
8649
8650         * sysdeps/aarch64/fpu/math_private.h
8651         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8652         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8653         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8654         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8655         Fix declarations.
8656
8657 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8658
8659         * crypt/crypt-private.h: Include ufc-crypt.h.
8660         (__b64_from_24bit): Declare extern.
8661         * crypt/crypt_util.c(__b64_from_24bit): New function.
8662         (b64t): New static const variable.
8663         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8664         (b64t): Remove variable.
8665         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8666         * crypt/sha256-crypt.c: Include crypt-private.h.
8667         (b64t): Remove variable.
8668         (__sha256_crypt_r): Remove b64_from_24bit and replace
8669         with __b64_from_24bit.
8670         * crypt/sha512-crypt.c: Likewise.
8671
8672 2014-06-02  Roland McGrath  <roland@hack.frob.com>
8673
8674         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8675         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8676         Label the code __libc_vfork rather than __vfork.
8677         [!NOT_IN_libc] (vfork): Define as weak alias.
8678         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8679         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8680         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8681
8682 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8683
8684         * malloc/malloc.c (malloc_info): Fix format specifier for
8685         n_mmaps.
8686
8687 2014-06-02  Wilco  <wdijkstr@arm.com>
8688
8689         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8690         FPCR write.
8691
8692 2014-06-02  Wilco  <wdijkstr@arm.com>
8693
8694         [BZ #17009]
8695         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8696         Rewrite to reduce FPCR/FPSR accesses.
8697
8698 2014-06-01  David S. Miller  <davem@davemloft.net>
8699
8700         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8701
8702 2014-05-31  David S. Miller  <davem@davemloft.net>
8703
8704         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8705         to occur in round to nearest mode when |x| >= 2.0
8706
8707 2014-05-30  Richard Henderson  <rth@twiddle.net>
8708
8709         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8710         (PSEUDO_RET_NOERRNO): Remove.
8711         (ret): Don't redefine.
8712         (ret_NOERRNO): Define in terms of ret.
8713         (ret_ERRVAL): Likewise.
8714
8715         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8716         use of PSEUDO_RET; perform the error check directly.
8717
8718 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
8719
8720         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8721         with __int128_t.
8722
8723 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8724
8725         * malloc/malloc (malloc_info): Fix formatting.
8726
8727 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8728             Roland McGrath  <roland@hack.frob.com>
8729
8730         * malloc/malloc (malloc_info): Also print mmapped statistics.
8731
8732 2014-05-30  Roland McGrath  <roland@hack.frob.com>
8733
8734         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8735         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8736
8737 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
8738
8739         * malloc/malloc.c (malloc_info): Inline mi_arena.
8740
8741 2014-05-29  Richard Henderson  <rth@twiddle.net>
8742
8743         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
8744         Remove comma before expanding ASM_ARGS_##nr.
8745         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
8746         Make _x0 a strict output; make _x8 a strict input; adjust expansion
8747         of ASM_ARGS_##nr.
8748         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
8749         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
8750         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
8751         (ASM_ARGS_1): Add leading comma.
8752
8753         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
8754         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
8755         to __errno_location.
8756         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
8757         Remove the expected plt for __errno_location.
8758
8759         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8760         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
8761         call to __read_tp.
8762
8763         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8764         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
8765         it and break it down.
8766         (DOCARGS_0, DOCARGS_1): Do nothing.
8767         (DOCARGS_2): Update to store into the new stack frame.
8768         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
8769         (UNDOCARGS_1): Update to restore from the new stack frame.
8770         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
8771         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
8772
8773         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8774         (SINGLE_THREAD_P): New parameter for result regno.
8775         (PSEUDO): Update to match; use cbz instead of beq.
8776
8777         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8778         Use ENTRY to define the _nocancel entry point.  Share the syscall
8779         and syscall error check paths with the cancel path.
8780         (PSEUDO_END): New.
8781
8782         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
8783         whitespace; tabs before and after asm mnemonics.
8784
8785 2014-05-29  Eric Wong  <normalperson@yhbt.net>
8786
8787         [BZ #15132]
8788         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8789         Call fstat64 or stat64 internally, depending on arguments passed.
8790         Replace stat buffer argument with file descriptor argument.
8791         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
8792         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8793         Pass fd to __internal_statvfs instead of calling fstat64.
8794         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
8795         Pass fd to __internal_statvfs64 instead of calling fstat64.
8796         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
8797         Pass -1 to __internal_statvfs instead of calling stat64.
8798         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
8799         Pass -1 to __internal_statvfs64 instead of calling stat64.
8800
8801 2014-05-28  Roland McGrath  <roland@hack.frob.com>
8802
8803         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
8804         that was previously under [RESET_PID].
8805         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
8806
8807         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
8808         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
8809
8810 2014-05-27  Roland McGrath  <roland@hack.frob.com>
8811
8812         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
8813
8814         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
8815         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
8816
8817 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
8818
8819         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
8820
8821 2014-05-27  Andreas Schwab  <schwab@suse.de>
8822
8823         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
8824         TLS_INIT_TP macro.
8825         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
8826         * elf/rtld.c (init_tls, dl_main): Likewise.
8827         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
8828         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
8829         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
8830         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
8831         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
8832         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
8833         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
8834         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
8835         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
8836         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
8837         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
8838         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
8839         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
8840         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
8841         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
8842         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
8843         * sysdeps/generic/tls.h: Update description.
8844
8845 2014-05-27  Will Newton  <will.newton@linaro.org>
8846
8847         [BZ #16990]
8848         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
8849         and restore r2 rather than just restoring.
8850
8851 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8852
8853         [BZ #16724]
8854         * libio/tst-ftell-append.c: New test case.
8855         * libio/Makefile (tests): Add test case.
8856         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
8857         append mode.
8858         * libio/wfileops.c (do_ftell_wide): Likewise.
8859
8860 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8861
8862         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8863
8864         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
8865         ...
8866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
8867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8868         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
8869         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
8870         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
8871         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
8872         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
8873         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
8874         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
8875         Moved ...
8876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
8877         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
8878         Moved ...
8879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
8880         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
8881         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
8882         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
8883         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
8884         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
8885         ...
8886         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
8887         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
8888         Moved ...
8889         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
8890         here.
8891         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
8892         ...
8893         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
8894         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
8895         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
8896
8897         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
8898         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
8899         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
8900         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
8901
8902         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
8903         merge into ...
8904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
8905         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
8906         ...
8907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
8908         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
8909         ...
8910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
8911         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
8912         Moved ...
8913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
8914         here.
8915         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
8916         Moved ...
8917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
8918         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
8919         Moved ...
8920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
8921
8922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
8923         conditional [RESET_PID].
8924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
8925         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
8926         removed.
8927         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
8928         removed.
8929
8930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
8931         <tcb-offsets.h>.
8932         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8933         (__libc_vfork): New strong alias.
8934         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
8935         removed.
8936         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
8937         Removed.
8938
8939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
8940         <tcb-offsets.h>.
8941         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
8942         (__libc_vfork): New strong alias.
8943         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
8944         removed.
8945         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
8946         removed.
8947
8948 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
8949
8950         * malloc/malloc.c (mi_arena): New function.
8951         (malloc_info): Remove nested function mi_arena. Call non-nosted
8952         function mi_arena.
8953
8954 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8955
8956         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
8957         by insrwi.
8958         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
8959         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
8960         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
8961         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
8962         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
8963         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
8964         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
8965
8966 2014-05-26  Andreas Schwab  <schwab@suse.de>
8967
8968         [BZ #16984]
8969         * locale/programs/repertoire.c (repertoire_read): Add slash
8970         between I18NPATH element and file name.
8971         * locale/programs/locfile.c (locfile_read): Likewise.
8972
8973 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8974
8975         * nptl/pthread_mutexattr_settype.c
8976         (__pthread_mutexattr_settype):
8977         Disable lock elision for PTHREAD_MUTEX_NORMAL.
8978
8979 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8980
8981         * nptl/tst-mutex5 (do_test):
8982         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
8983
8984 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8985
8986         * benchtests/README: Document 'init' directive.
8987         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
8988         BENCH_INIT.
8989         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
8990         (parse_file): Recognize 'init' directive.
8991
8992 2014-05-26  Kyle McMartin  <kyle@redhat.com>
8993
8994         [BZ #16796]
8995         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
8996         alignment of struct pthread.
8997
8998 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8999
9000         [BZ #16878]
9001         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9002         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9003         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9004         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9005
9006 2014-05-25  Richard Henderson  <rth@twiddle.net>
9007
9008         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9009         (SINGLE_THREAD_P_PIC): Remove.
9010         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9011         (SINGLE_THREAD_P_PIC): Remove.
9012
9013         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9014         branch to syscall error ...
9015         (PSEUDO): ... here.
9016         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9017         from __local_syscall_error to .Lsyscall_error.
9018         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9019         (SYSCALL_ERROR): Update label name.
9020
9021         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9022         Do not use DOARGS/UNDOARGS.
9023         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9024         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9025         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9026         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9027         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9028
9029         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9030         block comment.
9031
9032         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9033         define if !NOT_IN_libc.
9034         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9035         define with non-default symbol versions.
9036
9037 2014-05-23  Richard Henderson  <rth@twiddle.net>
9038
9039         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9040         (vfork, __vfork): Define via compat_symbol.
9041
9042         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9043         [!HAVE_IFUNC] (vfork_compat): Remove.
9044         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9045
9046 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9047
9048         [BZ #16978]
9049         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9050         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9051         variable.
9052
9053 2014-05-23  Richard Henderson  <rth@twiddle.net>
9054
9055         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9056         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9057         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9058         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9059
9060         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9061         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9062         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9063         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9064         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9065         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9066         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9067         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9068         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9069         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9070         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9071         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9072         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9073         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9074         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9075         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9076         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9077         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9078         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9079         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9080         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9081         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9082         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9083         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9084         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9085         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9086         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9087         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9088         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9089         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9090         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9091         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9092         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9093         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9094         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9095         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9096         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9097         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9098         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9099         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9100         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9101         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9102         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9103         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9104         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9105         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9106         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9107         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9108         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9109         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9110         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9111         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9112         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9113         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9114         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9115         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9116
9117         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9118         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9119         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9120         before exiting on error.
9121         (__libc_vfork): New strong alias.
9122         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9123         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9124
9125         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9126         that was previously under [RESET_PID].
9127         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9128
9129         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9130
9131 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9132
9133         [BZ #16977]
9134         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9135         value when x - 1 is zero.
9136         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9137         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9138         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9139         0.0L for an argument of 1.0L.
9140         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9141         Likewise.
9142         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9143         value when x - 1 is zero.
9144         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9145         * sysdeps/i386/fpu/libm-test-ulps: Update.
9146         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9147
9148 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9149
9150         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9151         alphasort and versionsort.
9152
9153 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9154
9155         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9156         macro.
9157         [copysignf]: Likewise.
9158
9159 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9160
9161         * crypt/md5-crypt.c: Fix formatting.
9162
9163 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9164
9165         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9166         (b64_from_24bit): New function.
9167
9168 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9169
9170         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9171         libc_hidden_builtin_def to ifunc.
9172         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9173         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9174
9175 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9176
9177         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9178         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9179
9180 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9181
9182         * nscd/Depend (linuxthreads): Remove.
9183         (nptl): Add.
9184         * resolv/Depend (linuxthreads): Remove.
9185         * rt/Depend (linuxthreads): Remove.
9186
9187         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9188         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9189         $(common-objpfx)elf/.
9190         (link-libc-before-gnulib): Likewise.
9191         (elfobjdir): Remove variable.
9192         * Makefile (install): Use $(elf-objpfx) instead of
9193         $(common-objpfx)elf/.
9194         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9195         $(elfobjdir)/.
9196         (link-libc-deps): Likewise.
9197         ($(common-objpfx)libc.so): Likewise.
9198         ($(common-objpfx)linkobj/libc.so): Likewise.
9199         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9200         instead of $(common-objpfx)elf/.
9201         (symbolic-link-list): Likewise.
9202         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9203         [$(cross-compiling) = no]: Likewise.
9204         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9205         $(elfobjdir)/.
9206         (static-gnulib-arch): Likewise.
9207         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9208         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9209         $(common-objpfx)elf/.
9210
9211 2014-05-21  Richard Henderson  <rth@redhat.com>
9212
9213         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9214         (SINGLE_THREAD_P): Use the correct width load.  Fold
9215         into the ldr offset.
9216
9217         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9218         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9219
9220 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9221
9222         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9223         (libgcc_s_resume): Use __attribute_used__.
9224         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9225         Likewise.
9226
9227 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9228
9229         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9230         optimization when used with float constants.
9231
9232         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9233
9234 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9235
9236         [BZ #16915]
9237         * locale/nl_langinfo_l.c: Make direct reference to every
9238         _nl_current_CATEGORY symbol.
9239         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9240         (tests-static): Add tst-langinfo-static.
9241         (tests-special): Add tst-langinfo-static.out.
9242         ($(objpfx)tst-langinfo.out): Redirect output.
9243         ($(objpfx)tst-langinfo-static.out): New.
9244         * localedata/tst-langinfo.sh: Send output to stdout.
9245         * localedata/tst-langinfo-static.c: New file.
9246
9247         [BZ #16965]
9248         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9249         when the shift amount is modulo the limb size.
9250
9251 2014-05-20  Richard Henderson  <rth@redhat.com>
9252
9253         [BZ #16967]
9254         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9255         Change type of sa_flags from unsigned int to int.
9256
9257         [BZ #16966]
9258         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9259
9260         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9261
9262 2014-05-20  Will Newton  <will.newton@linaro.org>
9263
9264         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9265         Test the return value of the system call in the nocancel case.
9266
9267 2014-05-20  Will Newton  <will.newton@linaro.org>
9268             Yvan Roux  <yvan.roux@linaro.org>
9269
9270         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9271         #include of asm/ptrace.h.
9272         (PTRACE_GET_THREAD_AREA): Remove #undef.
9273         (PTRACE_GETHBPREGS): Likewise.
9274         (PTRACE_SETHBPREGS): Likewise.
9275         (struct user_regs_struct): New structure.
9276         (struct user_fpsimd_struct): New structure.
9277         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9278         #include of asm/ptrace.h and second #include of sys/user.h.
9279         (PTRACE_GET_THREAD_AREA): Remove #undef.
9280         (PTRACE_GETHBPREGS): Likewise.
9281         (PTRACE_SETHBPREGS): Likewise.
9282         (ELF_NGREG): Use new struct user_regs_struct.
9283         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9284
9285 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9286
9287         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9288         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9289
9290 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9291
9292         [BZ #16958]
9293         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9294         membar to avoid block loads/stores to overlap previous stores.
9295
9296 2014-05-17  Richard Henderson  <rth@redhat.com>
9297
9298         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9299         Create the __##syscall_name##_nocancel entry point.
9300         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9301         Remove; let the sysdep-cancel.h code create it.
9302
9303 2014-05-17  David S. Miller  <davem@davemloft.net>
9304
9305         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9306         Protect with __USE_GNU.
9307         (TIOCSET_TEMPT): Likewise.
9308         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9309         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9310         these are already provided in bits/ioctl-types.h
9311
9312 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9313
9314         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9315         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9316
9317         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9318         Use wait4 regardless of [__NR_waitpid].
9319
9320 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9321
9322         PR libgcc/60166
9323         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9324         (_FP_NANSIGN_Q): Set the quiet bit.
9325
9326 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9327
9328         * benchtests/Makefile
9329         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9330         not $(common-objpfx)math/libm.so.
9331         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9332         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9333         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9334         $(common-objpfx)dlfcn/libdl.so.
9335         ($(objpfx)tst-audit8): Depend on $(libm), not
9336         $(common-objpfx)math/libm.so.
9337         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9338         not $(common-objpfx)dlfcn/libdl.so.
9339         * math/Makefile
9340         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9341         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9342         [$(build-shared) = yes].
9343         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9344         $(common-objpfx)nptl/libpthread.so.
9345         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9346         $(common-objpfx)math/libm.so$(libm.so-version) or
9347         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9348         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9349         $(common-objpfx)dlfcn/libdl.so.
9350         * setjmp/Makefile (link-libm): Remove variable.
9351         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9352         * stdio-common/Makefile (link-libm): Remove variable.
9353         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9354         * stdlib/Makefile (link-libm): Remove variable.
9355         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9356         ($(objpfx)tst-strtod-round): Likewise.
9357         ($(objpfx)tst-tininess): Likewise.
9358         ($(objpfx)tst-strtod-underflow): Likewise.
9359         ($(objpfx)tst-strtod6): Likewise.
9360         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9361         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9362         $(common-objpfx)dlfcn/libdl.so.
9363
9364 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9365
9366         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9367         BSD terminal modes definitions.
9368
9369 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9370
9371         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9372         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9373
9374         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9375         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9376         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9377         Don't do #include_next.
9378         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9379         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9380         Don't do #include_next.
9381         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9382         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9383         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9384         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9385
9386 2014-05-16  Allan McRae  <allan@archlinux.org>
9387
9388         * po/sv.po: Update Swedish translation from translation project.
9389
9390         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9391         in sed expression.
9392
9393 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9394
9395         [BZ #16917]
9396         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9397         errno if the TIOCGPTN ioctl fails with an error different than
9398         EINVAL.
9399         * login/tst-ptsname.c: New file.
9400         * login/Makefile (tests): Add tst-ptsname.
9401
9402         [BZ #16943]
9403         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9404         and prlimit64.
9405
9406 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9407
9408         [BZ #16849]
9409         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9410         herrno to return EAI_AGAIN.
9411
9412 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9413
9414         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9415         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9416         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9417         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9418         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9419         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9420         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9421         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9422         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9423         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9424         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9425         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9426         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9427         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9428         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9429         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9430         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9431         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9432         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9433         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9434         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9435         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9436         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9437         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9438         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9439         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9440         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9441         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9442         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9443         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9444         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9445         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9446         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9447         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9448         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9449         Moved ...
9450         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9451         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9452         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9453         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9454         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9455         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9456         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9457         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9458         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9459         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9460         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9461         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9462         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9463         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9464         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9465         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9466         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9467         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9468         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9469         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9470         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9471         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9472         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9473         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9474         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9475         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9476         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9477         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9478         Moved ...
9479         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9480         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9481         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9482         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9483         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9484         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9485         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9486         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9487         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9488         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9489         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9490         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9491         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9492         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9493         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9494         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9495         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9496         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9497         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9498         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9499         Moved ...
9500         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9501         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9502         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9503
9504         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9505         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9506         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9507         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9508         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9509         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9510         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9511         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9512         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9513         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9514         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9515         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9516         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9517         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9518         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9519         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9520         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9521         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9522         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9523         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9524         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9525         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9526         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9527         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9528         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9529         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9530         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9531         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9532         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9533         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9534         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9535
9536         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9537         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9538
9539         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9540         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9541         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9542         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9543         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9544         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9545         Moved ...
9546         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9547         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9548         Moved ...
9549         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9550         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9551         Moved ...
9552         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9553         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9554         Moved ...
9555         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9556         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9557         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9558         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9559         Moved ...
9560         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9561         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9562         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9563         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9564         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9565         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9566         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9567         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9568         Moved ...
9569         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9570         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9571         Moved ...
9572         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9573         ... here.
9574         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9575         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9576         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9577         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9578         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9579         Moved ...
9580         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9581         ... here.
9582         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9583         Moved ...
9584         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9585         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9586         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9587         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9588         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9589         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9590         Moved ...
9591         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9592         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9593         Moved ...
9594         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9595         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9596         Moved ...
9597         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9598         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9599         Moved ...
9600         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9601         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9602         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9603         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9604         Moved ...
9605         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9606         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9607         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9608         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9609         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9610         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9611         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9612         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9613         Moved ...
9614         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9615         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9616         Moved ...
9617         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9618         ... here.
9619         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9620         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9621         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9622         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9623         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9624         Moved ...
9625         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9626         ... here.
9627         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9628         Moved ...
9629         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9630         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9631         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9632         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9633         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9634         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9635         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9636         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9637         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9638         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9639         Moved ...
9640         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9641         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9642         Moved ...
9643         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9644         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9645         Moved ...
9646         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9647         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9648         Moved ...
9649         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9650         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9651         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9652         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9653         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9654         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9655         Moved ...
9656         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9657         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9658         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9659         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9660         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9661         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9662         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9663         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9664         Moved ...
9665         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9666         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9667         Moved ...
9668         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9669         ... here.
9670         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9671         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9672         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9673         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9674         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9675         Moved ...
9676         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9677         ... here.
9678         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9679         Moved ...
9680         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9681         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9682         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9683         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9684         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9685         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9686         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9687         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9688         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9689         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9690         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9691
9692         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9693         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9694
9695         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9696         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9697
9698         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9699         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9700         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9701         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9702         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9703         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9704         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9705         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9706         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9707         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9708         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9709         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9710         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9711         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9712         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9713         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9714         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9715         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9716         Moved ...
9717         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9718         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9719         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9720         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9721         Moved ...
9722         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9723         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9724         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9725         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9726         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9727         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9728         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9729         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9730         Moved ...
9731         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9732         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9733         Moved ...
9734         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9735         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9736         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9737         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9738         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9739         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9740         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9741         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9742         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
9743         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
9744         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
9745         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
9746         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
9747         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
9748         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
9749         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
9750         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
9751
9752         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
9753         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
9754         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
9755         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
9756         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
9757
9758         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
9759         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
9760         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
9761         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
9762         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
9763         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
9764         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
9765         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
9766         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
9767         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
9768
9769         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
9770         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
9771
9772         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
9773         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
9774         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
9775         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
9776         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
9777         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
9778         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
9779         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
9780         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
9781         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
9782         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
9783         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
9784         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
9785         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
9786         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
9787         Update #include.
9788         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
9789         Likewise.
9790         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9791         Likewise.
9792         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9793         Likewise.
9794         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9795         Likewise.
9796         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
9797         Likewise.
9798         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
9799         Likewise.
9800         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9801         Likewise.
9802         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
9803         Likewise.
9804         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
9805         Likewise.
9806         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
9807         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
9808         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
9809         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
9810         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
9811         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
9812         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
9813         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
9814         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
9815         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
9816         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
9817         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
9818         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
9819         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
9820         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
9821
9822         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
9823         that was previously under [RESET_PID].
9824         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9825         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
9826         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
9827
9828         * sysdeps/i386/nptl/Implies: New file.
9829         * sysdeps/x86_64/nptl/Implies: New file.
9830         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
9831         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
9832         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
9833         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
9834
9835         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
9836         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9837         (__libc_vfork): New strong alias.
9838         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
9839         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
9840
9841         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
9842         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9843         (__libc_vfork): New strong alias.
9844         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
9845         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
9846
9847         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
9848         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9849         (__libc_vfork): New strong alias.
9850         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
9851         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
9852         * nptl/pt-vfork.c: New file.
9853         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
9854         (libpthread: GLIBC_2.20): New version set (empty).
9855
9856 2014-05-14  Will Newton  <will.newton@linaro.org>
9857
9858         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
9859         rather than #if.
9860
9861 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9862
9863         [BZ #16564]
9864         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
9865         arguments with exponent 65 or above.
9866         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
9867         arguments 0x1p113L or above.
9868         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
9869         to arguments 0x1p107L or above.
9870         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
9871         positive arguments with exponent 65 or above.
9872         * math/auto-libm-test-in: Add more tests of log1p.
9873         * math/auto-libm-test-out: Regenerated.
9874
9875         [BZ #16928]
9876         * math/s_cacos.c (__cacos): Ensure zero real part of result from
9877         non-finite arguments is +0.
9878         * math/s_cacosf.c (__cacosf): Likewise.
9879         * math/s_cacosl.c (__cacosl): Likewise.
9880         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
9881         * sysdeps/i386/fpu/libm-test-ulps: Update.
9882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9883
9884         [BZ #16927]
9885         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
9886         value.
9887         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
9888         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
9889         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
9890         for explicit high bit of mantissa when testing for argument equal
9891         to 1.
9892         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
9893         * sysdeps/i386/fpu/libm-test-ulps: Update.
9894         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9895
9896         [BZ #16516]
9897         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
9898         (__erf): Scale by 16 instead of 8 in potentially underflowing
9899         case.  Ensure exception if result actually underflows.
9900         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
9901         (__erff): Scale by 16 instead of 8 in potentially underflowing
9902         case.  Ensure exception if result actually underflows.
9903         * sysdeps/ieee754/ldbl-128/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         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
9908         (efx8): Remove variable.
9909         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9910         case.  Ensure exception if result actually underflows.
9911         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
9912         (efx8): Remove variable.
9913         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9914         case.  Ensure exception if result actually underflows.
9915         * math/auto-libm-test-in: Add more tests of erf.
9916         * math/auto-libm-test-out: Regenerated.
9917
9918 2014-05-14  Andreas Schwab  <schwab@suse.de>
9919
9920         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
9921         Remove code conditionalized on USE___THREAD.
9922
9923         * config.h.in (HAVE_PT_CHOWN): Define as 0.
9924         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
9925         not definedness.
9926
9927 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9928
9929         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
9930         Define unconditionally.
9931         (__ASSUME_O_CLOEXEC): Likewise.
9932         (__ASSUME_SOCK_CLOEXEC): Likewise.
9933         (__ASSUME_IN_NONBLOCK): Likewise.
9934         (__ASSUME_PIPE2): Likewise.
9935         (__ASSUME_EVENTFD2): Likewise.
9936         (__ASSUME_SIGNALFD4): Likewise.
9937         (__ASSUME_DUP3): Likewise.
9938         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9939         (__ASSUME_DUP3): Do not define.
9940         (__ASSUME_EVENTFD2): Likewise.
9941         (__ASSUME_IN_NONBLOCK): Likewise.
9942         (__ASSUME_O_CLOEXEC): Likewise.
9943         (__ASSUME_PIPE2): Likewise.
9944         (__ASSUME_SIGNALFD4): Likewise.
9945         (__ASSUME_SOCK_CLOEXEC): Likewise.
9946         (__ASSUME_UTIMES): Undefine.
9947         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9948         (__ASSUME_UTIMES): Do not define.
9949         (__ASSUME_O_CLOEXEC): Likewise.
9950         (__ASSUME_SOCK_CLOEXEC): Likewise.
9951         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
9952         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
9953         0x020621].
9954         (__ASSUME_PIPE2): Likewise.
9955         (__ASSUME_EVENTFD2): Likewise.
9956         (__ASSUME_SIGNALFD4): Likewise.
9957         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
9958         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
9959         Do not define.
9960         (__ASSUME_EVENTFD2): Likewise.
9961         (__ASSUME_SIGNALFD4): Likewise.
9962         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
9963         (__ASSUME_32BITUIDS): Likewise.
9964         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
9965         (__ASSUME_IPC64): Likewise.
9966         (__ASSUME_ST_INO_64_BIT): Likewise.
9967         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
9968         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
9969         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9970         (__ASSUME_UTIMES): Do not define.
9971         (__ASSUME_PSELECT): Likewise.
9972         (__ASSUME_PPOLL): Likewise.
9973         (__ASSUME_O_CLOEXEC): Likewise.
9974         (__ASSUME_SOCK_CLOEXEC): Likewise.
9975         (__ASSUME_IN_NONBLOCK): Likewise.
9976         (__ASSUME_PIPE2): Likewise.
9977         (__ASSUME_EVENTFD2): Likewise.
9978         (__ASSUME_SIGNALFD4): Likewise.
9979         (__ASSUME_DUP3): Likewise.
9980         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9981         (__ASSUME_UTIMES): Likewise.
9982         (__ASSUME_O_CLOEXEC): Likewise.
9983         (__ASSUME_SOCK_CLOEXEC): Likewise.
9984         (__ASSUME_IN_NONBLOCK): Likewise.
9985         (__ASSUME_PIPE2): Likewise.
9986         (__ASSUME_EVENTFD2): Likewise.
9987         (__ASSUME_SIGNALFD4): Likewise.
9988         (__ASSUME_DUP3): Likewise.
9989         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9990         (__ASSUME_UTIMES): Likewise.
9991         (__ASSUME_O_CLOEXEC): Likewise.
9992         (__ASSUME_SOCK_CLOEXEC): Likewise.
9993         (__ASSUME_IN_NONBLOCK): Likewise.
9994         (__ASSUME_PIPE2): Likewise.
9995         (__ASSUME_EVENTFD2): Likewise.
9996         (__ASSUME_SIGNALFD4): Likewise.
9997         (__ASSUME_DUP3): Likewise.
9998         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
9999         Likewise.
10000         (__ASSUME_UTIMES): Likewise.
10001         (__ASSUME_EVENTFD2): Likewise.
10002         (__ASSUME_SIGNALFD4): Likewise.
10003         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10004         (__ASSUME_O_CLOEXEC): Likewise.
10005         (__ASSUME_SOCK_CLOEXEC): Likewise.
10006         (__ASSUME_IN_NONBLOCK): Likewise.
10007         (__ASSUME_PIPE2): Likewise.
10008         (__ASSUME_EVENTFD2): Likewise.
10009         (__ASSUME_SIGNALFD4): Likewise.
10010         (__ASSUME_DUP3): Likewise.
10011         (__ASSUME_UTIMES): Undefine.
10012
10013         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10014         feclearexcept.  Remove symbol versioning code.
10015         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10016         symbol versioning code.
10017         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10018         symbol versioning code.
10019         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10020         feupdateenv.  Remove symbol versioning code.
10021         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10022         fegetexceptflag.  Remove symbol versioning code.
10023         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10024         fesetexceptflag.  Remove symbol versioning code.
10025         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10026         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10027         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10028         (__posix_fadvise64_l32): Remove prototype.
10029         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10030         code.
10031
10032 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10033
10034         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10035         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10036         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10037         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10038
10039 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10040
10041         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10042         current working directory
10043
10044 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10045
10046         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10047         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10048         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10049         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10050         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10051         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10052         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10053         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10054         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10055         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10056         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10057         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10058         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10059         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10060         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10061         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10062         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10063         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10064         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10065         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10066         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10067         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10068         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10069         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10070         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10071         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10072         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10073         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10074         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10075         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10076         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10077         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10078         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10079         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10080         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10081         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10082         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10083         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10084         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10085         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10086         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10087         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10088
10089         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10090         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10091
10092         * sysdeps/unix/sysv/linux/arm/Makefile
10093         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10094         Add rt-aeabi_unwind_cpp_pr1.
10095         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10096         Add nptl-aeabi_unwind_cpp_pr1.
10097         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10098         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10099         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10100         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10101         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10102         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10103
10104         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10105         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10106         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10107         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10108
10109         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10110         Deconditionalize the code that was previously under [RESET_PID].
10111         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10112
10113         * sysdeps/generic/exit-thread.h: New file.
10114         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10115         * include/unistd.h (__exit_thread): Remove declaration.
10116         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10117         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10118         * csu/libc-start.c: Include <exit-thread.h>.
10119         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10120         * nptl/pthread_create.c: Include <exit-thread.h>.
10121         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10122         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10123         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10124         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10125         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10126         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10127         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10128         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10129         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10130         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10131         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10132         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10133         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10134         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10135         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10136         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10137         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10138
10139 2014-05-13  Andreas Schwab  <schwab@suse.de>
10140
10141         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10142
10143 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10144
10145         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10146         (__ASSUME_UTIMES): Do not condition on kernel version.
10147         (__ASSUME_PSELECT): Define unconditionally.
10148         (__ASSUME_PPOLL): Likewise.
10149         (__ASSUME_ATFCTS): Likewise.
10150         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10151         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10152         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10153         (__ASSUME_UTIMENSAT): Define unconditionally.
10154         (__ASSUME_PRIVATE_FUTEX): Likewise.
10155         (__ASSUME_FALLOCATE): Likewise.
10156         (__ASSUME_O_CLOEXEC): Likewise.
10157         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10158         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10159         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10160         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10161         (__ASSUME_IN_NONBLOCK): Likewise.
10162         (__ASSUME_PIPE2): Likewise.
10163         (__ASSUME_EVENTFD2): Likewise.
10164         (__ASSUME_SIGNALFD4): Likewise.
10165         (__ASSUME_DUP3): Likewise.
10166         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10167         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10168         (__ASSUME_AT_RANDOM): Likewise.
10169         (__ASSUME_PREADV): Likewise.
10170         (__ASSUME_PWRITEV): Likewise.
10171         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10172         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10173         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10174         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10175         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10176         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10177         (__ASSUME_O_CLOEXEC): Define unconditionally.
10178         (__ASSUME_PSELECT): Do not undefine conditionally.
10179         (__ASSUME_PPOLL): Likewise.
10180         (__ASSUME_ATFCTS): Likewise.
10181         (__ASSUME_SET_ROBUST_LIST): Likewise.
10182         (__ASSUME_UTIMENSAT): Likewise.
10183         (__ASSUME_FDATASYNC): Define unconditionally.
10184         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10185         (__ASSUME_SIGFRAME_V2): Likewise.
10186         )__ASSUME_EVENTFD2): Likewise.
10187         (__ASSUME_SIGNALFD4): Likewise.
10188         (__ASSUME_PSELECT): Do not undefine conditionally.
10189         (__ASSUME_PPOLL): Likewise.
10190         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10191         (__ASSUME_PSELECT): Define unconditionally.
10192         (__ASSUME_PPOLL): Likewise.
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/m68k/kernel-features.h
10201         (__ASSUME_O_CLOEXEC): Likewise.
10202         (__ASSUME_SOCK_CLOEXEC): Likewise.
10203         (__ASSUME_IN_NONBLOCK): Likewise.
10204         (__ASSUME_PIPE2): Likewise.
10205         (__ASSUME_EVENTFD2): Likewise.
10206         (__ASSUME_SIGNALFD4): Likewise.
10207         (__ASSUME_DUP3): Likewise.
10208         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10209         (__ASSUME_EVENTFD2): Likewise.
10210         (__ASSUME_SIGNALFD4): Likewise.
10211         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10212
10213 2014-05-12  Andreas Schwab  <schwab@suse.de>
10214
10215         [BZ #16932]
10216         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10217         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10218         than maximum RPC packet size.
10219         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10220         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10221         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10222         (_nss_nis_getservbyport_r): Likewise.
10223
10224 2014-05-12  Will Newton  <will.newton@linaro.org>
10225
10226         * malloc/Makefile (tests): Add tst-mallopt.
10227         * malloc/tst-mallopt.c: New file.
10228
10229 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10230
10231         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10232         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10233
10234 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10235
10236         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10237         (tst-tlsmod6.so): Likewise.
10238
10239 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10240
10241         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10242
10243 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10244
10245         [BZ #16064]
10246         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10247         and <dl-procinfo.h>.
10248         (__fegetenv): Save SSE state in envp->__eip if supported.
10249         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10250         envp->__eip if supported.
10251         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10252         and <dl-procinfo.h>.
10253         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10254         __data_offset and __data_selector in environment to 0.  Set SSE
10255         state if supported.
10256         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10257         test-fenv-sse.
10258         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10259         -mfpmath=sse.
10260         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10261
10262 2014-05-09  Will Newton  <will.newton@linaro.org>
10263
10264         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10265         and libc_relro_required for ARM.
10266         * sysdeps/arm/preconfigure: Regenerate.
10267
10268 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10269             Stefan Liebler  <stli@linux.vnet.ibm.com>
10270
10271         * config.make.in (enable-lock-elision): New Makefile variable.
10272         * configure.ac: Likewise.
10273         * configure: Regenerate.
10274         * sysdeps/s390/configure.ac:
10275         Add check for gcc transactions support.
10276         * sysdeps/s390/configure: Regenerate.
10277         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10278         Build elision files if enabled.
10279         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10280         Add lock elision support for s390.
10281         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10282         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10283         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10284         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10285         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10286         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10287         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10288         Likewise.
10289         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10290         Likewise.
10291         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10292         Likewise.
10293         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10294         Likewise.
10295         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10296         (__lll_timedlock_elision, __lll_lock_elision)
10297         (__lll_unlock_elision, __lll_trylock_elision)
10298         (lll_timedlock_elision, lll_lock_elision)
10299         (lll_unlock_elision, lll_trylock_elision): Add.
10300         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10301         (pthread_mutex_t): Add lock elision support for s390.
10302
10303 2014-05-14  Wilco  <wdijkstr@arm.com>
10304
10305         * sysdeps/arm/fclrexcpt.c: Cleanup.
10306         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10307         * sysdeps/arm/feenablxcpt.c: Cleanup.
10308         * sysdeps/arm/fegetenv.c: Cleanup.
10309         * sysdeps/arm/fegetexcept.c: Cleanup.
10310         * sysdeps/arm/fegetround.c: Cleanup.
10311         * sysdeps/arm/feholdexcpt.c: Cleanup.
10312         * sysdeps/arm/fesetenv.c: Cleanup.
10313         * sysdeps/arm/fesetround.c: Cleanup.
10314         * sysdeps/arm/feupdateenv.c: Cleanup.
10315         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10316         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10317         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10318         * sysdeps/arm/ftestexcept.c: Cleanup.
10319         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10320         * sysdeps/arm/setfpucw.c: Cleanup.
10321
10322 2014-05-09  Will Newton  <will.newton@linaro.org>
10323
10324         * sysdeps/arm/armv7/strcmp.S: New file.
10325         * NEWS: Mention addition of ARMv7 optimized strcmp.
10326
10327 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10328
10329         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10330         look for %.ac rather than %.in.
10331
10332         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10333         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10334         * sysdeps/mach/hurd/configure: Regenerated.
10335         * sysdeps/unix/sysv/linux/configure: Regenerated.
10336
10337         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10338
10339 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10340
10341         [BZ# 16922]
10342         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10343         (LONG_SUB): Ditto.
10344         (PTR_SUB): Ditto.
10345
10346 2014-05-07  Andreas Schwab  <schwab@suse.de>
10347
10348         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10349         when skipping over non-matching result from nscd.
10350
10351 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10352
10353         [BZ #16876]
10354         * nptl/sockperf.c (client): Check socket return value.
10355
10356         [BZ #16877]
10357         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10358         nscd security class.
10359
10360 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10361
10362         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10363         * sysdeps/arm/unwind.h: ... here.
10364
10365 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10366
10367         [BZ# 16916]
10368         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10369         Define.
10370
10371 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10372
10373         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10374         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10375         multiarch strncpy for PPC64.
10376         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10377         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10378         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10379         multiarch optimizations.
10380         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10381         (__libc_ifunc_impl_list): Likewise.
10382         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10383         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10384         multiarch stpncpy for PPC64.
10385         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10386         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10387
10388 2014-05-06  Andreas Schwab  <schwab@suse.de>
10389
10390         [BZ #16912]
10391         * gmon/mcount.c (_MCOUNT_DECL): Use
10392         atomic_compare_and_exchange_bool_acq instead of
10393         catomic_compare_and_exchange_bool_acq.
10394
10395 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10396
10397         * elf/Makefile (others, install-bin): Remove pldd.
10398         (pldd-modules): Variable removed.
10399         ($(objpfx)pldd): Target removed.
10400         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10401         (others, install-bin): Append pldd here.
10402         ($(objpfx)pldd): New target.
10403
10404         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10405         to 0, so the first #if test emitted later doesn't see it undefined.
10406         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10407         * sysdeps/gnu/errlist.c: Regenerated.
10408
10409 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10410
10411         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10412         [libc_hidden_builtin_def]: Define to empty value.
10413         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10414         [libc_hidden_builtin_def]: Likewise.
10415         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10416         [libc_hidden_builtin_def]: Likewise.
10417         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10418         [libc_hidden_builtin_def]: Likewise.
10419         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10420         __redirect_memcpy and define ifunc as default hidden symbol.
10421         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10422         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10423
10424 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10425
10426         * locale/iso-4217.def: Reintroduce XDR currency.
10427
10428 2014-05-04  Allan McRae  <allan@archlinux.org>
10429
10430         * po/eo.po: Update Esperanto translation from translation project.
10431
10432 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10433
10434         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10435         and FEATURE_INDEX_MAX to 1.
10436         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10437
10438 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10439
10440         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10441         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10442         * iconvdata/big5.c (ONE_DIRECTION): Define.
10443         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10444         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10445         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10446         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10447         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10448         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10449         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10450         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10451         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10452         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10453         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10454         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10455         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10456         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10457         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10458         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10459         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10460         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10461         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10462         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10463         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10464         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10465         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10466         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10467         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10468         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10469         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10470         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10471         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10472         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10473         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10474         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10475         * iconvdata/johab.c (ONE_DIRECTION): Define.
10476         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10477         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10478         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10479         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10480         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10481         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10482         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10483         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10484         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10485         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10486
10487 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10488
10489         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10490         (_IO_JUMPS_OFFSET): Define to 0.
10491
10492         * nptl/sysdeps/pthread/bits/libc-lock.h
10493         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10494         (__libc_lock_define_initialized_recursive): Always define using
10495         initializer.  Modern compilers treat uninitialized (implicit zero) and
10496         explicit zero initializers the same (i.e. put the datum in bss).
10497
10498 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10499
10500         * nscd/nscd-client.h: Include <string.h>.
10501
10502 2014-05-01  David S. Miller  <davem@davemloft.net>
10503
10504         [BZ #16885]
10505         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10506         multiple zero bytes exist at the end of a string.
10507         Reported by Aurelien Jarno <aurelien@aurel32.net>
10508
10509         * string/test-strcmp.c (check): Add explicit test for situations where
10510         there are multiple zero bytes after the first.
10511
10512 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10513
10514         [BZ #16890]
10515         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10516         when compiling wprintf.
10517         * stdio-common/tstdiomisc.c (t3): New function.
10518         (main): Call it.
10519
10520 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10521
10522         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10523         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10524         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10525         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10526
10527 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10528
10529         * stdlib/longlong.h: Updated from GCC.
10530
10531 2014-05-01  Will Newton  <will.newton@linaro.org>
10532             Bernard Ogden  <bernie.ogden@linaro.org>
10533
10534         * NEWS: Update fixed bug list.
10535
10536         [BZ #15119]
10537         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10538
10539 2014-04-30  David S. Miller  <davem@davemloft.net>
10540
10541         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10542         (libc_feholdexcept_setround_sparc_ctx): New function.
10543         (libc_fesetenv_sparc_ctx): Likewise.
10544         (libc_feupdateenv_sparc_ctx): Likewise.
10545         (libc_feholdsetround_sparc_ctx): Likewise.
10546         (libc_feholdexcept_setround_ctx): Define.
10547         (libc_feholdexcept_setroundf_ctx): Likewise.
10548         (libc_feholdexcept_setroundl_ctx): Likewise.
10549         (libc_fesetenv_ctx): Likewise.
10550         (libc_fesetenvf_ctx): Likewise.
10551         (libc_fesetenvl_ctx): Likewise.
10552         (libc_feupdateenv_ctx): Likewise.
10553         (libc_feupdateenvf_ctx): Likewise.
10554         (libc_feupdateenvl_ctx): Likewise.
10555         (libc_feresetround_ctx): Likewise.
10556         (libc_feresetroundf_ctx): Likewise.
10557         (libc_feresetroundl_ctx): Likewise.
10558         (libc_feholdsetround_ctx): Likewise.
10559         (libc_feholdsetroundf_ctx): Likewise.
10560         (libc_feholdsetroundl_ctx): Likewise.
10561
10562         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10563         with __USE_GNU instead of XOPEN cpp guards.
10564
10565         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10566         0.
10567
10568         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10569         with XOPEN cpp guards.
10570
10571 2014-04-30  Julian Brown  <julian@codesourcery.com>
10572
10573         [BZ #16888]
10574         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10575         handling.
10576
10577 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10578
10579         [BZ #9894]
10580         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10581         Change to 2.6.32.
10582         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10583         * sysdeps/unix/sysv/linux/configure: Regenerated.
10584         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10585         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10586         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10587         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10588         * README: Update reference to required Linux kernel version.
10589         * manual/install.texi (Linux): Update reference to required Linux
10590         kernel headers version.
10591         * INSTALL: Regenerated.
10592
10593         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10594         header inclusion.
10595         [POSIX] (limits.h): Likewise.
10596         [POSIX] (math.h): Likewise.
10597         [POSIX] (sys/wait.h): Likewise.
10598         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10599         function.
10600         [POSIX] (stddef.h): Do not allow header inclusion.
10601
10602 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10603
10604         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10605
10606 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10607
10608         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10609         Return immediately after lll_futex_wake.
10610
10611 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10612
10613         [BZ #16791]
10614         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10615         structure.
10616         (datahead_init_pos): Call datahead_init_common early.
10617         (datahead_init_neg): Likewise.
10618
10619         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10620         datahead_init_neg): New functions.
10621         * nscd/aicache.c (addhstaiX): Use them.
10622         * nscd/grpcache.c (cache_addgr): Likewise.
10623         * nscd/hstcache.c (cache_addhst): Likewise.
10624         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10625         * nscd/netgroupcache.c (do_notfound): Likewise.
10626         (addgetnetgrentX): Likewise.
10627         (addinnetgrX): Likewise.
10628         * nscd/pwdcache.c (cache_addpw): Likewise.
10629         * nscd/servicescache.c (cache_addserv): Likewise.
10630
10631 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10632             Atsushi Onoe  <atsushi@onoe.org>
10633
10634         [BZ #14308]
10635         [BZ #12994]
10636         [BZ #13651]
10637         * resolv/res_query.c (__libc_res_nsearch): Return if at least
10638         one response is valid.
10639         * resolv/res_send.c (send_dg): Check for validity of other
10640         response if the current response is a referral.
10641
10642 2014-04-29  Steve Ellcey  <sellcey@mips.com>
10643
10644         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10645
10646 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
10647
10648         [BZ #16823]
10649         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10650         Always divide by positive zero when computing -Inf result.
10651         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10652         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10653
10654 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10655
10656         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10657         FPSCR if value do not change.
10658         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10659         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10660         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10661         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10662         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10663         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10664         function.
10665
10666 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
10667
10668         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10669         * sysdeps/unix/sysv/linux/hppa: Move directory from
10670         ports/systeps/unix/sysv/linux/hppa.
10671         * README: Update listing for hppa-*-linux-gnu.
10672
10673 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
10674
10675         [BZ #16754]
10676         * manual/stdio.texi (Hook functions): Fix types of stream hook
10677         functions.
10678         [BZ #16854]
10679         * socket/sys/socket.h: Fix typo in comment.
10680
10681 2014-04-28  Wilco  <wdijkstr@arm.com>
10682
10683         * sysdeps/arm/fenv_private.h: New file.
10684         * sysdeps/arm/math_private.h: New file.
10685         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10686
10687 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10688
10689         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10690         with __int128_t.
10691         (La_x86_64_retval): Likewise.
10692
10693 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
10694
10695         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10696         fpsr if value didn't change.
10697         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10698         to fpcr if value didn't change.
10699         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10700         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10701         fpsr or fpcr if value didn't change.
10702         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10703         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10704         fpcr if value didn't change.
10705         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10706         to fpsr if value didn't change.
10707
10708 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10709
10710         * nptl/tst-sem3.c: Use test-skeleton.c
10711         (main): Rename to do_test.  Use return instead of
10712         exit.
10713         * nptl/tst-sem4.c: Use test-skeleton.c
10714         (main): Rename to do_test.
10715
10716 2014-04-22  David S. Miller  <davem@davemloft.net>
10717
10718         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10719         (struct sigaction): New struct member __glibc_reserved0, change
10720         type of sa_flags to int.
10721
10722 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
10723
10724         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10725         (COUNT_LEADING_ZEROS_0): Define for AArch64.
10726
10727 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10728
10729         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10730         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10731
10732 2014-04-22  Will Newton  <will.newton@linaro.org>
10733             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
10734
10735         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10736         (__longjmp): Add longjmp and longjmp_target SystemTap
10737         probes.
10738         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10739         (__sigsetjmp): Add setjmp SystemTap probe.
10740
10741 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
10742
10743         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
10744         match manual order.
10745
10746 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10747
10748         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
10749
10750         * sysdeps/powerpc/fpu/fenv_private.h
10751         (libc_feholdexcept_setroundl_ctx): Define to
10752         libc_feholdexcept_setround_ppc_ctx.
10753         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
10754         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
10755         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
10756         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
10757
10758 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10759
10760         * sysdeps/aarch64/math-tests.h: New file.
10761
10762 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
10763
10764         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
10765         New.
10766         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10767         Check and set bit_AVX2_Usable.
10768         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
10769         macro.
10770         (bit_AVX2): Likewise.
10771         (index_AVX2_Usable): Likewise.
10772         (CPUID_AVX2): Likewise.
10773         (HAS_AVX2): Likewise.
10774
10775 2014-04-17  Will Newton  <will.newton@linaro.org>
10776
10777         * manual/setjmp.texi (System V contexts): Add note that
10778         calling setcontext on a context created by a call to a
10779         signal handler is undefined.  Update text to note that
10780         setcontext from a signal handler is possible but not
10781         recommended.
10782
10783         [BZ #16629]
10784         * stdlib/tst-setcontext.c: Include signal.h.
10785         (main): Check that the signal stack before and
10786         after swapcontext is the same.
10787
10788         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
10789         Re-implement to restore registers in user code and avoid
10790         rt_sigreturn system call.
10791
10792 2014-04-17  Wilco  <wdijkstr@arm.com>
10793
10794         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
10795         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
10796         * math/test-fenv.c: Skip exception trap tests on targets which only
10797         support non-stop mode.
10798
10799 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10800             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10801
10802         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
10803         (libc_feholdsetround_aarch64_ctx)
10804         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
10805         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
10806         (libc_feresetround_ctx, libc_feresetroundf_ctx)
10807         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
10808         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
10809         (libc_feresetround_noexl_ctx): Define.
10810
10811 2014-04-16  Richard Henderson  <rth@redhat.com>
10812
10813         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
10814
10815         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
10816         unwind tables.
10817
10818         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
10819         const from the non-libc, non-ldso copy.
10820
10821         * sysdeps/alpha/libm-test-ulps: Regenerate.
10822
10823 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
10824             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10825
10826         * sysdeps/aarch64/fpu/math_private.h: New file.
10827
10828 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10829
10830         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10831
10832 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
10833
10834         [BZ #16275]
10835         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
10836         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
10837         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
10838         Intel MPX bound registers before _dl_profile_fixup.
10839         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
10840         registers after _dl_profile_fixup.  Save and restore bound
10841         registers bnd0/bnd1 when calling _dl_call_pltexit.
10842         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
10843         (LR_BND_OFFSET): Likewise.
10844         (LRV_BND0_OFFSET): Likewise.
10845         (LRV_BND1_OFFSET): Likewise.
10846
10847 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10848
10849         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
10850         to...
10851         * sysdeps/mach/hurd/i386/tls.h: ... here.
10852         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
10853         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
10854         fields.
10855
10856 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10857
10858         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
10859
10860 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10861
10862         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10863
10864 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10865
10866         [BZ #14770]
10867         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
10868         * sysdeps/s390/configure: Regenerate.
10869
10870         [BZ #16824]
10871         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
10872         Set round-to-nearest internally to reduce error accumulation.
10873
10874 2014-04-16  Alan Modra  <amodra@gmail.com>
10875
10876         [BZ #16740]
10877         [BZ #16619]
10878         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
10879         * math/libm-test.inc (frexp_test_data): Add tests.
10880         * NEWS: Update fixed bug list.
10881
10882 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10883
10884         * benchtests/Makefile: Depend on libraries in build directory.
10885         (bench-math): Separate out math tests.
10886         (bench-pthread): Separate out pthread tests.
10887         (bench): Include math and pthread tests.
10888
10889 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
10890
10891         [BZ #16831]
10892         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
10893         _dl_debug_initialize.
10894
10895         * configure.ac: Remove SELinux header check.
10896         * configure: Regenerate.
10897         * nscd/selinux.c (perms): Array of const char* to permission names.
10898         (nscd_request_avc_has_perm): Call security_deny_unknown to find
10899         default policy. Call string_to_security_class and string_to_av_perm to
10900         translate strings. Enforce default policy and call avs_has_perm with
10901         results of translated strings.
10902
10903 2014-04-13  David S. Miller  <davem@davemloft.net>
10904
10905         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10906
10907 2014-04-12  Allan McRae  <allan@archlinux.org>
10908
10909         [BZ #16838]
10910         * manual/string.texi (Collation Functions): Fix qsort argument
10911         order in example.
10912         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
10913
10914 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
10915
10916         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
10917         Make the test a no-op if there are no exceptions defined.
10918
10919 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
10920
10921         * elf/Makefile (tests): make tst-dlopen-aout conditional on
10922         enable-hardcoded-path-in-tests
10923
10924 2014-04-11  Will Newton  <will.newton@linaro.org>
10925
10926         * benchtests/Makefile (extra-objs): Add json-lib.o.
10927         (bench-func): Tidy up JSON output.
10928         * benchtests/bench-skeleton.c: Include json-lib.h.
10929         (main): Use JSON library functions to do output of
10930         benchmark results.
10931         * benchtests/bench-timing-type.c (main): Output the
10932         timing type simply, leaving formatting to the user.
10933         * benchtests/json-lib.c: New file.
10934         * benchtests/json-lib.h: Likewise.
10935
10936 2014-04-11  Torvald Riegel  <triegel@redhat.com>
10937
10938         [BZ #15215]
10939         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
10940         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
10941         memory barriers.  Add comments.
10942         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
10943         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
10944         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
10945         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
10946         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
10947         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
10948
10949 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10950
10951         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
10952         * sysdeps/s390/s390-64/configure.ac: ... this ...
10953         * sysdeps/s390/configure.ac: ... to here.
10954         * sysdeps/s390/s390-32/configure: Delete file.
10955         * sysdeps/s390/s390-64/configure: Delete file.
10956         * sysdeps/s390/configure: Regenerate.
10957
10958 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
10959
10960         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
10961
10962 2014-04-11  Will Newton  <will.newton@linaro.org>
10963
10964         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
10965         to zero if it is not defined elsewhere.  (mtrim): Test
10966         the value of MALLOC_DEBUG with #if rather than #ifdef.
10967
10968 2014-04-10 Torvald Riegel  <triegel@redhat.com>
10969
10970         * benchtests/pthread_once-inputs: New file.
10971         * benchtests/pthread_once-source.c: New file.
10972         * benchtests/README: Update documentation.
10973
10974 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
10975             H.J. Lu  <hongjiu.lu@intel.com>
10976
10977         [BZ #16275]
10978         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
10979         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
10980         * sysdeps/x86_64/configure: Regenerated.
10981         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
10982         macro.
10983         (REGISTER_SAVE_RAX): Likewise.
10984         (REGISTER_SAVE_RCX): Likewise.
10985         (REGISTER_SAVE_RDX): Likewise.
10986         (REGISTER_SAVE_RSI): Likewise.
10987         (REGISTER_SAVE_RDI): Likewise.
10988         (REGISTER_SAVE_R8): Likewise.
10989         (REGISTER_SAVE_R9): Likewise.
10990         (REGISTER_SAVE_BND0): Likewise.
10991         (REGISTER_SAVE_BND1): Likewise.
10992         (REGISTER_SAVE_BND2): Likewise.
10993         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
10994         bound registers when calling _dl_fixup.
10995
10996 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10997
10998         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
10999         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11000         of its definition.
11001         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11002         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11003         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11004         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11005         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11006         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11007         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11008
11009 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11010
11011         [BZ #15514]
11012         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11013         pathconf(_PC_NAME_MAX).
11014
11015 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11016
11017         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11018         Remove macro usage.
11019         (__PTHREAD_SPINS): Move definition to ...
11020         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11021         (__PTHREAD_SPINS): ... here.
11022         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11023         (__PTHREAD_SPIN): Likewise.
11024         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11025         (__PTHREAD_SPIN): Likewise.
11026         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11027         (__PTHREAD_SPIN): Likewise.
11028         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11029         (__PTHREAD_SPIN): Likewise.
11030         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11031         (__PTHREAD_SPIN): Likewise.
11032         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11033         (__PTHREAD_SPIN): Likewise.
11034         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11035         (__PTHREAD_SPIN): Likewise.
11036         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11037         (__PTHREAD_SPIN): Likewise.
11038         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11039         (__PTHREAD_SPIN): Likewise.
11040         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11041         (__PTHREAD_SPIN): Likewise.
11042         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11043         (__PTHREAD_SPIN): Likewise.
11044         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11045         (__PTHREAD_SPIN): Likewise.
11046
11047         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11048         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11049         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11050         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11051         imply folder.
11052         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11053         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11054         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11055         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11056         correct imply path.
11057         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11058         strlen symbol for non multi-arch builds.
11059         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11060         missing hidden_def and weak_alias.
11061
11062 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11063
11064         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11065
11066 2014-04-07  Will Newton  <will.newton@linaro.org>
11067
11068         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11069         and contents.  [!_LIBC] Remove #ifndef and contents.
11070         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11071         * string/memccpy.c (__memccpy): Use ANSI prototype.
11072         * string/memfrob.c (memfrob): Likewise.
11073         * string/strcoll.c (STRCOLL): Likewise.
11074         * string/strlen.c (strlen): Likewise.
11075         * string/strtok.c (STRTOK): Likewise.
11076         * string/strcat.c: Remove unused #include of memcopy.h.
11077         (strcat): Use ANSI prototype.
11078         * string/strchr.c: Remove unused #include of memcopy.h.
11079         (strchr): Use ANSI prototype.
11080         * string/strcmp.c: Remove unused #include of memcopy.h.
11081         (strcmp): Use ANSI prototype.
11082         * string/strcpy.c: Remove unused #include of memcopy.h.
11083         (strcpy): Use ANSI prototype.
11084
11085 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11086
11087         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11088         * config.make.in (config-extra-cppflags): Set it from
11089         libc_extra_cppflags.
11090         * configure.ac (libc_extra_cflags): Make it accumulate over
11091         configure fragments.
11092         (libc_extra_cppflags): New flag.
11093         * configure. Regenerate.
11094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11095         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11096         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11098
11099         [BZ #16815]
11100         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11101         result for FE_DOWNWARD rounding mode.
11102         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11103         Likewise.
11104         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11105
11106 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11107
11108         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11109         in function argument name.
11110
11111 2014-04-03  David Svoboda  <svoboda@cert.org>
11112
11113         [BZ #5666]
11114         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11115         explicitly.
11116
11117 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11118
11119         * elf/dl-unmap-segments.h: New file.
11120         * sysdeps/generic/ldsodefs.h
11121         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11122         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11123         * elf/dl-fptr.c: Likewise.
11124         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11125         * sysdeps/aarch64/tlsdesc.c: Likewise.
11126         * sysdeps/arm/tlsdesc.c: Likewise.
11127         * sysdeps/i386/tlsdesc.c: Likewise.
11128         * sysdeps/tile/dl-runtime.c: Likewise.
11129         * sysdeps/x86_64/tlsdesc.c: Likewise.
11130         * elf/dl-load.h: New file.
11131         * elf/dl-load.c: Include it.
11132         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11133         Macros moved to dl-load.h.
11134         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11135         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11136         Use _dl_unmap_segments in place of __munmap.
11137         Break out segment-mapping loop into ...
11138         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11139
11140 2014-04-03  Will Newton  <will.newton@linaro.org>
11141
11142         * elf/dl-lookup.c (do_lookup_x): Remove comment
11143         referring to nested function and move variable
11144         declarations down to before first use.
11145
11146 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11147
11148         [BZ #16799]
11149         [BZ #16800]
11150         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11151         with 0 numerator.
11152         * math/s_catanf.c (__catanf): Likewise.
11153         * math/s_catanh.c (__catanh): Likewise.
11154         * math/s_catanhf.c (__catanhf): Likewise.
11155         * math/s_catanhl.c (__catanhl): Likewise.
11156         * math/s_catanl.c (__catanl): Likewise.
11157         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11158         by positive zero when computing -Inf result.
11159         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11160         (catanh_test): Likewise.
11161         * sysdeps/i386/fpu/libm-test-ulps: Update.
11162         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11163
11164         [BZ #16789]
11165         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11166         instead of using underflowing value in computing result.
11167         * math/s_clog10.c (__clog10): Likewise.
11168         * math/s_clog10f.c (__clog10f): Likewise.
11169         * math/s_clog10l.c (__clog10l): Likewise.
11170         * math/s_clogf.c (__clogf): Likewise.
11171         * math/s_clogl.c (__clogl): Likewise.
11172         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11173         (clog10_test): Likewise.
11174         * sysdeps/i386/fpu/libm-test-ulps: Update.
11175         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11176
11177 2014-04-02  Alan Modra  <amodra@gmail.com>
11178
11179         [BZ #16739]
11180         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11181         output when value is near a power of two.  Use int64_t for lx and
11182         remove casts.  Use decimal rather than hex exponent constants.
11183         Don't use long double multiplication when double will suffice.
11184         * math/libm-test.inc (nextafter_test_data): Add tests.
11185         * NEWS: Add 16739 and 16786 to bug list.
11186
11187         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11188
11189         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11190
11191 2014-04-01  Will Newton  <will.newton@linaro.org>
11192
11193         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11194         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11195
11196 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11197
11198         [BZ #13347]
11199         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11200         * nptl/tst-setuid2.c: New file.
11201         * nptl/Makefile (xtests): Add tst-setuid2.
11202
11203 2014-04-01  Alan Modra  <amodra@gmail.com>
11204
11205         [BZ #16786]
11206         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11207
11208 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11209
11210         [BZ #6803]
11211         [BZ #6804]
11212         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11213         set errno as appropriate.
11214         * math/w_scalbf.c (__scalbf): Likewise.
11215         * math/w_scalbl.c (__scalbl): Likewise.
11216         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11217         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11218         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11219         Add more NaN tests.
11220
11221         [BZ #16349]
11222         * math/w_atan2.c: Include <errno.h>.
11223         (__atan2): Set errno for result underflowing to zero.
11224         * math/w_atan2f.c: Include <errno.h>.
11225         (__atan2f): Set errno for result underflowing to zero.
11226         * math/w_atan2l.c: Include <errno.h>.
11227         (__atan2l): Set errno for result underflowing to zero.
11228         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11229         tests.
11230         * math/auto-libm-test-out: Regenerated.
11231
11232 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11233
11234         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11235         Encode instruction correctly in little endian.
11236         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11237         Likewise.
11238         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11239         Likewise.
11240         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11241         Likewise.
11242         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11243         Likewise.
11244
11245 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11246
11247         [BZ #9894]
11248         * sysdeps/unix/sysv/linux/kernel-features.h
11249         [__sparc__ && !__arch64__ && !__sparc_v9__]
11250         (__ASSUME_SET_ROBUST_LIST): Do not define.
11251         [__sparc__ && !__arch64__ && !__sparc_v9__]
11252         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11253         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11254         Likewise.
11255         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11256         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11257         (__ASSUME_REQUEUE_PI): Likewise.
11258         (__ASSUME_SET_ROBUST_LIST): Likewise.
11259         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11260         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11261         Undefine.
11262         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11263         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11264         Likewise.
11265         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11266         Likewise.
11267         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11268         Likewise.
11269         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11270         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11271         Undefine.
11272         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11273         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11274         Likewise.
11275
11276         [BZ #16648]
11277         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11278         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11279         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11280
11281 2014-03-31  Will Newton  <will.newton@linaro.org>
11282
11283         * benchtests/Makefile (bench): Add ffs and ffsll to list
11284         of tests.
11285         * benchtests/ffs-inputs: New file.
11286         * benchtests/ffsll-inputs: Likewise.
11287
11288 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11289
11290         [BZ #16770]
11291         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11292         too large before casting to int.
11293         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11294         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11295         * math/libm-test.inc (scalb_test_data): Add more tests.
11296
11297 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11298
11299         * benchtests/Makefile (DETAILED_OPT): New make option.
11300         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11301         set.
11302         * benchtests/bench-skeleton.c: Include stdbool.h.
11303         (main): Store and print timings per input.
11304         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11305         member to each argument value.
11306         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11307         (_print_arg_data): Initialize per-input timing to 0.
11308
11309         * benchtests/Makefile (timing-type): New binary.
11310         (bench-clean): Also remove bench-timing-type.
11311         (bench): New target for timing-type.
11312         (bench-func): Print output in JSON format.
11313         * benchtests/bench-skeleton.c (main): Print output in JSON
11314         format.
11315         * benchtests/bench-timing-type.c: New file.
11316         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11317         (TIMING_PRINT_STATS): Remove.
11318         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11319         name separately.
11320
11321         * benchtests/bench-modf.c: Remove.
11322         * benchtests/modf-inputs: New inputs file.
11323
11324 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11325
11326         [BZ #16362]
11327         * math/s_clog10.c (M_PI_LOG10E): New macro.
11328         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11329         imaginary parts are 0.
11330         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11331         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11332         imaginary parts are 0.
11333         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11334         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11335         imaginary parts are 0.
11336         * math/libm-test.inc (clog10_test_data): Update expected results
11337         for when real and imaginary parts are 0.
11338
11339 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11340
11341         * elf/dl-load.c: Finish conversion of __builtin_expect into
11342         __glibc_{un}likely.
11343
11344 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11345
11346         [BZ #16348]
11347         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11348         1+x for argument with exponent below -67.
11349         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11350         Likewise.
11351         * math/auto-libm-test-in: Add more tests of exp.
11352         * math/auto-libm-test-out: Regenerated.
11353
11354 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11355
11356         [BZ #16759]
11357         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11358         (nscd_getnetgrent): Use it.
11359
11360         [BZ #16760]
11361         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11362         of stpcpy.
11363
11364 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11365
11366         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11367         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11368         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11369         (lll_robust_unlock): Remove out of line section. Use cfi
11370         intrinsics.
11371         (LLL_STUB_UNWIND_INFO*): Remove.
11372         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11373         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11374         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11375         (lll_robust_unlock): Remove out of line section. Use cfi
11376         intrinsics.
11377         (LLL_STUB_UNWIND_INFO*): Remove.
11378
11379 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11380
11381         [BZ #16758]
11382         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11383         blank values.
11384
11385 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11386
11387         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11388
11389 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11390
11391         [BZ #16198]
11392         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11393         fnstenv.
11394         * math/test-fenv-preserve.c: New file.
11395         * math/Makefile (tests): Add test-fenv-preserve.
11396
11397 2014-03-26  Will Newton <will.newton@linaro.org>
11398
11399         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11400
11401 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11402
11403         * scripts/versionlist.awk: Partition the version sets and emit all
11404         GLIBC_* (sorted) before all others (sorted).
11405
11406 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11407
11408         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11409         GLIBC_2.2.5 version.
11410
11411 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11412
11413         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11414         calls.
11415
11416         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11417         previous change.
11418
11419         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11420
11421 2014-03-25  Andreas Schwab  <schwab@suse.de>
11422
11423         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11424         label to be used after in6ailist is initialized.
11425
11426 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11427
11428         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11429         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11430
11431 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11432
11433         [BZ #16357]
11434         [BZ #16599]
11435         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11436         min_plus_half.
11437         (fp_formats): Update initializers.
11438         (init_fp_formats): Initialize new field.
11439         (output_for_one_input_case): Allow underflow for results up to
11440         min_plus_half.
11441         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11442         * math/auto-libm-test-in: Don't mark some underflows from asin and
11443         atanh as spurious.
11444         * math/auto-libm-test-out: Regenerated.
11445         * sysdeps/i386/fpu/libm-test-ulps: Update.
11446         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11447
11448 2014-03-25  Andreas Schwab  <schwab@suse.de>
11449
11450         * libio/Makefile (tst-ftell-partial-wide-ENV)
11451         (tst-ftell-active-handler-ENV): Define.
11452
11453 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11454
11455         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11456
11457 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11458
11459         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11460
11461 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11462
11463         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11464         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11465         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11466
11467 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11468
11469         [BZ #16634]
11470         * elf/dl-load.c (open_verify): Add mode parameter.
11471         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11472         (open_path): Change from boolean 'secure' to complete flag 'mode'
11473         (_dl_map_object): Adjust.
11474         * elf/Makefile (tests): Add tst-dlopen-aout.
11475         * elf/tst-dlopen-aout.c: New test.
11476
11477 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11478
11479         [BZ #16714]
11480         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11481         (struct stat): Rename member pad0 to __glibc_reserved0.
11482
11483         [BZ #16712]
11484         * sysdeps/s390/s390-32/bits/wordsize.h
11485         (__WORDSIZE32_SIZE_ULONG): New define.
11486         * sysdeps/s390/s390-64/bits/wordsize.h
11487         (__WORDSIZE32_SIZE_ULONG): Likewise.
11488         * sysdeps/generic/stdint.h (SIZE_MAX):
11489         Define as UL if __WORDSIZE32_SIZE_ULONG.
11490
11491         [BZ #16713]
11492         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11493         (__glibc_reserved0): New variable.
11494         (sa_flags): Change type to int.
11495
11496         * posix/Makefile (before-compile): Use += before-compile instead
11497         of a :=.
11498
11499         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11500         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11501
11502 2014-03-20  Andreas Schwab  <schwab@suse.de>
11503
11504         [BZ #16743]
11505         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11506         non-matching result from nscd.
11507
11508 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11509
11510         * scripts/bench.py: Moved to ...
11511         * benchtests/scripts/bench.py: ... here.
11512         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11513
11514 2014-03-24  Andreas Schwab  <schwab@suse.de>
11515
11516         [BZ #16002]
11517         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11518         alloca_account and account alloca use for struct in6ailist.
11519
11520 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11521
11522         [BZ #16284]
11523         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11524         rounding mode to recompute results that overflow to infinity or
11525         underflow to zero.
11526         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11527         bug 16284.
11528         * math/auto-libm-test-out: Regenerated.
11529         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11530         (ccosh_test): Likewise.
11531         (csin_test_data): Use plus_oflow.
11532         (csin_test): Use ALL_RM_TEST.
11533         (csinh_test_data): Use plus_oflow.
11534         (csinh_test): Use ALL_RM_TEST.
11535         * sysdeps/i386/fpu/libm-test-ulps: Update.
11536         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11537
11538 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11539
11540         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11541         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11542         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11543
11544         [BZ #16731]
11545         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11546         when x - 1 is zero.
11547         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11548         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11549         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11550         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11551         argument is 1.
11552         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11553         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11554         zero.
11555         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11556         * sysdeps/i386/fpu/libm-test-ulps: Update.
11557         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11558
11559 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11560
11561         * scripts/bench.pl: Remove file.
11562         * scripts/bench.py: New benchmark script.
11563         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11564         * benchtests/README: Mention python dependency.
11565         * scripts/pylintrc: New file.
11566         * scripts/pylint: New file.
11567
11568         * bits/mathdef.h: Use #ifdef instead of #if.
11569         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11570         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11571         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11572         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11573         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11574         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11575
11576 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11577             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11578
11579         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11580         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11581         and strpbrk-ppc64 objects.
11582         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11583         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11584         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11585         multiarch strpbrk for POWER7.
11586         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11587         multiarch strpbrk for PPC64.
11588         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11589         ifunc selector.
11590         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11591         strpbrk for POWER7.
11592
11593 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11594
11595         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11596         (atan_test): Likewise.
11597         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11598         (atanh_test): Use ALL_RM_TEST.
11599         (atan2_test_data): Likewise.
11600         (cabs_test): Likewise.
11601         (cacosh_test): Likewise.
11602         (carg_test): Likewise.
11603         (casin_test): Likewise.
11604         (casinh_test): Likewise.
11605         (cbrt_test): Likewise.
11606         (csqrt_test): Likewise.
11607         (erf_test): Likewise.
11608         (erfc_test): Likewise.
11609         (pow10_test): Likewise.
11610         (exp2_test): Likewise.
11611         (hypot_test): Likewise.
11612         (j0_test): Likewise.
11613         (j1_test): Likewise.
11614         (lgamma_test): Likewise.
11615         (gamma_test): Likewise.
11616         (sincos_test): Likewise.
11617         (tanh_test): Likewise.
11618         (y0_test): Likewise.
11619         (y1_test): Likewise.
11620         * sysdeps/i386/fpu/libm-test-ulps: Update.
11621         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11622
11623 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11624
11625         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11626         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11627         and strcspn-ppc64 objects.
11628         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11629         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11630         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11631         multiarch strcspn for POWER7.
11632         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11633         multiarch strcspn for PPC64.
11634         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11635         ifunc selector.
11636         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11637         strcspn for POWER7.
11638
11639 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11640
11641         * math/gen-libm-test.pl (generate_testfile): Expect only function
11642         name as argument to AUTO_TESTS_* and pass results for all rounding
11643         modes to parse_args.
11644         (parse_auto_input): Separate inputs of automatic tests from
11645         outputs before storing in %auto_tests.
11646         * math/libm-test.inc (acos_test_data): Update call to
11647         AUTO_TESTS_f_f.
11648         (acos_test): Use ALL_RM_TEST.
11649         (acos_tonearest_test_data): Remove.
11650         (acos_test_tonearest): Likewise.
11651         (acos_towardzero_test_data): Likewise.
11652         (acos_test_towardzero): Likewise.
11653         (acos_downward_test_data): Likewise.
11654         (acos_test_downward): Likewise.
11655         (acos_upward_test_data): Likewise.
11656         (acos_test_upward): Likewise.
11657         (acosh_test_data): Update call to AUTO_TESTS_f_f.
11658         (asin_test_data): Likewise.
11659         (asin_test): Use ALL_RM_TEST.
11660         (asin_tonearest_test_data): Remove.
11661         (asin_test_tonearest): Likewise.
11662         (asin_towardzero_test_data): Likewise.
11663         (asin_test_towardzero): Likewise.
11664         (asin_downward_test_data): Likewise.
11665         (asin_test_downward): Likewise.
11666         (asin_upward_test_data): Likewise.
11667         (asin_test_upward): Likewise.
11668         (asinh_test_data): Update call to AUTO_TESTS_f_f.
11669         (atan_test_data): Likewise.
11670         (atanh_test_data): Likewise.
11671         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11672         (cabs_test_data): Update call to AUTO_TESTS_c_f.
11673         (carg_test_data): Likewise.
11674         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11675         (ccos_test_data): Update call to AUTO_TESTS_c_c.
11676         (ccosh_test_data): Likewise.
11677         (cexp_test_data): Likewise.
11678         (clog_test_data): Likewise.
11679         (clog10_test_data): Likewise.
11680         (cos_test_data): Update call to AUTO_TESTS_f_f.
11681         (cos_test): Use ALL_RM_TEST.
11682         (cos_tonearest_test_data): Remove.
11683         (cos_test_tonearest): Likewise.
11684         (cos_towardzero_test_data): Likewise.
11685         (cos_test_towardzero): Likewise.
11686         (cos_downward_test_data): Likewise.
11687         (cos_test_downward): Likewise.
11688         (cos_upward_test_data): Likewise.
11689         (cos_test_upward): Likewise.
11690         (cosh_test_data): Update call to AUTO_TESTS_f_f.
11691         (cosh_test): Use ALL_RM_TEST.
11692         (cosh_tonearest_test_data): Remove.
11693         (cosh_test_tonearest): Likewise.
11694         (cosh_towardzero_test_data): Likewise.
11695         (cosh_test_towardzero): Likewise.
11696         (cosh_downward_test_data): Likewise.
11697         (cosh_test_downward): Likewise.
11698         (cosh_upward_test_data): Likewise.
11699         (cosh_test_upward): Likewise.
11700         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11701         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11702         (ctan_test_data): Likewise.
11703         (ctan_test): Use ALL_RM_TEST.
11704         (ctan_tonearest_test_data): Remove.
11705         (ctan_test_tonearest): Likewise.
11706         (ctan_towardzero_test_data): Likewise.
11707         (ctan_test_towardzero): Likewise.
11708         (ctan_downward_test_data): Likewise.
11709         (ctan_test_downward): Likewise.
11710         (ctan_upward_test_data): Likewise.
11711         (ctan_test_upward): Likewise.
11712         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11713         (ctanh_test): Use ALL_RM_TEST.
11714         (ctanh_tonearest_test_data): Remove.
11715         (ctanh_test_tonearest): Likewise.
11716         (ctanh_towardzero_test_data): Likewise.
11717         (ctanh_test_towardzero): Likewise.
11718         (ctanh_downward_test_data): Likewise.
11719         (ctanh_test_downward): Likewise.
11720         (ctanh_upward_test_data): Likewise.
11721         (ctanh_test_upward): Likewise.
11722         (erf_test_data): Update call to AUTO_TESTS_f_f.
11723         (erfc_test_data): Likewise.
11724         (exp_test_data): Likewise.
11725         (exp_test): Use ALL_RM_TEST.
11726         (exp_tonearest_test_data): Remove.
11727         (exp_test_tonearest): Likewise.
11728         (exp_towardzero_test_data): Likewise.
11729         (exp_test_towardzero): Likewise.
11730         (exp_downward_test_data): Likewise.
11731         (exp_test_downward): Likewise.
11732         (exp_upward_test_data): Likewise.
11733         (exp_test_upward): Likewise.
11734         (exp10_test_data): Update call to AUTO_TESTS_f_f.
11735         (exp10_test): Use ALL_RM_TEST.
11736         (exp10_tonearest_test_data): Remove.
11737         (exp10_test_tonearest): Likewise.
11738         (exp10_towardzero_test_data): Likewise.
11739         (exp10_test_towardzero): Likewise.
11740         (exp10_downward_test_data): Likewise.
11741         (exp10_test_downward): Likewise.
11742         (exp10_upward_test_data): Likewise.
11743         (exp10_test_upward): Likewise.
11744         (exp2_test_data): Update call to AUTO_TESTS_f_f.
11745         (expm1_test_data): Likewise.
11746         (expm1_test): Use ALL_RM_TEST.
11747         (expm1_tonearest_test_data): Remove.
11748         (expm1_test_tonearest): Likewise.
11749         (expm1_towardzero_test_data): Likewise.
11750         (expm1_test_towardzero): Likewise.
11751         (expm1_downward_test_data): Likewise.
11752         (expm1_test_downward): Likewise.
11753         (expm1_upward_test_data): Likewise.
11754         (expm1_test_upward): Likewise.
11755         (fma_test_data): Update call to AUTO_TESTS_fff_f.
11756         (fma_test): Use ALL_RM_TEST.
11757         (fma_towardzero_test_data): Remove.
11758         (fma_test_towardzero): Likewise.
11759         (fma_downward_test_data): Likewise.
11760         (fma_test_downward): Likewise.
11761         (fma_upward_test_data): Likewise.
11762         (fma_test_upward): Likewise.
11763         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
11764         (j0_test_data): Update call to AUTO_TESTS_f_f.
11765         (j1_test_data): Likewise.
11766         (jn_test_data): Update call to AUTO_TESTS_if_f.
11767         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
11768         (log_test_data): Update call to AUTO_TESTS_f_f.
11769         (log10_test_data): Likewise.
11770         (log1p_test_data): Likewise.
11771         (log2_test_data): Likewise.
11772         (pow_test_data): Update call to AUTO_TESTS_ff_f.
11773         (pow_tonearest_test_data): Likewise.
11774         (sin_test_data): Update call to AUTO_TESTS_f_f.
11775         (sin_test): Use ALL_RM_TEST.
11776         (sin_tonearest_test_data): Remove.
11777         (sin_test_tonearest): Likewise.
11778         (sin_towardzero_test_data): Likewise.
11779         (sin_test_towardzero): Likewise.
11780         (sin_downward_test_data): Likewise.
11781         (sin_test_downward): Likewise.
11782         (sin_upward_test_data): Likewise.
11783         (sin_test_upward): Likewise.
11784         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
11785         (sinh_test_data): Update call to AUTO_TESTS_f_f.
11786         (sinh_test): Use ALL_RM_TEST.
11787         (sinh_tonearest_test_data): Remove.
11788         (sinh_test_tonearest): Likewise.
11789         (sinh_towardzero_test_data): Likewise.
11790         (sinh_test_towardzero): Likewise.
11791         (sinh_downward_test_data): Likewise.
11792         (sinh_test_downward): Likewise.
11793         (sinh_upward_test_data): Likewise.
11794         (sinh_test_upward): Likewise.
11795         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
11796         (sqrt_test): Use ALL_RM_TEST.
11797         (sqrt_tonearest_test_data): Remove.
11798         (sqrt_test_tonearest): Likewise.
11799         (sqrt_towardzero_test_data): Likewise.
11800         (sqrt_test_towardzero): Likewise.
11801         (sqrt_downward_test_data): Likewise.
11802         (sqrt_test_downward): Likewise.
11803         (sqrt_upward_test_data): Likewise.
11804         (sqrt_test_upward): Likewise.
11805         (tan_test_data): Update call to AUTO_TESTS_f_f.
11806         (tan_test): Use ALL_RM_TEST.
11807         (tan_tonearest_test_data): Remove.
11808         (tan_test_tonearest): Likewise.
11809         (tan_towardzero_test_data): Likewise.
11810         (tan_test_towardzero): Likewise.
11811         (tan_downward_test_data): Likewise.
11812         (tan_test_downward): Likewise.
11813         (tan_upward_test_data): Likewise.
11814         (tan_test_upward): Likewise.
11815         (tanh_test_data): Update call to AUTO_TESTS_f_f.
11816         (tgamma_test_data): Likewise.
11817         (y0_test_data): Likewise.
11818         (y1_test_data): Likewise.
11819         (yn_test_data): Update call to AUTO_TESTS_if_f.
11820         (main): Do not call removed functions.
11821
11822 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11823
11824         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
11825         (ldexp_test_data): Remove.
11826         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
11827         scalbn_test_data.
11828         (scalb_test): Use ALL_RM_TEST.
11829
11830 2014-03-19  Andreas Schwab  <schwab@suse.de>
11831
11832         * nscd/nscd.service: Also invalidate netgroup cache on reload.
11833
11834 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11835
11836         [BZ #16649]
11837         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11838         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
11839         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
11840         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11841         (__ASSUME_PREADV): Undefine.
11842         (__ASSUME_PWRITEV): Likewise.
11843
11844 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11845
11846         * bits/mman-linux.h: Add comment about non-Linux use.
11847         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
11848         bits/mman-linux.h resting place.
11849
11850         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
11851         * bits/mman-linux.h: ... here.
11852
11853 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11854
11855         * conform/conformtest.pl: Add standard definition when calling C
11856         preprocessor on data files.
11857         (checknamespace): Remove unused variable.
11858
11859 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11860
11861         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
11862         minus_oflow, plus_uflow and minus_uflow in expected results.
11863         * math/libm-test.inc (scalbn_test_data): Add more tests of
11864         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
11865         minus_uflow.
11866         (scalbn_test): Use ALL_RM_TEST.
11867         (scalbln_test_data): Add more tests of negative arguments.  Use
11868         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
11869         (scalbln_test): Use ALL_RM_TEST.
11870
11871 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11872
11873         * scripts/abilist.awk: Ignore symbols marked with .hidden.
11874
11875 2014-03-18  Will Newton  <will.newton@linaro.org>
11876
11877         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
11878         inaccurate comment.
11879
11880 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11881
11882         * Makerules [!subdir] (check-abi): Exit with error status if a
11883         test failed.
11884
11885 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11886
11887         * math/libm-test.inc (nearbyint_test_data): Include all tests used
11888         for rint.  Include results for all rounding modes.
11889         (nearbyint_test): Use ALL_RM_TEST.
11890         (rint_test_data): Include all tests used for nearbyint.
11891
11892 2014-03-17  Will Newton  <will.newton@linaro.org>
11893
11894         * nptl/sysdeps/pthread/pthread.h: Revert previous
11895         change.
11896
11897         * sysdeps/generic/ldsodefs.h: Revert previous
11898         change.
11899
11900         * libio/genops.c: Revert previous change.
11901         * libio/libioP.h: Likewise.
11902         * stdio-common/vfprintf.c: Likewise.
11903
11904         * sysdeps/generic/math_private.h: Revert previous
11905         change.
11906
11907         * sysdeps/generic/math_private.h: Check whether
11908         HAVE_RM_CTX is defined with #ifdef rather
11909         than #if.
11910
11911         * argp/argp-fmtstream.h: Check whether
11912         __STRICT_ANSI__ is defined with #ifdef rather
11913         than #if.
11914         * argp/argp.h: Likewise.
11915
11916         * libio/genops.c: Check whether
11917         _IO_JUMPS_OFFSET is defined with #ifdef rather
11918         than #if.
11919         * libio/libioP.h: Likewise.
11920         * stdio-common/vfprintf.c: Likewise.
11921
11922         * sysdeps/generic/ldsodefs.h: Check whether
11923         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
11924         than #if.
11925
11926         * nptl/sysdeps/pthread/pthread.h: Check
11927         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
11928         its value.
11929
11930 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
11931
11932         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
11933         setting O_APPEND.
11934         * libio/tst-ftell-active-handler.c (do_append_test): Add a
11935         test case.
11936
11937         [BZ #16680]
11938         * libio/fileops.c (_IO_file_open): Seek to end of file but
11939         don't cache the offset.
11940         (get_file_offset): Remove function.
11941         (do_ftell): Use cached offset when available.
11942         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
11943         don't cache the offset.
11944         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
11945         case.
11946         (do_one_test): Call it.
11947         (do_ftell_test): Fix up expected old offset for a+ mode.
11948         * libio/wfileops.c (do_ftell_wide): Used cached offset when
11949         available.
11950
11951         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
11952         up test status with function return status.
11953         (do_write_test): Likewise.
11954         (do_append_test): Likewise.
11955
11956         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
11957         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
11958         Remove.
11959
11960 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11961
11962         * math/gen-libm-test.pl (parse_args): Handle results specified for
11963         each rounding mode separately.
11964         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
11965         tests and results from lrint_tonearest_test_data,
11966         lrint_towardzero_test_data, lrint_downward_test_data and
11967         lrint_upward_test_data.
11968         (lrint_test): Use ALL_RM_TEST.
11969         (lrint_tonearest_test_data): Remove.
11970         (lrint_test_tonearest): Likewise.
11971         (lrint_towardzero_test_data): Likewise.
11972         (lrint_test_towardzero): Likewise.
11973         (lrint_downward_test_data): Likewise.
11974         (lrint_test_downward): Likewise.
11975         (lrint_upward_test_data): Likewise.
11976         (lrint_test_upward): Likewise.
11977         (llrint_test_data): Merge in per-rounding-mode tests and results
11978         from llrint_tonearest_test_data, llrint_towardzero_test_data,
11979         llrint_downward_test_data and llrint_upward_test_data.
11980         (llrint_test): Use ALL_RM_TEST.
11981         (llrint_tonearest_test_data): Remove.
11982         (llrint_test_tonearest): Likewise.
11983         (llrint_towardzero_test_data): Likewise.
11984         (llrint_test_towardzero): Likewise.
11985         (llrint_downward_test_data): Likewise.
11986         (llrint_test_downward): Likewise.
11987         (llrint_upward_test_data): Likewise.
11988         (llrint_test_upward): Likewise.
11989         (rint_test_data): Merge in per-rounding-mode tests and results
11990         from rint_tonearest_test_data, rint_towardzero_test_data,
11991         rint_downward_test_data and rint_upward_test_data.  Add
11992         per-rounding-mode results for tests not in those arrays.
11993         (rint_test): Use ALL_RM_TEST.
11994         (rint_tonearest_test_data): Remove.
11995         (rint_test_tonearest): Likewise.
11996         (rint_towardzero_test_data): Likewise.
11997         (rint_test_towardzero): Likewise.
11998         (rint_downward_test_data): Likewise.
11999         (rint_test_downward): Likewise.
12000         (rint_upward_test_data): Likewise.
12001         (rint_test_upward): Likewise.
12002         (main): Don't call removed functions.
12003
12004 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12005
12006         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12007         "Compiled on ..." crapola.  It is anti-useful.
12008
12009 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12010
12011         * scripts/evaluate-test.sh: Handle fourth argument to determine
12012         whether test run should stop on failure.
12013         * Makeconfig (stop-on-test-failure): New variable.
12014         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12015         $(stop-on-test-failure).
12016         * Makefile (tests): Give a summary of results from testing and
12017         exit with failure status if they include an ERROR or FAIL.
12018         (xtests): Likewise.
12019         * manual/install.texi (Configuring and compiling): Mention
12020         stop-on-test-failure=y.
12021         * INSTALL: Regenerated.
12022
12023 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12024
12025         * scripts/versionlist.awk: New file.
12026         * Makerules [$(build-shared) = yes]
12027         (postclean-generated): Add Versions.def, not Versions.def.v and
12028         Versions.def.v.i.
12029         ($(common-objpfx)Versions.def.v.i): Target removed.
12030         ($(common-objpfx)Versions.def): New target.
12031         ($(common-objpfx)Versions.all): Depend on that rather that
12032         $(common-objpfx)Versions.def.v.
12033         * Versions.def: File removed.
12034
12035         * Makeconfig (+gccwarn): Add -Wundef.
12036         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12037         a dl-sysdep.h breaking its contract.
12038         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12039         * include/stackinfo.h: New file.
12040         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12041         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12042         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12043         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12044         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12045         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12046         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12047         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12048         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12049         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12050         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12051         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12052         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12053         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12054         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12055
12056 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12057
12058         [BZ #16707]
12059         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12060         implementation.
12061         * math/libm-test.inc (round_test_data): Add more tests.
12062
12063         [BZ #16706]
12064         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12065         implementation.
12066         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12067
12068         [BZ #16701]
12069         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12070         implementation.
12071         * math/libm-test.inc (ceil_test_data): Add more tests.
12072
12073         * math/libm-test.inc (trunc_test_data): Add more tests related to
12074         BZ#16414.
12075
12076 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12077
12078         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12079         with #if rather than #ifdef.
12080         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12081
12082 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12083
12084         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12085         first.  Disable AVX-512 GCC support if assembler doesn't support
12086         it.
12087         * sysdeps/x86_64/configure: Regenerated.
12088
12089 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12090
12091         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12092         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12093         (__old_pthread_attr_setstack): Likewise.
12094         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12095         [!_STACK_GROWS_DOWN]: Likewise.
12096
12097 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12098
12099         * config.make.in (have-bash2): Delete.
12100         * configure.ac (libc_cv_have_bash2): Delete.
12101         * configure: Regenerate.
12102         * elf/Makefile (common-ldd-rewrite): Rename to ...
12103         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12104         (sh-ldd-rewrite): Delete.
12105         (bash-ldd-rewrite): Delete.
12106         (have-bash2): Delete checks.
12107         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12108         ldd-rewrite.
12109
12110         * config.make.in (have-ksh): Delete.
12111         (KSH): Delete.
12112         * configure.ac (libc_cv_have_ksh): Delete.
12113         * configure: Regenerate.
12114
12115         * elf/Makefile: Delete $(have-ksh) check.
12116         ($(objpfx)sotruss): Change KSH to BASH.
12117         * elf/sotruss.ksh: Rename to ...
12118         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12119         function style to match POSIX.  Drop ksh vim mode setting.
12120
12121         * manual/time.texi (Specifying the Time Zone with TZ): Change
12122         Tuesday to Thursday.
12123
12124         * debug/tst-longjmp_chk2.c: Update header comment.
12125         (stackoverflow_handler): Add comment.  Call assert on pass value.
12126
12127 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12128
12129         [BZ #16194]
12130         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12131         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12132         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12133         (La_x86_64_vector): Add zmm.
12134         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12135         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12136         ($(objpfx)tst-audit10): New target.
12137         ($(objpfx)tst-audit10.out): Likewise.
12138         (tst-audit10-ENV): New.
12139         (AVX512-CFLAGS): Likewise.
12140         (CFLAGS-tst-audit10.c): Likewise.
12141         (CFLAGS-tst-auditmod10a.c): Likewise.
12142         (CFLAGS-tst-auditmod10b.c): Likewise.
12143         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12144         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12145         * sysdeps/x86_64/configure: Regenerated.
12146         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12147         AVX-512 zmm register support.
12148         (_dl_x86_64_save_sse): Likewise.
12149         (_dl_x86_64_restore_sse): Likewise.
12150         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12151         size vector registers.
12152         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12153         (ZMM_SIZE): Likewise.
12154         * sysdeps/x86_64/tst-audit10.c: New file.
12155         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12156         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12157
12158 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12159
12160         * configure.ac (HAVE_EHDR_START): New check.
12161         * configure: Regenerated.
12162         * config.h.in (HAVE_EHDR_START): New #undef.
12163         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12164         assuming the lowest-addressed segment maps the start of the file.
12165
12166 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12167
12168         * INSTALL: Regenerated.
12169
12170 2014-03-13  Will Newton  <will.newton@linaro.org>
12171
12172         * manual/setjmp.texi (System V contexts): Improve
12173         clarity and grammar of documentation.
12174
12175 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12176
12177         [BZ #16381]
12178         * elf/Makefile (tests): Add tst-pie2.
12179         (tests-pie): Add tst-pie2.
12180         * elf/tst-pie2.c: New file.
12181         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12182         for ET_EXEC.
12183         * elf/rtld.c (map_doit): Load executable as lt_executable.
12184         (dl_main): Likewise.
12185
12186 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12187
12188         [BZ #16642]
12189         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12190         (__ASSUME_PSELECT): Undefine.
12191
12192 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12193
12194         [BZ #16689]
12195         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12196         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12197         static build.
12198         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12199         selector for static builds.
12200
12201 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12202
12203         [BZ #16695]
12204         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12205         key in the buffer.
12206
12207 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12208
12209         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12210         IFUNC selector for static builds.
12211
12212 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12213
12214         * sysdeps/mips/math_private.h [__mips_hard_float]
12215         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12216         libc_feresetround_mips_ctx.
12217         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12218         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12219         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12220
12221         [BZ #16677]
12222         * math/s_nextafter.c (__nextafter): Do not return value from
12223         overflowing computation.
12224         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12225         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12226         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12227         Likewise.
12228         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12229         Likewise.
12230         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12231         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12232
12233 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12234
12235         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12236         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12237         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12238         the new mov targetting sp.
12239
12240 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12241
12242         [BZ #16683]
12243         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12244         Define it for static builds as well.
12245         (NO_BZERO_IMPL): Likewise.
12246
12247 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12248
12249         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12250         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12251         multiarch strspn for PPC64.
12252         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12253         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12254         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12255         (__libc_ifunc_impl_list): Likewise.
12256         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12257         multiarch optimizations
12258         * string/strspn.c (strspn): Using macro to redefine symbol name.
12259
12260 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12261             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12262
12263         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12264         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12265         multiarch strncat for PPC64.
12266         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12267         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12268         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12269         (__libc_ifunc_impl_list): Likewise.
12270         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12271         multiarch optimizations
12272
12273 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12274
12275         [BZ #16639]
12276         * nscd/nscd.service: Make service type forking.
12277
12278 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12279
12280         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12281         sign in non default rounding modes.
12282         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12283
12284 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12285
12286         * math/libm-test.inc (ALL_RM_TEST): New macro.
12287         (ceil_test): Use ALL_RM_TEST.
12288         (cimag_test): Likewise.
12289         (conj_test): Likewise.
12290         (copysign_test): Likewise.
12291         (cproj_test): Likewise.
12292         (creal_test): Likewise.
12293         (fabs_test): Likewise.
12294         (floor_test): Likewise.
12295         (fmax_test): Likewise.
12296         (fmin_test): Likewise.
12297         (fmod_test): Likewise.
12298         (fpclassify_test): Likewise.
12299         (frexp_test): Likewise.
12300         (ilogb_test): Likewise.
12301         (isfinite_test): Likewise.
12302         (finite_test): Likewise.
12303         (isgreater_test): Likewise.
12304         (isgreaterequal_test): Likewise.
12305         (isinf_test): Likewise.
12306         (isless_test): Likewise.
12307         (islessequal_test): Likewise.
12308         (islessgreater_test): Likewise.
12309         (isnan_test): Likewise.
12310         (isnormal_test): Likewise.
12311         (issignaling_test): Likewise.
12312         (isunordered_test): Likewise.
12313         (logb_test): Likewise.
12314         (logb_downward_test_data): Remove.
12315         (logb_test_downward): Likewise.
12316         (lround_test): Use ALL_RM_TEST.
12317         (llround_test): Likewise.
12318         (modf_test): Likewise.
12319         (nexttoward_test): Likewise.
12320         (remainder_test): Likewise.
12321         (drem_test): Likewise.
12322         (remainder_tonearest_test_data): Likewise.
12323         (remainder_test_tonearest): Likewise.
12324         (drem_test_tonearest): Likewise.
12325         (remainder_towardzero_test_data): Likewise.
12326         (remainder_test_towardzero): Likewise.
12327         (drem_test_towardzero): Likewise.
12328         (remainder_downward_test_data): Likewise.
12329         (remainder_test_downward): Likewise.
12330         (drem_test_downward): Likewise.
12331         (remainder_upward_test_data): Likewise.
12332         (remainder_test_upward): Likewise.
12333         (drem_test_upward): Likewise.
12334         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12335         (round_test): Use ALL_RM_TEST.
12336         (signbit_test): Likewise.
12337         (trunc_test): Likewise.
12338         (significand_test): Likewise.
12339         (main): Don't call removed functions.
12340
12341 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12342
12343         [BZ #16674]
12344         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12345         || __USE_XOPEN2K8].
12346         (ILL_ILLOPN): Likewise.
12347         (ILL_ILLADR): Likewise.
12348         (ILL_ILLTRP): Likewise.
12349         (ILL_PRVOPC): Likewise.
12350         (ILL_PRVREG): Likewise.
12351         (ILL_COPROC): Likewise.
12352         (ILL_BADSTK): Likewise.
12353         (FPE_INTDIV): Likewise.
12354         (FPE_INTOVF): Likewise.
12355         (FPE_FLTDIV): Likewise.
12356         (FPE_FLTOVF): Likewise.
12357         (FPE_FLTUND): Likewise.
12358         (FPE_FLTRES): Likewise.
12359         (FPE_FLTINV): Likewise.
12360         (FPE_FLTSUB): Likewise.
12361         (SEGV_MAPERR): Likewise.
12362         (SEGV_ACCERR): Likewise.
12363         (BUS_ADRALN): Likewise.
12364         (BUS_ADRERR): Likewise.
12365         (BUS_OBJERR): Likewise.
12366         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12367         (TRAP_TRACE): Likewise.
12368         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12369         __USE_XOPEN2K8].
12370         (CLD_KILLED): Likewise.
12371         (CLD_DUMPED): Likewise.
12372         (CLD_TRAPPED): Likewise.
12373         (CLD_STOPPED): Likewise.
12374         (CLD_CONTINUED): Likewise.
12375         (POLL_IN): Likewise.
12376         (POLL_OUT): Likewise.
12377         (POLL_MSG): Likewise.
12378         (POLL_ERR): Likewise.
12379         (POLL_PRI): Likewise.
12380         (POLL_HUP): Likewise.
12381         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12382         Likewise.
12383         (ILL_ILLOPN): Likewise.
12384         (ILL_ILLADR): Likewise.
12385         (ILL_ILLTRP): Likewise.
12386         (ILL_PRVOPC): Likewise.
12387         (ILL_PRVREG): Likewise.
12388         (ILL_COPROC): Likewise.
12389         (ILL_BADSTK): Likewise.
12390         (FPE_INTDIV): Likewise.
12391         (FPE_INTOVF): Likewise.
12392         (FPE_FLTDIV): Likewise.
12393         (FPE_FLTOVF): Likewise.
12394         (FPE_FLTUND): Likewise.
12395         (FPE_FLTRES): Likewise.
12396         (FPE_FLTINV): Likewise.
12397         (FPE_FLTSUB): Likewise.
12398         (SEGV_MAPERR): Likewise.
12399         (SEGV_ACCERR): Likewise.
12400         (BUS_ADRALN): Likewise.
12401         (BUS_ADRERR): Likewise.
12402         (BUS_OBJERR): Likewise.
12403         (BUS_MCEERR_AR): Likewise.
12404         (BUS_MCEERR_AO): Likewise.
12405         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12406         (TRAP_TRACE): Likewise.
12407         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12408         __USE_XOPEN2K8].
12409         (CLD_KILLED): Likewise.
12410         (CLD_DUMPED): Likewise.
12411         (CLD_TRAPPED): Likewise.
12412         (CLD_STOPPED): Likewise.
12413         (CLD_CONTINUED): Likewise.
12414         (POLL_IN): Likewise.
12415         (POLL_OUT): Likewise.
12416         (POLL_MSG): Likewise.
12417         (POLL_ERR): Likewise.
12418         (POLL_PRI): Likewise.
12419         (POLL_HUP): Likewise.
12420         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12421         (ILL_ILLOPN): Likewise.
12422         (ILL_ILLADR): Likewise.
12423         (ILL_ILLTRP): Likewise.
12424         (ILL_PRVOPC): Likewise.
12425         (ILL_PRVREG): Likewise.
12426         (ILL_COPROC): Likewise.
12427         (ILL_BADSTK): Likewise.
12428         (FPE_INTDIV): Likewise.
12429         (FPE_INTOVF): Likewise.
12430         (FPE_FLTDIV): Likewise.
12431         (FPE_FLTOVF): Likewise.
12432         (FPE_FLTUND): Likewise.
12433         (FPE_FLTRES): Likewise.
12434         (FPE_FLTINV): Likewise.
12435         (FPE_FLTSUB): Likewise.
12436         (SEGV_MAPERR): Likewise.
12437         (SEGV_ACCERR): Likewise.
12438         (BUS_ADRALN): Likewise.
12439         (BUS_ADRERR): Likewise.
12440         (BUS_OBJERR): Likewise.
12441         (BUS_MCEERR_AR): Likewise.
12442         (BUS_MCEERR_AO): Likewise.
12443         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12444         (TRAP_TRACE): Likewise.
12445         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12446         __USE_XOPEN2K8].
12447         (CLD_KILLED): Likewise.
12448         (CLD_DUMPED): Likewise.
12449         (CLD_TRAPPED): Likewise.
12450         (CLD_STOPPED): Likewise.
12451         (CLD_CONTINUED): Likewise.
12452         (POLL_IN): Likewise.
12453         (POLL_OUT): Likewise.
12454         (POLL_MSG): Likewise.
12455         (POLL_ERR): Likewise.
12456         (POLL_PRI): Likewise.
12457         (POLL_HUP): Likewise.
12458         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12459         Likewise.
12460         (ILL_ILLOPN): Likewise.
12461         (ILL_ILLADR): Likewise.
12462         (ILL_ILLTRP): Likewise.
12463         (ILL_PRVOPC): Likewise.
12464         (ILL_PRVREG): Likewise.
12465         (ILL_COPROC): Likewise.
12466         (ILL_BADSTK): Likewise.
12467         (ILL_BADIADDR): Likewise.
12468         (ILL_BREAK): Likewise.
12469         (FPE_INTDIV): Likewise.
12470         (FPE_INTOVF): Likewise.
12471         (FPE_FLTDIV): Likewise.
12472         (FPE_FLTOVF): Likewise.
12473         (FPE_FLTUND): Likewise.
12474         (FPE_FLTRES): Likewise.
12475         (FPE_FLTINV): Likewise.
12476         (FPE_FLTSUB): Likewise.
12477         (FPE_DECOVF): Likewise.
12478         (FPE_DECDIV): Likewise.
12479         (FPE_DECERR): Likewise.
12480         (FPE_INVASC): Likewise.
12481         (FPE_INVDEC): Likewise.
12482         (SEGV_MAPERR): Likewise.
12483         (SEGV_ACCERR): Likewise.
12484         (SEGV_PSTKOVF): Likewise.
12485         (BUS_ADRALN): Likewise.
12486         (BUS_ADRERR): Likewise.
12487         (BUS_OBJERR): Likewise.
12488         (BUS_MCEERR_AR): Likewise.
12489         (BUS_MCEERR_AO): Likewise.
12490         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12491         (TRAP_TRACE): Likewise.
12492         (TRAP_BRANCH): Likewise.
12493         (TRAP_HWBKPT): Likewise.
12494         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12495         __USE_XOPEN2K8].
12496         (CLD_KILLED): Likewise.
12497         (CLD_DUMPED): Likewise.
12498         (CLD_TRAPPED): Likewise.
12499         (CLD_STOPPED): Likewise.
12500         (CLD_CONTINUED): Likewise.
12501         (POLL_IN): Likewise.
12502         (POLL_OUT): Likewise.
12503         (POLL_MSG): Likewise.
12504         (POLL_ERR): Likewise.
12505         (POLL_PRI): Likewise.
12506         (POLL_HUP): Likewise.
12507         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12508         (ILL_ILLOPN): Likewise.
12509         (ILL_ILLADR): Likewise.
12510         (ILL_ILLTRP): Likewise.
12511         (ILL_PRVOPC): Likewise.
12512         (ILL_PRVREG): Likewise.
12513         (ILL_COPROC): Likewise.
12514         (ILL_BADSTK): Likewise.
12515         (FPE_INTDIV): Likewise.
12516         (FPE_INTOVF): Likewise.
12517         (FPE_FLTDIV): Likewise.
12518         (FPE_FLTOVF): Likewise.
12519         (FPE_FLTUND): Likewise.
12520         (FPE_FLTRES): Likewise.
12521         (FPE_FLTINV): Likewise.
12522         (FPE_FLTSUB): Likewise.
12523         (SEGV_MAPERR): Likewise.
12524         (SEGV_ACCERR): Likewise.
12525         (BUS_ADRALN): Likewise.
12526         (BUS_ADRERR): Likewise.
12527         (BUS_OBJERR): Likewise.
12528         (BUS_MCEERR_AR): Likewise.
12529         (BUS_MCEERR_AO): Likewise.
12530         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12531         (TRAP_TRACE): Likewise.
12532         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12533         __USE_XOPEN2K8].
12534         (CLD_KILLED): Likewise.
12535         (CLD_DUMPED): Likewise.
12536         (CLD_TRAPPED): Likewise.
12537         (CLD_STOPPED): Likewise.
12538         (CLD_CONTINUED): Likewise.
12539         (POLL_IN): Likewise.
12540         (POLL_OUT): Likewise.
12541         (POLL_MSG): Likewise.
12542         (POLL_ERR): Likewise.
12543         (POLL_PRI): Likewise.
12544         (POLL_HUP): Likewise.
12545         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12546         (ILL_ILLOPN): Likewise.
12547         (ILL_ILLADR): Likewise.
12548         (ILL_ILLTRP): Likewise.
12549         (ILL_PRVOPC): Likewise.
12550         (ILL_PRVREG): Likewise.
12551         (ILL_COPROC): Likewise.
12552         (ILL_BADSTK): Likewise.
12553         (FPE_INTDIV): Likewise.
12554         (FPE_INTOVF): Likewise.
12555         (FPE_FLTDIV): Likewise.
12556         (FPE_FLTOVF): Likewise.
12557         (FPE_FLTUND): Likewise.
12558         (FPE_FLTRES): Likewise.
12559         (FPE_FLTINV): Likewise.
12560         (FPE_FLTSUB): Likewise.
12561         (SEGV_MAPERR): Likewise.
12562         (SEGV_ACCERR): Likewise.
12563         (BUS_ADRALN): Likewise.
12564         (BUS_ADRERR): Likewise.
12565         (BUS_OBJERR): Likewise.
12566         (BUS_MCEERR_AR): Likewise.
12567         (BUS_MCEERR_AO): Likewise.
12568         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12569         (TRAP_TRACE): Likewise.
12570         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12571         __USE_XOPEN2K8].
12572         (CLD_KILLED): Likewise.
12573         (CLD_DUMPED): Likewise.
12574         (CLD_TRAPPED): Likewise.
12575         (CLD_STOPPED): Likewise.
12576         (CLD_CONTINUED): Likewise.
12577         (POLL_IN): Likewise.
12578         (POLL_OUT): Likewise.
12579         (POLL_MSG): Likewise.
12580         (POLL_ERR): Likewise.
12581         (POLL_PRI): Likewise.
12582         (POLL_HUP): Likewise.
12583         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12584         (ILL_ILLOPN): Likewise.
12585         (ILL_ILLADR): Likewise.
12586         (ILL_ILLTRP): Likewise.
12587         (ILL_PRVOPC): Likewise.
12588         (ILL_PRVREG): Likewise.
12589         (ILL_COPROC): Likewise.
12590         (ILL_BADSTK): Likewise.
12591         (FPE_INTDIV): Likewise.
12592         (FPE_INTOVF): Likewise.
12593         (FPE_FLTDIV): Likewise.
12594         (FPE_FLTOVF): Likewise.
12595         (FPE_FLTUND): Likewise.
12596         (FPE_FLTRES): Likewise.
12597         (FPE_FLTINV): Likewise.
12598         (FPE_FLTSUB): Likewise.
12599         (SEGV_MAPERR): Likewise.
12600         (SEGV_ACCERR): Likewise.
12601         (BUS_ADRALN): Likewise.
12602         (BUS_ADRERR): Likewise.
12603         (BUS_OBJERR): Likewise.
12604         (BUS_MCEERR_AR): Likewise.
12605         (BUS_MCEERR_AO): Likewise.
12606         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12607         (TRAP_TRACE): Likewise.
12608         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12609         __USE_XOPEN2K8].
12610         (CLD_KILLED): Likewise.
12611         (CLD_DUMPED): Likewise.
12612         (CLD_TRAPPED): Likewise.
12613         (CLD_STOPPED): Likewise.
12614         (CLD_CONTINUED): Likewise.
12615         (POLL_IN): Likewise.
12616         (POLL_OUT): Likewise.
12617         (POLL_MSG): Likewise.
12618         (POLL_ERR): Likewise.
12619         (POLL_PRI): Likewise.
12620         (POLL_HUP): Likewise.
12621         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12622         (ILL_ILLOPN): Likewise.
12623         (ILL_ILLADR): Likewise.
12624         (ILL_ILLTRP): Likewise.
12625         (ILL_PRVOPC): Likewise.
12626         (ILL_PRVREG): Likewise.
12627         (ILL_COPROC): Likewise.
12628         (ILL_BADSTK): Likewise.
12629         (ILL_DBLFLT): Likewise.
12630         (ILL_HARDWALL): Likewise.
12631         (FPE_INTDIV): Likewise.
12632         (FPE_INTOVF): Likewise.
12633         (FPE_FLTDIV): Likewise.
12634         (FPE_FLTOVF): Likewise.
12635         (FPE_FLTUND): Likewise.
12636         (FPE_FLTRES): Likewise.
12637         (FPE_FLTINV): Likewise.
12638         (FPE_FLTSUB): Likewise.
12639         (SEGV_MAPERR): Likewise.
12640         (SEGV_ACCERR): Likewise.
12641         (BUS_ADRALN): Likewise.
12642         (BUS_ADRERR): Likewise.
12643         (BUS_OBJERR): Likewise.
12644         (BUS_MCEERR_AR): Likewise.
12645         (BUS_MCEERR_AO): Likewise.
12646         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12647         (TRAP_TRACE): Likewise.
12648         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12649         __USE_XOPEN2K8].
12650         (CLD_KILLED): Likewise.
12651         (CLD_DUMPED): Likewise.
12652         (CLD_TRAPPED): Likewise.
12653         (CLD_STOPPED): Likewise.
12654         (CLD_CONTINUED): Likewise.
12655         (POLL_IN): Likewise.
12656         (POLL_OUT): Likewise.
12657         (POLL_MSG): Likewise.
12658         (POLL_ERR): Likewise.
12659         (POLL_PRI): Likewise.
12660         (POLL_HUP): Likewise.
12661         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12662         (ILL_ILLOPN): Likewise.
12663         (ILL_ILLADR): Likewise.
12664         (ILL_ILLTRP): Likewise.
12665         (ILL_PRVOPC): Likewise.
12666         (ILL_PRVREG): Likewise.
12667         (ILL_COPROC): Likewise.
12668         (ILL_BADSTK): Likewise.
12669         (FPE_INTDIV): Likewise.
12670         (FPE_INTOVF): Likewise.
12671         (FPE_FLTDIV): Likewise.
12672         (FPE_FLTOVF): Likewise.
12673         (FPE_FLTUND): Likewise.
12674         (FPE_FLTRES): Likewise.
12675         (FPE_FLTINV): Likewise.
12676         (FPE_FLTSUB): Likewise.
12677         (SEGV_MAPERR): Likewise.
12678         (SEGV_ACCERR): Likewise.
12679         (BUS_ADRALN): Likewise.
12680         (BUS_ADRERR): Likewise.
12681         (BUS_OBJERR): Likewise.
12682         (BUS_MCEERR_AR): Likewise.
12683         (BUS_MCEERR_AO): Likewise.
12684         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12685         (TRAP_TRACE): Likewise.
12686         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12687         __USE_XOPEN2K8].
12688         (CLD_KILLED): Likewise.
12689         (CLD_DUMPED): Likewise.
12690         (CLD_TRAPPED): Likewise.
12691         (CLD_STOPPED): Likewise.
12692         (CLD_CONTINUED): Likewise.
12693         (POLL_IN): Likewise.
12694         (POLL_OUT): Likewise.
12695         (POLL_MSG): Likewise.
12696         (POLL_ERR): Likewise.
12697         (POLL_PRI): Likewise.
12698         (POLL_HUP): Likewise.
12699         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12700         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12701
12702         [BZ #16670]
12703         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12704         before #include of <time.h>.
12705         [!__USE_XOPEN2K] (__need_timespec): Likewise.
12706         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12707         (test-xfail-UNIX98/sched.h/conform): Likewise.
12708
12709 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12710
12711         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12712         error absence of trapping exception support.
12713         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12714
12715 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12716
12717         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12718         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12719         * timezone/Makefile (testdata): Move definition above include of
12720         Rules.
12721         (test-zones): New variable.
12722         (tests-special): Add zone files.
12723         (build-testdata): Use $(evaluate-test).
12724
12725         * elf/Makefile (tests-special): Rename tests to end with .out.
12726         ($(objpfx)noload-mem): Likewise.
12727         ($(objpfx)tst-leaks1-mem): Likewise.
12728         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12729         * iconv/Makefile (xtests-special): Change test-iconvconfig to
12730         $(objpfx)test-iconvconfig.out.
12731         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
12732         set -e inside subshell and redirect output to file.
12733         * iconvdata/Makefile (generated): Rename tests to end with .out.
12734         Correct type.
12735         (tests-special): Rename tests to end with .out.
12736         ($(objpfx)mtrace-tst-loading): Likewise.
12737         * intl/Makefile (generated): Likewise.
12738         (tests-special): Likewise.
12739         ($(objpfx)mtrace-tst-gettext): Likewise.
12740         * misc/Makefile (generated): Likewise.
12741         (tests-special): Likewise.
12742         ($(objpfx)tst-error1-mem): Likewise.
12743         * nptl/Makefile (tests-special): Likewise.
12744         ($(objpfx)tst-stack3-mem): Likewise.
12745         (generated): Likewise.
12746         * posix/Makefile (generated): Likewise.
12747         (tests-special): Likewise.
12748         (xtests-special): Likewise.
12749         ($(objpfx)tst-fnmatch-mem): Likewise.
12750         ($(objpfx)bug-regex2-mem): Likewise.
12751         ($(objpfx)bug-regex14-mem): Likewise.
12752         ($(objpfx)bug-regex21-mem): Likewise.
12753         ($(objpfx)bug-regex31-mem): Likewise.
12754         ($(objpfx)tst-vfork3-mem): Likewise.
12755         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
12756         ($(objpfx)tst-pcre-mem): Likewise.
12757         ($(objpfx)tst-boost-mem): Likewise.
12758         ($(objpfx)bug-ga2-mem): Likewise.
12759         ($(objpfx)bug-glob2-mem): Likewise.
12760         * resolv/Makefile (generate): Likewise.
12761         (tests-special): Likewise.
12762         (xtests-special): Likewise.
12763         (generated): Likewise.
12764         ($(objpfx)mtrace-tst-leaks): Likewise.
12765         ($(objpfx)mtrace-tst-leaks2): Likewise.
12766
12767         * scripts/merge-test-results.sh: New file.
12768         * Makefile (tests-special-notdir): New variable.
12769         (tests): Run merge-test-results.sh.
12770         (xtests): Likewise.
12771         * Rules (tests-special-notdir): New variable.
12772         (xtests-special-notdir): Likewise.
12773         (tests): Run merge-test-results.sh
12774         (xtests): Likewise.
12775
12776         * Makeconfig (test-xfail-name): New variable.
12777         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
12778         compute variable name for expected failures.
12779         * conform/Makefile (conformtest-headers-data): New variable.
12780         (conformtest-standards): Likewise.
12781         (conformtest-headers-ISO): Likewise.
12782         (conformtest-headers-ISO99): Likewise.
12783         (conformtest-headers-ISO11): Likewise.
12784         (conformtest-headers-POSIX): Likewise.
12785         (conformtest-headers-XPG3): Likewise.
12786         (conformtest-headers-XPG4): Likewise.
12787         (conformtest-headers-UNIX98): Likewise.
12788         (conformtest-headers-XOPEN2K): Likewise.
12789         (conformtest-headers-POSIX2008): Likewise.
12790         (conformtest-headers-XOPEN2K8): Likewise.
12791         (conformtest-header-list-base): Likewise.
12792         (conformtest-header-list-tests): Likewise.
12793         (conformtest-header-base): Likewise.
12794         (conformtest-header-tests): Likewise.
12795         (tests-special): Add $(conformtest-header-list-tests).  If
12796         [$(fast-check) && !$(cross-compiling)], add
12797         $(conformtest-header-tests) instead of
12798         $(objpfx)run-conformtest.out.
12799         (generated): Add $(conformtest-header-list-base).  If
12800         [$(fast-check) && !$(cross-compiling)], add
12801         $(conformtest-header-base).  Remove previous setting.
12802         ($(conformtest-header-list-tests)): New target.
12803         (test-xfail-run-conformtest): Remove variable.
12804         ($(objpfx)run-conformtest.out): Remove target.
12805         (test-xfail-ISO11/complex.h/conform): New variable.
12806         (test-xfail-ISO11/stdalign.h/conform): Likewise.
12807         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
12808         (test-xfail-XPG3/varargs.h/conform): Likewise.
12809         (test-xfail-XPG4/varargs.h/conform): Likewise.
12810         (test-xfail-UNIX98/varargs.h/conform): Likewise.
12811         (test-xfail-XPG4/ndbm.h/conform): Likewise.
12812         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
12813         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
12814         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
12815         (test-xfail-XPG3/fcntl.h/conform): Likewise.
12816         (test-xfail-XPG3/ftw.h/conform): Likewise.
12817         (test-xfail-XPG3/grp.h/conform): Likewise.
12818         (test-xfail-XPG3/langinfo.h/conform): Likewise.
12819         (test-xfail-XPG3/limits.h/conform): Likewise.
12820         (test-xfail-XPG3/pwd.h/conform): Likewise.
12821         (test-xfail-XPG3/search.h/conform): Likewise.
12822         (test-xfail-XPG3/signal.h/conform): Likewise.
12823         (test-xfail-XPG3/stdio.h/conform): Likewise.
12824         (test-xfail-XPG3/stdlib.h/conform): Likewise.
12825         (test-xfail-XPG3/string.h/conform): Likewise.
12826         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
12827         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
12828         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
12829         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
12830         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
12831         (test-xfail-XPG3/sys/types.h/conform): Likewise.
12832         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
12833         (test-xfail-XPG3/termios.h/conform): Likewise.
12834         (test-xfail-XPG3/time.h/conform): Likewise.
12835         (test-xfail-XPG3/unistd.h/conform): Likewise.
12836         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
12837         (test-xfail-XPG4/fcntl.h/conform): Likewise.
12838         (test-xfail-XPG4/langinfo.h/conform): Likewise.
12839         (test-xfail-XPG4/netdb.h/conform): Likewise.
12840         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
12841         (test-xfail-XPG4/signal.h/conform): Likewise.
12842         (test-xfail-XPG4/stdio.h/conform): Likewise.
12843         (test-xfail-XPG4/stdlib.h/conform): Likewise.
12844         (test-xfail-XPG4/stropts.h/conform): Likewise.
12845         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
12846         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
12847         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
12848         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
12849         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
12850         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
12851         (test-xfail-XPG4/sys/time.h/conform): Likewise.
12852         (test-xfail-XPG4/sys/types.h/conform): Likewise.
12853         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
12854         (test-xfail-XPG4/termios.h/conform): Likewise.
12855         (test-xfail-XPG4/ucontext.h/conform): Likewise.
12856         (test-xfail-XPG4/unistd.h/conform): Likewise.
12857         (test-xfail-XPG4/utmpx.h/conform): Likewise.
12858         (test-xfail-POSIX/sched.h/conform): Likewise.
12859         (test-xfail-POSIX/signal.h/conform): Likewise.
12860         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12861         (test-xfail-POSIX/tar.h/conform): Likewise.
12862         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
12863         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
12864         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
12865         (test-xfail-UNIX98/netdb.h/conform): Likewise.
12866         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
12867         (test-xfail-UNIX98/sched.h/conform): Likewise.
12868         (test-xfail-UNIX98/signal.h/conform): Likewise.
12869         (test-xfail-UNIX98/stdio.h/conform): Likewise.
12870         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
12871         (test-xfail-UNIX98/stropts.h/conform): Likewise.
12872         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
12873         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
12874         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
12875         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
12876         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
12877         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
12878         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
12879         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
12880         (test-xfail-UNIX98/unistd.h/conform): Likewise.
12881         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
12882         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
12883         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
12884         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
12885         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
12886         (test-xfail-XOPEN2K/math.h/conform): Likewise.
12887         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
12888         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
12889         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
12890         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
12891         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
12892         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
12893         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
12894         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
12895         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
12896         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
12897         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
12898         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
12899         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
12900         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
12901         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
12902         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
12903         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
12904         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
12905         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
12906         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
12907         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
12908         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
12909         (test-xfail-POSIX2008/signal.h/conform): Likewise.
12910         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
12911         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
12912         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
12913         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
12914         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
12915         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
12916         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
12917         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
12918         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
12919         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
12920         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
12921         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
12922         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
12923         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
12924         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
12925         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
12926         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
12927         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
12928         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
12929         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
12930         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
12931         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
12932         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
12933         (conformtest-cc-flags): Likewise.
12934         ($(conformtest-header-tests): New target.
12935         * conform/check-header-lists.sh: New file.
12936         * conform/run-conformtest.sh: Remove.
12937
12938         * conform/conformtest.pl: Allow ' and \ in values given for
12939         constants.
12940         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
12941         inclusion.
12942         [POSIX] (sys/types.h): Likewise.
12943         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
12944         inclusion.
12945         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
12946         inclusion.
12947         * conform/data/signal.h-data (SIGIO): Remove expectation.
12948         [XPG3] (SIGBUS): Do not expect.
12949         [POSIX || XPG3] (SIGPOLL): Likewise.
12950         [POSIX || XPG3] (SIGPROF): Likewise.
12951         [POSIX || XPG3] (SIGSYS): Likewise.
12952         [XPG3] (SIGTRAP): Likewise.
12953         [POSIX || XPG3] (SIGURG): Likewise.
12954         [POSIX || XPG3] (SIGVTALRM): Likewise.
12955         [POSIX || XPG3] (SIGXCPU): Likewise.
12956         [POSIX || XPG3] (SIGXFSZ): Likewise.
12957         [POSIX] (SA_SIGINFO): Expect.
12958         [XPG3] (siginfo_t): Do not expect type or contents.
12959         [POSIX] (si_pid): Do not expect element.
12960         [POSIX] (si_uid): Likewise.
12961         [POSIX] (si_addr): Likewise.
12962         [POSIX] (si_status): Likewise.
12963         [POSIX] (si_band): Likewise.
12964         [XPG4] (si_value): Likewise.
12965         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
12966         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
12967         [POSIX || XPG3] (ILL_ILLADR): Likewise.
12968         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
12969         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
12970         [POSIX || XPG3] (ILL_PRVREG): Likewise.
12971         [POSIX || XPG3] (ILL_COPROC): Likewise.
12972         [POSIX || XPG3] (ILL_BADSTK): Likewise.
12973         [POSIX || XPG3] (FPE_INTDIV): Likewise.
12974         [POSIX || XPG3] (FPE_INTOVF): Likewise.
12975         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
12976         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
12977         [POSIX || XPG3] (FPE_FLTUND): Likewise.
12978         [POSIX || XPG3] (FPE_FLTRES): Likewise.
12979         [POSIX || XPG3] (FPE_FLTINV): Likewise.
12980         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
12981         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
12982         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
12983         [POSIX || XPG3] (BUS_ADRALN): Likewise.
12984         [POSIX || XPG3] (BUS_ADRERR): Likewise.
12985         [POSIX || XPG3] (BUS_OBJERR): Likewise.
12986         [POSIX || XPG3] (CLD_EXITED): Likewise.
12987         [POSIX || XPG3] (CLD_KILLED): Likewise.
12988         [POSIX || XPG3] (CLD_DUMPED): Likewise.
12989         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
12990         [POSIX || XPG3] (CLD_STOPPED): Likewise.
12991         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
12992         [POSIX || XPG3] (POLL_IN): Likewise.
12993         [POSIX || XPG3] (POLL_OUT): Likewise.
12994         [POSIX || XPG3] (POLL_MSG): Likewise.
12995         [POSIX || XPG3] (POLL_ERR): Likewise.
12996         [POSIX || XPG3] (POLL_PRI): Likewise.
12997         [POSIX || XPG3] (POLL_HUP): Likewise.
12998         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
12999         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13000         (SIG*): Do not allow.
13001         [XPG3] (si_*): Likewise.
13002         [XPG3] (SI_*): Likewise.
13003         [XPG3 || XPG4] (sigev_*): Likewise.
13004         [XPG3 || XPG4] (SIGEV_*): Likewise.
13005         [XPG3 || XPG4] (sival_*): Likewise.
13006         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13007         [POSIX || XPG3] (BUS_*): Likewise.
13008         [POSIX || XPG3] (CLD_*): Likewise.
13009         [POSIX || XPG3] (FPE_*): Likewise.
13010         [POSIX || XPG3] (ILL_*): Likewise.
13011         [POSIX || XPG3] (POLL_*): Likewise.
13012         [POSIX || XPG3] (SEGV_*): Likewise.
13013         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13014         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13015         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13016         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13017         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13018         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13019         Specify type and value.
13020         (TVERSLEN): Likewise.
13021         (REGTYPE): Likewise.
13022         (AREGTYPE): Likewise.
13023         (LNKTYPE): Likewise.
13024         (SYMTYPE): Likewise.
13025         (CHRTYPE): Likewise.
13026         (BLKTYPE): Likewise.
13027         (DIRTYPE): Likewise.
13028         (FIFOTYPE): Likewise.
13029         (CONTTYPE): Likewise.
13030         (TSUID): Likewise.
13031         (TSGID): Likewise.
13032         (TSVTX): Likewise.
13033         (TUREAD): Likewise.
13034         (TUWRITE): Likewise.
13035         (TUEXEC): Likewise.
13036         (TGREAD): Likewise.
13037         (TGWRITE): Likewise.
13038         (TGEXEC): Likewise.
13039         (TOREAD): Likewise.
13040         (TOWRITE): Likewise.
13041         (TOEXEC): Likewise.
13042         [POSIX] (TSVTX): Expect constant.
13043
13044 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13045
13046         * Makefile (tests): Change dependencies to ....
13047         (tests-special): ... additions to this variable.
13048         (tests): Depend on $(tests-special).
13049         * Makerules (check-abi-list): New variable.
13050         (check-abi): Depend on $(check-abi-list).
13051         [$(subdir) = elf] (tests-special): Add
13052         $(objpfx)check-abi-libc.out.
13053         [$(build-shared) = yes && subdir] (tests-special): Add
13054         $(check-abi-list).
13055         [$(build-shared) = yes && subdir] (tests): Do not depend on
13056         check-abi.
13057         * Rules (tests): Depend on $(tests-special).
13058         (xtests): Depend on $(xtests-special).
13059         * catgets/Makefile (tests): Change dependencies to ....
13060         (tests-special): ... additions to this variable.
13061         * conform/Makefile (tests): Change dependencies to ....
13062         (tests-special): ... additions to this variable.
13063         * elf/Makefile (tests): Change dependencies to ....
13064         (tests-special): ... additions to this variable.
13065         * grp/Makefile (tests): Change dependencies to ....
13066         (tests-special): ... additions to this variable.
13067         * iconv/Makefile (xtests): Change dependencies to ....
13068         (xtests-special): ... additions to this variable.
13069         * iconvdata/Makefile (tests): Change dependencies to ....
13070         (tests-special): ... additions to this variable.
13071         * intl/Makefile (tests): Change dependencies to ....
13072         (tests-special): ... additions to this variable.  Also add
13073         $(objpfx)tst-gettext.out.
13074         * io/Makefile (tests): Change dependencies to ....
13075         (tests-special): ... additions to this variable.
13076         * libio/Makefile (tests): Change dependencies to ....
13077         (tests-special): ... additions to this variable.
13078         * malloc/Makefile (tests): Change dependencies to ....
13079         (tests-special): ... additions to this variable.
13080         * misc/Makefile (tests): Change dependencies to ....
13081         (tests-special): ... additions to this variable.
13082         * nptl/Makefile (tests): Change dependencies to ....
13083         (tests-special): ... additions to this variable.
13084         * nptl_db/Makefile (tests): Change dependencies to ....
13085         (tests-special): ... additions to this variable.
13086         * posix/Makefile (tests): Change dependencies to ....
13087         (tests-special): ... additions to this variable.
13088         (xtests): Change dependencies to ....
13089         (xtests-special): ... additions to this variable.
13090         * resolv/Makefile (tests): Change dependencies to ....
13091         (tests-special): ... additions to this variable.
13092         (xtests): Change dependencies to ....
13093         (xtests-special): ... additions to this variable.
13094         * stdio-common/Makefile (tests): Change dependencies to ....
13095         (tests-special): ... additions to this variable.
13096         (do-tst-unbputc): Remove target.
13097         (do-tst-printf): Likewise.
13098         * stdlib/Makefile (tests): Change dependencies to ....
13099         (tests-special): ... additions to this variable.
13100         * string/Makefile (tests): Change dependencies to ....
13101         (tests-special): ... additions to this variable.
13102         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13103         (tests-special): ... additions to this variable.
13104
13105         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13106         whole file.
13107         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13108         whole file.
13109         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13110         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13111
13112         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13113         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13114         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13115         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13116         * conform/data/libgen.h-data [XPG3]: Likewise.
13117         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13118         * conform/data/ndbm.h-data [XPG3]: Likewise.
13119         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13120         * conform/data/netdb.h-data [XPG3]: Likewise.
13121         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13122         * conform/data/poll.h-data [XPG3]: Likewise.
13123         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13124         * conform/data/strings.h-data [XPG3]: Likewise.
13125         * conform/data/stropts.h-data [XPG3]: Likewise.
13126         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13127         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13128         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13129         Likewise.
13130         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13131         * conform/data/sys/time.h-data [XPG3]: Likewise.
13132         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13133         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13134         * conform/data/sys/un.h-data [XPG3]: Likewise.
13135         * conform/data/syslog.h-data [XPG3]: Likewise.
13136         * conform/data/ucontext.h-data [XPG3]: Likewise.
13137         * conform/data/utmpx.h-data [XPG3]: Likewise.
13138         * conform/data/varargs.h-data [UNIX98]: Enable file.
13139
13140         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13141
13142         * math/libm-test.inc (struct test_f_f_data): Move expected results
13143         into structure for each rounding mode.
13144         (struct test_ff_f_data): Likewise.
13145         (struct test_ff_f_data_nexttoward): Likewise.
13146         (struct test_fi_f_data): Likewise.
13147         (struct test_fl_f_data): Likewise.
13148         (struct test_if_f_data): Likewise.
13149         (struct test_fff_f_data): Likewise.
13150         (struct test_c_f_data): Likewise.
13151         (struct test_f_f1_data): Likewise.
13152         (struct test_fF_f1_data): Likewise.
13153         (struct test_ffI_f1_data): Likewise.
13154         (struct test_c_c_data): Likewise.
13155         (struct test_cc_c_data): Likewise.
13156         (struct test_f_i_data): Likewise.
13157         (struct test_ff_i_data): Likewise.
13158         (struct test_f_l_data): Likewise.
13159         (struct test_f_L_data): Likewise.
13160         (struct test_fFF_11_data): Likewise.
13161         (RM_): New macro.
13162         (RM_FE_DOWNWARD): Likewise.
13163         (RM_FE_TONEAREST): Likewise.
13164         (RM_FE_TOWARDZERO): Likewise.
13165         (RM_FE_UPWARD): Likewise.
13166         (RUN_TEST_LOOP_f_f): Update references to expected results.
13167         (RUN_TEST_LOOP_2_f): Likewise.
13168         (RUN_TEST_LOOP_fff_f): Likewise.
13169         (RUN_TEST_LOOP_c_f): Likewise.
13170         (RUN_TEST_LOOP_f_f1): Likewise.
13171         (RUN_TEST_LOOP_fF_f1): Likewise.
13172         (RUN_TEST_LOOP_fI_f1): Likewise.
13173         (RUN_TEST_LOOP_ffI_f1): Likewise.
13174         (RUN_TEST_LOOP_c_c): Likewise.
13175         (RUN_TEST_LOOP_cc_c): Likewise.
13176         (RUN_TEST_LOOP_f_i): Likewise.
13177         (RUN_TEST_LOOP_f_i_tg): Likewise.
13178         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13179         (RUN_TEST_LOOP_f_b): Likewise.
13180         (RUN_TEST_LOOP_f_b_tg): Likewise.
13181         (RUN_TEST_LOOP_f_l): Likewise.
13182         (RUN_TEST_LOOP_f_L): Likewise.
13183         (RUN_TEST_LOOP_fFF_11): Likewise.
13184         * math/gen-libm-test.pl (parse_args): Output four copies of
13185         expected results for each test.
13186
13187         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13188         (__ASSUME_UTIMES): Remove.
13189         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13190         (__ASSUME_UTIMES): Likewise.
13191
13192         * math/gen-auto-libm-tests.c: Update comment on output format.
13193         (output_for_one_input_case): Generate before-rounding and
13194         after-rounding information as conditions on output flags not
13195         floating-point format.
13196         * math/auto-libm-test-out: Regenerated.
13197         * math/gen-libm-test.pl (cond_value): New function.
13198         (or_cond_value): Use cond_value.
13199         (generate_testfile): Handle conditional exceptions.
13200
13201 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13202
13203         * math/libm-test.inc (max_valid_error): New variable.
13204         (init_max_error): Take new argument specifying whether function
13205         results are exactly determined.  Set max_valid_error and bound
13206         other variables for errors based on this argument.
13207         (set_max_error): Do not record results above max_valid_error.
13208         (check_float_internal): Only accept errors of up to 0.5ulps if
13209         also at most max_valid_error.
13210         (START): Take new argument EXACT and pass it to init_max_error.
13211         (acos_test): Update call to START.
13212         (acos_test_tonearest): Likewise.
13213         (acos_test_towardzero): Likewise.
13214         (acos_test_downward): Likewise.
13215         (acos_test_upward): Likewise.
13216         (acosh_test): Likewise.
13217         (asin_test): Likewise.
13218         (asin_test_tonearest): Likewise.
13219         (asin_test_towardzero): Likewise.
13220         (asin_test_downward): Likewise.
13221         (asin_test_upward): Likewise.
13222         (asinh_test): Likewise.
13223         (atan_test): Likewise.
13224         (atanh_test): Likewise.
13225         (atan2_test): Likewise.
13226         (cabs_test): Likewise.
13227         (cacos_test): Likewise.
13228         (cacosh_test): Likewise.
13229         (carg_test): Likewise.
13230         (casin_test): Likewise.
13231         (casinh_test): Likewise.
13232         (catan_test): Likewise.
13233         (catanh_test): Likewise.
13234         (cbrt_test): Likewise.
13235         (ccos_test): Likewise.
13236         (ccosh_test): Likewise.
13237         (ceil_test): Likewise.
13238         (cexp_test): Likewise.
13239         (cimag_test): Likewise.
13240         (clog_test): Likewise.
13241         (clog10_test): Likewise.
13242         (conj_test): Likewise.
13243         (copysign_test): Likewise.
13244         (cos_test): Likewise.
13245         (cos_test_tonearest): Likewise.
13246         (cos_test_towardzero): Likewise.
13247         (cos_test_downward): Likewise.
13248         (cos_test_upward): Likewise.
13249         (cosh_test): Likewise.
13250         (cosh_test_tonearest): Likewise.
13251         (cosh_test_towardzero): Likewise.
13252         (cosh_test_downward): Likewise.
13253         (cosh_test_upward): Likewise.
13254         (cpow_test): Likewise.
13255         (cproj_test): Likewise.
13256         (creal_test): Likewise.
13257         (csin_test): Likewise.
13258         (csinh_test): Likewise.
13259         (csqrt_test): Likewise.
13260         (ctan_test): Likewise.
13261         (ctan_test_tonearest): Likewise.
13262         (ctan_test_towardzero): Likewise.
13263         (ctan_test_downward): Likewise.
13264         (ctan_test_upward): Likewise.
13265         (ctanh_test): Likewise.
13266         (ctanh_test_tonearest): Likewise.
13267         (ctanh_test_towardzero): Likewise.
13268         (ctanh_test_downward): Likewise.
13269         (ctanh_test_upward): Likewise.
13270         (erf_test): Likewise.
13271         (erfc_test): Likewise.
13272         (exp_test): Likewise.
13273         (exp_test_tonearest): Likewise.
13274         (exp_test_towardzero): Likewise.
13275         (exp_test_downward): Likewise.
13276         (exp_test_upward): Likewise.
13277         (exp10_test): Likewise.
13278         (exp10_test_tonearest): Likewise.
13279         (exp10_test_towardzero): Likewise.
13280         (exp10_test_downward): Likewise.
13281         (exp10_test_upward): Likewise.
13282         (pow10_test): Likewise.
13283         (exp2_test): Likewise.
13284         (expm1_test): Likewise.
13285         (expm1_test_tonearest): Likewise.
13286         (expm1_test_towardzero): Likewise.
13287         (expm1_test_downward): Likewise.
13288         (expm1_test_upward): Likewise.
13289         (fabs_test): Likewise.
13290         (fdim_test): Likewise.
13291         (floor_test): Likewise.
13292         (fma_test): Likewise.
13293         (fma_test_towardzero): Likewise.
13294         (fma_test_downward): Likewise.
13295         (fma_test_upward): Likewise.
13296         (fmax_test): Likewise.
13297         (fmin_test): Likewise.
13298         (fmod_test): Likewise.
13299         (fpclassify_test): Likewise.
13300         (frexp_test): Likewise.
13301         (hypot_test): Likewise.
13302         (ilogb_test): Likewise.
13303         (isfinite_test): Likewise.
13304         (finite_test): Likewise.
13305         (isgreater_test): Likewise.
13306         (isgreaterequal_test): Likewise.
13307         (isinf_test): Likewise.
13308         (isless_test): Likewise.
13309         (islessequal_test): Likewise.
13310         (islessgreater_test): Likewise.
13311         (isnan_test): Likewise.
13312         (isnormal_test): Likewise.
13313         (issignaling_test): Likewise.
13314         (isunordered_test): Likewise.
13315         (j0_test): Likewise.
13316         (j1_test): Likewise.
13317         (jn_test): Likewise.
13318         (ldexp_test): Likewise.
13319         (lgamma_test): Likewise.
13320         (gamma_test): Likewise.
13321         (lrint_test): Likewise.
13322         (lrint_test_tonearest): Likewise.
13323         (lrint_test_towardzero): Likewise.
13324         (lrint_test_downward): Likewise.
13325         (lrint_test_upward): Likewise.
13326         (llrint_test): Likewise.
13327         (llrint_test_tonearest): Likewise.
13328         (llrint_test_towardzero): Likewise.
13329         (llrint_test_downward): Likewise.
13330         (llrint_test_upward): Likewise.
13331         (log_test): Likewise.
13332         (log10_test): Likewise.
13333         (log1p_test): Likewise.
13334         (log2_test): Likewise.
13335         (logb_test): Likewise.
13336         (logb_test_downward): Likewise.
13337         (lround_test): Likewise.
13338         (llround_test): Likewise.
13339         (modf_test): Likewise.
13340         (nearbyint_test): Likewise.
13341         (nextafter_test): Likewise.
13342         (nexttoward_test): Likewise.
13343         (pow_test): Likewise.
13344         (pow_test_tonearest): Likewise.
13345         (pow_test_towardzero): Likewise.
13346         (pow_test_downward): Likewise.
13347         (pow_test_upward): Likewise.
13348         (remainder_test): Likewise.
13349         (drem_test): Likewise.
13350         (remainder_test_tonearest): Likewise.
13351         (drem_test_tonearest): Likewise.
13352         (remainder_test_towardzero): Likewise.
13353         (drem_test_towardzero): Likewise.
13354         (remainder_test_downward): Likewise.
13355         (drem_test_downward): Likewise.
13356         (remainder_test_upward): Likewise.
13357         (drem_test_upward): Likewise.
13358         (remquo_test): Likewise.
13359         (rint_test): Likewise.
13360         (rint_test_tonearest): Likewise.
13361         (rint_test_towardzero): Likewise.
13362         (rint_test_downward): Likewise.
13363         (rint_test_upward): Likewise.
13364         (round_test): Likewise.
13365         (scalb_test): Likewise.
13366         (scalbn_test): Likewise.
13367         (scalbln_test): Likewise.
13368         (signbit_test): Likewise.
13369         (sin_test): Likewise.
13370         (sin_test_tonearest): Likewise.
13371         (sin_test_towardzero): Likewise.
13372         (sin_test_downward): Likewise.
13373         (sin_test_upward): Likewise.
13374         (sincos_test): Likewise.
13375         (sinh_test): Likewise.
13376         (sinh_test_tonearest): Likewise.
13377         (sinh_test_towardzero): Likewise.
13378         (sinh_test_downward): Likewise.
13379         (sinh_test_upward): Likewise.
13380         (sqrt_test): Likewise.
13381         (sqrt_test_tonearest): Likewise.
13382         (sqrt_test_towardzero): Likewise.
13383         (sqrt_test_downward): Likewise.
13384         (sqrt_test_upward): Likewise.
13385         (tan_test): Likewise.
13386         (tan_test_tonearest): Likewise.
13387         (tan_test_towardzero): Likewise.
13388         (tan_test_downward): Likewise.
13389         (tan_test_upward): Likewise.
13390         (tanh_test): Likewise.
13391         (tgamma_test): Likewise.
13392         (trunc_test): Likewise.
13393         (y0_test): Likewise.
13394         (y1_test): Likewise.
13395         (yn_test): Likewise.
13396         (significand_test): Likewise.
13397
13398         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13399         individual tests in comment.
13400         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13401         (prev_max_error): New variable.
13402         (prev_real_max_error): Likewise.
13403         (prev_imag_max_error): Likewise.
13404         (compare_ulp_data): Don't refer to test names in comment.
13405         (find_test_ulps): Remove function.
13406         (find_function_ulps): Likewise.
13407         (find_complex_function_ulps): Likewise.
13408         (init_max_error): Take function name as argument.  Look up ulps
13409         for that function.
13410         (print_ulps): Remove function.
13411         (print_max_error): Use prev_max_error instead of calling
13412         find_function_ulps.
13413         (print_complex_max_error): Use prev_real_max_error and
13414         prev_imag_max_error instead of calling find_complex_function_ulps.
13415         (check_float_internal): Take max_ulp parameter instead of calling
13416         find_test_ulps.  Don't call print_ulps.
13417         (check_float): Update call to check_float_internal.
13418         (check_complex): Update calls to check_float_internal.
13419         (START): Pass argument to init_max_error.
13420         * math/gen-libm-test.pl (%results): Don't include "kind"
13421         information.
13422         (parse_ulps): Don't handle ulps of individual tests.
13423         (print_ulps_file): Likewise.
13424         (output_ulps): Likewise.
13425         * math/README.libm-test: Update.
13426         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13427         individual tests.
13428         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13429         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13430         * sysdeps/arm/libm-test-ulps: Likewise.
13431         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13432         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13433         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13434         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13435         * sysdeps/microblaze/libm-test-ulps: Likewise.
13436         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13437         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13438         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13439         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13440         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13441         * sysdeps/sh/libm-test-ulps: Likewise.
13442         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13443         * sysdeps/tile/libm-test-ulps: Likewise.
13444         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13445
13446 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13447
13448         * math/libm-test.inc (print_complex_max_error): Check separately
13449         whether real and imaginary errors are within allowed range and
13450         pass 0 to print_complex_function_ulps instead of value within
13451         allowed range.
13452
13453 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13454
13455         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13456         formatting.
13457         (get_handles_fopen): Likewise.
13458         (do_write_test): Likewise.
13459
13460         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13461
13462         * libio/fileops.c (do_ftell): Use cached offset when
13463         available.
13464         * libio/iofwide.c (do_ftell_wide): Likewise.
13465         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13466         _IO_file_attach.
13467         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13468
13469         [BZ #16532]
13470         * libio/libioP.h (get_file_offset): New function.
13471         * libio/fileops.c (get_file_offset): Likewise.
13472         (do_ftell): Likewise.
13473         (_IO_new_file_seekoff): Split out ftell logic.
13474         * libio/wfileops.c (do_ftell_wide): Likewise.
13475         (_IO_wfile_seekoff): Split out ftell logic.
13476         * libio/tst-ftell-active-handler.c: New test case.
13477         * libio/Makefile (tests): Add it.
13478
13479 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13480
13481         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13482         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13483
13484 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13485
13486         [BZ #16639]
13487         * nscd/connections.c (nscd_init): Call do_exit.
13488         (start_threads): Call do_exit and notify_parent.
13489         (begin_drop_privileges): Call do_exit.
13490         (finish_drop_privileges): Likewise.
13491         * nscd/selinux.c (preserve_capabilities): Likewise.
13492         (install_real_capabilities): Likewise.
13493         (nscd_selinux_enabled): Likewise.
13494         (avc_create_thread): Likewise.
13495         (avc_alloc_lock): Likewise.
13496         (nscd_avc_init): Likewise.
13497         * nscd/nscd.c (parent_fd): New static variable.
13498         (main): Create a pipe between parent and child processes.
13499         Skip closing parent_fd.
13500         (monitor_child): New function.
13501         (do_exit): Likewise.
13502         (notify_parent): Likewise.
13503         * nscd/nscd.h (notify_parent): Likewise.
13504         (do_exit): Likewise.
13505
13506 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13507
13508         * malloc/malloc.c (__libc_calloc): Revert last change.
13509
13510 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13511
13512         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13513
13514 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13515
13516         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13517         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13518         implementation.
13519         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13520         (__libc_ifunc_impl_list): Likewise.
13521         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13522         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13523         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13524         * string/strrchr.c: Define STRRCHR.
13525
13526 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13527
13528         * benchtest/bench-strtok.c (simple_strtok): Delete.
13529         (strtok_string): Use as benchmark.
13530         * string/strtok (STRTOK): New macro.
13531
13532 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13533
13534         * manual/threads.texi: Add header and standard comments to all
13535         functions.
13536
13537         * elf/dl-lookup.c (check_match): New function.
13538         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13539         (do_lookup_x): Remove nested function check_match. Use non-nested
13540         function check_match.
13541
13542 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13543
13544         * csu/Makefile (generated, before-compile): Use += rather than =.
13545         * catgets/Makefile (generated, generated-dirs): Likewise.
13546         * debug/Makefile (generated): Likewise.
13547         * dlfcn/Makefile (generated): Likewise.
13548         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13549         * iconvdata/Makefile (before-compile, generated): Likewise.
13550         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13551         * libio/Makefile (generated): Likewise.
13552         * malloc/Makefile (generated): Likewise.
13553         * manual/Makefile (generated, generated-dirs): Likewise.
13554         * misc/Makefile (generated): Likewise.
13555         * posix/Makefile (generated): Likewise.
13556         * resolv/Makefile (generated): Likewise.
13557         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13558         * timezone/Makefile (generated, generated-dirs): Likewise.
13559
13560         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13561
13562 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13563
13564         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13565         power8 implementation.
13566         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13567         file: POWER8 llround ifunc implementation.
13568         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13569         (__lllround): Add POWER8 implementation.
13570         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13571         POWER8 llround implementation.
13572
13573         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13574         power8 implementation.
13575         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13576         file: POWER8 llrint ifunc implementation.
13577         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13578         Add POWER8 implementation.
13579         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13580         POWER8 llrint implementation.
13581
13582         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13583         power8 implementation.
13584         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13585         file: POWER8 finite ifunc implementation.
13586         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13587         Add POWER8 implementation.
13588         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13589         Likewise.
13590         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13591         POWER8 finite implementation.
13592         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13593
13594         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13595         power8 implementation.
13596         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13597         file: POWER8 isinf ifunc implementation.
13598         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13599         POWER8 implementation.
13600         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13601         Likewise.
13602         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13603         isinf implementation.
13604         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13605
13606         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13607         (INIT_ARCH): Add hwcap2 initialization.
13608         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13609         power8 implementation.
13610         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13611         file: POWER8 isnan ifunc implementation.
13612         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13613         POWER8 implementation.
13614         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13615         Likewise.
13616         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13617         isnan implementation.
13618         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13619
13620 2014-02-27  Joey Ye  <joey.ye@arm.com>
13621
13622         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13623         (_FP_NANFRAC_Q): Set to zero.
13624
13625 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13626
13627         [BZ #16623]
13628         * math/auto-libm-test-in: New test inputs.
13629         * math/auto-libm-test-out: Regenerate.
13630         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13631         and DA.
13632         (__cos): Likewise.
13633         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13634
13635 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13636
13637         * scripts/evaluate-test.sh: Take new argument indicating whether
13638         failure is expected.
13639         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13640         indicating whether failure is expected.
13641         * conform/Makefile (test-xfail-run-conformtest): New variable.
13642         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13643         level.
13644         * posix/Makefile (test-xfail-annexc): New variable.
13645         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13646
13647 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
13648
13649         * argp/Makefile: Include Makeconfig immediately after defining
13650         subdir.
13651         * assert/Makefile: Likewise.
13652         * benchtests/Makefile: Likewise.
13653         * catgets/Makefile: Likewise.
13654         * conform/Makefile: Likewise.
13655         * crypt/Makefile: Likewise.
13656         * csu/Makefile: Likewise.
13657         (all): Remove target.
13658         * ctype/Makefile: Include Makeconfig immediately after defining
13659         subdir.
13660         * debug/Makefile: Likewise.
13661         * dirent/Makefile: Likewise.
13662         * dlfcn/Makefile: Likewise.
13663         * gmon/Makefile: Likewise.
13664         * gnulib/Makefile: Likewise.
13665         * grp/Makefile: Likewise.
13666         * gshadow/Makefile: Likewise.
13667         * hesiod/Makefile: Likewise.
13668         * hurd/Makefile: Likewise.
13669         (all): Remove target.
13670         * iconvdata/Makefile: Include Makeconfig immediately after
13671         defining subdir.
13672         * inet/Makefile: Likewise.
13673         * intl/Makefile: Likewise.
13674         * io/Makefile: Likewise.
13675         * libio/Makefile: Likewise.
13676         (all): Remove target.
13677         * locale/Makefile: Include Makeconfig immediately after defining
13678         subdir.
13679         * login/Makefile: Likewise.
13680         * mach/Makefile: Likewise.
13681         (all): Remove target.
13682         * malloc/Makefile: Include Makeconfig immediately after defining
13683         subdir.
13684         (all): Remove target.
13685         * manual/Makefile: Include Makeconfig immediately after defining
13686         subdir.
13687         * math/Makefile: Likewise.
13688         * misc/Makefile: Likewise.
13689         * nis/Makefile: Likewise.
13690         * nss/Makefile: Likewise.
13691         * po/Makefile: Likewise.
13692         (all): Remove target.
13693         * posix/Makefile: Include Makeconfig immediately after defining
13694         subdir.
13695         * pwd/Makefile: Likewise.
13696         * resolv/Makefile: Likewise.
13697         * resource/Makefile: Likewise.
13698         * rt/Makefile: Likewise.
13699         * setjmp/Makefile: Likewise.
13700         * shadow/Makefile: Likewise.
13701         * signal/Makefile: Likewise.
13702         * socket/Makefile: Likewise.
13703         * soft-fp/Makefile: Likewise.
13704         * stdio-common/Makefile: Likewise.
13705         * stdlib/Makefile: Likewise.
13706         * streams/Makefile: Likewise.
13707         * string/Makefile: Likewise.
13708         * sunrpc/Makefile: Likewise.
13709         (all): Remove target.
13710         * sysvipc/Makefile: Include Makeconfig immediately after defining
13711         subdir.
13712         * termios/Makefile: Likewise.
13713         * time/Makefile: Likewise.
13714         * timezone/Makefile: Likewise.
13715         (all): Remove target.
13716         * wcsmbs/Makefile: Include Makeconfig immediately after defining
13717         subdir.
13718         * wctype/Makefile: Likewise.
13719
13720 2014-02-26  Steve Ellcey  <sellcey@mips.com>
13721
13722         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13723         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13724         (libc_feholdexcept_setround_mips): Ditto.
13725         (libc_feholdsetround): New.
13726         (libc_feholdsetroundf): New.
13727         (libc_feholdsetroundl): New.
13728         (libc_feupdateenv_test_mips): New.
13729         (libc_feupdateenv_test): New.
13730         (libc_feupdateenv_testf): New.
13731         (libc_feupdateenv_testl): New.
13732         (libc_feresetround): New.
13733         (libc_feresetroundf): New.
13734         (libc_feresetroundl): New.
13735         (libc_fetestexcept_mips): New.
13736         (libc_fetestexcept): New.
13737         (libc_fetestexceptf): New.
13738         (libc_fetestexceptl): New.
13739         (HAVE_RM_CTX): New.
13740         (libc_feholdexcept_setround_mips_ctx): New.
13741         (libc_feholdexcept_setround_ctx): New.
13742         (libc_feholdexcept_setroundf_ctx): New.
13743         (libc_feholdexcept_setroundl_ctx): New.
13744         (libc_fesetenv_mips_ctx): New.
13745         (libc_fesetenv_ctx): New.
13746         (libc_fesetenv_ctxf): New.
13747         (libc_fesetenv_ctxl): New.
13748         (libc_feupdateenv_mips_ctx): New.
13749         (libc_feupdateenv_ctx): New.
13750         (libc_feupdateenvf_ctx): New.
13751         (libc_feupdateenvl_ctx): New.
13752         (libc_feholdsetround_mips_ctx): New.
13753         (libc_feholdsetround_ctx): New.
13754         (libc_feholdsetroundf_ctx): New.
13755         (libc_feholdsetroundl_ctx): New.
13756         (libc_feresetround_mips_ctx): New.
13757         (libc_feresetround_ctx): New.
13758         (libc_feresetroundf_ctx): New.
13759         (libc_feresetroundl_ctx): New.
13760
13761 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
13762
13763         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
13764
13765         * manual/ipc.texi: New file.
13766         * manual/Makefile (chapters): Add ipc.
13767         * manual/job.texi: Add "Inter-Process Communication" to next.
13768         * manual/process.texi: Add "Inter-Process Communication" to prev.
13769
13770 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13771
13772         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13773
13774 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
13775
13776         * malloc/malloc.c (__libc_calloc): Simplify implementation.
13777
13778         * manual/arith.texi: Fix spaces after sentences.
13779         * manual/charset.texi: Likewise.
13780         * manual/errno.texi: Likewise.
13781         * manual/install.texi: Likewise.
13782         * manual/llio.texi: Likewise.
13783         * manual/locale.texi: Likewise.
13784         * manual/maint.texi: Likewise.
13785         * manual/math.texi: Likewise.
13786         * manual/memory.texi: Likewise.
13787         * manual/message.texi: Likewise.
13788         * manual/probes.texi: Likewise.
13789         * manual/resource.texi: Likewise.
13790         * manual/signal.texi: Likewise.
13791         * manual/socket.texi: Likewise.
13792         * manual/stdio.texi: Likewise.
13793         * manual/string.texi: Likewise.
13794         * manual/time.texi: Likewise.
13795         * manual/users.texi: Likewise.
13796
13797 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
13798
13799         [BZ #16632]
13800         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
13801         _DEFAULT_SOURCE is defined.
13802
13803 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
13804             Carlos O'Donell  <carlos@redhat.com>
13805
13806         [BZ #16613]
13807         * elf/dl-tls.c (_dl_count_modids): New function.
13808         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
13809         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
13810         audit library and increment generation counter.
13811         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
13812         * elf/tst-audit9.c: New file.
13813         * elf/tst-auditmod9a.c: New file.
13814         * elf/tst-auditmod9b.c: New file.
13815         * elf/Makefile: Add rules to build and run tst-audit9.
13816
13817 2014-02-25  Florian Weimer  <fweimer@redhat.com>
13818
13819         [BZ #15347]
13820         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
13821
13822 2014-02-25  Will Newton  <will.newton@linaro.org>
13823
13824         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
13825         (__longjmp): Restore sp and lr before restoring callee
13826         saved registers.  Add longjmp and longjmp_target
13827         SystemTap probe point.
13828         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
13829         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
13830         Define to zero to match jmpbuf layout.
13831         * sysdeps/arm/setjmp.S: Include stap-probe.h.
13832         (__sigsetjmp): Save sp and lr before saving callee
13833         saved registers.  Add setjmp SystemTap probe point.
13834
13835 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13836
13837         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13838
13839 2014-02-24  Andreas Schwab  <schwab@suse.de>
13840
13841         [BZ #15804]
13842         * elf/pldd.c (wait_for_ptrace_stop): New function.
13843         (main): Call it after attaching.
13844
13845 2014-02-22  Roland McGrath  <roland@hack.frob.com>
13846
13847         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
13848         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
13849         Versions files is now verboten.
13850         * hurd/Versions (libc: GLIBC_2.0):
13851         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
13852         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
13853         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
13854         * mach/Versions: Likewise.
13855
13856         * csu/Versions: Remove unused %include.
13857         * resolv/Versions: Likewise.
13858
13859 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
13860
13861         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
13862         ($(objpfx)check-local-headers.out): Likewise.
13863         ($(objpfx)begin-end-check.out): Likewise.
13864         * Makerules (check-abi-%.out): Likewise.
13865         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
13866         ($(objpfx)test2.cat): Likewise.
13867         ($(objpfx)de/libc.cat): Likewise.
13868         ($(objpfx)test-gencat.out): Likewise.
13869         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
13870         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
13871         ($(objpfx)noload-mem): Likewise.
13872         ($(objpfx)tst-pathopt.out): Likewise.
13873         ($(objpfx)tst-rtld-load-self.out): Likewise.
13874         ($(objpfx)tst-array1-cmp.out): Likewise.
13875         ($(objpfx)tst-array1-static-cmp.out): Likewise.
13876         ($(objpfx)tst-array2-cmp.out): Likewise.
13877         ($(objpfx)tst-array3-cmp.out): Likewise.
13878         ($(objpfx)tst-array4-cmp.out): Likewise.
13879         ($(objpfx)tst-array5-cmp.out): Likewise.
13880         ($(objpfx)tst-array5-static-cmp.out): Likewise.
13881         ($(objpfx)check-textrel.out): Likewise.
13882         ($(objpfx)check-execstack.out): Likewise.
13883         ($(objpfx)check-localplt.out): Likewise.
13884         ($(objpfx)order2-cmp.out): Likewise.
13885         ($(objpfx)tst-leaks1-mem): Likewise.
13886         ($(objpfx)tst-leaks1-static-mem): Likewise.
13887         ($(objpfx)tst-initorder-cmp.out): Likewise.
13888         ($(objpfx)tst-initorder2-cmp.out): Likewise.
13889         ($(objpfx)tst-unused-dep.out): Likewise.
13890         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
13891         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
13892         * iconv/Makefile (test-iconvconfig): Likewise.
13893         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
13894         ($(objpfx)iconv-test.out): Likewise.
13895         ($(objpfx)tst-tables.out): Likewise.
13896         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
13897         ($(objpfx)tst-gettext.out): Likewise.
13898         ($(objpfx)tst-translit.out): Likewise.
13899         ($(objpfx)tst-gettext2.out): Likewise.
13900         ($(objpfx)tst-gettext4.out): Likewise.
13901         ($(objpfx)tst-gettext6.out): Likewise.
13902         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
13903         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
13904         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
13905         ($(objpfx)tst-fopenloc-mem.out): Likewise.
13906         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
13907         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
13908         * posix/Makefile ($(objpfx)globtest.out): Likewise.
13909         ($(objpfx)wordexp-tst.out): Likewise.
13910         ($(objpfx)annexc.out): Likewise.
13911         ($(objpfx)tst-fnmatch-mem): Likewise.
13912         ($(objpfx)bug-regex2-mem): Likewise.
13913         ($(objpfx)bug-regex14-mem): Likewise.
13914         ($(objpfx)bug-regex21-mem): Likewise.
13915         ($(objpfx)bug-regex31-mem): Likewise.
13916         ($(objpfx)tst-vfork3-mem): Likewise.
13917         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13918         ($(objpfx)tst-pcre-mem): Likewise.
13919         ($(objpfx)tst-boost-mem): Likewise.
13920         ($(objpfx)tst-getconf.out): Likewise.
13921         ($(objpfx)bug-ga2-mem): Likewise.
13922         ($(objpfx)bug-glob2-mem): Likewise.
13923         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
13924         ($(objpfx)mtrace-tst-leaks2): Likewise.
13925         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
13926         ($(objpfx)tst-printf.out): Likewise.
13927         ($(objpfx)tst-setvbuf1.out): Likewise.
13928         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
13929         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
13930         ($(objpfx)tst-fmtmsg.out): Likewise.
13931         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
13932         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
13933
13934         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
13935         * bits/sigaction.h [__USE_MISC]: Likewise.
13936         * bits/waitstatus.h: Update #endif comments.
13937         * ctype/ctype.h: Likewise.
13938         * dirent/dirent.h: Likewise.
13939         [__USE_MISC]: Remove redundant conditionals.
13940         * grp/grp.h: Update #endif comments.
13941         [__USE_GNU]: Remove redundant conditionals.
13942         [__USE_MISC]: Likewise.
13943         * inet/netinet/in.h [__USE_GNU]: Likewise.
13944         * io/sys/stat.h [__USE_MISC]: Likewise.
13945         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
13946         * libio/bits/stdio.h: Update #endif comments.
13947         [__USE_MISC]: Remove redundant conditionals.
13948         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
13949         * libio/stdio.h: Update #endif comments.
13950         [__USE_MISC]: Remove redundant conditionals.
13951         * math/bits/math-finite.h [__USE_MISC]: Likewise.
13952         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
13953         * math/math.h: Update #else and #endif comments.
13954         [__USE_MISC]: Remove redundant conditionals.
13955         * misc/sys/uio.h: Update #endif comments.
13956         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
13957         * posix/glob.h [__USE_MISC]: Likewise.
13958         * posix/sys/types.h: Update #endif comments.
13959         [__USE_MISC]: Remove redundant conditionals.
13960         * posix/sys/wait.h: Update #endif comments.
13961         [__USE_MISC]: Remove redundant conditionals.
13962         * posix/unistd.h: Update #endif comments.
13963         [__USE_MISC]: Remove redundant conditionals.
13964         * pwd/pwd.h [__USE_GNU]: Likewise.
13965         [__USE_MISC]: Likewise.
13966         * resolv/netdb.h [__USE_GNU]: Likewise.
13967         * signal/signal.h: Update #endif comments.
13968         [__USE_MISC]: Remove redundant conditionals.
13969         * stdlib/stdlib.h: Update #else and #endif comments.
13970         [__USE_MISC]: Remove redundant conditionals.
13971         [__USE_GNU]: Likewise.
13972         * string/bits/string2.h [__USE_MISC]: Likewise.
13973         * string/string.h: Update #endif comments.
13974         [__USE_MISC]: Remove redundant conditionals.
13975         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
13976         Likewise.
13977         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
13978         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
13979         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
13980         Likewise.
13981         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
13982         Likewise.
13983         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
13984         comments.
13985         [__USE_MISC]: Remove redundant conditionals.
13986         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
13987         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
13988         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
13989         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
13990         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
13991         Likewise.
13992         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
13993         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
13994         Likewise.
13995         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
13996         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
13997         Likewise.
13998         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
13999         Likewise.
14000         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14001         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14002         Likewise.
14003         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14004         Likewise.
14005         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14006         * sysdeps/x86/bits/string.h: Update #endif comments.
14007         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14008         conditionals.
14009         * time/sys/time.h: Update #endif comments.
14010         * time/time.h: Likewise.
14011         [__USE_MISC]: Remove redundant conditionals.
14012
14013 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14014
14015         [BZ #16600]
14016         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14017
14018 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14019
14020         * Versions.def (librt): Add GLIBC_2.17.
14021
14022 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14023
14024         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14025         synonym for _SYS_AUXV_H to allow direct inclusion.
14026         * sysdeps/sparc/bits/hwcap.h: Likewise.
14027         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14028         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14029         * sysdeps/sparc/sysdep.h: Likewise.
14030
14031 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14032
14033         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14034
14035 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14036
14037         * benchtests/bench-strrchr.c: Print length instead of position.
14038
14039 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14040
14041         [BZ #16611]
14042         * sysdeps/unix/sysv/linux/kernel-features.h
14043         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14044         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14045         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14046         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14047         Likewise.
14048         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14049         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14050         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14051         (__ASSUME_SENDMMSG): Define instead of using previous
14052         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14053         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14054         (__ASSUME_SENDMMSG_SYSCALL): Define.
14055         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14056         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14057         Likewise.
14058         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14059         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14060         Likewise.
14061         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14062         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14063         Likewise.
14064         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14065         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14066         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14067         [__ASSUME_SENDMMSG]: Change conditionals to
14068         [__ASSUME_SENDMMSG_SOCKETCALL].
14069         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14070         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14071         Define.
14072         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14073         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14074         Likewise.
14075         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14076         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14077         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14078         [!__ASSUME_SENDMMSG]: Change conditional to
14079         [!__ASSUME_SENDMMSG_SOCKETCALL].
14080         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14081         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14082         Define.
14083
14084         [BZ #16610]
14085         * sysdeps/unix/sysv/linux/kernel-features.h
14086         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14087         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14088         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14089         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14090         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14091         [__i386__ || __sparc__]
14092         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14093         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14094         (__ASSUME_RECVMMSG): Define instead of using previous
14095         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14096         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14097         (__ASSUME_RECVMMSG_SYSCALL): Define.
14098         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14099         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14100         Likewise.
14101         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14102         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14103         Likewise.
14104         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14105         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14106         Likewise.
14107         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14108         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14109         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14110         [__ASSUME_RECVMMSG]: Change condition to
14111         [__ASSUME_RECVMMSG_SOCKETCALL].
14112         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14113         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14114         Define.
14115         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14116         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14117         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14118         Likewise.
14119         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14120         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14121         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14122         [!__ASSUME_RECVMMSG]: Change condition to
14123         [!__ASSUME_RECVMMSG_SOCKETCALL].
14124         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14125         (__ASSUME_RECVMMSG_SYSCALL): Define.
14126
14127         [BZ #16609]
14128         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14129         __powerpc__ || __s390__ || __sh__ || __sparc__]
14130         (__ASSUME_SOCKETCALL): Define.
14131         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14132         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14133         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14134         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14135         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14136         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14137         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14138         (__ASSUME_ACCEPT4): Define instead of using previous
14139         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14140         __powerpc__ || __sparc__ || __s390__)] condition.
14141         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14142         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14143         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14144         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14145         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14146         [!__ASSUME_ACCEPT4]: Change condition to
14147         [!__ASSUME_ACCEPT4_SOCKETCALL].
14148         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14149         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14150         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14151         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14152         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14153         __ASSUME_ACCEPT4_SYSCALL.
14154         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14155         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14156         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14157         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14158         __ASSUME_ACCEPT4_SYSCALL.
14159         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14160         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14161         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14162         [__ASSUME_ACCEPT4]: Change condition to
14163         [__ASSUME_ACCEPT4_SOCKETCALL].
14164         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14165         (__ASSUME_SOCKETCALL): Define.
14166         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14167         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14168         (__ASSUME_SOCKETCALL): Define.
14169         (__ASSUME_ACCEPT4): Remove.
14170         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14171         Define.
14172         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14173         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14174         Likewise.
14175         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14176         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14177
14178         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14179         macro.
14180         (HWCAP_ARM_LPAE): Likewise.
14181         (HWCAP_ARM_EVTSTRM): Likewise.
14182         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14183         Add vpfd32, lpae and evtstrm.
14184         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14185         Increase to 22.
14186
14187 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14188
14189         * math/auto-libm-test-in: Add tests of clog10.
14190         * math/auto-libm-test-out: Regenerated.
14191         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14192         * sysdeps/i386/fpu/libm-test-ulps: Update.
14193         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14194
14195 2014-02-18  Andreas Schwab  <schwab@suse.de>
14196
14197         [BZ #16574]
14198         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14199         Store non-zero if the second buffer was newly allocated.
14200         (send_dg): Likewise.
14201         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14202         to send_vc and send_dg.
14203         (res_nsend): Pass NULL for ansp2_malloced.
14204         * resolv/res_query.c (__libc_res_nquery): Add parameter
14205         answerp2_malloced and pass it down to __libc_res_nsend.
14206         (res_nquery): Pass additional NULL to __libc_res_nquery.
14207         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14208         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14209         second answer buffer if answerp2_malloced was set.
14210         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14211         (__libc_res_nquerydomain): Add parameter
14212         answerp2_malloced and pass it down to __libc_res_nquery.
14213         (res_nquerydomain): Pass additional NULL to
14214         __libc_res_nquerydomain.
14215         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14216         additional NULL to __libc_res_nsend and __libc_res_nquery.
14217         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14218         additional NULL to __libc_res_nsearch.
14219         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14220         parameter of __libc_res_nsearch to check for separately allocated
14221         second buffer.
14222         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14223         __libc_res_nquery.
14224         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14225         additional NULL to __libc_res_nquery.
14226         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14227         __libc_res_nsearch.
14228         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14229         * include/resolv.h: Update prototypes of __libc_res_nquery,
14230         __libc_res_nsearch, __libc_res_nsend.
14231
14232 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14233
14234         * math/auto-libm-test-in: Add tests of fma.
14235         * math/auto-libm-test-out: Regenerated.
14236         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14237         (fma_towardzero_test_data): Likewise.
14238         (fma_downward_test_data): Likewise.
14239         (fma_upward_test_data): Likewise.
14240         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14241         mpc_mode.
14242         (rounding_modes): Add values for new field.
14243         (func_calc_method): Add value mpfr_fff_f.
14244         (func_calc_desc): Add mpfr_fff_f union field.
14245         (test_function): Add field exact_args.
14246         (FUNC): Add macro argument EXACT_ARGS.
14247         (FUNC_mpfr_f_f): Update call to FUNC.
14248         (FUNC_mpfr_f_f): Likewise.
14249         (FUNC_mpfr_ff_f): Likewise.
14250         (FUNC_mpfr_if_f): Likewise.
14251         (FUNC_mpc_c_f): Likewise.
14252         (FUNC_mpc_c_c): Likewise.
14253         (test_functions): Add fma.  Update calls to FUNC.
14254         (handle_input_arg): Add argument exact_args.
14255         (add_test): Update call to handle_input_arg.
14256         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14257         (output_for_one_input_case): Update call to calc_generic_results.
14258         Recalculate exact zero results in each rounding mode.
14259
14260         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14261         non-negative before setting low bit.
14262         * math/auto-libm-test-in: Mark one asin test possibly having
14263         spurious underflow.
14264         * math/auto-libm-test-out: Regenerated.
14265         * sysdeps/i386/fpu/libm-test-ulps: Update.
14266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14267
14268 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14269
14270         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14271         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14272         ports/sysdeps/unix/sysv/linux/microblaze.
14273         * README: Add missing listing for microblaze*-*-linux-gnu.
14274
14275 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14276
14277         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14278         duplicate code
14279
14280 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14281
14282         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14283         * sysdeps/unix/sysv/linux/ia64: Move directory from
14284         ports/sysdeps/unix/sysv/linux/ia64.
14285         * README: Update listing for ia64-*-linux-gnu.
14286
14287 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14288             Joseph Myers  <joseph@codesourcery.com>
14289
14290         * Makeconfig (test-name): New variable.
14291         (evaluate-test): Likewise.
14292         * Makerules (do-test-clean): Remove .test-result files.
14293         (common-mostlyclean): Likewise.
14294         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14295         * scripts/evaluate-test.sh: New file.
14296
14297 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14298
14299         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14300         separate $(objpfx)tst-fopenloc-cmp.out and
14301         $(objpfx)tst-fopenloc-mem.out targets.
14302         (tests): Update dependencies.
14303         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14304         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14305         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14306         (tst-rxspencer-no-utf8-ARGS): New variable.
14307         (tst-rxspencer-no-utf8-ENV): Likewise.
14308         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14309         instead of $(objpfx)tst-rxspencer-mem.
14310         ($(objpfx)tst-rxspencer-mem): Change target to
14311         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14312         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14313         * posix/tst-rxspencer-no-utf8.c: New file.
14314
14315         * elf/Makefile ($(objpfx)order.out): Remove rule.
14316         [$(run-built-tests) = yes] (tests): Depend on
14317         $(objpfx)order-cmp.out.
14318         ($(objpfx)order-cmp.out): New rule.
14319         [$(run-built-tests) = yes] (tests): Depend on
14320         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14321         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14322         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14323         $(objpfx)tst-array5-static-cmp.out.
14324         ($(objpfx)tst-array1.out): Remove rule.
14325         ($(objpfx)tst-array1-cmp.out): New rule.
14326         ($(objpfx)tst-array1-static.out): Remove rule.
14327         ($(objpfx)tst-array1-static-cmp.out): New rule.
14328         ($(objpfx)tst-array2.out): Remove rule.
14329         ($(objpfx)tst-array2-cmp.out): New rule.
14330         ($(objpfx)tst-array3.out): Remove rule.
14331         ($(objpfx)tst-array3-cmp.out): New rule.
14332         ($(objpfx)tst-array4.out): Remove rule.
14333         ($(objpfx)tst-array4-cmp.out): New rule.
14334         ($(objpfx)tst-array5.out): Remove rule.
14335         ($(objpfx)tst-array5-cmp.out): New rule.
14336         ($(objpfx)tst-array5-static.out): Remove rule.
14337         ($(objpfx)tst-array5-static-cmp.out): New rule.
14338         [$(run-built-tests) = yes] (tests): Depend on
14339         $(objpfx)order2-cmp.out.
14340         ($(objpfx)order2.out): Remove rule.
14341         ($(objpfx)order2-cmp.out): New rule.
14342         ($(objpfx)tst-initorder.out): Remove rule.
14343         [$(run-built-tests) = yes] (tests): Depend on
14344         $(objpfx)tst-initorder-cmp.out.
14345         ($(objpfx)tst-initorder-cmp.out): New rule.
14346         ($(objpfx)tst-initorder2.out): Remove rule.
14347         [$(run-built-tests) = yes] (tests): Depend on
14348         $(objpfx)tst-initorder2-cmp.out.
14349         ($(objpfx)tst-initorder2-cmp.out): New rule.
14350         [$(run-built-tests) = yes] (tests): Depend on
14351         $(objpfx)tst-unused-dep-cmp.out.
14352         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14353         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14354         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14355         on $(objpfx)tst-setvbuf1-cmp.out.
14356         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14357         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14358         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14359         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14360         ($(objpfx)tst-svc.out): Remove rule.
14361         ($(objpfx)tst-svc-cmp.out): New rule.
14362
14363 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14364
14365         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14366         * ctype/ctype.h [__USE_MISC]: Likewise.
14367         * dirent/dirent.h [__USE_MISC]: Likewise.
14368         * grp/grp.h [__USE_MISC]: Likewise.
14369         * io/fcntl.h [__USE_MISC]: Likewise.
14370         * io/sys/stat.h [__USE_MISC]: Likewise.
14371         * libio/stdio.h [__USE_MISC]: Likewise.
14372         * posix/unistd.h [__USE_MISC]: Likewise.
14373         * pwd/pwd.h [__USE_MISC]: Likewise.
14374         * stdlib.h [__USE_MISC]: Likewise.
14375         * string/bits/string2.h [__USE_MISC]: Likewise.
14376         * string/string.h [__USE_MISC]: Likewise.
14377         * time/time.h [__USE_MISC]: Likewise.
14378
14379 2014-02-13  Andreas Schwab  <schwab@suse.de>
14380
14381         [BZ #16574]
14382         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14383         second answer buffer if it was separately allocated.
14384
14385 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14386
14387         * sysdeps/mips/math-tests.h: Include <features.h>.
14388         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14389         (ROUNDING_TESTS_long_double): Do not define.
14390         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14391         (EXCEPTION_TESTS_long_double): Likewise.
14392         * sysdeps/mips/mips64/libm-test-ulps: Update.
14393
14394         * include/features.h (__USE_BSD): Remove macro definitions.
14395         (__USE_SVID): Likewise.
14396         (_BSD_SOURCE): Likewise.
14397         (_SVID_SOURCE): Likewise.
14398         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14399         from definition of _DEFAULT_SOURCE.
14400         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14401         [_DEFAULT_SOURCE].
14402         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14403         * bits/mman.h [__USE_BSD]: Likewise.
14404         * bits/termios.h [__USE_BSD]: Likewise.
14405         * bits/waitstatus.h [__USE_BSD]: Likewise.
14406         * ctype/ctype.h [__USE_SVID]: Likewise.
14407         * dirent/dirent.h [__USE_BSD]: Likewise.
14408         * grp/grp.h [__USE_SVID]: Likewise.
14409         [__USE_BSD]: Likewise.
14410         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14411         * io/fcntl.h [__USE_BSD]: Likewise.
14412         * io/ftw.h [__USE_BSD]: Likewise.
14413         * io/sys/stat.h [__USE_BSD]: Likewise.
14414         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14415         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14416         * libio/stdio.h [__USE_SVID]: Likewise.
14417         [__USE_BSD]: Likewise.
14418         * math/math.h [__USE_SVID]: Likewise.
14419         [__USE_BSD]: Likewise.
14420         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14421         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14422         * misc/search.h [__USE_SVID]: Likewise.
14423         * misc/sys/mman.h [__USE_BSD]: Likewise.
14424         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14425         * misc/sys/uio.h [__USE_BSD]: Likewise.
14426         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14427         * posix/glob.h [__USE_BSD]: Likewise.
14428         * posix/regex.h [__USE_BSD]: Likewise.
14429         * posix/sys/types.h [__USE_BSD]: Likewise.
14430         [__USE_SVID]: Likewise.
14431         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14432         * posix/sys/wait.h [__USE_BSD]: Likewise.
14433         [__USE_SVID]: Likewise.
14434         * posix/unistd.h [__USE_BSD]: Likewise.
14435         [__USE_SVID]: Likewise.
14436         * pwd/pwd.h [__USE_SVID]: Likewise.
14437         * resolv/netdb.h [__USE_BSD]: Likewise.
14438         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14439         * signal/signal.h [__USE_BSD]: Likewise.
14440         [__USE_SVID]: Likewise.
14441         * socket/sys/socket.h [__USE_BSD]: Likewise.
14442         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14443         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14444         [__USE_SVID]: Likewise.
14445         * string/bits/string2.h [__USE_BSD]: Likewise.
14446         [__USE_SVID]: Likewise.
14447         * string/bits/string3.h [__USE_BSD]: Likewise.
14448         * string/endian.h [__USE_BSD]: Likewise.
14449         * string/string.h [__USE_SVID]: Likewise.
14450         [__USE_BSD]: Likewise.
14451         * string/strings.h [__USE_BSD]: Likewise.
14452         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14453         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14454         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14455         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14456         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14457         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14458         Likewise.
14459         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14460         Likewise.
14461         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14462         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14463         Likewise.
14464         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14465         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14466         Likewise.
14467         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14468         Likewise.
14469         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14470         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14471         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14472         Likewise.
14473         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14474         Likewise.
14475         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14476         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14477         * termios/termios.h [__USE_BSD]: Likewise.
14478         * time/sys/time.h [__USE_BSD]: Likewise.
14479         * time/time.h [__USE_BSD]: Likewise.
14480         [__USE_SVID]: Likewise.
14481
14482         * Makefile (subdir_targets): Remove subdir_lint.out.
14483
14484         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14485         (do-tst-printf): Likewise.
14486         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14487         $(objpfx)tst-printf.out.
14488
14489         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14490
14491         * Makerules (check-abi-%): Change target to
14492         $(objpfx)check-abi-%.out.
14493         (check-abi target): Update dependencies.
14494         (check-abi-pattern variable): Redirect output of diff to $@.
14495         (check-abi variable): Likewise.
14496         * elf/Makefile (check-abi): Update dependencies.
14497
14498         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14499         unused.
14500         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14501         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14502         subnormal range.
14503         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14504         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14505         value has largest subnormal exponent.
14506         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14507         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14508         * sysdeps/aarch64/soft-fp/sfp-machine.h
14509         (_FP_TININESS_AFTER_ROUNDING): New macro.
14510         * sysdeps/alpha/soft-fp/sfp-machine.h
14511         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14512         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14513         Likewise.
14514         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14515         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14516         * sysdeps/mips/soft-fp/sfp-machine.h
14517         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14518         * sysdeps/powerpc/soft-fp/sfp-machine.h
14519         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14520         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14521         Likewise.
14522         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14523         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14524         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14525         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14526         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14527         Likewise.
14528
14529 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14530
14531         [BZ #16545]
14532         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14533         model 1.
14534
14535 2014-02-12  Richard Henderson  <rth@redhat.com>
14536
14537         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14538         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14539         * sysdeps/unix/sysv/linux/alpha: Move directory from
14540         ports/sysdeps/unix/sysv/linux/alpha.
14541         * README: Update listing for alpha-*-linux-gnu.
14542
14543 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14544
14545         * include/features.h: Update comment documenting feature test
14546         macros.
14547         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14548         _DEFAULT_SOURCE.
14549         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14550         (_SVID_SOURCE): Likewise.
14551         (_DEFAULT_SOURCE): Update description of default features.
14552         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14553         with _GNU_SOURCE.
14554         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14555         (S_ISVTX): Likewise.
14556         * manual/math.texi (Mathematical Constants): Likewise.
14557         * manual/signal.texi (Interrupted Primitives): Likewise.
14558         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14559         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14560         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14561         Don't refer to _SVID_SOURCE in warning text.
14562
14563         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14564
14565         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14566         already defined.
14567         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14568         * sysdeps/mips/dl-lookup.c: Remove.
14569         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14570
14571 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14572
14573         [BZ #16447]
14574         * math/auto-libm-test-in: Add testcase for expl.
14575         * math/auto-libm-test-out: Regenerate.
14576         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14577         calculation of unsafe.
14578         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14579
14580 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14581
14582         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14583         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14584         ports/sysdeps/unix/sysv/linux/aarch64.
14585         * README: Update listing for aarch64*-*-linux-gnu.
14586
14587 2014-02-11  Will Newton  <will.newton@linaro.org>
14588
14589         * manual/probes.texi (Mathematical Function Probes): Use
14590         "triggered" instead of "hit".
14591
14592         * manual/probes.texi (Internal Probes): Add documentation
14593         of setjmp, longjmp and longjmp_target probes.
14594
14595         * include/stap-probe.h: Add comment about probe argument
14596         format.
14597
14598         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14599         definition.  (tr_where, tr_freehook, tr_mallochook,
14600         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14601
14602 2014-02-11  David S. Miller  <davem@davemloft.net>
14603
14604         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14605         processing int_tests.
14606
14607 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14608
14609         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14610         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14611         * sysdeps/unix/sysv/linux/mips: Move directory from
14612         ports/sysdeps/unix/sysv/linux/mips.
14613         * README: Update listing for mips-*-linux-gnu and
14614         mips64-*-linux-gnu.
14615
14616 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14617
14618         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14619         * sysdeps/unix/sysv/linux/m68k: Move directory from
14620         ports/sysdeps/unix/sysv/linux/m68k.
14621         * README: Update listing for m68k-*-linux-gnu.
14622
14623 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14624
14625         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14626         * sysdeps/unix/sysv/linux/generic: Move directory from
14627         ports/sysdeps/unix/sysv/linux/generic.
14628         * sysdeps/unix/sysv/linux/tile: Move directory from
14629         ports/sysdeps/unix/sysv/linux/tile.
14630         * README: Update listing for tile*-*-linux-gnu.
14631
14632 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14633
14634         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14635         __builtin_expect.
14636         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14637         * catgets/open_catalog.c (__open_catalog): Likewise.
14638         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14639         * debug/confstr_chk.c: Likewise.
14640         * debug/fread_chk.c (__fread_chk): Likewise.
14641         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14642         * debug/getgroups_chk.c: Likewise.
14643         * debug/mbsnrtowcs_chk.c: Likewise.
14644         * debug/mbsrtowcs_chk.c: Likewise.
14645         * debug/mbstowcs_chk.c: Likewise.
14646         * debug/memcpy_chk.c: Likewise.
14647         * debug/memmove_chk.c: Likewise.
14648         * debug/mempcpy_chk.c: Likewise.
14649         * debug/memset_chk.c: Likewise.
14650         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14651         * debug/strcat_chk.c (__strcat_chk): Likewise.
14652         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14653         * debug/strncat_chk.c (__strncat_chk): Likewise.
14654         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14655         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14656         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14657         * debug/wcpncpy_chk.c: Likewise.
14658         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14659         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14660         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14661         * debug/wcsncpy_chk.c: Likewise.
14662         * debug/wcsnrtombs_chk.c: Likewise.
14663         * debug/wcsrtombs_chk.c: Likewise.
14664         * debug/wcstombs_chk.c: Likewise.
14665         * debug/wmemcpy_chk.c: Likewise.
14666         * debug/wmemmove_chk.c: Likewise.
14667         * debug/wmempcpy_chk.c: Likewise.
14668         * debug/wmemset_chk.c: Likewise.
14669         * dirent/scandirat.c (SCANDIRAT): Likewise.
14670         * dlfcn/dladdr1.c (dladdr1): Likewise.
14671         * dlfcn/dladdr.c (dladdr): Likewise.
14672         * dlfcn/dlclose.c (dlclose_doit): Likewise.
14673         * dlfcn/dlerror.c (__dlerror): Likewise.
14674         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14675         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14676         * dlfcn/dlopen.c (dlopen_doit): Likewise.
14677         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14678         * dlfcn/dlsym.c (dlsym_doit): Likewise.
14679         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14680         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14681         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14682         Likewise.
14683         * elf/dl-conflict.c: Likewise.
14684         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14685         * elf/dl-dst.h: Likewise.
14686         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14687         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14688         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14689         * elf/dl-init.c (call_init, _dl_init): Likewise.
14690         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
14691         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14692         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14693         Likewise.
14694         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14695         Likewise.
14696         * elf/dl-minimal.c (__libc_memalign): Likewise.
14697         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14698         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14699         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14700         * elf/dl-sym.c (do_sym): Likewise.
14701         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14702         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
14703         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14704         * elf/dl-writev.h (_dl_writev): Likewise.
14705         * elf/ldconfig.c (search_dir): Likewise.
14706         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14707         (dl_main): Likewise.
14708         * elf/setup-vdso.h (setup_vdso): Likewise.
14709         * grp/compat-initgroups.c (compat_call): Likewise.
14710         * grp/fgetgrent.c (fgetgrent): Likewise.
14711         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14712         * grp/putgrent.c (putgrent): Likewise.
14713         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14714         Likewise.
14715         * hurd/hurdinit.c: Likewise.
14716         * iconvdata/8bit-gap.c (struct): Likewise.
14717         * iconvdata/ansi_x3.110.c : Likewise.
14718         * iconvdata/big5.c : Likewise.
14719         * iconvdata/big5hkscs.c : Likewise.
14720         * iconvdata/cp1255.c: Likewise.
14721         * iconvdata/cp1258.c : Likewise.
14722         * iconvdata/cp932.c : Likewise.
14723         * iconvdata/euc-cn.c: Likewise.
14724         * iconvdata/euc-jisx0213.c : Likewise.
14725         * iconvdata/euc-jp.c: Likewise.
14726         * iconvdata/euc-jp-ms.c : Likewise.
14727         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14728         * iconvdata/gb18030.c : Likewise.
14729         * iconvdata/gbbig5.c (const): Likewise.
14730         * iconvdata/gbgbk.c: Likewise.
14731         * iconvdata/gbk.c : Likewise.
14732         * iconvdata/ibm1364.c : Likewise.
14733         * iconvdata/ibm930.c : Likewise.
14734         * iconvdata/ibm932.c: Likewise.
14735         * iconvdata/ibm933.c : Likewise.
14736         * iconvdata/ibm935.c : Likewise.
14737         * iconvdata/ibm937.c : Likewise.
14738         * iconvdata/ibm939.c : Likewise.
14739         * iconvdata/ibm943.c: Likewise.
14740         * iconvdata/iso_11548-1.c: Likewise.
14741         * iconvdata/iso-2022-cn.c : Likewise.
14742         * iconvdata/iso-2022-cn-ext.c : Likewise.
14743         * iconvdata/iso-2022-jp-3.c: Likewise.
14744         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
14745         * iconvdata/iso-2022-kr.c : Likewise.
14746         * iconvdata/iso646.c (gconv_end): Likewise.
14747         * iconvdata/iso_6937-2.c : Likewise.
14748         * iconvdata/iso_6937.c : Likewise.
14749         * iconvdata/iso8859-1.c: Likewise.
14750         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
14751         * iconvdata/shift_jisx0213.c : Likewise.
14752         * iconvdata/sjis.c : Likewise.
14753         * iconvdata/t.61.c : Likewise.
14754         * iconvdata/tcvn5712-1.c : Likewise.
14755         * iconvdata/tscii.c: Likewise.
14756         * iconvdata/uhc.c : Likewise.
14757         * iconvdata/unicode.c (gconv_end): Likewise.
14758         * iconvdata/utf-16.c (gconv_end): Likewise.
14759         * iconvdata/utf-32.c (gconv_end): Likewise.
14760         * iconvdata/utf-7.c (base64): Likewise.
14761         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
14762         * iconv/gconv_close.c (__gconv_close): Likewise.
14763         * iconv/gconv_open.c (__gconv_open): Likewise.
14764         * iconv/gconv_simple.c (internal_ucs4_loop_single)
14765         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
14766         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
14767         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
14768         (ucs4le_internal_loop_single): Likewise.
14769         * iconv/iconv.c (iconv): Likewise.
14770         * iconv/iconv_close.c: Likewise.
14771         * iconv/loop.c (SINGLE): Likewise.
14772         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
14773         * include/atomic.h: Likewise.
14774         * inet/inet6_option.c (option_alloc): Likewise.
14775         * intl/bindtextdom.c (set_binding_values): Likewise.
14776         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
14777         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
14778         * intl/localealias.c (read_alias_file): Likewise.
14779         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
14780         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
14781         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
14782         * libio/fmemopen.c (fmemopen): Likewise.
14783         * libio/iofgets.c (_IO_fgets): Likewise.
14784         * libio/iofgets_u.c (fgets_unlocked): Likewise.
14785         * libio/iofgetws.c (fgetws): Likewise.
14786         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
14787         * libio/iogetdelim.c (_IO_getdelim): Likewise.
14788         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
14789         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
14790         * locale/findlocale.c (_nl_find_locale): Likewise.
14791         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
14792         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
14793         Likewise.
14794         * locale/setlocale.c (setlocale): Likewise.
14795         * login/programs/pt_chown.c (main): Likewise.
14796         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
14797         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
14798         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
14799         (mmap, mmap64, mremap, munmap): Likewise.
14800         * math/e_exp2l.c: Likewise.
14801         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
14802         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
14803         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
14804         * math/s_catan.c (__catan): Likewise.
14805         * math/s_catanf.c (__catanf): Likewise.
14806         * math/s_catanh.c (__catanh): Likewise.
14807         * math/s_catanhf.c (__catanhf): Likewise.
14808         * math/s_catanhl.c (__catanhl): Likewise.
14809         * math/s_catanl.c (__catanl): Likewise.
14810         * math/s_ccosh.c (__ccosh): Likewise.
14811         * math/s_ccoshf.c (__ccoshf): Likewise.
14812         * math/s_ccoshl.c (__ccoshl): Likewise.
14813         * math/s_cexp.c (__cexp): Likewise.
14814         * math/s_cexpf.c (__cexpf): Likewise.
14815         * math/s_cexpl.c (__cexpl): Likewise.
14816         * math/s_clog10.c (__clog10): Likewise.
14817         * math/s_clog10f.c (__clog10f): Likewise.
14818         * math/s_clog10l.c (__clog10l): Likewise.
14819         * math/s_clog.c (__clog): Likewise.
14820         * math/s_clogf.c (__clogf): Likewise.
14821         * math/s_clogl.c (__clogl): Likewise.
14822         * math/s_csin.c (__csin): Likewise.
14823         * math/s_csinf.c (__csinf): Likewise.
14824         * math/s_csinh.c (__csinh): Likewise.
14825         * math/s_csinhf.c (__csinhf): Likewise.
14826         * math/s_csinhl.c (__csinhl): Likewise.
14827         * math/s_csinl.c (__csinl): Likewise.
14828         * math/s_csqrt.c (__csqrt): Likewise.
14829         * math/s_csqrtf.c (__csqrtf): Likewise.
14830         * math/s_csqrtl.c (__csqrtl): Likewise.
14831         * math/s_ctan.c (__ctan): Likewise.
14832         * math/s_ctanf.c (__ctanf): Likewise.
14833         * math/s_ctanh.c (__ctanh): Likewise.
14834         * math/s_ctanhf.c (__ctanhf): Likewise.
14835         * math/s_ctanhl.c (__ctanhl): Likewise.
14836         * math/s_ctanl.c (__ctanl): Likewise.
14837         * math/w_pow.c: Likewise.
14838         * math/w_powf.c: Likewise.
14839         * math/w_powl.c: Likewise.
14840         * math/w_scalb.c (sysv_scalb): Likewise.
14841         * math/w_scalbf.c (sysv_scalbf): Likewise.
14842         * math/w_scalbl.c (sysv_scalbl): Likewise.
14843         * misc/error.c (error_tail): Likewise.
14844         * misc/pselect.c (__pselect): Likewise.
14845         * nis/nis_callback.c (__nis_create_callback): Likewise.
14846         * nis/nis_call.c (__nisfind_server): Likewise.
14847         * nis/nis_creategroup.c (nis_creategroup): Likewise.
14848         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
14849         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
14850         * nis/nis_getservlist.c (nis_getservlist): Likewise.
14851         * nis/nis_lookup.c (nis_lookup): Likewise.
14852         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
14853         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
14854         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
14855         * nis/nis_xdr.c (xdr_endpoint): Likewise.
14856         * nis/nss_compat/compat-grp.c (getgrent_next_file)
14857         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
14858         * nis/nss_compat/compat-initgroups.c (add_group)
14859         (internal_getgrent_r): Likewise.
14860         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
14861         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
14862         * nis/nss_compat/compat-spwd.c (getspent_next_file)
14863         (internal_getspnam_r): Likewise.
14864         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
14865         (_nss_nis_getaliasbyname_r): Likewise.
14866         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
14867         (_nss_nis_getntohost_r): Likewise.
14868         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
14869         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
14870         (_nss_nis_getgrgid_r): Likewise.
14871         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
14872         (internal_nis_gethostent_r, internal_gethostbyname2_r)
14873         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
14874         (_nss_nis_gethostbyname4_r): Likewise.
14875         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
14876         (initgroups_netid): Likewise.
14877         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
14878         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
14879         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
14880         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
14881         (_nss_nis_getprotobynumber_r): Likewise.
14882         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
14883         (_nss_nis_getsecretkey): Likewise.
14884         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
14885         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
14886         (_nss_nis_getpwuid_r): Likewise.
14887         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
14888         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
14889         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
14890         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
14891         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
14892         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
14893         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
14894         Likewise.
14895         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
14896         (_nss_nisplus_getntohost_r): Likewise.
14897         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
14898         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
14899         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
14900         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
14901         Likewise.
14902         * nis/nss_nisplus/nisplus-initgroups.c
14903         (_nss_nisplus_initgroups_dyn): Likewise.
14904         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
14905         (_nss_nisplus_getnetbyaddr_r): Likewise.
14906         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
14907         (_nss_nisplus_getprotobynumber_r): Likewise.
14908         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
14909         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
14910         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
14911         Likewise.
14912         * nis/nss_nisplus/nisplus-service.c
14913         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
14914         (_nss_nisplus_getservbyport_r): Likewise.
14915         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
14916         (_nss_nisplus_getspnam_r): Likewise.
14917         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
14918         Likewise.
14919         * nscd/aicache.c (addhstaiX): Likewise.
14920         * nscd/cache.c (cache_search, prune_cache): Likewise.
14921         * nscd/connections.c (register_traced_file, send_ro_fd)
14922         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
14923         (main_loop_epoll): Likewise.
14924         * nscd/grpcache.c (addgrbyX): Likewise.
14925         * nscd/hstcache.c (addhstbyX): Likewise.
14926         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14927         * nscd/mem.c (gc, mempool_alloc): Likewise.
14928         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
14929         (addinnetgrX): Likewise.
14930         * nscd/nscd-client.h (__nscd_acquire_maplock)
14931         (__nscd_drop_map_ref): Likewise.
14932         * nscd/nscd_getai.c (__nscd_getai): Likewise.
14933         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
14934         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
14935         Likewise.
14936         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
14937         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
14938         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
14939         (__nscd_get_map_ref): Likewise.
14940         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
14941         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
14942         Likewise.
14943         * nscd/pwdcache.c (addpwbyX): Likewise.
14944         * nscd/selinux.c (preserve_capabilities): Likewise.
14945         * nscd/servicescache.c (addservbyX): Likewise.
14946         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
14947         * posix/fnmatch.c (fnmatch): Likewise.
14948         * posix/getopt.c (_getopt_internal_r): Likewise.
14949         * posix/glob.c (glob, glob_in_dir): Likewise.
14950         * posix/wordexp.c (exec_comm_child): Likewise.
14951         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
14952         (getanswer_r, gaih_getanswer_slice): Likewise.
14953         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
14954         * resolv/res_init.c: Likewise.
14955         * resolv/res_mkquery.c (res_nmkquery): Likewise.
14956         * resolv/res_query.c (__libc_res_nquery): Likewise.
14957         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
14958         Likewise.
14959         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
14960         * stdio-common/perror.c (perror): Likewise.
14961         * stdio-common/printf_fp.c (___printf_fp): Likewise.
14962         * stdio-common/tmpnam.c (tmpnam): Likewise.
14963         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
14964         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
14965         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
14966         Likewise.
14967         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
14968         * stdlib/putenv.c (putenv): Likewise.
14969         * stdlib/setenv.c (__add_to_environ): Likewise.
14970         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
14971         * stdlib/strtol_l.c (INTERNAL): Likewise.
14972         * string/memmem.c (memmem): Likewise.
14973         * string/strerror.c (strerror): Likewise.
14974         * string/strnlen.c (__strnlen): Likewise.
14975         * string/test-memmem.c (simple_memmem): Likewise.
14976         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
14977         * sunrpc/pm_getport.c (__get_socket): Likewise.
14978         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
14979         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
14980         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
14981         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
14982         Likewise.
14983         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
14984         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
14985         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
14986         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
14987         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
14988         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
14989         Likewise.
14990         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
14991         Likewise.
14992         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
14993         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
14994         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
14995         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
14996         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
14997         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
14998         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14999         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15000         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15001         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15002         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15003         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15004         Likewise.
15005         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15006         Likewise.
15007         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15008         Likewise.
15009         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15010         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15011         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15012         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15013         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15014         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15015         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15016         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15017         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15018         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15019         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15020         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15021         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15022         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15023         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15024         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15025         Likewise.
15026         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15027         Likewise.
15028         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15029         Likewise.
15030         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15031         Likewise.
15032         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15033         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15034         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15035         Likewise.
15036         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15037         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15038         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15039         * sysdeps/posix/sleep.c: Likewise.
15040         * sysdeps/posix/tempname.c: Likewise.
15041         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15042         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15043         Likewise.
15044         * sysdeps/powerpc/powerpc32/dl-machine.h
15045         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15046         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15047         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15048         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15049         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15050         Likewise.
15051         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15052         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15053         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15054         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15055         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15056         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15057         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15058         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15059         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15060         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15061         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15062         (elf_machine_lazy_rel): Likewise.
15063         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15064         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15065         (elf_machine_lazy_rel): Likewise.
15066         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15067         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15068         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15069         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15070         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15071         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15072         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15073         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15074         Likewise.
15075         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15076         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15077         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15078         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15079         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15080         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15081         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15082         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15083         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15084         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15085         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15086         Likewise.
15087         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15088         (__posix_fallocate64_l64): Likewise.
15089         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15090         (posix_fallocate): Likewise.
15091         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15092         Likewise.
15093         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15094         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15095         (getifaddrs_internal): Likewise.
15096         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15097         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15098         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15099         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15100         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15101         (__posix_fallocate64_l64): Likewise.
15102         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15103         Likewise.
15104         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15105         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15106         (__get_clockfreq): Likewise.
15107         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15108         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15109         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15110         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15111         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15112         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15113         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15114         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15115         Likewise.
15116         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15117         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15118         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15119         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15120         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15121         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15122         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15123         Likewise.
15124         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15125         (posix_fallocate): Likewise.
15126         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15127         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15128         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15129         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15130         (elf_machine_rela, elf_machine_rela_relative)
15131         (elf_machine_lazy_rel): Likewise.
15132         * time/asctime.c (asctime_internal): Likewise.
15133         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15134         * time/tzset.c (__tzset_parse_tz): Likewise.
15135         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15136         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15137         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15138         * wcsmbs/wcsmbsload.h: Likewise.
15139
15140         [BZ #15894]
15141         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15142
15143         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15144         (arena_get2): Remove THREAD_STATS conditionals.
15145         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15146         (__malloc_stats, int): Likewise.
15147
15148 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15149
15150         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15151         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15152
15153         * manual/setjmp.texi: Fix typos/grammar errors.
15154
15155         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15156         Only return early when n is <= 0.  Delete unused return statement.
15157
15158         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15159         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15160         * debug/tst-longjmp_chk3.c: New file.
15161
15162         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15163         (test_main): Replace code with set_fortify_handler call.
15164         * debug/test-strcpy_chk.c: Likewise.
15165         * debug/tst-chk1.c: Likewise.
15166         * debug/tst-longjmp_chk.c: Likewise.
15167         * test-skeleton.c: Include fcntl.h & paths.h
15168         (set_fortify_handler): Define.
15169
15170         * debug/tst-longjmp_chk.c: Add header comment and include
15171         ../test-skeleton.c.
15172         (do_test): Mark static.
15173         (TEST_FUNCTION): Define.
15174
15175         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15176         (IP_PMTUDISC_INTERFACE): Likewise.
15177         (IP_MULTICAST_IF): Likewise.
15178         (IP_MULTICAST_TTL): Likewise.
15179         (IP_MULTICAST_LOOP): Likewise.
15180         (IP_ADD_MEMBERSHIP): Likewise.
15181         (IP_DROP_MEMBERSHIP): Likewise.
15182         (IP_UNBLOCK_SOURCE): Likewise.
15183         (IP_BLOCK_SOURCE): Likewise.
15184         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15185         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15186         (IP_MSFILTER): Likewise.
15187         (MCAST_JOIN_GROUP): Likewise.
15188         (MCAST_BLOCK_SOURCE): Likewise.
15189         (MCAST_UNBLOCK_SOURCE): Likewise.
15190         (MCAST_LEAVE_GROUP): Likewise.
15191         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15192         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15193         (MCAST_MSFILTER): Likewise.
15194         (IP_MULTICAST_ALL): Likewise.
15195         (IP_UNICAST_IF): Likewise.
15196
15197         * timezone/Makefile: Delete $(have-ksh) check.
15198         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15199         * timezone/tzselect.ksh: Add +x mode bits.
15200
15201         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15202         (ANON_INODE_FS_MAGIC): Likewise.
15203         (BDEVFS_MAGIC): Likewise.
15204         (BINFMTFS_MAGIC): Likewise.
15205         (BTRFS_TEST_MAGIC): Likewise.
15206         (CRAMFS_MAGIC_WEND): Likewise.
15207         (DEBUGFS_MAGIC): Likewise.
15208         (ECRYPTFS_SUPER_MAGIC): Likewise.
15209         (EXT3_SUPER_MAGIC): Likewise.
15210         (EXT4_SUPER_MAGIC): Likewise.
15211         (FUTEXFS_SUPER_MAGIC): Likewise.
15212         (HOSTFS_SUPER_MAGIC): Likewise.
15213         (HUGETLBFS_MAGIC): Likewise.
15214         (MINIX3_SUPER_MAGIC): Likewise.
15215         (MTD_INODE_FS_MAGIC): Likewise.
15216         (NILFS_SUPER_MAGIC): Likewise.
15217         (OPENPROM_SUPER_MAGIC): Likewise.
15218         (PIPEFS_MAGIC): Likewise.
15219         (PSTOREFS_MAGIC): Likewise.
15220         (QNX6_SUPER_MAGIC): Likewise.
15221         (RAMFS_MAGIC): Likewise.
15222         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15223         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15224         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15225         (SECURITYFS_MAGIC): Likewise.
15226         (SELINUX_MAGIC): Likewise.
15227         (SMACK_MAGIC): Likewise.
15228         (SOCKFS_MAGIC): Likewise.
15229         (SQUASHFS_MAGIC): Likewise.
15230         (STACK_END_MAGIC): Likewise.
15231         (TMPFS_MAGIC): Likewise.
15232         (USBDEVICE_SUPER_MAGIC): Likewise.
15233         (V9FS_MAGIC): Likewise.
15234         (XENFS_SUPER_MAGIC): Likewise.
15235         (CRAMFS_MAGIC): Fix typo in comment.
15236         (EXT2_SUPER_MAGIC): Update comment.
15237         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15238
15239 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15240
15241         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15242         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15243         * sysdeps/unix/sysv/linux/arm: Move directory from
15244         ports/sysdeps/unix/sysv/linux/arm.
15245         * README: Update listing for arm-*-linux-gnueabi.
15246
15247         * README: Remove mention of am33.
15248
15249 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15250
15251         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15252         than the comma operator, to avoid "rhs of comma has no effect"
15253         compiler warnings.
15254         (__sigfillset, __sigandset, __sigorset): Likewise.
15255         * include/signal.h (__sigemptyset): Likewise.
15256         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15257
15258 2014-02-07  Allan McRae  <allan@archlinux.org>
15259
15260         * version.h (RELEASE): Set to "development".
15261         (VERSION): Set to "2.19.90"
15262         * NEWS: Add 2.20 section.
15263
15264 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15265
15266         [BZ #16529]
15267         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15268
15269 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15270
15271         * manual/contrib.texi: Update entry for Carlos O'Donell,
15272         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15273
15274 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15275
15276         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15277
15278         * sysdeps/unix/sysv/linux/kernel-features.h
15279         [__LINUX_KERNEL_VERSION >= 0x020621]
15280         (__ASSUME_PROC_PID_TASK_COMM): Define.
15281
15282 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15283
15284         [BZ #16398]
15285         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15286         conversion when destination buffer does not have enough space.
15287         * libio/tst-ftell-partial-wide.c: New test case.
15288         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15289
15290         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15291         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15292         Leonard and Allan McRae.
15293
15294 2014-02-04  David S. Miller  <davem@davemloft.net>
15295
15296         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15297         32-bit.
15298
15299 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15300
15301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15302         New file
15303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15304         New file
15305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15306         New file.
15307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15308         New file.
15309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15310         New file.
15311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15312         New file.
15313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15314         New file.
15315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15316         New file.
15317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15318         New file.
15319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15320         New file.
15321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15322         New file.
15323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15324         New file.
15325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15326         New file.
15327
15328 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15329
15330         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15331         * shlib-versions: Likewise.
15332
15333 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15334             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15335
15336         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15337         (abilist-pattern): New variable, set to %-le.abilist.
15338
15339         * Makerules (abilist-pattern): New variable.
15340         (vpath): Use $(abilist-pattern) in place of %.abilist.
15341         (check-abi-% pattern rule): Likewise.
15342         (check-abi, update-abi): Likewise.
15343
15344 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15345
15346         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15347
15348 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15349
15350         * manual/startup.texi: Add next, previous, and top entries for
15351         the `Program Arguments' and `Environment Variables' nodes.
15352
15353 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15354
15355         * manual/macros.texi: Add comments before MTASC-safety macros.
15356
15357         * manual/users.texi: Document MTASC-safety properties.
15358
15359         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15360         (pthread_getspecific, pthread_setspecific): Format with
15361         @deftypefun, and add @safety note.
15362         * manual/signal.texi: Move comments that analyze the above
15363         functions to their home place.
15364
15365 2014-02-03  Allan McRae  <allan@archlinux.org>
15366
15367         * po/sl.po: Update Slovenian translation from translation project.
15368
15369 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15370
15371         * manual/time.texi (timegm): Add missing blank after @c.
15372         Reported by Joseph Myers <joseph@codesourcery.com>.
15373
15374 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15375
15376         * manual/check-safety.sh: New.
15377         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15378
15379         * manual/terminal.texi: Document MTASC-safety properties.
15380
15381         * manual/filesys.texi: Document MTASC-safety properties.
15382
15383         * manual/errno.texi: Document MTASC-safety properties.
15384
15385         * manual/intro.texi: Document safety identifiers and
15386         conditionals.
15387
15388         * manual/string.texi (wcstok): Fix prototype.
15389         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15390
15391         * manual/time.texi: Document MTASC-safety properties.
15392
15393         * manual/string.texi: Document MTASC-safety properties.
15394
15395         * manual/threads.texi: Document MTASC-safety properties.
15396
15397         * manual/stdio.texi: Document MTASC-safety properties.
15398
15399         * manual/syslog.texi: Document MTASC-safety properties.
15400
15401         * manual/sysinfo.texi: Document MTASC-safety properties.
15402
15403         * manual/startup.texi: Document MTASC-safety properties.
15404
15405         * manual/socket.texi: Document MTASC-safety properties.
15406
15407         * manual/signal.texi: Document MTASC-safety properties.
15408
15409 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15410
15411         * manual/setjmp.texi: Document MTASC-safety properties.
15412
15413         * manual/search.texi: Document MTASC-safety properties.
15414
15415         * manual/resource.texi: Document MTASC-safety properties.
15416
15417         * manual/process.texi: Document MTASC-safety properties.
15418
15419         * manual/platform.texi: Document MTASC-safety properties.
15420
15421         * manual/pipe.texi: Document MTASC-safety properties.
15422
15423         * manual/pattern.texi: Document MTASC-safety properties.
15424
15425         * manual/message.texi: Document MTASC-safety properties.
15426
15427         [BZ #12751]
15428         * manual/memory.texi: Document MTASC-safety properties.
15429
15430         * manual/math.texi: Document MTASC-safety properties.
15431
15432         * manual/locale.texi: Document MTASC-safety properties.
15433
15434         * manual/llio.texi: Document MTASC-safety properties.
15435
15436         * manual/libdl.texi: New.
15437
15438         * manual/lang.texi: Document MTASC-safety properties.
15439
15440         * manual/job.texi: Document MTASC-safety properties.
15441
15442         * manual/getopt.texi: Document MTASC-safety properties.
15443
15444         * manual/ctype.texi: Document MTASC-safety properties.
15445
15446 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15447
15448         [BZ #16046]
15449         * csu/libc-tls.c (static_map): Remove variable.
15450         (__libc_setup_tls): Use main executable's link map for TLS data.
15451         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15452         casing for LM_ID_BASE and GL(dl_nns).
15453         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15454         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15455         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15456         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15457         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15458         member.
15459         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15460         l_phnum members.
15461
15462 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15463
15464         * manual/debug.texi: Document MTASC-safety properties.
15465
15466 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15467
15468         [BZ #16510]
15469         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15470         of __x86_64__ when disabling x87 inline functions.
15471
15472 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15473
15474         * manual/charset.texi: Document MTASC-safety properties.
15475
15476         * manual/crypt.texi: Document MTASC-safety properties.
15477
15478         * manual/conf.texi: Document MTASC-safety properties.
15479
15480         * manual/arith.texi: Document MTASC-safety properties.
15481
15482         * manual/argp.texi: Document MTASC-safety properties.
15483
15484         * manual/macros.texi: Introduce macros to document multi
15485         thread, asynchronous signal and asynchronous cancellation
15486         safety properties.
15487         * manual/intro.texi: Introduce the properties themselves.
15488
15489 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15490
15491         * sysdeps/sh/sh4/Makefile: New file.
15492
15493 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15494
15495         * math/gen-libm-test.pl ($srcdir): New variable.
15496         ($auto_input): Use it.
15497
15498 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15499
15500         [BZ #16506]
15501         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15502         access beyond array bounds when parsing netgroups file.
15503
15504         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15505         the old buffer before realloc.
15506
15507 2014-01-27  Allan McRae  <allan@archlinux.org>
15508
15509         * po/fr.po: Update French translation from translation project.
15510
15511 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15512
15513         * sysdeps/sh/libm-test-ulps: Regenerate.
15514
15515 2014-01-24  David S. Miller  <davem@davemloft.net>
15516
15517         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15518
15519 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15520
15521         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15522         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15523
15524 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15525
15526         [BZ #16474]
15527         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15528         string pointers after reallocation.
15529
15530 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15531
15532         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15533         __SH4A__ instead of __SH_FPU_ANY__.
15534
15535 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15536
15537         * sysdeps/sh/fpu_control.h: New file.
15538         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15539         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15540         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15541         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15542         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15543         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15544         * sysdeps/sh/sys/ucontext.h: Remove.
15545         * sysdeps/sh/sys: Remove directory.
15546
15547 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15548
15549         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15550         s390/sys/ucontext.h.
15551         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15552         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15553
15554 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15555
15556         [BZ #15605]
15557         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15558
15559 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15560
15561         [BZ#16431]
15562         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15563         Adjust the vDSO correctly for internal calls.
15564         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15565
15566 2014-01-20  Allan McRae  <allan@archlinux.org>
15567
15568         * po/ca.po: Update Catalan translation from translation project.
15569
15570 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15571
15572         * sysdeps/s390/sotruss-lib.c: New file.
15573
15574 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15575
15576         [BZ#16430]
15577         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15578         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15579         local calls issues by not having a PLT stub required for IFUNC calls.
15580         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15581
15582 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15583
15584         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15585         * math/test-fpucw-static.c: Likewise.
15586
15587 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15588
15589         [BZ #16453]
15590         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15591
15592 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15593
15594         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15595         implementation for powerpc.
15596
15597 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15598
15599         [BZ #14782]
15600         * sysdeps/posix/system.c (__libc_system): Do not enable
15601         asynchronous cancellation.
15602
15603 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15604
15605         [BZ #16427]
15606         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15607         handling only for numbers special also in the IEEE case.
15608
15609 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15610
15611         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15612
15613 2014-01-11  Allan McRae  <allan@archlinux.org>
15614
15615         * po/bg.po: Update Bulgarian translation from translation project.
15616
15617         * po/de.po: Update German translation from translation project.
15618
15619 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15620
15621         * sysdeps/generic/gcc-compat.h: New file.
15622
15623 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15624
15625         * benchtests/asin-inputs: Correct slow inputs.
15626         * benchtests/acos-inputs: Likewise.
15627
15628 2014-01-10  Allan McRae  <allan@archlinux.org>
15629
15630         * po:sv.po: Update Swedish translation from translation project.
15631
15632         * po/vi.po: Update Vietnamese translation from translation project.
15633
15634         * po/eo.po: Update Esperanto translation from translation project.
15635
15636         * po/cs.po: Update Czech translation from translation project.
15637
15638         * po/nl.po: Update Dutch translation from translation project.
15639
15640         * po/pl.po: Update Polish translation from translation project.
15641
15642         * po/ru.po: Update Russian translation from translation project.
15643
15644         * po/uk.po: Update Ukrainian translation from translation project.
15645
15646 2014-01-08  Brooks Moses  <bmoses@google.com>
15647
15648         * elf/dl-load.c: Fix comment typo.
15649
15650 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
15651
15652         * po/header.pot: Rename to...
15653         * po/pot.header: ... this.
15654         * po/Makefile: Use pot.header.
15655
15656 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
15657             Maxim Kuvyrkov  <maxim@kugelworks.com>
15658
15659         [BZ #16394]
15660         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15661         SRC and DEST against LEN.
15662
15663 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15664
15665         [BZ #16414]
15666         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15667         implementation.
15668         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15669
15670 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15671
15672         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15673
15674 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
15675
15676         [BZ #16408]
15677         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15678         for large positive arguments.
15679
15680 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
15681
15682         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15683
15684         * math/auto-libm-test-in: Mark various tests with
15685         xfail-rounding:ldbl-128ibm.
15686         * math/auto-libm-test-out: Regenerated.
15687
15688         [BZ #16407]
15689         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15690         Increase overflow threshold.
15691
15692 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
15693
15694         [BZ #14286]
15695         * stdio-common/vfprintf.c: Check for integer overflow.
15696
15697 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15698
15699         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15700         the first argument and return value of __tls_get_addr_internal.
15701
15702 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15703
15704         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15705         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15706
15707 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15708
15709         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15710         * sysdeps/s390/rtld-global-offsets.sym: New file.
15711         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15712         GLIBC_2.19 symbol.
15713         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15714         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15715         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15716         ... this.
15717         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15718         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15719         ... this.
15720         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15721         Regenerate.
15722         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15723         Regenerate.
15724         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15725         halfs of GPRs for high_gprs contexts.
15726         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15727         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
15728         field.
15729         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15730         uc_flags field.
15731         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15732         64 bit versions:
15733         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15734         for high GPRs (uc_high_gprs) and for future extensions
15735         (__reserved).
15736         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15737         for future extensions (__reserved).
15738         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15739         64 bit versions:
15740         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15741         SC_HIGHGPRS offset definition.
15742         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
15743         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
15744
15745         * Versions.def: Add GLIBC_2.19 for libpthread.
15746         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
15747         siglongjmp for libpthread with GLIBC_2.19 symver.
15748         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
15749         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
15750         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
15751         * sysdeps/s390/__longjmp.c: New file.
15752         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
15753         * sysdeps/s390/longjmp.c: New file.
15754         * sysdeps/s390/setjmp.S: New file.
15755         * sysdeps/s390/sigjmp.S: New file.
15756         * sysdeps/s390/v1-longjmp.c: New file.
15757         * sysdeps/s390/v1-setjmp.h: New file.
15758         * sysdeps/s390/v1-sigjmp.c: New file.
15759         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
15760         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
15761         GLIBC_2.19 version.
15762         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
15763         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
15764         versioned symbols for ____longjmp_chk.
15765         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
15766         Likewise.
15767         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15768         Regenerate.
15769         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15770         Regenerate.
15771         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15772         Regenerate.
15773         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15774         Regenerate.
15775         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
15776         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
15777         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
15778         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
15779         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
15780         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
15781         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
15782         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
15783         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
15784         * sysdeps/s390/rtld-__longjmp.c: New file.
15785         * sysdeps/s390/rtld-setjmp.S: New file.
15786
15787 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
15788
15789         [BZ #16400]
15790         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15791         Return -__logl (x) for small positive arguments without evaluating
15792         a polynomial.
15793
15794 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
15795
15796         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
15797         Rename to ...
15798         (__ptrace_peeksiginfo_args): ... this.
15799         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15800         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15801         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15802
15803 2014-01-06  Allan McRae  <allan@archlinux.org>
15804
15805         * inet/netinet/in.h: Fix typo in comment.
15806
15807 2014-01-05  Andreas Jaeger  <aj@suse.de>
15808
15809         * sysdeps/i386/fpu/libm-test-ulps: Update.
15810
15811 2014-01-05  Allan McRae  <allan@archlinux.org>
15812
15813         * po/libc.pot: Regenerated.
15814
15815         * malloc/memusagestat.c: Fix gettext call formatting.
15816
15817 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
15818
15819         * nscd/nscd.c: Improve usage() output.
15820
15821 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
15822
15823         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
15824         * sysdeps/unix/sysv/linux/configure: Regenerated.
15825         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
15826         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
15827
15828 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15829
15830         [BZ #16390]
15831         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15832         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
15833
15834 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15835
15836         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
15837         extra tokens at end of #undef directive.
15838         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
15839         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
15840         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
15841
15842 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15843
15844         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15845
15846         * math/auto-libm-test-in: Mark various tests with
15847         xfail-rounding:ldbl-128ibm.
15848         * math/auto-libm-test-out: Regenerated.
15849
15850 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
15851
15852         [BZ #16386]
15853         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
15854         numbers with subnormal high part when calculating exponent.
15855
15856         [BZ #16385]
15857         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
15858         fabs.
15859
15860         [BZ #16384]
15861         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
15862         M_LN2l.
15863         (__ieee754_acoshl): Use __log1pl not __log1p.
15864
15865 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
15866
15867         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
15868         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
15869         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
15870         (grow_heap, heap_trim, _int_new_arena, get_free_list)
15871         (reused_arena, arena_get2): Convert to GNU style.
15872         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
15873         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
15874         (memalign_check, __malloc_set_state): Likewise.
15875         * malloc/mallocbug.c (main): Likewise.
15876         * malloc/malloc.c (__malloc_assert, malloc_init_state)
15877         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
15878         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
15879         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
15880         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
15881         (__posix_memalign, malloc_info): Likewise.
15882         * malloc/malloc.h: Likewise.
15883         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
15884         (mallochook, memalignhook, reallochook, mabort): Likewise.
15885         * malloc/mcheck.h: Likewise.
15886         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
15887         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
15888         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
15889         * malloc/morecore.c (__default_morecore): Likewise.
15890         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
15891         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
15892         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
15893         (print_and_abort): Likewise.
15894         * malloc/obstack.h: Likewise.
15895         * malloc/set-freeres.c (__libc_freeres): Likewise.
15896         * malloc/tst-mallocstate.c (main): Likewise.
15897         * malloc/tst-mtrace.c (main): Likewise.
15898         * malloc/tst-realloc.c (do_test): Likewise.
15899
15900 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15901
15902         [BZ #16366]
15903         * nscd/netgroupcache.c (do_notfound): New function.
15904         (addgetnetgrentX): Use it.
15905
15906         [BZ # 16365]
15907         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
15908         NSS_STATUS_NOTFOUND.
15909
15910 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
15911
15912         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
15913         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15914
15915 2014-01-01  Allan McRae  <allan@archlinux.org>
15916
15917         * scripts/update-copyrights: Update configure input file suffix.
15918
15919         * NEWS: Update copyright year.
15920         * catgets/gencat.c: Likewise.
15921         * csu/version.c: Likewise.
15922         * debug/catchsegv.sh: Likewise.
15923         * debug/pcprofiledump.c: Likewise.
15924         * debug/xtrace.sh: Likewise.
15925         * elf/ldconfig.c: Likewise.
15926         * elf/ldd.bash.in: Likewise.
15927         * elf/pldd.c: Likewise.
15928         * elf/sotruss.ksh: Likewise.
15929         * elf/sprof.c: Likewise.
15930         * iconv/iconv_prog.c: Likewise.
15931         * iconv/iconvconfig.c: Likewise.
15932         * locale/programs/locale.c: Likewise.
15933         * locale/programs/localedef.c: Likewise.
15934         * login/programs/pt_chown.c: Likewise.
15935         * malloc/memusage.sh: Likewise.
15936         * malloc/memusagestat.c: Likewise.
15937         * malloc/mtrace.pl: Likewise.
15938         * manual/libc.texinfo: Likewise.
15939         * nscd/nscd.c: Likewise.
15940         * nss/getent.c: Likewise.
15941         * nss/makedb.c: Likewise.
15942         * posix/getconf.c: Likewise.
15943         * scripts/test-installation.pl: Likewise.
15944
15945         * All files with FSF copyright notices: Update copyright dates
15946         using scripts/update-copyrights.
15947         * intl/plural.c: Regenerated.
15948         * locale/programs/charmap-kw.h: Likewise.
15949         * locale/programs/locfile-kw.h: Likewise.
15950
15951 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
15952
15953         * sysdeps/unix/sysv/linux/configure: Regenerated.
15954         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
15955         the linux/fanotify.h header.
15956         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
15957         HAVE_LINUX_FANOTIFY_H is defined.
15958
15959 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
15960
15961         * benchtests/cos-inputs: New inputs.
15962         * benchtests/sin-inputs: Likewise.
15963
15964         * benchtests/atan-inputs: New inputs. Fix name of multiple
15965         precision fallback inputs.
15966
15967         * benchtests/atanh-inputs: New inputs.
15968         * benchtests/tanh-inputs: Likewise.
15969
15970         * benchtests/acosh-inputs: New inputs.
15971         * benchtests/asinh-inputs: Likewise.
15972
15973         * benchtests/cosh-inputs: New inputs.
15974         * benchtests/sinh-inputs: Likewise.
15975
15976         * benchtests/acos-inputs: Add more inputs.
15977         * benchtests/asin-inputs: Likewise.
15978
15979 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
15980
15981         [BZ #16375]
15982         * manual/arith.texi: Fix spelling.
15983         * manual/charset.texi: Likewise.
15984         * manual/errno.texi: Likewise.
15985         * manual/filesys.texi: Likewise.
15986         * manual/lang.texi: Likewise.
15987         * manual/llio.texi: Likewise.
15988         * manual/locale.texi: Likewise.
15989         * manual/message.texi: Likewise.
15990         * manual/resource.texi: Likewise.
15991         * manual/search.texi: Likewise.
15992         * manual/setjmp.texi: Likewise.
15993         * manual/stdio.texi: Likewise.
15994         * manual/string.texi: Likewise.
15995         * manual/sysinfo.texi: Likewise.
15996         * manual/time.texi: Likewise.
15997
15998 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
15999
16000         * po/sl.po: New file.
16001
16002 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16003
16004         * .gitignore: Add core/.gdbinit/.gdb_history.
16005
16006 2013-12-27  Allan McRae  <allan@archlinux.org>
16007
16008         [BZ #16369]
16009         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16010         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16011
16012 2013-12-24  Brooks Moses  <bmoses@google.com>
16013
16014         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16015         all compilers that claim C++98 compliance, not just GCC.
16016         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16017         Likewise.
16018
16019 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16020
16021         * NEWS: Restore accidentally deleted bug-fix entries.
16022
16023 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16024             Ondřej Bílka  <neleai@seznam.cz>
16025
16026         [BZ #15073]
16027         * malloc/malloc.c (_int_free): Perform sanity check only if we
16028         have_lock.
16029
16030 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16031
16032         [BZ #12986]
16033         * manual/stdio.texi (String Input Conversions): Clarify that character
16034         classes are not supported.
16035
16036 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16037
16038         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16039
16040 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16041
16042         [BZ #16337]
16043         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16044         Calculate results for small negative arguments directly rather
16045         than using reflection formula with special underflow handling.
16046
16047         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16048         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16049         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16050         (fchflags): Likewise.
16051         (revoke): Likewise.
16052         (setlogin): Likewise.
16053         (sigaltstack): Likewise.
16054         (wait4): Likewise.
16055         (sigblock): Remove.
16056         (sigsetmask): Likewise.
16057         (wait3): Likewise.
16058         (waitpid): Likewise.
16059         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16060         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16061         file.
16062         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16063         * sysdeps/unix/bsd/Makefile: ... here.
16064         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16065         * sysdeps/unix/bsd/Versions: ... here.
16066         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16067         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16068         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16069         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16070         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16071         * sysdeps/unix/bsd/sigblock.c: ... here.
16072         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16073         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16074         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16075         * sysdeps/unix/bsd/sigvec.c: ... here.
16076         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16077         * sysdeps/unix/bsd/tcdrain.c: ... here.
16078         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16079         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16080         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16081         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16082         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16083         * sysdeps/unix/bsd/wait.c: ... here.
16084         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16085         * sysdeps/unix/bsd/wait3.c: ... here.
16086         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16087         * sysdeps/unix/bsd/waitpid.c: ... here.
16088
16089 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16090
16091         [BZ #16356]
16092         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16093         round-to-nearest for [!USE_AS_EXPM1L].
16094         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16095         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16096         more tests of exp and exp10.  Expect some exp10 tests to miss
16097         exceptions or fail in directed rounding modes.
16098         * math/auto-libm-test-out: Regenerated.
16099         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16100         (exp10_test_tonearest): New function.
16101         (exp10_towardzero_test_data): New array.
16102         (exp10_test_towardzero): New function.
16103         (exp10_downward_test_data): New array.
16104         (exp10_test_downward): New function.
16105         (exp10_upward_test_data): New array.
16106         (exp10_test_upward): New function.
16107         (main): Call the new functions.
16108         * sysdeps/i386/fpu/libm-test-ulps: Update.
16109         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16110
16111 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16112
16113         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16114         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16115         * math/auto-libm-test-out: Regenerated.
16116         * math/libm-test.inc (acosh_test_data): Add more tests.
16117         (atanh_test_data): Likewise.
16118         (ceil_test_data): Likewise.
16119         (copysign_test_data): Likewise.
16120         * sysdeps/i386/fpu/libm-test-ulps: Update.
16121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16122
16123         * timezone/checktab.awk: Update from tzcode 2013i.
16124         * timezone/private.h: Likewise.
16125         * timezone/scheck.c: Likewise.
16126         * timezone/tzfile.h: Likewise.
16127         * timezone/tzselect.ksh: Likewise.
16128         * timezone/zdump.c: Likewise.
16129         * timezone/zic.c: Likewise.
16130
16131         * math/auto-libm-test-in: Add tests of cpow.
16132         * math/auto-libm-test-out: Regenerated.
16133         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16134         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16135         mpc_cc_c.
16136         (func_calc_desc): Add mpc_cc_c union field.
16137         (test_functions): Add cpow.
16138         (special_fill_2pi): New function.
16139         (special_real_inputs): Add 2pi.
16140         (calc_generic_results): Handle mpc_cc_c.
16141         * sysdeps/i386/fpu/libm-test-ulps: Update.
16142         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16143
16144         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16145         csqrt, ctan and ctanh.
16146         * math/auto-libm-test-out: Regenerated.
16147         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16148         (TEST_COND_x86): Likewise.
16149         (ccos_test_data): Use AUTO_TESTS_c_c.
16150         (ccosh_test_data): Likewise.
16151         (cexp_test_data): Likewise.
16152         (clog_test_data): Likewise.
16153         (csqrt_test_data): Likewise.
16154         (ctan_test_data): Likewise.
16155         (ctan_tonearest_test_data): Likewise.
16156         (ctan_towardzero_test_data): Likewise.
16157         (ctan_downward_test_data): Likewise.
16158         (ctan_upward_test_data): Likewise.
16159         (ctanh_test_data): Likewise.
16160         (ctanh_tonearest_test_data): Likewise.
16161         (ctanh_towardzero_test_data): Likewise.
16162         (ctanh_downward_test_data): Likewise.
16163         (ctanh_upward_test_data): Likewise.
16164         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16165         mpc_c_c.
16166         (func_calc_desc): Add mpc_c_c union field.
16167         (FUNC_mpc_c_c): New macro.
16168         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16169         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16170         ctanh.
16171         (special_fill_min_subnorm_p120): New function.
16172         (special_real_inputs): Add min_subnorm_p120.
16173         (calc_generic_results): Handle mpc_c_c.
16174         * sysdeps/i386/fpu/libm-test-ulps: Update.
16175         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16176
16177 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16178
16179         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16180         (do_sin_slow): New functions.
16181         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16182         (cslow2, csloww1, csloww2): Use the new functions.
16183
16184         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16185         Use M to change sign of result instead of X.  Assume X is
16186         positive.
16187         (csloww1): Likewise.
16188         (__sin): Adjust.
16189         (__cos): Adjust.
16190
16191         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16192         arguments A and DA.
16193         (__sin): Adjust.
16194         (__cos): Likewise.
16195
16196         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16197         (__cos): Likewise.
16198         (sloww1): Don't adjust sign of DX.
16199         (csloww1): Likewise.
16200         (sloww2): Use X directly and don't adjust sign of DX.
16201         (csloww2): Likewise.
16202
16203 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16204
16205         * math/auto-libm-test-in: Add tests of cabs and carg.
16206         * math/auto-libm-test-out: Regenerated.
16207         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16208         (carg_test_data): Likewise.
16209         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16210         mpc_c_f.
16211         (func_calc_desc): Add mpc_c_f union field.
16212         (test_functions): Add cabs and carg.
16213         (calc_generic_results): Handle mpc_c_f.
16214
16215         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16216         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16217         as a macro and a compat symbol.
16218         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16219         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16220         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16221         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16222         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16223         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16224         not use .hidden.
16225         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16226         Likewise.
16227         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16228         Likewise.
16229         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16230         Likewise.
16231         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16232         Likewise.
16233         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16234         Likewise.
16235         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16236         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16237         from GLIBC_2.3.2.
16238
16239 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16240
16241         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16242
16243 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16244
16245         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16246         trailing whitespace removed.
16247         * scripts/config.guess: Update to version 2013-11-29.
16248         * scripts/config.sub: Update to version 2013-10-01.
16249
16250         * math/auto-libm-test-in: Add tests of sincos.
16251         * math/auto-libm-test-out: Regenerated.
16252         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16253         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16254         mpfr_f_11.
16255         (func_calc_desc): Add mpfr_f_11 union field.
16256         (test_functions): Add sincos.
16257         (calc_generic_results): Handle mpfr_f_11.
16258         * sysdeps/i386/fpu/libm-test-ulps: Update.
16259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16260
16261 2013-12-19  Andreas Schwab  <schwab@suse.de>
16262
16263         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16264         CALL_MCOUNT.
16265         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16266         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16267         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16268
16269 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16270
16271         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16272         * sysdeps/i386/fpu/libm-test-ulps: Update.
16273         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16274
16275         [BZ #16293]
16276         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16277         round-to-nearest mode when using frndint.
16278         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16279         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16280         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16281         Likewise.
16282         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16283         sinh test to fail.
16284         * math/auto-libm-test-out: Regenerated.
16285         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16286         (TEST_COND_x86): Likewise.
16287         (expm1_tonearest_test_data): New array.
16288         (expm1_test_tonearest): New function.
16289         (expm1_towardzero_test_data): New array.
16290         (expm1_test_towardzero): New function.
16291         (expm1_downward_test_data): New array.
16292         (expm1_test_downward): New function.
16293         (expm1_upward_test_data): New array.
16294         (expm1_test_upward): New function.
16295         (main): Run the new test functions.
16296         * sysdeps/i386/fpu/libm-test-ulps: Update.
16297         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16298
16299         * include/features.h: Update comment documenting feature test
16300         macros.  Mention _DEFAULT_SOURCE in comment.
16301         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16302         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16303         _BSD_SOURCE and _SVID_SOURCE.
16304         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16305         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16306         !_SVID_SOURCE]: Likewise.
16307         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16308         (__USE_POSIX_IMPLICITLY): Define.
16309         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16310         (_POSIX_SOURCE): Undefine and redefine.
16311         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16312         (_POSIX_C_SOURCE): Likewise.
16313         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16314         (Feature Test Macros): Update documentation of default features.
16315
16316 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16317
16318         * benchtests/Makefile: Add bench-strtok.
16319         * benchtests/bench-strtok.c: New file: strtok benchtest.
16320
16321 2013-12-19  Allan McRae  <allan@archlinux.org>
16322
16323         * manual/install.texi: Suppress menu for plain text output.
16324         * INSTALL: Regenerated.
16325
16326 2013-12-18  Brooks Moses  <bmoses@google.com>
16327
16328         [BZ #15846]
16329         * misc/getauxval.c: Include errno.h.
16330         (__getauxval): Set errno to ENOENT if the requested type is not
16331         found.
16332         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16333         don't declare with __attribute_const__.
16334         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16335         * manual/startup.texi: Document that getauxval sets errno.
16336
16337 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16338
16339         * math/auto-libm-test-in: Add tests of jn and yn.
16340         * math/auto-libm-test-out: Regenerated.
16341         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16342         (yn_test_data): Likewise.
16343         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16344         mpfr_if_f.
16345         (func_calc_desc): Add mpfr_if_f union field.
16346         (FUNC_mpfr_if_f): New macro.
16347         (test_functions): Add jn and yn.
16348         (calc_generic_results): Assert type of second input for
16349         mpfr_ff_f.  Handle mpfr_if_f.
16350         (output_for_one_input_case): Disable all checking for arguments
16351         fitting floating-point types in case of an integer argument.
16352         * sysdeps/i386/fpu/libm-test-ulps: Update.
16353         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16354
16355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16356         Don't expect fegetround reference in libm.so.
16357
16358 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16359
16360         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16361         $(config-cflags-nofma).
16362
16363 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16364
16365         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16366         * math/auto-libm-test-out: Regenerated.
16367
16368         [BZ #16338]
16369         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16370         to determine exponent and adjust argument to have exponent of -1.
16371         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16372         log2.
16373         * math/auto-libm-test-out: Regenerated.
16374         * sysdeps/i386/fpu/libm-test-ulps: Update.
16375         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16376
16377 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16378
16379         * manual/probes.texi: Remove cases when per-thread arenas are
16380         disabled.
16381
16382 2013-12-18  Andreas Schwab  <schwab@suse.de>
16383
16384         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16385         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16386         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16387         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16388         * sysdeps/i386/i686/multiarch/Makefile: Update.
16389         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16390
16391 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16392
16393         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16394         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16395
16396 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16397
16398         [BZ #15968]
16399         Support TZ transition times < 00:00:00.
16400         This is needed for version-3 tz-format files; it supports time
16401         stamps past 2037 for America/Godthab (the only entry in the tz
16402         database for which this change is relevant).
16403         * manual/time.texi (TZ Variable): Document transition times
16404         from -167:59:59 through -00:00:01.
16405         * time/tzset.c (tz_rule): Time of day is now signed.
16406         (__tzset_parse_tz): Parse negative time of day.
16407
16408         Document TZ transition times >= 25:00:00.
16409         * manual/time.texi (TZ Variable): Document transition times from
16410         25:00:00 through 167:59:59.  These are already supported, and this
16411         support will help with version-3 tz-format files.
16412
16413         * manual/time.texi (TZ Variable): Modernize North America example
16414         to reflect current (i.e., 2007-and-later) daylight saving rules.
16415
16416         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16417
16418 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16419
16420         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16421         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16422         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16423         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16424         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16425         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16426         * sysdeps/unix/bsd/clock.c: Likewise.
16427         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16428         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16429         * sysdeps/unix/bsd/init-posix.c: Likewise.
16430         * sysdeps/unix/bsd/poll.c: Likewise.
16431         * sysdeps/unix/bsd/ptsname.c: Likewise.
16432         * sysdeps/unix/bsd/seekdir.c: Likewise.
16433         * sysdeps/unix/bsd/setegid.c: Likewise.
16434         * sysdeps/unix/bsd/seteuid.c: Likewise.
16435         * sysdeps/unix/bsd/setgid.c: Likewise.
16436         * sysdeps/unix/bsd/setrgid.c: Likewise.
16437         * sysdeps/unix/bsd/setruid.c: Likewise.
16438         * sysdeps/unix/bsd/setsid.c: Likewise.
16439         * sysdeps/unix/bsd/setuid.c: Likewise.
16440         * sysdeps/unix/bsd/sigaction.c: Likewise.
16441         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16442         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16443         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16444         * sysdeps/unix/bsd/telldir.c: Likewise.
16445         * sysdeps/unix/bsd/times.c: Likewise.
16446         * sysdeps/unix/bsd/usleep.c: Likewise.
16447
16448         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16449         ($(objpfx)libbsd-compat.a): Remove rule.
16450
16451         * include/features.h (__FAVOR_BSD): Do not define.
16452         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16453         features conflicting with POSIX.
16454         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16455         (_BSD_SOURCE): Remove description of not being a subset of other
16456         feature test macros.
16457         * manual/job.texi (getpgrp): Do not document BSD version.
16458         (getpgid): Do not document by reference to BSD getpgrp.
16459         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16460         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16461         * signal/signal.h [__FAVOR_BSD]: Likewise.
16462         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16463         instead of making contents conditional on [__FAVOR_BSD].
16464         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16465
16466 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16467
16468         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16469
16470 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16471
16472         [BZ #16314]
16473         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16474         values below 2**-450, not 2**-500.
16475         * math/auto-libm-test-in: Don't allow spurious underflow from
16476         hypot.
16477         * math/auto-libm-test-out: Regenerated.
16478
16479         [BZ #16316]
16480         [BZ #16330]
16481         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16482         values of ha and hb and sort them after adjusting subnormal
16483         arguments.
16484         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16485         Likewise.
16486         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16487         values of ea and eb and sort them after adjusting subnormal
16488         arguments.
16489         * math/auto-libm-test-in: Do not expect some hypot tests of
16490         subnormals to fail.  Add more hypot tests.
16491         * math/auto-libm-test-out: Regenerated.
16492
16493 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16494
16495         [BZ #13304]
16496         * sysdeps/sh/s_fma.c: New file.
16497         * sysdeps/sh/s_fmaf.c: New file.
16498         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16499         version.
16500         * sysdeps/sh/Implies: Add sh/soft-fp.
16501
16502 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16503
16504         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16505         level of indirection to members `objname', `errstring', `malloced'.
16506         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16507         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16508         it as the __longjmp argument (just pass 1 instead).
16509         (_dl_catch_error): Initialize C with argument pointers and address of
16510         volatile local ERRCODE rather than copying values out of C at return.
16511
16512 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16513
16514         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16515         * math/auto-libm-test-out: Regenerated.
16516         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16517         (hypot_test_data): Likewise.
16518         (pow_test_data): Likewise.
16519         (pow_tonearest_test_data): Likewise.
16520         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16521         mpfr_ff_f.
16522         (func_calc_desc): Add mpfr_ff_f union field.
16523         (FUNC_mpfr_ff_f): New macro.
16524         (test_functions): Add atan2, hypot and pow.
16525         (special_fill_min): New function.
16526         (special_fill_minus_min): Likewise.
16527         (special_fill_min_subnorm): Likewise.
16528         (special_fill_minus_min_subnorm): Likewise.
16529         (special_real_inputs): Add min, -min, min_subnorm and
16530         -min_subnorm.
16531         (calc_generic_results): Handle mpfr_ff_f.
16532         * sysdeps/i386/fpu/libm-test-ulps: Update.
16533         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16534
16535 2013-12-16  Will Newton  <will.newton@linaro.org>
16536
16537         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16538         (Aligned Memory Blocks): Add documentation for aligned_alloc
16539         and suggest it as an alternative to posix_memalign.
16540         (Hooks for Malloc): Document __memalign_hook is also called
16541         for aligned_alloc.  (Summary of Malloc): Add summary for
16542         aligned alloc.  Document __memalign_hook is also called
16543         for aligned_alloc.
16544
16545 2013-12-16  Will Newton  <will.newton@linaro.org>
16546
16547         * manual/memory.texi (Malloc Examples): Clarify default
16548         alignment documentation.  Suggest posix_memalign rather
16549         than memalign or valloc.
16550         (Aligned Memory Blocks): Remove suggestion to use memalign
16551         or valloc.  Remove obsolete comment about BSD.
16552         Document memalign errno values and mark the function obsolete.
16553         Document posix_memalign returned error codes.  Mark valloc
16554         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16555         called for posix_memalign and valloc.
16556         (Summary of Malloc): Add posix_memalign to function summary.
16557         __memalign_hook is also called for posix_memalign and valloc.
16558
16559 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16560
16561         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16562         TAYLOR_SIN.
16563         (__sin): Adjust.
16564         (__cos): Likewise.
16565         (sloww): Use mynumber union.  Expand ternary operator into
16566         if-else statements.
16567         (cslow): use mynumber union.
16568
16569 2013-12-16  Allan McRae  <allan@archlinux.org>
16570
16571         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16572         * configure: Regenerated.
16573
16574         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16575
16576         [BZ #14120]
16577         * configure.ac: Added --enable-maintainer-mode. Check for
16578         autoconf when enabled.
16579         * configure: Regenerated.
16580
16581         * nscd/nscd.service: New file.
16582         * nscd/nscd.tmpfiles: New file.
16583
16584 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16585
16586         [BZ #12100]
16587         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16588         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16589         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16590         (strstr): Add __strstr_sse2_unaligned ifunc.
16591         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16592         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16593         (strcasestr): Remove __strcasestr_sse42 ifunc.
16594         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16595         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16596         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16597
16598 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16599
16600         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16601         * sysdeps/sh/bits/fenv.h: ... here.
16602         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16603
16604 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16605
16606         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16607
16608         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16609         hypotf multiarch implementations.
16610         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16611         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16612         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16613         multiarch hypot for PPC64.
16614         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16615         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16616         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16617         multiarch hypotf for PPC64.
16618
16619         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16620         modff multiarch implementations.
16621         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16622         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16623         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16624         multiarch modf for PPC64.
16625         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16626         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16627         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16628         multiarch modff for PPC64.
16629
16630         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16631         and logl multiarch implementations.
16632         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16633         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16634         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16635         multiarch logb for PPC64.
16636         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16637         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16638         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16639         multiarch logb for PPC64.
16640         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16641         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16642         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16643         multiarch logb for PPC64.
16644
16645         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16646         isinff multiarch implementation.
16647         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16648         file.
16649         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16650         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16651         multiarch isinf for PPC64.
16652         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16653         file.
16654         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16655         multiarch isinff for PPC64.
16656
16657         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16658         finitef multiarch implementation.
16659         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16660         file.
16661         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16662         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16663         multiarch finite for PPC64.
16664         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16665         file.
16666         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16667         multiarch finitef for PPC64.
16668
16669         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16670         lrint multiarch implementation.
16671         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16672         file.
16673         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16674         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16675         multiarch llrint for PPC64.
16676         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16677         multiarch lrint for PPC64.
16678
16679         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16680         copysignf multiarch implementation.
16681         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16682         file.
16683         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16684         file.
16685         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16686         multiarch copysign for PPC64.
16687         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16688         multiarch copysignf for PPC64.
16689
16690         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16691         multiarch implementation.
16692         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16693         file.
16694         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16695         file.
16696         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16697         file.
16698         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16699         file.
16700         multiarch llround for PPC64.
16701         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16702         multiarch trunc for PPC64.
16703         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16704         multiarch truncf for PPC64.
16705
16706         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16707         multiarch implementation.
16708         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16709         file.
16710         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16711         file.
16712         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16713         file.
16714         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16715         file.
16716         multiarch llround for PPC64.
16717         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16718         multiarch round for PPC64.
16719         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16720         multiarch roundf for PPC64.
16721
16722         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16723         multiarch implementation.
16724         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16725         file.
16726         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16727         file.
16728         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16729         file.
16730         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16731         file.
16732         multiarch llround for PPC64.
16733         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16734         multiarch floor for PPC64.
16735         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16736         multiarch floorf for PPC64.
16737
16738         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16739         multiarch implementation.
16740         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16741         file.
16742         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
16743         file.
16744         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
16745         file.
16746         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
16747         file.
16748         multiarch llround for PPC64.
16749         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
16750         multiarch ceil for PPC64.
16751         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
16752         multiarch ceilf for PPC64.
16753
16754         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16755         multiarch implementation.
16756         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
16757         file.
16758         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
16759         file.
16760         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
16761         file.
16762         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
16763         multiarch llround for PPC64.
16764         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
16765         multiarch lround for PPC64.
16766
16767         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16768         multiarch implementation.
16769         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
16770         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
16771         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
16772         file.
16773         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
16774         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
16775         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
16776         multiarch isnan for PPC64.
16777         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
16778         multiarch isnanf for PPC64.
16779
16780         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
16781         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
16782         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
16783         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
16784         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
16785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
16786
16787         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
16788         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
16789         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
16790         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
16791
16792         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
16793         multiarch implementations.
16794         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16795         (__libc_ifunc_impl_list): Likewise.
16796         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
16797         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
16798         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
16799         multiarch stpcpy for PPC64.
16800
16801         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
16802         multiarch implementations.
16803         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16804         (__libc_ifunc_impl_list): Likewise.
16805         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
16806         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
16807         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
16808         multiarch strcpy for PPC64.
16809
16810         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
16811         redefine function name.
16812         (_wordcopy_fwd_dest_aligned): Likewise.
16813         (_wordcopy_bwd_aligned): Likewise.
16814         (_wordcopy_bwd_dest_aligned): Likewise.
16815         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
16816         multiarch implementations.
16817         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16818         (__libc_ifunc_impl_list): Likewise.
16819         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
16820         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
16821         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
16822         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
16823         multiarch wcscpy for PPC64.
16824
16825         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
16826         multiarch implementations.
16827         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16828         (__libc_ifunc_impl_list): Likewise.
16829         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
16830         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
16831         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
16832         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
16833         multiarch wcscpy for PPC64.
16834
16835         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
16836         multiarch implementations.
16837         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16838         (__libc_ifunc_impl_list): Likewise.
16839         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
16840         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
16841         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
16842         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
16843         multiarch wcsrchr for PPC64.
16844
16845         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
16846         multiarch implementations.
16847         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16848         (__libc_ifunc_impl_list): Likewise.
16849         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
16850         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
16851         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
16852         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
16853         multiarch wcschr for PPC64.
16854
16855         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
16856         multiarch implementations.
16857         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16858         (__libc_ifunc_impl_list): Likewise.
16859         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
16860         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
16861         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
16862         multiarch strchrnul for PPC64.
16863
16864         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
16865         implementations.
16866         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16867         (__libc_ifunc_impl_list): Likewise.
16868         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
16869         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
16870         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
16871         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
16872         strchr for PPC64.
16873
16874         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
16875         implementations.
16876         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16877         (__libc_ifunc_impl_list): Likewise.
16878         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
16879         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
16880         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
16881         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
16882         strncmp for PPC64.
16883
16884         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
16885         multiarch implementations.
16886         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16887         (__libc_ifunc_impl_list): Likewise.
16888         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
16889         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
16890         strncasecmp for PPC64.
16891         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
16892         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
16893         multiarch strncasecmp_l for PPC64.
16894
16895         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
16896         multiarch implementations.
16897         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16898         (__libc_ifunc_impl_list): Likewise.
16899         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
16900         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
16901         multiarch strcasecmp for PPC64.
16902         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
16903         file.
16904         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
16905         multiarch strcasecmp_l for PPC64.
16906
16907         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
16908         implementations.
16909         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16910         (__libc_ifunc_impl_list): Likewise.
16911         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
16912         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
16913         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
16914         strnlen for PPC64.
16915
16916         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
16917         implementations.
16918         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16919         (__libc_ifunc_impl_list): Likewise.
16920         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
16921         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
16922         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
16923         strlen for PPC64.
16924
16925         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
16926         implementations.
16927         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16928         (__libc_ifunc_impl_list): Likewise.
16929         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
16930         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
16931         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
16932         rawmemrchr for PPC64.
16933
16934         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
16935         implementation.
16936         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16937         (__libc_ifunc_impl_list): Likewise.
16938         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
16939         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
16940         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
16941         memrchr for PPC64.
16942
16943         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
16944         implementation.
16945         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16946         (__libc_ifunc_impl_list): Likewise.
16947         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
16948         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
16949         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
16950         memchr for PPC64.
16951
16952         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
16953         implementation.
16954         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16955         (__libc_ifunc_impl_list): Likewise.
16956         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
16957         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
16958         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
16959         mempcpy for PPC64.
16960
16961         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
16962         avoid cretion of __bzero symbol.
16963         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
16964         Likewise.
16965         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
16966         Likewise.
16967         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
16968         Likewise.
16969         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
16970         multiarch implementations.
16971         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16972         (__libc_ifunc_impl_list): Likewise.
16973         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
16974         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
16975         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
16976         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
16977         bzero for PPC32.
16978         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
16979         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
16980         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
16981         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
16982         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
16983         memset for PPC64.
16984         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
16985
16986         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
16987         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
16988         implementations.
16989         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16990         (__libc_ifunc_impl_list): Likewise.
16991         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
16992         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
16993         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
16994         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
16995         memcmp for PPC64.
16996
16997         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
16998         multiarch for POWER/PPC64.
16999         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17000         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17001         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17002         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17003         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17004         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17005         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17006         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17007         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17008         memcpy for PPC64.
17009
17010         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17011         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17012         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17013         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17014         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17015         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17016         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17017         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17018         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17019         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17020         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17021         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17022         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17023         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17024         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17032
17033 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17034
17035         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17036
17037 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17038
17039         * benchtests/Makefile (bench): Add exp2 and log2.
17040         (LDLIBS-bench-exp2): Add -lm.
17041         (LDLIBS-bench-log2): Likewise.
17042         * benchtests/exp2-inputs: New inputs file.
17043         * benchtests/log2-inputs: New inputs file.
17044         * benchtests/log-inputs: Add new inputs.
17045         * benchtests/tan-inputs: Likewise.
17046
17047 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17048
17049         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17050         definition...
17051         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17052         (csloww2): ... from here.
17053
17054         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17055         instead of structures.
17056         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17057         (POLYNOMIAL): Likewise.
17058         (TAYLOR_SLOW): Likewise.
17059         (__sin): Likewise.
17060         (__cos): Likewise.
17061         (slow1): Likewise.
17062         (slow2): Likewise.
17063         (sloww): Likewise.
17064         (sloww1); Likewise.
17065         (sloww2): Likewise.
17066         (bsloww1): Likewise.
17067         (bsloww2): Likewise.
17068         (cslow2): Likewise.
17069         (csloww): Likewise.
17070         (csloww1): Likewise.
17071         (csloww2): Likewise.
17072
17073 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17074
17075         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17076         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17077         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17078         * malloc/hooks.c (realloc_check): Likewise.
17079
17080         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17081         * malloc/arena.c: Remove PER_THREAD conditional.
17082         [!PER_THREAD]: Remove code.
17083         (ptmalloc_unlock_all2): Likewise.
17084         (ptmalloc_init): Likewise.
17085         (_int_new_arena): Likewise.
17086         (arena_get2): Likewise.
17087         * malloc/hooks.c (__malloc_get_state): Likewise.
17088         (__malloc_set_state): Likewise.
17089         * malloc/malloc.c: Likewise.
17090         (struct malloc_state): Likewise.
17091         (struct malloc_par): Likewise.
17092         (__libc_realloc): Likewise.
17093         (__libc_mallopt): Likewise.
17094
17095 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17096
17097         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17098
17099 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17100
17101         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17102         macro to a function.  Check for zero perturb_byte.
17103         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17104
17105         * malloc/malloc.c: (force_reg): Remove.
17106         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17107         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17108         force_reg by atomic_forced_read.
17109         * malloc/arena.c (ptmalloc_init): Likewise.
17110         * malloc/hooks.c (top_check): Likewise.
17111
17112 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17113
17114         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17115
17116 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17117
17118         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17119
17120 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17121
17122         * math/auto-libm-test-in: Add tests of lgamma.
17123         * math/auto-libm-test-out: Regenerated.
17124         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17125         (M_LOG_2_SQRT_PIl): Likewise.
17126         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17127         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17128         mpfr_f_f1.
17129         (func_calc_desc): Add mpfr_f_f1 union field.
17130         (ARGS1): New macro.
17131         (ARGS2): Likewise.
17132         (ARGS3): Likewise.
17133         (ARGS4): Likewise.
17134         (RET1): Likewise.
17135         (RET2): Likewise.
17136         (CALC): Likewise.
17137         (FUNC): Likewise.
17138         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17139         (test_functions): Add lgamma.
17140         (calc_generic_results): Handle mpfr_f_f1.
17141         * sysdeps/i386/fpu/libm-test-ulps: Update.
17142         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17143
17144 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17145
17146         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17147         __mpn_add_n for PowerPC64/POWER7.
17148         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17149         __mpn_sub_n for PowerPC64/POWER7.
17150
17151         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17152         __mpn_addmul_1 for PowerPC64.
17153         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17154         __mpn_submul_1 for PowerPC64.
17155         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17156         for PowerPC64.
17157         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17158         for PowerPC64.
17159
17160 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17161
17162         [BZ #15089]
17163         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17164
17165 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17166
17167         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17168
17169         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17170         add multiarch folders.
17171         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17172         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17173         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17174         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17175         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17176         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17177         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17178         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17179         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17180         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17181         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17188
17189         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17190         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17191         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17192         New file.
17193         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17194         New file.
17195         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17196         multiarch __ieee754_hypot for PowerPC32.
17197         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17198         New file.
17199         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17200         New file.
17201         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17202         multiarch __ieee754_hypotf for PowerPC32.
17203
17204         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17205         long_double_symbol only if __logbl is defined.
17206         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17207         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17208         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17209         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17210         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17211         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17212         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17213         path for implementation.
17214         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17215         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17216         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17217         logb, and logbl multiarch implementations for PowerPC32.
17218         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17219         file.
17220         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17221         file.
17222         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17223         multiarch logb for PowerPC32.
17224         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17225         file.
17226         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17227         file.
17228         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17229         multiarch logbf for PowerPC32.
17230         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17231         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17232         file.
17233         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17234         multiarch logbl implementation for PowerPC32.
17235
17236         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17237         and modff multiarch implementations.
17238         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17239         New file.
17240         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17241         New file.
17242         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17243         multiarch modf for PowerPC32.
17244         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17245         New file.
17246         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17247         New file.
17248         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17249         multiarch modff for PowerPC32.
17250
17251         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17252         and lrintf multiarch implementations.
17253         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17254         New file.
17255         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17256         New file.
17257         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17258         multiarch lrint for PowerPC32.
17259         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17260         file: multiarch lrintf for PowerPC32.
17261
17262         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17263         and lroundf multiarch implementations.
17264         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17265         New file.
17266         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17267         New file.
17268         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17269         New file.
17270         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17271         multiarch lround for PowerPC32.
17272         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17273         file: multiarch lroundf for PowerPC32.
17274
17275         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17276         copysign and copysignf multiarch implementations.
17277         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17278         New file.
17279         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17280         New file.
17281         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17282         file: multiarch copysign for PowerPC32.
17283         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17284         file: multiarch copysignf for PowerPC32.
17285
17286         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17287         and truncf multiarch implementations.
17288         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17289         New file.
17290         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17291         file.
17292         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17293         multiarch trunc for PowerPC32.
17294         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17295         New file.
17296         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17297         New file.
17298         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17299         multiarch truncf for PowerPC32.
17300
17301         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17302         and roundf multiarch implementations.
17303         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17304         New file.
17305         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17306         file.
17307         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17308         multiarch round for PowerPC32.
17309         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17310         New file.
17311         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17312         New file.
17313         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17314         multiarch roundf for PowerPC32.
17315
17316         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17317         and floorf multiarch implementations.
17318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17319         New file.
17320         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17321         file.
17322         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17323         multiarch floor for PowerPC32.
17324         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17325         New file.
17326         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17327         New file.
17328         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17329         multiarch floorf for PowerPC32.
17330
17331         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17332         and ceilf multiarch implementations.
17333         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17334         New file.
17335         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17336         file.
17337         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17338         multiarch ceil for PowerPC32.
17339         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17340         New file.
17341         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17342         file.
17343         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17344         multiarch ceilf for PowerPC32.
17345
17346         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17347         is defined.
17348         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17349         FINITEF is defined.
17350         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17351         and finitef multiarch implementations.
17352         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17353         New file.
17354         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17355         file.
17356         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17357         multiarch finite for PowerPC32.
17358         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17359         New file.
17360         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17361         file: multiarch finitef for PowerPC32.
17362
17363         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17364         and isinff multiarch implementations.
17365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17366         file.
17367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17368         file.
17369         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17370         multiarch isinf for PowerPC32.
17371         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17372         New file.
17373         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17374         multiarch isinff for PowerPC32.
17375
17376         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17377         alias when __isnan is defined.
17378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17379         and isnanf multiarch implementations.
17380         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17381         file.
17382         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17383         file.
17384         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17385         file.
17386         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17387         file.
17388         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17389         multiarch isnan for PowerPC32.
17390         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17391         New file.
17392         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17393         New file.
17394         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17395         multiarch isnanf for PowerPC32.
17396
17397         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17398         and sqrtf multiarch implementations.
17399         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17400         file.
17401         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17402         file.
17403         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17404         multiarch sqrt for PowerPC32.
17405         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17406         file.
17407         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17408         file.
17409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17410         multiarch sqrtf for PowerPC32.
17411
17412         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17413         and llroundf multiarch implementations.
17414         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17415         New file.
17416         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17417         New file.
17418         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17419         New file.
17420         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17421         file: multiarch llround for PowerPC32.
17422         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17423         file: multiarch llroundf for PowerPC32.
17424
17425         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17426         multiarch PowerPC32 fpu implementations.
17427         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17428         New file.
17429         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17430         New file.
17431         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17432         multiarch llrint for PowerPC32.
17433         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17434         New file.
17435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17436         New file.
17437         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17438         file.
17439
17440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17441
17442         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17443         file.
17444         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17445         file.
17446         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17447         file.
17448         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17449         multiarch wordcopy for PPC32.
17450         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17451         wordcopy objects.
17452         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17453         (__libc_ifunc_impl_list): Likewise.
17454         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17455         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17456         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17457         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17458         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17459         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17460
17461         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17462         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17463         file.
17464         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17465         file.
17466         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17467         file.
17468         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17469         multiarch wcscpy for PPC32.
17470         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17471         multiarch objects.
17472         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17473         (__libc_ifunc_impl_list): Likewise.
17474         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17475         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17476         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17477         sysdeps/powerpc/power6/wcscpy.c.
17478
17479         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17480         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17481         file.
17482         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17483         file.
17484         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17485         file.
17486         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17487         multiarch wcsrchr for PPC32.
17488         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17489         multiarch objects.
17490         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17491         (__libc_ifunc_impl_list): Likewise.
17492         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17493         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17494         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17495         sysdeps/powerpc/power6/wcsrchr.c.
17496
17497         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17498         file.
17499         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17500         file.
17501         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17502         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17503         multiarch wcschr for PPc32.
17504         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17505         multiarch objects.
17506         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17507         (__libc_ifunc_impl_list): Likewise.
17508         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17509         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17510         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17511         sysdeps/powerpc/power6/wcschr.c.
17512
17513         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17514         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17515         file.
17516         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17517         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17518         file: multiarch strchr for PPC32.
17519         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17520         multiarch objects.
17521         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17522         (__libc_ifunc_impl_list): Likewise.
17523
17524         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17525         name.
17526         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17527         file.
17528         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17529         file.
17530         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17531         multiarch strchrnul for PPC32.
17532         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17533         multiarch objects.
17534         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17535         (__libc_ifunc_impl_list): Likewise.
17536
17537         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17538         file.
17539         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17540         multiarch strncasecmp for PPC32.
17541         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17542         file.
17543         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17544         multiarch strncasecmp_l for PPC32.
17545         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17546         strncasecmp multiarch objects.
17547         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17548         (__libc_ifunc_impl_list): Likewise.
17549
17550         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17551         file.
17552         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17553         multiarch strncasecmp for PPC32.
17554         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17555         New file.
17556         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17557         multiarch strcasecmp_l for PPC32.
17558         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17559         multiarch objects.
17560         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17561         (__libc_ifunc_impl_list): Likewise.
17562
17563         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17564         file.
17565         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17566         file.
17567         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17568         multiarch strncmp for PPC32.
17569         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17570         multiarch objects.
17571         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17572         (__libc_ifunc_impl_list): Likewise.
17573
17574         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17575         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17576         file.
17577         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17578         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17579         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17580         multiarch objects.
17581         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17582         (__libc_ifunc_impl_list): Likewise.
17583
17584         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17585         file.
17586         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17587         file.
17588         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17589         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17590         multiarch objects.
17591         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17592         (__libc_ifunc_impl_list): Likewise.
17593
17594         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17595         file.
17596         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17597         file.
17598         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17599         multiarch rawmemchr for PPC32.
17600         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17601         multiarch objects.
17602         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17603         (__libc_ifunc_impl_list): Likewise.
17604
17605         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17606         file.
17607         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17608         file.
17609         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17610         file: memrchr multiarch for PPC32.
17611         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17612         multiarch objects.
17613         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17614         (__libc_ifunc_impl_list): Likewise.
17615
17616         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17617         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17618         file.
17619         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17620         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17621         multiarch memchr for PPC32.
17622         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17623         multiarch objects.
17624         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17625         (__libc_ifunc_impl_list): Likewise.
17626
17627         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17628         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17629         file.
17630         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17631         file.
17632         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17633         file: multiarch mempcpy for PPC32.
17634         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17635         multiarch objects.
17636         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17637         (__libc_ifunc_impl_list): Likewise.
17638
17639         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17640         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17641         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17642         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17643         multiarch bzero for PPC32.
17644         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17645         file.
17646         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17647         file.
17648         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17649         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17650         file: multiarch memset for PPC32.
17651         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17652         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17653         memset multiarch objects.
17654         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17655         (__libc_ifunc_impl_list): Likewise.
17656
17657         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17658         file.
17659         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17660         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17661         memcmp for PPC32.
17662         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17663         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17664         multiarch objects.
17665         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17666         (__libc_ifunc_impl_list): Likewise.
17667
17668         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17669         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17670         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17671         file.
17672         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17673         file.
17674         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17675         file.
17676         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17677         multiarch memcpy for PPC32.
17678         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17679         multiarch objects.
17680         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17681         (__libc_ifunc_impl_list): Likewise.
17682
17683         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17684         support multiarch for POWER/PPC32.
17685         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17686         Likewise.
17687         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17689         Implies file to make multiarch folder appers before the fpu and
17690         default folder for power4 configuration.
17691
17692 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17693
17694         * scripts/bench.pl: Append volatile keyword to type.
17695
17696 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17697
17698         * sysdeps/sh/sotruss-lib.c: New file.
17699         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17700
17701 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17702
17703         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17704
17705 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
17706
17707         [BZ #6810]
17708         * math/w_tgamma.c: Include <errno.h>.
17709         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
17710         * math/w_tgammaf.c: Include <errno.h>.
17711         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
17712         * math/w_tgammal.c: Include <errno.h>.
17713         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
17714         * math/auto-libm-test-in: Do not allow missing errno on tgamma
17715         underflow.  Add more tgamma tests.
17716         * math/auto-libm-test-out: Regenerated.
17717         * sysdeps/i386/fpu/libm-test-ulps: Update.
17718         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17719
17720         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17721         sin, sinh, tan, tanh, tgamma, y0 and y1.
17722         * math/auto-libm-test-out: Regenerated.
17723         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17724         (TEST_COND_x86): Likewise.
17725         (M_E2l): Remove macro.
17726         (M_E3l): Likewise.
17727         (M_2_SQRT_PIl): Likewise.
17728         (M_SQRT_PIl): Likewise.
17729         (M_1_DIV_El): Likewise.
17730         (log_test_data): Use AUTO_TESTS_f_f.
17731         (log10_test_data): Likewise.
17732         (log1p_test_data): Likewise.
17733         (log2_test_data): Likewise.
17734         (sin_test_data): Likewise.
17735         (sin_tonearest_test_data): Likewise.
17736         (sin_towardzero_test_data): Likewise.
17737         (sin_downward_test_data): Likewise.
17738         (sin_upward_test_data): Likewise.
17739         (sinh_test_data): Likewise.
17740         (sinh_tonearest_test_data): Likewise.
17741         (sinh_towardzero_test_data): Likewise.
17742         (sinh_downward_test_data): Likewise.
17743         (sinh_upward_test_data): Likewise.
17744         (tan_test_data): Likewise.
17745         (tan_tonearest_test_data): Likewise.
17746         (tan_towardzero_test_data): Likewise.
17747         (tan_downward_test_data): Likewise.
17748         (tan_upward_test_data): Likewise.
17749         (tanh_test_data): Likewise.
17750         (tgamma_test_data): Likewise.
17751         (y0_test_data): Likewise.
17752         (y1_test_data): Likewise.
17753         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
17754         (special_real_inputs): Add pi/4.
17755         * sysdeps/i386/fpu/libm-test-ulps: Update.
17756         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17757
17758 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17759
17760         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
17761         "longjmp_target" static probes.
17762         (__longjmp): Rename to __longjmp_symbol.
17763         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
17764         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
17765         on which longjmp to generate.
17766         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17767         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
17768         probe.
17769         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17770         (__sigjmp_save): Rename to __sigjmp_save_symbol.
17771         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
17772         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
17773         and __sigjmp_save_symbol based on which sigsetjmp to generated.
17774         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
17775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
17776         __longjmp_symbol based on which __longjmp to generate.
17777         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
17778         probe.
17779         (setjmp): Rename to setjmp_symbol.
17780         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17781         (_setjmp): Rename to _setjmp_symbol.
17782         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17783         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
17784         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
17785         which setjmp to generate.
17786         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
17787         "longjmp_target" static probes.
17788
17789 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17790
17791         * benchtests/README: Add note about output arguments.
17792         * benchtests/bench-sincos.c: Remove file.
17793         * benchtests/sincos-inputs: New file.
17794         * scripts/bench.pl: Identify output arguments and define
17795         static variables for them.
17796
17797         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
17798
17799         [BZ #15941]
17800         * Makefile (INSTALL): Add install-plain.texi as the primary
17801         dependency.
17802         * manual/install-plain.texi: New file.
17803         * manual/install.texi: Include node directive only for
17804         non-plaintext output.
17805
17806 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
17807
17808         * stdlib/longlong.h: Update from GCC.
17809
17810         [BZ #6807]
17811         [BZ #15901]
17812         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
17813         * math/w_j0f.c (y0f): Likewise.
17814         * math/w_j0l.c (__y0l): Likewise.
17815         * math/w_j1.c (y1): Likewise.
17816         * math/w_j1f.c (y1f): Likewise.
17817         * math/w_j1l.c (__y1l): Likewise
17818         * math/w_jn.c (yn): Likewise.
17819         * math/w_jnf.c (ynf): Likewise.
17820         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
17821         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
17822         value for Bessel function domain errors outside _SVID_ mode.
17823         Adjust sign of return value for yn (negative integer, 0).
17824         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
17825         by zero in return for negative x and set sign appropriately for
17826         negative n.
17827         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
17828         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
17829         * math/libm-test.inc (y0_test_data): Add more tests and adjust
17830         expectations in error cases.
17831         (y1_test_data): Likewise.
17832         (yn_test_data): Likewise.
17833         * sysdeps/i386/fpu/libm-test-ulps: Update.
17834         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17835
17836 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17837
17838         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
17839         "64" to "64-v1".  Add "64-v2".
17840         (abi-64-options): Rename to ...
17841         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
17842         (abi-64-condition): Rename to ...
17843         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
17844         (abi-64-ld-soname): Rename to ...
17845         (abi-64-v1-ld-soname): ... this.
17846         (abi-64-v2-options): Define.
17847         (abi-64-v2-condition): Likewise.
17848         (abi-64-v2-ld-soname): Likewise.
17849         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
17850         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
17851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
17852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
17853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
17854
17855 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17856             Alan Modra  <amodra@gmail.com>
17857
17858         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
17859         New versions for use with the ELFv2 ABI.
17860         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
17861         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
17862         declaration.
17863         (struct La_ppc64v2_retval): Likewise.
17864         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
17865         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
17866         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
17867         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
17868         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
17869         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
17870         Do not save or restore CR.
17871         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
17872         (_dl_profile_resolve): Do no save or restore CR.  Support extended
17873         return values for ELFv2 ABI.  Fix location of FPR return registers.
17874         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
17875         updated values for _CALL_ELF == 2.
17876         (La_regs, La_retval, int_retval): Likewise.
17877
17878 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17879
17880         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
17881         (FRAME_MIN_SIZE_PARM): Likewise.
17882         (FRAME_BACKCHAIN): Likewise.
17883         (FRAME_CR_SAVE): Likewise.
17884         (FRAME_LR_SAVE): Likewise.
17885         (FRAME_TOC_SAVE): Likewise.
17886         (FRAME_PARM_SAVE): Likewise.
17887         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
17888         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
17889         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17890         (call_mcount_parm_offset): New macro.
17891         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
17892         (PROF): Use symbolic stack frame offsets.
17893         (TAIL_CALL_SYSCALL_ERROR): Likewise.
17894         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
17895         Redefine in terms of FRAME_MIN_SIZE.
17896         (_dl_runtime_resolve): Use symbolic stack frame offsets.
17897         (_dl_profile_resolve): Likewise.  Update comment.
17898         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
17899         symbols stack frame offsets.
17900         (__sigsetjmp): Likewise.
17901         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
17902         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
17903         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
17904         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
17905
17906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
17907         (FRAME_BACKCHAIN): Remove.
17908         (FRAME_CR_SAVE): Likewise.
17909         (FRAME_LR_SAVE): Likewise.
17910         (FRAME_COMPILER_DW): Likewise.
17911         (FRAME_LINKER_DW): Likewise.
17912         (FRAME_TOC_SAVE): Likewise.
17913         (FRAME_PARM_SAVE): Likewise.
17914         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
17915         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
17916         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
17918         (CHECK_SP): Use symbolic stack frame offsets.
17919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
17920         zone" instead of caller's parameter save area for temp storage.
17921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
17922         Likewise.  Also, use symbolic stack frame offsets.
17923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
17924         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
17925         our own stack frame instead of the caller's.
17926         (__socket): Use symbolic stack frame offsets.
17927
17928 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17929             Alan Modra  <amodra@gmail.com>
17930
17931         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
17932         Define.
17933         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
17934         (PPC64_LOCAL_ENTRY_OFFSET): Define.
17935         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
17936         New function.
17937         (elf_machine_fixup_plt): Call it.
17938         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
17939         reloc arguments.
17940         (elf_machine_rela): Update call to elf_machine_plt_conflict.
17941         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17942         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
17943         r2 before calling target.
17944
17945 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17946             Alan Modra  <amodra@gmail.com>
17947
17948         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
17949         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
17950         versions of macros to support ELFv2 ABI.
17951         (LOCALENTRY): New macro.
17952         (ENTRY, EALIGN): Use it.
17953         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
17954         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
17955         fall through into ENTRY entry point.
17956         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
17957         Only define if _CALL_ELF != 2.
17958
17959         (elf_machine_matches_host): Verify ABI version matches.
17960         (RTLD_START): Use LOCALENTRY.
17961         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
17962         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
17963         (PLT_ENTRY_WORDS): New macro.
17964         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
17965         (elf_machine_runtime_setup): Support ELFv2 ABI.
17966         (elf_machine_fixup_plt): Likewise.
17967         (elf_machine_plt_conflict): Likewise.
17968         (resolve_ifunc): Likewise.
17969         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17970         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
17971         Likewise.
17972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
17973         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
17974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17975         (makecontext): Support ELFv2 ABI.
17976         * elf/elf.h (EF_PPC64_ABI): Define.
17977
17978 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17979
17980         * sysdeps/powerpc/powerpc64/sysdep.h
17981         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
17982         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
17983         (ENTRY) [ASSEMBLER]: ... but instead here ...
17984         (EALIGN) [ASSEMBLER]: ... and here.
17985         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
17986         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
17987         (ENTRY_2) [!ASSEMBLER]: Use it.
17988         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
17989         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
17990         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17991         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
17992         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
17993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
17994         Use PPC64_LOAD_FUNCPTR.
17995
17996         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
17997
17998 2013-12-04  Alan Modra  <amodra@gmail.com>
17999
18000         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18001         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18002         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18003         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18004
18005         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18006         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18007         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18008         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18009         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18010         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18011
18012 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18013
18014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18015         (__makecontext): Fix incorrect CFI when backtracing out of
18016         context created via makecontext.
18017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18018         (__setcontext): Fix incorrect CFI during switch to new context.
18019         (__novec_setcontext): Likewise.
18020
18021 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18022
18023         [BZ #4772]
18024         * time/strptime_l.c (__strptime_internal): Allow modifiers
18025         in strptime.
18026         * time/tst-strptime.c (day_tests): Add testcase.
18027
18028 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18029
18030         * scripts/bench.pl: Skip over blank lines.
18031
18032 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18033
18034         [BZ #926]
18035         * manual/time.texi (Calendar Time): Clarify what timezone functions
18036         use.
18037
18038 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18039
18040         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18041
18042 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18043
18044         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18045         implementation.
18046         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18047         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18048         * debug/memset_chk.c (__memset_chk): Likewise.
18049         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18050         * debug/strncpy_chk.c: Likewise.
18051
18052 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18053
18054         [BZ #15268]
18055         [BZ #15425]
18056         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18057         (__ieee754_exp): For possibly underflowing results, check size of
18058         result and force underflow exception if required.
18059         * math/auto-libm-test-in: Add more tests of exp.
18060         * math/auto-libm-test-out: Regenerated.
18061         * sysdeps/i386/fpu/libm-test-ulps: Update.
18062         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18063
18064         [BZ #16283]
18065         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18066         * math/w_exp2f.c (__exp2f): Likewise.
18067         * math/w_exp2l.c (__exp2l): Likewise.
18068         * math/auto-libm-test-in: Do not allow missing errno on exp2
18069         underflow.
18070         * math/auto-libm-test-out: Regenerated.
18071
18072 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18073
18074         [BZ #16274]
18075         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18076         handle filename validation.
18077         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18078         (do_open): Delete.
18079
18080 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18081
18082         [BZ #6786]
18083         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18084         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18085         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18086         <float.h>.
18087         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18088         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18089         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18090         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18091         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18092         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18093         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18094         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18095         Add more erfc tests.
18096         * math/auto-libm-test-out: Regenerated.
18097         * sysdeps/i386/fpu/libm-test-ulps: Update.
18098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18099
18100         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18101         exp2, expm1, j0 and j1.
18102         * math/auto-libm-test-out: Regenerated.
18103         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18104         (erfc_test_data): Likewise.
18105         (exp_test_data): Likewise.
18106         (exp_tonearest_test_data): Likewise.
18107         (exp_towardzero_test_data): Likewise.
18108         (exp_downward_test_data): Likewise.
18109         (exp_upward_test_data): Likewise.
18110         (exp10_test_data): Likewise.
18111         (exp2_test_data): Likewise.
18112         (expm1_test_data): Likewise.
18113         (j0_test_data): Likewise.
18114         (j1_test_data): Likewise.
18115         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18116         (input_flag_type): Add flag_xfail_rounding.
18117         (input_flags): Add xfail-rounding.
18118         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18119         (output_for_one_input_case): Handle flag_xfail_rounding.
18120         * sysdeps/i386/fpu/libm-test-ulps: Update.
18121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18122
18123 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18124
18125         [BZ #16289]
18126         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18127         division by 0.
18128
18129 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18130
18131         [BZ #16195]
18132         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18133         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18134         (STAP_PROBE0): New macro.
18135         (STAP_PROBE1): Likewise.
18136         (STAP_PROBE2): Likewise.
18137         (STAP_PROBE3): Likewise.
18138         (STAP_PROBE4): Likewise.
18139
18140 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18141
18142         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18143
18144 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18145
18146         * benchtests/Makefile (bench): Add sqrt.
18147         (LDLIBS-bench-sqrt): New.
18148         * benchtests/sqrt-input: New.
18149
18150 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18151
18152         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18153         (GAIH_EAI): Likewise.
18154         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18155         (gaih_inet): Likewise.
18156         (getaddrinfo): Don't use GAIH_EAI.
18157
18158         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18159         (struct gaih): Remove definition.
18160
18161 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18162
18163         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18164         Use HERRNOP directly.
18165
18166 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18167
18168         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18169
18170 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18171
18172         * math/gen-auto-libm-tests.c (test_functions): Add more
18173         single-argument functions.
18174         (special_fill_pi_2): New function.
18175         (special_fill_minus_pi_2): Likewise.
18176         (special_fill_pi_6): Likewise.
18177         (special_fill_minus_pi_6): Likewise.
18178         (special_fill_pi_3): Likewise.
18179         (special_fill_2pi_3): Likewise.
18180         (special_fill_e): Likewise.
18181         (special_fill_1_e): Likewise.
18182         (special_fill_e_minus_1): Likewise.
18183         (special_real_inputs): Add more special inputs.
18184         (output_for_one_input_case): Do not require ERANGE on underflow to
18185         zero if round-to-nearest result does not underflow to zero, unless
18186         exact results required.
18187         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18188         atan, atanh, cbrt, cos and cosh.
18189         * math/auto-libm-test-out: Regenerated.
18190         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18191         (acos_tonearest_test_data): Likewise.
18192         (acos_towardzero_test_data): Likewise.
18193         (acos_downward_test_data): Likewise.
18194         (acos_upward_test_data): Likewise.
18195         (acosh_test_data): Likewise.
18196         (asin_test_data): Likewise.
18197         (asin_tonearest_test_data): Likewise.
18198         (asin_towardzero_test_data): Likewise.
18199         (asin_upward_test_data): Likewise.
18200         (asinh_test_data): Likewise.
18201         (atan_test_data): Likewise.
18202         (atanh_test_data): Likewise.
18203         (cbrt_test_data): Likewise.
18204         (cos_test_data): Likewise.
18205         (cos_tonearest_test_data): Likewise.
18206         (cos_towardzero_test_data): Likewise.
18207         (cos_downward_test_data): Likewise.
18208         (cos_upward_test_data): Likewise.
18209         (cosh_test_data): Likewise.
18210         (cosh_tonearest_test_data): Likewise.
18211         (cosh_towardzero_test_data): Likewise.
18212         (cosh_downward_test_data): Likewise.
18213         (cosh_upward_test_data): Likewise.
18214         * sysdeps/i386/fpu/libm-test-ulps: Update.
18215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18216
18217 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18218
18219         [BZ #6787]
18220         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18221         * math/w_exp10f.c (__exp10f): Likewise.
18222         * math/w_exp10l.c (__exp10l): Likewise.
18223         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18224         errno settings in existing tests.
18225
18226         [BZ #14032]
18227         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18228         precision control set to double precision.
18229         * sysdeps/i386/fpu/w_sqrt.c: New file.
18230         * math/auto-libm-test-in: Add more tests.
18231         * math/auto-libm-test-out: Update.
18232
18233         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18234         (sqrt_test_tonearest): New function.
18235         (sqrt_towardzero_test_data): New variable.
18236         (sqrt_test_towardzero): New function.
18237         (sqrt_downward_test_data): New variable.
18238         (sqrt_test_downward): New function.
18239         (sqrt_upward_test_data): New variable.
18240         (sqrt_test_upward): New function.
18241         (main): Call the new functions.
18242
18243         * math/gen-auto-libm-tests.c: New file.
18244         * math/auto-libm-test-in: Likewise.
18245         * math/auto-libm-test-out: New generated file.
18246         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18247         variables.
18248         (%beautify): Add generated representations of zero.
18249         (top level): Set $auto_input and call parse_auto_input.
18250         (beautify): Remove trailing "f" from hex float constants.
18251         (parse_args): Handle XFAIL_TEST.
18252         (convert_condition): New function.
18253         (or_value): Likewise.
18254         (or_cond_value): Likewise.
18255         (generate_testfile): Handle AUTO_TESTS_* lines.
18256         (parse_auto_input): New function.
18257         * math/libm-test.inc (XFAIL_TEST): New macro.
18258         (ERRNO_UNCHANGED): Update value.
18259         (ERRNO_EDOM): Likewise.
18260         (ERRNO_ERANGE): Likewise.
18261         (IGNORE_RESULT): Likewise.
18262         (TEST_COND_flt_32): New macro.
18263         (TEST_COND_dbl_64): Likewise.
18264         (TEST_COND_ldbl_96_intel): Likewise.
18265         (TEST_COND_ldbl_96_m68k): Likewise.
18266         (TEST_COND_ldbl_128): Likewise.
18267         (TEST_COND_ldbl_128ibm): Likewise.
18268         (TEST_COND_long32): Likewise.
18269         (TEST_COND_long64): Likewise.
18270         (TEST_COND_before_rounding): Likewise.
18271         (TEST_COND_after_rounding): Likewise.
18272         (enable_test): Handle XFAIL_TEST flag.
18273         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18274         with finite results.
18275         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18276         auto-libm-test-out.
18277
18278 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18279             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18280
18281         [BZ #16214]
18282         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18283         __tls_get_addr_internal instead of __tls_get_offset in order to
18284         avoid GOT pointer dependency.  Make rtld export
18285         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18286         __tls_get_addr since we are a __tls_get_offset platform.
18287         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18288         GOT pointer being set up before.
18289         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18290
18291 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18292
18293         * manual/math.texi (Errors in Math Functions): Document accuracy
18294         goals.
18295
18296         [BZ #15004]
18297         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18298         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18299         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18300         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18301         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18302         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18303         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18304         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18305         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18306         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18307         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18308         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18309         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18310         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18311         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18312         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18313
18314         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18315         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18316         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18317         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18318         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18319         Likewise.
18320         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18321         Likewise.
18322         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18323         Likewise.
18324         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18325         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18326         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18327         atomic-feupdateenv and flt-rounds.
18328         * sysdeps/powerpc/nofpu/Versions (libc): Add
18329         __atomic_feholdexcept, __atomic_feclearexcept,
18330         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18331         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18332         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18333         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18334         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18335         here.
18336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18337         Update.
18338
18339         * manual/arith.texi (FP Exceptions): Document that exceptions may
18340         not be raised when matherr is used.
18341         (Math Error Reporting): Document overflow in directed rounding
18342         modes.  Document that errno may not be set when finite values are
18343         returned on overflow.  Document intent to set errno on underflow
18344         only for underflow to zero.
18345
18346         [BZ #16271]
18347         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18348         round-to-nearest then adjust result for other rounding modes.
18349         * include/fenv.h (fegetround): Use libm_hidden_proto.
18350         * math/fegetround.c (fegetround): Use libm_hidden_def.
18351         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18352         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18353         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18354         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18355         Likewise.
18356         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18357         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18358         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18359         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18360
18361 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18362
18363         [BZ #16077]
18364         * nss/Versions (libnss_files): Add
18365         _nss_files_gethostbyname3_r.
18366         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18367         New function.
18368         (HOST_DB_LOOKUP): Remove macro.
18369         (_nss_files_gethostbyname_r): Implement function without the
18370         HOST_DB_LOOKUP macro.
18371         (_nss_files_gethostbyname2_r): Likewise.
18372
18373 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18374
18375         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18376
18377 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18378
18379         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18380         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18381         warning.
18382
18383 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18384
18385         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18386         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18387         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18388         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18389         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18390         __fe_nomask_env_priv and attribute_hidden.
18391         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18392         (libc_feupdateenv_test_ppc): Likewise.
18393         (libc_feresetround_ppc): Likewise.
18394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18395         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18396         compat_symbol macro.
18397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18398         (__fe_nomask_env): Likewise.
18399         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18400
18401 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18402
18403         * string/Makefile: Remove ifunc tests.
18404         * string/test-string.h: Define TEST_IFUNC.
18405         * string/test-bcopy-ifunc.c: Remove.
18406         * string/test-bzero-ifunc.c: Likewise.
18407         * string/test-memccpy-ifunc.c: Likewise.
18408         * string/test-memchr-ifunc.c: Likewise.
18409         * string/test-memcmp-ifunc.c: Likewise.
18410         * string/test-memcpy-ifunc.c: Likewise.
18411         * string/test-memmem-ifunc.c: Likewise.
18412         * string/test-memmove-ifunc.c: Likewise.
18413         * string/test-mempcpy-ifunc.c: Likewise.
18414         * string/test-memrchr-ifunc.c: Likewise.
18415         * string/test-memset-ifunc.c: Likewise.
18416         * string/test-rawmemchr-ifunc.c: Likewise.
18417         * string/test-stpcpy-ifunc.c: Likewise.
18418         * string/test-stpncpy-ifunc.c: Likewise.
18419         * string/test-strcasecmp-ifunc.c: Likewise.
18420         * string/test-strcasestr-ifunc.c: Likewise.
18421         * string/test-strcat-ifunc.c: Likewise.
18422         * string/test-strchr-ifunc.c: Likewise.
18423         * string/test-strchrnul-ifunc.c: Likewise.
18424         * string/test-strcmp-ifunc.c: Likewise.
18425         * string/test-strcpy-ifunc.c: Likewise.
18426         * string/test-strcspn-ifunc.c: Likewise.
18427         * string/test-strlen-ifunc.c: Likewise.
18428         * string/test-strncasecmp-ifunc.c: Likewise.
18429         * string/test-strncat-ifunc.c: Likewise.
18430         * string/test-strncmp-ifunc.c: Likewise.
18431         * string/test-strncpy-ifunc.c: Likewise.
18432         * string/test-strnlen-ifunc.c: Likewise.
18433         * string/test-strpbrk-ifunc.c: Likewise.
18434         * string/test-strrchr-ifunc.c: Likewise.
18435         * string/test-strspn-ifunc.c: Likewise.
18436         * string/test-strstr-ifunc.c: Likewise.
18437
18438 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18439
18440         * benchtests/Makefile: Remove ifunc tests.
18441         * benchtests/bench-string.h: Define TEST_IFUNC.
18442         * benchtests/bench-bcopy-ifunc.c: Remove.
18443         * benchtests/bench-bzero-ifunc.c: Likewise.
18444         * benchtests/bench-memccpy-ifunc.c: Likewise.
18445         * benchtests/bench-memchr-ifunc.c: Likewise.
18446         * benchtests/bench-memcmp-ifunc.c: Likewise.
18447         * benchtests/bench-memcpy-ifunc.c: Likewise.
18448         * benchtests/bench-memmem-ifunc.c: Likewise.
18449         * benchtests/bench-memmove-ifunc.c: Likewise.
18450         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18451         * benchtests/bench-memrchr-ifunc.c: Likewise.
18452         * benchtests/bench-memset-ifunc.c: Likewise.
18453         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18454         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18455         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18456         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18457         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18458         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18459         * benchtests/bench-strcat-ifunc.c: Likewise.
18460         * benchtests/bench-strchr-ifunc.c: Likewise.
18461         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18462         * benchtests/bench-strcmp-ifunc.c: Likewise.
18463         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18464         * benchtests/bench-strcpy-ifunc.c: Likewise.
18465         * benchtests/bench-strcspn-ifunc.c: Likewise.
18466         * benchtests/bench-strlen-ifunc.c: Likewise.
18467         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18468         * benchtests/bench-strncat-ifunc.c: Likewise.
18469         * benchtests/bench-strncmp-ifunc.c: Likewise.
18470         * benchtests/bench-strncpy-ifunc.c: Likewise.
18471         * benchtests/bench-strnlen-ifunc.c: Likewise.
18472         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18473         * benchtests/bench-strrchr-ifunc.c: Likewise.
18474         * benchtests/bench-strsep-ifunc.c: Likewise.
18475         * benchtests/bench-strspn-ifunc.c: Likewise.
18476         * benchtests/bench-strstr-ifunc.c: Likewise.
18477
18478 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18479
18480         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18481
18482 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18483
18484         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18485         * rt/aio.h: Likewise.
18486         * sysdeps/gnu/bits/utmp.h: Likewise.
18487         * sysdeps/gnu/bits/utmpx.h: Likewise.
18488         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18489         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18490         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18491         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18492         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18493         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18494         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18495         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18496         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18497         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18498         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18499         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18500         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18502         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18503         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18504         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18505         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18506         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18507         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18508         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18509         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18510         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18511         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18512         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18513         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18514         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18515         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18516         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18517         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18518         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18519         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18520         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18521         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18522         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18523         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18524         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18525         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18526         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18527         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18528         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18529         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18530
18531 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18532
18533         [BZ #16245]
18534         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18535         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18536
18537 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18538
18539         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18540         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18541         Likewise.
18542
18543 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18544
18545         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18546         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18547         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18548         (__fesetround): Remove define.
18549         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18550         rounding and exceptions handling.
18551         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18552         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18553         (__fe_nomask_env): Likewise.
18554         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18555         __fegetround instead of fegetround.
18556         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18557         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18558
18559 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18560
18561         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18562         it's there.
18563
18564         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18565
18566 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18567
18568         [BZ #11157]
18569         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18570         (encrypt_r): Likewise.
18571         * malloc/obstack.h (obstack_free): Likewise.
18572         * posix/unistd.h (encrypt): Likewise.
18573
18574 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18575
18576         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18577         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18578         DL_CALL_DT_FINI() that call the functions directly.
18579         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18580         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18581         * elf/dl-fini.c: Likewise.
18582
18583 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18584
18585         * malloc/hooks.c (memalign_check): Add alignment rounding.
18586         * malloc/malloc.c (_mid_memalign): New function.
18587         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18588         Implement by calling _mid_memalign.
18589         * manual/probes.texi (Memory Allocation Probes): Remove
18590         memory_valloc_retry and memory_pvalloc_retry.
18591
18592 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18593
18594         * locale/programs/locarchive.c (open_archive): Add const
18595         qualifier to ARCHIVEFNAME and copy default fname to
18596         DEFAULT_FNAME.
18597
18598         [BZ #15601]
18599         * libio/tst-widetext.input: Rename Oriya to Odia.
18600         * locale/iso-639.def: Likewise.
18601
18602         * manual/probes.texi (Mathematical Function Probes): Add
18603         documentation for sin, cos, asin and acos probes.
18604         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18605         (__sin32): Add slowasin probe.
18606         (__cos32): Add slowacos probe.
18607         (__mpsin): Add slowsin probe.
18608         (__mpcos): Add slowcos probe.
18609
18610 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18611
18612         [BZ #15483]
18613         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18614         thread-local __sim_exceptions_thread and global
18615         __sim_exceptions_global.
18616         (__sim_disabled_exceptions): Change to thread-local
18617         __sim_disabled_exceptions_thread and global
18618         __sim_disabled_exceptions_global.
18619         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18620         and global __sim_round_mode_global.
18621         (__simulate_exceptions): Use thread-local floating-point state and
18622         set global state from it as needed.
18623         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18624         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18625         __sim_round_mode_thread.
18626         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18627         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18628         and global __sim_exceptions_global.
18629         (__sim_disabled_exceptions): Change to thread-local
18630         __sim_disabled_exceptions_thread and global
18631         __sim_disabled_exceptions_global.
18632         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18633         and global __sim_round_mode_global.
18634         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18635         (SIM_SET_GLOBAL): Likewise.
18636         * sysdeps/powerpc/soft-fp/sfp-machine.h
18637         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18638         __sim_round_mode_thread.
18639         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18640         __sim_disabled_exceptions_thread.
18641         (__sim_exceptions): Change to __sim_exceptions_thread.
18642         (__sim_disabled_exceptions): Change to
18643         __sim_disabled_exceptions_thread.
18644         (__sim_round_mode): Change to __sim_round_mode_thread.
18645         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18646         thread-local floating-point state and set global state from it as
18647         needed.
18648         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18649         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18650         (__sim_disabled_exceptions): Remove extern declaration.
18651         (feenableexcept): Use thread-local floating-point state and set
18652         global state from it as needed.
18653         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18654         extern declaration.
18655         (__sim_disabled_exceptions): Likewise.
18656         (__sim_round_mode): Likewise.
18657         (__fegetenv): Use thread-local floating-point state.
18658         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18659         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18660         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18661         floating-point state and set global state from it as needed.
18662         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18663         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18664         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18665         Likewise.
18666         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18667         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18668         Likewise.
18669         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18670         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18671         Use __sim_round_mode_thread.
18672         * math/test-fenv-tls.c: New file.
18673         * math/Makefile (tests): Add test-fenv-tls.
18674         ($(objpfx)test-fenv-tls): Depend on
18675         $(common-objpfx)nptl/libpthread.so.
18676
18677 2013-11-19  Andreas Schwab  <schwab@suse.de>
18678
18679         * locale/programs/locale.c (show_info): Decode wordarray elements.
18680         * locale/categories.def (LC_MONETARY): Add element for
18681         _NL_MONETARY_CRNCYSTR.
18682         * locale/C-monetary.c (conversion_rate): New variable.
18683         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18684         element.
18685
18686 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
18687
18688         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18689         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18690
18691 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
18692
18693         * elf/Makefile (tst-auxv): New test.
18694         * elf/tst-auxv.c: New
18695         * elf/rtld.c (dl_main): Adjust AT_EXECFN
18696
18697 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
18698
18699         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18700         (hidden_proto): Caller changed.
18701         (hidden_tls_proto): New macro.
18702         (libc_hidden_tls_proto): Likewise.
18703         (rtld_hidden_tls_proto): Likewise.
18704         (libm_hidden_tls_proto): Likewise.
18705         (libresolv_hidden_tls_proto): Likewise.
18706         (librt_hidden_tls_proto): Likewise.
18707         (libdl_hidden_tls_proto): Likewise.
18708         (libnss_files_hidden_tls_proto): Likewise.
18709         (libnsl_hidden_tls_proto): Likewise.
18710         (libnss_nisplus_hidden_tls_proto): Likewise.
18711         (libutil_hidden_tls_proto): Likewise.
18712
18713 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
18714
18715         [BZ #10253]
18716         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18717         (decompose_rpath): Defer expansion to fillin_rpath.
18718         (_dl_init_paths): Pass linkmap to fillin_rpath.
18719
18720 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18721
18722         * benchtests/Makefile: Add strsep.
18723         * benchtests/bench-strsep.c: New file: strsep benchtest.
18724         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18725
18726 2013-11-18  Andreas Schwab  <schwab@suse.de>
18727
18728         * locale/programs/locale.c (show_info) [case byte]: Check for
18729         '\377' instead of '\177'.
18730         * locale/C-monetary.c (not_available): Always use "\377".
18731         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18732         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
18733         detect unavailable sign_posn locale elements.
18734         * locale/localeconv.c (__localeconv): For grouping and
18735         mon_grouping handle "\177" and "\377" like no grouping.
18736         (INT_ELEM): New macro.  Use it to set all numeric members.
18737         * locale/programs/ld-monetary.c (monetary_read)
18738         <tok_mon_grouping>: Normalize single -1 to the empty string.
18739         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18740         Likewise.
18741
18742 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18743
18744         [BZ #16055]
18745         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
18746         when we match (nil).
18747         * stdio-common/tst-sscanf.c (struct test): Add testcase.
18748
18749 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
18750
18751         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
18752         (NO_TEST_INLINE): Update value.
18753         (ERRNO_UNCHANGED): Likewise.
18754         (ERRNO_EDOM): Likewise.
18755         (ERRNO_ERANGE): Likewise.
18756         (IGNORE_RESULT): Likewise.
18757         (check_float_internal): Check signs of NaN results if
18758         TEST_NAN_SIGN used.
18759         (check_complex): Pass TEST_NAN_SIGN flag through to second
18760         check_float_internal call.
18761         (copysign_test_data): Add tests with quiet NaNs as second
18762         argument.  Use TEST_NAN_SIGN.
18763         (fabs_test_data): Add test of negative quiet NaN argument.  Use
18764         TEST_NAN_SIGN.
18765         (signbit_test_data): Add tests of quiet NaN argument.
18766         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
18767
18768         * math/gen-libm-test.pl (show_exceptions): Take extra argument
18769         $ignore_result.
18770         (parse_args): Handle function results specified as IGNORE.
18771         * math/libm-test.inc (IGNORE_RESULT): New macro.
18772         (check_float_internal): Do not check numerical result if flag
18773         IGNORE_RESULT set.
18774         (check_complex): Pass through IGNORE_RESULT to second
18775         check_float_internal call.
18776         (check_int): Do not check numerical result if flag IGNORE_RESULT
18777         set.
18778         (check_long): Likewise.
18779         (check_bool): Likewise.
18780         (check_longlong): Likewise.
18781         (lrint_test_data): Add tests of infinite and NaN arguments.
18782         (lrint_tonearest_test_data): Likewise.
18783         (lrint_towardzero_test_data): Likewise.
18784         (lrint_downward_test_data): Likewise.
18785         (lrint_upward_test_data): Likewise.
18786         (llrint_test_data): Likewise.
18787         (llrint_tonearest_test_data): Likewise.
18788         (llrint_towardzero_test_data): Likewise.
18789         (llrint_downward_test_data): Likewise.
18790         (llrint_upward_test_data): Likewise.
18791         (lround_test_data): Likewise.
18792         (llround_test_data): Likewise.
18793
18794         * math/libm-test.inc (NO_TEST_INLINE): New macro.
18795         (ERRNO_UNCHANGED): Update value.
18796         (ERRNO_EDOM): Likewise.
18797         (ERRNO_ERANGE): Likewise.
18798         (NO_TEST_INLINE_FLOAT): New macro.
18799         (NO_TEST_INLINE_DOUBLE): Likewise.
18800         (enable_test): New function.
18801         (RUN_TEST_f_f): Check enable_test before running test.
18802         (RUN_TEST_2_f): Likewise.
18803         (RUN_TEST_fff_f): Likewise.
18804         (RUN_TEST_c_f): Likewise.
18805         (RUN_TEST_f_f1): Likewise.
18806         (RUN_TEST_fF_f1): Likewise.
18807         (RUN_TEST_fI_f1): Likewise.
18808         (RUN_TEST_ffI_f1): Likewise.
18809         (RUN_TEST_c_c): Likewise.
18810         (RUN_TEST_cc_c): Likewise.
18811         (RUN_TEST_f_i): Likewise.
18812         (RUN_TEST_f_i_tg): Likewise.
18813         (RUN_TEST_ff_i_tg): Likewise.
18814         (RUN_TEST_f_b): Likewise.
18815         (RUN_TEST_f_b_tg): Likewise.
18816         (RUN_TEST_f_l): Likewise.
18817         (RUN_TEST_f_L): Likewise.
18818         (RUN_TEST_fFF_11): Likewise.
18819         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
18820         conditionals.
18821         (cosh_test_data): Likewise.
18822         (exp_test_data): Likewise.
18823         (expm1_test_data): Likewise.
18824         (hypot_test_data): Likewise.
18825         (pow_test_data): Likewise.
18826         (sinh_test_data): Likewise.
18827         (tanh_test_data): Likewise.
18828         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
18829         flags argument.
18830
18831         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
18832         tests with quiet NaN input and output.
18833         (acosh_test_data): Likewise.
18834         (asin_test_data): Likewise.
18835         (asinh_test_data): Likewise.
18836         (atan_test_data): Likewise.
18837         (atanh_test_data): Likewise.
18838         (atan2_test_data): Likewise.
18839         (cbrt_test_data): Likewise.
18840         (cos_test_data): Likewise.
18841         (cosh_test_data): Likewise.
18842         (erf_test_data): Likewise.
18843         (erfc_test_data): Likewise.
18844         (exp_test_data): Likewise.
18845         (exp10_test_data): Likewise.
18846         (exp2_test_data): Likewise.
18847         (expm1_test_data): Likewise.
18848         (hypot_test_data): Likewise.
18849         (j0_test_data): Likewise.
18850         (j1_test_data): Likewise.
18851         (jn_test_data): Likewise.
18852         (lgamma_test_data): Likewise.
18853         (log_test_data): Likewise.
18854         (log10_test_data): Likewise.
18855         (log1p_test_data): Likewise.
18856         (log2_test_data): Likewise.
18857         (pow_test_data): Likewise.
18858         (scalb_test_data): Likewise.
18859         (sin_test_data): Likewise.
18860         (sincos_test_data): Likewise.
18861         (sinh_test_data): Likewise.
18862         (tan_test_data): Likewise.
18863         (tanh_test_data): Likewise.
18864         (tgamma_test_data): Likewise.
18865         (y0_test_data): Likewise.
18866         (y1_test_data): Likewise.
18867         (yn_test_data): Likewise.
18868
18869         [BZ #16167]
18870         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
18871         argument being NaN and avoid computations with second argument in
18872         that case.
18873         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
18874         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
18875         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
18876
18877 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
18878
18879         * locale/iso-639.def: Add Chitwani Tharu (the).
18880
18881 2013-11-14  Andreas Schwab  <schwab@suse.de>
18882
18883         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
18884         word instead of empty string.
18885
18886 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18887
18888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18889         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
18890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18891         (__fe_nomask_env): Likewise.
18892
18893 2013-11-13  Steve Ellcey  <sellcey@mips.com>
18894
18895         * benchtests/bench-timing.h: Include time.h.
18896
18897 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
18898
18899         [BZ #15997]
18900         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
18901         to 3.4.0 for x32.
18902         * sysdeps/unix/sysv/linux/configure: Regenerated.
18903
18904 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
18905
18906         [BZ #16151]
18907         * stdlib/strtod_l.c (round_and_return): Do not consider
18908         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
18909         exponent one less than half the least subnormal exponent.
18910         * stdlib/test-strtod-round-data: Add more tests.
18911         * stdlib/tst-strtod-round.c (tests): Regenerated.
18912
18913 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18914
18915         [BZ #14143]
18916         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
18917         (__fe_mask_env): Likewise.
18918         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
18919         libm_hidden_proto and add function prototype.
18920         (__fe_mask_env): Add function prototype.
18921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18922         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
18923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
18924         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
18925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18926         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
18927
18928 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18929
18930         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
18931         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
18932
18933 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18934
18935         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
18936         of htab_find_slot().
18937
18938 2013-11-11  David S. Miller  <davem@davemloft.net>
18939
18940         [BZ #16150]
18941         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
18942         symbol in the non-vis3 case in static builds.
18943         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
18944         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
18945         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
18946         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
18947
18948 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
18949
18950         [BZ #387]
18951         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
18952         it is empty.
18953
18954 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18955
18956         * benchtests/Makefile: Add bench-strtod.
18957         * benchtests/bench-strtod.c: New file: strtod benchtest
18958
18959 2013-11-11  Andreas Schwab  <schwab@suse.de>
18960
18961         [BZ #16153]
18962         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
18963         terminating NUL in key length.
18964
18965 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18966
18967         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18968         Add artificial ODP entry for vDSO symbol for PPC64.
18969         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
18970         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
18971
18972 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18973
18974         [BZ #15374]
18975         * nss/getent.c (services_keys): Recognize services starting with digit.
18976
18977 2013-11-06  David S. Miller  <davem@davemloft.net>
18978
18979         [BZ #15985]
18980         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
18981         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
18982
18983 2013-11-06  Will Newton  <will.newton@linaro.org>
18984
18985         * manual/memory.texi (Malloc Examples): Remove register
18986         keyword from examples.
18987
18988 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
18989
18990         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
18991
18992 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
18993
18994         [BZ #6981]
18995         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
18996         depending on [__GCC_IEC_559 > 0].
18997         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
18998         depending on [__GCC_IEC_559_COMPLEX > 0].
18999
19000 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19001
19002         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19003         to iso-639.def.
19004
19005 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19006
19007         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19008
19009 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19010
19011         [BZ #16112]
19012         * malloc/malloc (malloc_info): Do not handle first bin as
19013         special case.
19014
19015 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19016
19017         * locale/iso-639.def: Add Central Nahuatl (nhn).
19018
19019 2013-11-01  Bruno Haible  <bruno@clisp.org>
19020
19021         [BZ #7003]
19022         * manual/math.texi (BSD Random): Specify range upper bound as
19023         in POSIX.
19024
19025 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19026
19027         * locale/iso-639.def: Add Meadow Mari (mhr).
19028
19029 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19030
19031         [BZ #14752], [BZ #15763]
19032         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19033         Validate name.
19034         * rt/tst_shm.c: Add test for escaping directory.
19035
19036 2013-10-31  Andreas Schwab  <schwab@suse.de>
19037
19038         [BZ #15917]
19039         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19040         followed by 'x' as part of digit sequence.
19041         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19042
19043 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19044
19045         [BZ #16037]
19046         * configure.ac: allow GNU Make 4.0 and greater.
19047         * configure: Regenerated.
19048
19049 2013-10-30  Will Newton  <will.newton@linaro.org>
19050
19051         [BZ #16038]
19052         * malloc/hooks.c (memalign_check): Limit alignment to the
19053         maximum representable power of two.
19054         * malloc/malloc.c (__libc_memalign): Likewise.
19055         * malloc/tst-memalign.c (do_test): Add test for very
19056         large alignment values.
19057         * malloc/tst-posix_memalign.c (do_test): Likewise.
19058
19059 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19060
19061         [BZ #11087]
19062         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19063         (munmap_chunk): Likewise.
19064         (mremap_chunk): Likewise.
19065
19066 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19067
19068         [BZ #15799]
19069         * stdlib/div.c (div): Remove obsolete code.
19070         * stdlib/ldiv.c (ldiv): Likewise.
19071         * stdlib/lldiv.c (lldiv): Likewise.
19072
19073 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19074
19075         [BZ #16071]
19076         * nss/nss_files/files-XXX.c (get_contents_ret): New
19077         enumerator.
19078         (get_contents): New function.
19079         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19080
19081 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19082
19083         * configure.in: Moved to ...
19084         * configure.ac: ... here. Change reference to configure.in
19085         to configure.ac.
19086         * sysdeps/arm/preconfigure.ac: ... here.
19087         configure.in to configure.ac.
19088         * sysdeps/gnu/configure.in: Moved to ...
19089         * sysdeps/gnu/configure.ac: ... here.
19090         * sysdeps/i386/configure.in: Moved to ...
19091         * sysdeps/i386/configure.ac: ... here.
19092         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19093         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19094         * sysdeps/mach/configure.in: Moved to ...
19095         * sysdeps/mach/configure.ac: ... here.
19096         * sysdeps/mach/hurd/configure.in: Moved to ...
19097         * sysdeps/mach/hurd/configure.ac: ... here.
19098         * sysdeps/powerpc/configure.in: Moved to ...
19099         * sysdeps/powerpc/configure.ac: ... here.
19100         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19101         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19102         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19103         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19104         * sysdeps/s390/s390-32/configure.in: Moved to ...
19105         * sysdeps/s390/s390-32/configure.ac: ... here.
19106         * sysdeps/s390/s390-64/configure.in: Moved to ...
19107         * sysdeps/s390/s390-64/configure.ac: ... here.
19108         * sysdeps/sh/configure.in: Moved to ...
19109         * sysdeps/sh/configure.ac: ... here.
19110         * sysdeps/sparc/configure.in: Moved to ...
19111         * sysdeps/sparc/configure.ac: ... here.
19112         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19113         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19114         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19115         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19116         * sysdeps/x86_64/configure.in: Moved to ...
19117         * sysdeps/x86_64/configure.ac: ... here.
19118         * sysdeps/x86_64/preconfigure.in: Moved to ...
19119         * sysdeps/x86_64/preconfigure.ac: ... here.
19120         * aclocal.m4: Change reference to configure.in to configure.ac.
19121         * config.h.in: Likewise.
19122         * manual/install.texi: Likewise.
19123         * manual/maint.texi: Likewise.
19124         * Makefile: Likewise.
19125         * malloc/Makefile: Likewise.
19126         * nscd/Makefile: Likewise.
19127         * Makeconfig: Change reference to configure.in and
19128         preconfigure.in to configure.ac and preconfigure.ac
19129         respectively.
19130         * INSTALL: Regenerated.
19131         * configure: Likewise.
19132         * sysdeps/gnu/configure: Likewise.
19133         * sysdeps/i386/configure: Likewise.
19134         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19135         * sysdeps/mach/configure: Likewise.
19136         * sysdeps/mach/hurd/configure: Likewise.
19137         * sysdeps/powerpc/configure: Likewise.
19138         * sysdeps/powerpc/powerpc32/configure: Likewise.
19139         * sysdeps/powerpc/powerpc64/configure: Likewise.
19140         * sysdeps/s390/s390-32/configure: Likewise.
19141         * sysdeps/s390/s390-64/configure: Likewise.
19142         * sysdeps/sh/configure: Likewise.
19143         * sysdeps/sparc/configure: Likewise.
19144         * sysdeps/unix/sysv/linux/configure: Likewise.
19145         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19146         * sysdeps/x86_64/configure: Likewise.
19147         * sysdeps/x86_64/preconfigure: Likewise.
19148
19149 2013-10-29  Andreas Schwab  <schwab@suse.de>
19150
19151         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19152
19153 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19154
19155         * benchtests/pow-inputs: Add new inputs.
19156
19157         * benchtests/exp-inputs: Add new inputs.
19158
19159         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19160         conditional check for return value.
19161         (__cos32): Likewise.
19162
19163 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19164
19165         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19166         to provide a boost for large inputs with word alignment.
19167         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19168         implementation based on optimized PPC64 strcpy.
19169         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19170         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19171         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19172         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19173
19174 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19175
19176         [BZ #2801]
19177         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19178
19179 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19180
19181         [BZ #14876]
19182         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19183         * time/tst-strptime.c (day_tests): Add testcase.
19184
19185 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19186
19187         [BZ #14029]
19188         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19189
19190 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19191
19192         [BZ #16074]
19193         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19194         MAP_FAILED on error.
19195
19196 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19197
19198         [BZ #16072]
19199         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19200         heap for large requests.
19201
19202 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19203
19204         [BZ #9954]
19205         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19206         result if the result has no associated interface.
19207         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19208         interface for all 127.X.Y.Z addresses.
19209
19210 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19211
19212         * locale/iso-639.def: Add Ligurian (lij)
19213
19214 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19215
19216         [BZ #15825]
19217         * sunrpc/rpc_main.c: Document rpcgen -5.
19218
19219 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19220
19221         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19222
19223 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19224
19225         [BZ #10278]
19226         * posix/glob.c: Match only directories when trailing slash is present.
19227         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19228         (main): Add testcase.
19229
19230 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19231
19232         [BZ #15670]
19233         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19234
19235 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19236
19237         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19238         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19239         AUTH_DES and cindex for FIPS 140-2.
19240         (DES Encryption): Add cindex FIPS 46-3.
19241
19242         * locale/locarchive.h (struct locarhandle): Add fname.
19243         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19244         if an optional argument was specified to --list-archive,
19245         otherwise NULL.
19246         * locale/programs/locarchive.c (show_archive_content): Take new
19247         argument fname and pass it via ah.fname to open_archive.
19248         * locale/programs/localedef.h: Update decl.
19249         (open_archive): If AH->fname is non-null, open that file
19250         rather than the default file name, and don't ignore ENOENT.
19251         (create_archive): Set AH.fname to NULL.
19252         (delete_locales_from_archive): Likewise.
19253         (add_locales_to_archive): Likewise.
19254         * locale/programs/locfile.c (write_all_categories): Likewise.
19255
19256 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19257             Aldy Hernandez  <aldyh@redhat.com>
19258
19259         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19260         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19261         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19262         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19263         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19264         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19265         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19266         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19267         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19268         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19269         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19270         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19271         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19272         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19273         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19274         Likewise.
19275         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19276         Likewise.
19277         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19278         Likewise.
19279         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19280         Likewise.
19281         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19282         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19283         Likewise.
19284         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19285         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19286         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19287         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19288         Likewise.
19289         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19290         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19291         * sysdeps/powerpc/preconfigure: Likewise.
19292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19293         Likewise.
19294         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19295         Replace contents of file by #include of <fenv_libc.h>.
19296         * sysdeps/powerpc/soft-fp/sfp-machine.h
19297         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19298         and <sys/prctl.h>.
19299         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19300         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19301         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19302         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19303         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19304         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19305         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19306         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19307         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19308         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19309         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19310         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19312         Allow copysignl PLT reference to be missing.
19313
19314 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19315             Joseph Myers  <joseph@codesourcery.com
19316
19317         [BZ #15948]
19318         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19319         single character.
19320         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19321
19322 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19323
19324         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19325         * elf/tst-tls1.c: Likewise.
19326         * elf/tst-tls10.h: Likewise.
19327         * elf/tst-tls14.c: Likewise.
19328         * elf/tst-tls2.c: Likewise.
19329         * elf/tst-tls3.c: Likewise.
19330         * elf/tst-tls4.c: Likewise.
19331         * elf/tst-tls5.c: Likewise.
19332         * elf/tst-tls6.c: Likewise.
19333         * elf/tst-tls7.c: Likewise.
19334         * elf/tst-tls8.c: Likewise.
19335         * elf/tst-tls9.c: Likewise.
19336         * elf/tst-tlsmod1.c: Likewise.
19337         * elf/tst-tlsmod13.c: Likewise.
19338         * elf/tst-tlsmod13a.c: Likewise.
19339         * elf/tst-tlsmod14a.c: Likewise.
19340         * elf/tst-tlsmod16a.c: Likewise.
19341         * elf/tst-tlsmod16b.c: Likewise.
19342         * elf/tst-tlsmod2.c: Likewise.
19343         * elf/tst-tlsmod3.c: Likewise.
19344         * elf/tst-tlsmod4.c: Likewise.
19345         * elf/tst-tlsmod5.c: Likewise.
19346         * elf/tst-tlsmod6.c: Likewise.
19347
19348 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19349
19350         [BZ #12486]
19351         * malloc/malloc.c: remove checks for statistics.
19352
19353 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19354
19355         [BZ #15277]
19356         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19357         * inet/tst-network.c: Add testcase.
19358
19359 2013-10-17  Andreas Schwab  <schwab@suse.de>
19360
19361         [BZ #15218]
19362         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19363         to determine canonical name.
19364
19365 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19366
19367         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19368         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19369         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19370         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19371         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19372         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19373         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19374         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19375         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19376         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19377         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19378         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19379         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19380         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19381         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19382         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19383         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19384         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19385         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19386         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19387         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19388         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19389         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19390         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19391         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19392         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19393         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19394         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19395         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19396         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19397         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19398         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19399         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19400         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19401         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19402         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19403         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19404         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19405         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19406         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19407         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19408         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19409         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19410         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19411         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19412         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19413         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19414         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19415         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19416         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19417         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19418         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19419         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19420         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19421         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19422         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19423         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19424         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19425
19426 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19427
19428         [BZ #16041]
19429         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19430         make result into a quiet NaN.
19431
19432 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19433
19434         * soft-fp/adddf3.c: Fix horizontal whitespace.
19435         * soft-fp/addsf3.c: Likewise.
19436         * soft-fp/addtf3.c: Likewise.
19437         * soft-fp/divdf3.c: Likewise.
19438         * soft-fp/divsf3.c: Likewise.
19439         * soft-fp/divtf3.c: Likewise.
19440         * soft-fp/double.h: Likewise.
19441         * soft-fp/eqdf2.c: Likewise.
19442         * soft-fp/eqsf2.c: Likewise.
19443         * soft-fp/eqtf2.c: Likewise.
19444         * soft-fp/extenddftf2.c: Likewise.
19445         * soft-fp/extended.h: Likewise.
19446         * soft-fp/extendsfdf2.c: Likewise.
19447         * soft-fp/extendsftf2.c: Likewise.
19448         * soft-fp/extendxftf2.c: Likewise.
19449         * soft-fp/fixdfdi.c: Likewise.
19450         * soft-fp/fixdfsi.c: Likewise.
19451         * soft-fp/fixdfti.c: Likewise.
19452         * soft-fp/fixsfdi.c: Likewise.
19453         * soft-fp/fixsfsi.c: Likewise.
19454         * soft-fp/fixsfti.c: Likewise.
19455         * soft-fp/fixtfdi.c: Likewise.
19456         * soft-fp/fixtfsi.c: Likewise.
19457         * soft-fp/fixtfti.c: Likewise.
19458         * soft-fp/fixunsdfdi.c: Likewise.
19459         * soft-fp/fixunsdfsi.c: Likewise.
19460         * soft-fp/fixunsdfti.c: Likewise.
19461         * soft-fp/fixunssfdi.c: Likewise.
19462         * soft-fp/fixunssfsi.c: Likewise.
19463         * soft-fp/fixunssfti.c: Likewise.
19464         * soft-fp/fixunstfdi.c: Likewise.
19465         * soft-fp/fixunstfsi.c: Likewise.
19466         * soft-fp/fixunstfti.c: Likewise.
19467         * soft-fp/floatdidf.c: Likewise.
19468         * soft-fp/floatdisf.c: Likewise.
19469         * soft-fp/floatditf.c: Likewise.
19470         * soft-fp/floatsidf.c: Likewise.
19471         * soft-fp/floatsisf.c: Likewise.
19472         * soft-fp/floatsitf.c: Likewise.
19473         * soft-fp/floattidf.c: Likewise.
19474         * soft-fp/floattisf.c: Likewise.
19475         * soft-fp/floattitf.c: Likewise.
19476         * soft-fp/floatundidf.c: Likewise.
19477         * soft-fp/floatundisf.c: Likewise.
19478         * soft-fp/floatunditf.c: Likewise.
19479         * soft-fp/floatunsidf.c: Likewise.
19480         * soft-fp/floatunsisf.c: Likewise.
19481         * soft-fp/floatunsitf.c: Likewise.
19482         * soft-fp/floatuntidf.c: Likewise.
19483         * soft-fp/floatuntisf.c: Likewise.
19484         * soft-fp/floatuntitf.c: Likewise.
19485         * soft-fp/fmadf4.c: Likewise.
19486         * soft-fp/fmasf4.c: Likewise.
19487         * soft-fp/fmatf4.c: Likewise.
19488         * soft-fp/gedf2.c: Likewise.
19489         * soft-fp/gesf2.c: Likewise.
19490         * soft-fp/getf2.c: Likewise.
19491         * soft-fp/ledf2.c: Likewise.
19492         * soft-fp/lesf2.c: Likewise.
19493         * soft-fp/letf2.c: Likewise.
19494         * soft-fp/muldf3.c: Likewise.
19495         * soft-fp/mulsf3.c: Likewise.
19496         * soft-fp/multf3.c: Likewise.
19497         * soft-fp/negdf2.c: Likewise.
19498         * soft-fp/negsf2.c: Likewise.
19499         * soft-fp/negtf2.c: Likewise.
19500         * soft-fp/op-1.h: Likewise.
19501         * soft-fp/op-2.h: Likewise.
19502         * soft-fp/op-4.h: Likewise.
19503         * soft-fp/op-8.h: Likewise.
19504         * soft-fp/op-common.h: Likewise.
19505         * soft-fp/quad.h: Likewise.
19506         * soft-fp/single.h: Likewise.
19507         * soft-fp/soft-fp.h: Likewise.
19508         * soft-fp/sqrtdf2.c: Likewise.
19509         * soft-fp/sqrtsf2.c: Likewise.
19510         * soft-fp/sqrttf2.c: Likewise.
19511         * soft-fp/subdf3.c: Likewise.
19512         * soft-fp/subsf3.c: Likewise.
19513         * soft-fp/subtf3.c: Likewise.
19514         * soft-fp/truncdfsf2.c: Likewise.
19515         * soft-fp/trunctfdf2.c: Likewise.
19516         * soft-fp/trunctfsf2.c: Likewise.
19517         * soft-fp/trunctfxf2.c: Likewise.
19518         * soft-fp/unorddf2.c: Likewise.
19519         * soft-fp/unordsf2.c: Likewise.
19520         * soft-fp/unordtf2.c: Likewise.
19521
19522 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19523
19524         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19525         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19526
19527 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19528
19529         * elf/dl-libc.c: Clear initfini list after freeing.
19530
19531 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19532
19533         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19534         * soft-fp/addsf3.c: Likewise.
19535         * soft-fp/addtf3.c: Likewise.
19536         * soft-fp/divdf3.c: Likewise.
19537         * soft-fp/divsf3.c: Likewise.
19538         * soft-fp/divtf3.c: Likewise.
19539         * soft-fp/double.h: Likewise.
19540         * soft-fp/eqdf2.c: Likewise.
19541         * soft-fp/eqsf2.c: Likewise.
19542         * soft-fp/eqtf2.c: Likewise.
19543         * soft-fp/extenddftf2.c: Likewise.
19544         * soft-fp/extended.h: Likewise.
19545         * soft-fp/extendsfdf2.c: Likewise.
19546         * soft-fp/extendsftf2.c: Likewise.
19547         * soft-fp/extendxftf2.c: Likewise.
19548         * soft-fp/fixdfdi.c: Likewise.
19549         * soft-fp/fixdfsi.c: Likewise.
19550         * soft-fp/fixdfti.c: Likewise.
19551         * soft-fp/fixsfdi.c: Likewise.
19552         * soft-fp/fixsfsi.c: Likewise.
19553         * soft-fp/fixsfti.c: Likewise.
19554         * soft-fp/fixtfdi.c: Likewise.
19555         * soft-fp/fixtfsi.c: Likewise.
19556         * soft-fp/fixtfti.c: Likewise.
19557         * soft-fp/fixunsdfdi.c: Likewise.
19558         * soft-fp/fixunsdfsi.c: Likewise.
19559         * soft-fp/fixunsdfti.c: Likewise.
19560         * soft-fp/fixunssfdi.c: Likewise.
19561         * soft-fp/fixunssfsi.c: Likewise.
19562         * soft-fp/fixunssfti.c: Likewise.
19563         * soft-fp/fixunstfdi.c: Likewise.
19564         * soft-fp/fixunstfsi.c: Likewise.
19565         * soft-fp/fixunstfti.c: Likewise.
19566         * soft-fp/floatdidf.c: Likewise.
19567         * soft-fp/floatdisf.c: Likewise.
19568         * soft-fp/floatditf.c: Likewise.
19569         * soft-fp/floatsidf.c: Likewise.
19570         * soft-fp/floatsisf.c: Likewise.
19571         * soft-fp/floatsitf.c: Likewise.
19572         * soft-fp/floattidf.c: Likewise.
19573         * soft-fp/floattisf.c: Likewise.
19574         * soft-fp/floattitf.c: Likewise.
19575         * soft-fp/floatundidf.c: Likewise.
19576         * soft-fp/floatundisf.c: Likewise.
19577         * soft-fp/floatunsidf.c: Likewise.
19578         * soft-fp/floatunsisf.c: Likewise.
19579         * soft-fp/floatuntidf.c: Likewise.
19580         * soft-fp/floatuntisf.c: Likewise.
19581         * soft-fp/floatuntitf.c: Likewise.
19582         * soft-fp/fmadf4.c: Likewise.
19583         * soft-fp/fmasf4.c: Likewise.
19584         * soft-fp/fmatf4.c: Likewise.
19585         * soft-fp/gedf2.c: Likewise.
19586         * soft-fp/gesf2.c: Likewise.
19587         * soft-fp/getf2.c: Likewise.
19588         * soft-fp/ledf2.c: Likewise.
19589         * soft-fp/lesf2.c: Likewise.
19590         * soft-fp/letf2.c: Likewise.
19591         * soft-fp/muldf3.c: Likewise.
19592         * soft-fp/mulsf3.c: Likewise.
19593         * soft-fp/multf3.c: Likewise.
19594         * soft-fp/negdf2.c: Likewise.
19595         * soft-fp/negsf2.c: Likewise.
19596         * soft-fp/negtf2.c: Likewise.
19597         * soft-fp/op-1.h: Likewise.
19598         * soft-fp/op-2.h: Likewise.
19599         * soft-fp/op-4.h: Likewise.
19600         * soft-fp/op-8.h: Likewise.
19601         * soft-fp/op-common.h: Likewise.
19602         * soft-fp/quad.h: Likewise.
19603         * soft-fp/single.h: Likewise.
19604         * soft-fp/soft-fp.h: Likewise.
19605         * soft-fp/sqrtdf2.c: Likewise.
19606         * soft-fp/sqrtsf2.c: Likewise.
19607         * soft-fp/sqrttf2.c: Likewise.
19608         * soft-fp/subdf3.c: Likewise.
19609         * soft-fp/subsf3.c: Likewise.
19610         * soft-fp/subtf3.c: Likewise.
19611         * soft-fp/truncdfsf2.c: Likewise.
19612         * soft-fp/trunctfdf2.c: Likewise.
19613         * soft-fp/trunctfsf2.c: Likewise.
19614         * soft-fp/trunctfxf2.c: Likewise.
19615         * soft-fp/unorddf2.c: Likewise.
19616         * soft-fp/unordsf2.c: Likewise.
19617         * soft-fp/unordtf2.c: Likewise.
19618
19619 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19620
19621         [BZ #15672]
19622         * misc/error.c (error_tail): Fix possible buffer overflow.
19623
19624 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19625
19626         [BZ #13028]
19627         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19628         address.
19629
19630 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19631
19632         [BZ #832]
19633         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19634         testing pipefail option.
19635
19636 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19637
19638         * soft-fp/double.h: Indent preprocessor directives inside #if.
19639         * soft-fp/extended.h: Likewise.
19640         * soft-fp/op-2.h: Likewise.
19641         * soft-fp/op-4.h: Likewise.
19642         * soft-fp/op-common.h: Likewise.
19643         * soft-fp/quad.h: Likewise.
19644         * soft-fp/single.h: Likewise.
19645         * soft-fp/soft-fp.h: Likewise.
19646
19647 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
19648
19649         * iconv/iconv_prog.c: Fix typos.
19650         * stdio-common/psiginfo-data.h: Likewise.
19651
19652 2013-10-12   Reuben Thomas <rrt@sc3d.org>
19653
19654         [BZ #15764]
19655         * locale/setlocale.c: Fix typo.
19656
19657 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19658
19659         [BZ #16036]
19660         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19661         signaling NaN arguments.
19662         * soft-fp/unordsf2.c (__unordsf2): Likewise.
19663         * soft-fp/unordtf2.c (__unordtf2): Likewise.
19664
19665         [BZ #14910]
19666         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19667         unordered operands.
19668         * soft-fp/gesf2.c (__gesf2): Likewise.
19669         * soft-fp/getf2.c (__getf2): Likewise.
19670         * soft-fp/ledf2.c (__ledf2): Likewise.
19671         * soft-fp/lesf2.c (__lesf2): Likewise.
19672         * soft-fp/letf2.c (__letf2): Likewise.
19673
19674         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19675         * soft-fp/eqsf2.c (__eqsf2): Likewise.
19676         * soft-fp/eqtf2.c (__eqtf2): Likewise.
19677         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19678         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19679         * soft-fp/fixdfti.c (__fixdfti): Likewise.
19680         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19681         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19682         * soft-fp/fixsfti.c (__fixsfti): Likewise.
19683         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19684         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19685         * soft-fp/fixtfti.c (__fixtfti): Likewise.
19686         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19687         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19688         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19689         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19690         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19691         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19692         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19693         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19694         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19695         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19696         * soft-fp/floatdisf.c (__floatdisf): Likewise.
19697         * soft-fp/floatsisf.c (__floatsisf): Likewise.
19698         * soft-fp/floattidf.c (__floattidf): Likewise.
19699         * soft-fp/floattisf.c (__floattisf): Likewise.
19700         * soft-fp/floattitf.c (__floattitf): Likewise.
19701         * soft-fp/floatundidf.c (__floatundidf): Likewise.
19702         * soft-fp/floatundisf.c (__floatundisf): Likewise.
19703         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19704         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19705         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19706         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19707         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19708         * soft-fp/gesf2.c (__gesf2): Likewise.
19709         * soft-fp/getf2.c (__getf2): Likewise.
19710         * soft-fp/ledf2.c (__ledf2): Likewise.
19711         * soft-fp/lesf2.c (__lesf2): Likewise.
19712         * soft-fp/letf2.c (__letf2): Likewise.
19713
19714         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19715         Undefine and redefine.
19716         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19717         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19718         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19719         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19720         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19721         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19722         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19723         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19724         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19725         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19726         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19727         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19728         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19729         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19730         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19731
19732         [BZ #16032]
19733         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19734         without decrementing exponent if mantissa >= that for the
19735         denominator, not >.
19736         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19737         denominator, not >.  Decrement exponent in < case instead of
19738         incrementing in >= case.
19739         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19740         without decrementing exponent if mantissa >= that for the
19741         denominator, not >.
19742
19743         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
19744         computing saturated result for unsigned overflow.
19745
19746 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19747             Jeff Law  <law@redhat.com>
19748
19749         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
19750         (atan2Mp): Add systemtap probe marker.
19751         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
19752         (__ieee754_log): Add systemtap probe marker.
19753         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
19754         (atanMp): Add systemtap probe marker.
19755         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
19756         (tanMp): Add systemtap probe marker.
19757         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
19758         (__slowexp): Add systemtap probe marker.
19759         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
19760         (__slowpow): Add systemtap probe marker.
19761         * manual/probes.texi: Document probes.
19762
19763 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
19764
19765         [BZ #15362]
19766         * libio/fileops.c (_IO_new_file_write): Return count of bytes
19767         written.
19768         (_IO_new_file_xsputn): Don't return EOF if nothing has been
19769         written.
19770         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
19771         written to buffer but not flushed.
19772         * libio/iofwrite_u.c:  Likewise.
19773         * libio/iopadn.c:  Return bytes returned even if EOF was
19774         encountered.
19775         * libio/iowpadn.c:  Likewise.
19776         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
19777         if _IO_padn does not write the whole buffer.
19778         [!COMPILE_WPRINTF] (PAD): Likewise.
19779
19780 2013-10-10  David S. Miller  <davem@davemloft.net>
19781
19782         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
19783         directory block.
19784
19785 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19786
19787         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
19788         instead of FSF address.
19789         * soft-fp/fixdfti.c: Likewise.
19790         * soft-fp/fixsfti.c: Likewise.
19791         * soft-fp/fixtfti.c: Likewise.
19792         * soft-fp/fixunsdfti.c: Likewise.
19793         * soft-fp/fixunssfti.c: Likewise.
19794         * soft-fp/fixunstfti.c: Likewise.
19795         * soft-fp/floattidf.c: Likewise.
19796         * soft-fp/floattisf.c: Likewise.
19797         * soft-fp/floattitf.c: Likewise.
19798         * soft-fp/floatuntidf.c: Likewise.
19799         * soft-fp/floatuntisf.c: Likewise.
19800         * soft-fp/floatuntitf.c: Likewise.
19801         * soft-fp/trunctfxf2.c: Likewise.
19802
19803         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
19804         * soft-fp/fixdfti.c: Likewise.
19805         * soft-fp/fixsfti.c: Likewise.
19806         * soft-fp/fixtfti.c: Likewise.
19807         * soft-fp/fixunsdfti.c: Likewise.
19808         * soft-fp/fixunssfti.c: Likewise.
19809         * soft-fp/fixunstfti.c: Likewise.
19810         * soft-fp/floattidf.c: Likewise.
19811         * soft-fp/floattisf.c: Likewise.
19812         * soft-fp/floattitf.c: Likewise.
19813         * soft-fp/floatuntidf.c: Likewise.
19814         * soft-fp/floatuntisf.c: Likewise.
19815         * soft-fp/floatuntitf.c: Likewise.
19816         * soft-fp/trunctfxf2.c: Likewise.
19817
19818 2013-10-10  David S. Miller  <davem@davemloft.net>
19819
19820         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19821
19822 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
19823
19824         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19825         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
19826         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
19827         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
19828         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
19829         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
19830         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
19831
19832         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
19833         for NaNs before doing comparisons on argument.
19834         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
19835         Likewise.
19836
19837 2013-10-10  Will Newton  <will.newton@linaro.org>
19838
19839         * malloc/hooks.c (memalign_check): Ensure the value of bytes
19840         passed to _int_memalign does not overflow.
19841
19842 2013-10-10  Torvald Riegel  <triegel@redhat.com>
19843
19844         * scripts/bench.pl: Add include-sources directive.
19845         * benchtests/README: Update documentation.
19846
19847 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19848
19849         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
19850         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
19851         instead of FP_INIT_ROUNDMODE.
19852         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
19853         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
19854
19855         [BZ #16034]
19856         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
19857         copy class of input value.
19858         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
19859         not handle exceptions.
19860         * soft-fp/negsf2.c (__negsf2): Likewise.
19861         * soft-fp/negtf2.c (__negtf2): Likewise.
19862         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
19863
19864 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
19865
19866         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
19867         semicolon.  From Linux kernel.
19868
19869 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
19870
19871         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
19872
19873 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
19874
19875         [BZ #156]
19876         * manual/socket.texi: Added statement about buffer
19877         for gethostbyname2_r.
19878
19879 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
19880
19881         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
19882         Use .p2align directive instead, throughout.
19883         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
19884         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
19885         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
19886         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
19887         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
19888         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
19889         * sysdeps/x86_64/strchr.S: Likewise.
19890         * sysdeps/x86_64/strrchr.S: Likewise.
19891
19892 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
19893
19894         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
19895
19896         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
19897
19898         * sysdeps/generic/math_private.h (__mpsin1): Remove
19899         declaration.
19900         (__mpcos1): Likewise.
19901         (__mpsin): New argument __range_reduce.
19902         (__mpcos): Likewise.
19903         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19904         (slow): Use __mpsin and __mpcos.
19905         (slow1): Likewise.
19906         (slow2): Likewise.
19907         (sloww): Likewise.
19908         (sloww1): Likewise.
19909         (sloww2): Likewise.
19910         (bsloww): Likewise.
19911         (bsloww1): Likewise.
19912         (bsloww2): Likewise.
19913         (cslow2): Likewise.
19914         (csloww): Likewise.
19915         (csloww1): Likewise.
19916         (csloww2): Likewise.
19917         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
19918         range_reduce.  Merge in __mpsin1.
19919         (__mpcos): Likewise.
19920         (__mpsin1): Remove.
19921         (__mpcos1): Likewise.
19922
19923 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
19924
19925         * locale/loadlocale.c (_nl_intern_locale_data): Use
19926         LOCFILE_ALIGNED_P.
19927         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
19928         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
19929         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
19930         obstack data is appropriately aligned.
19931         (obstack_int32_grow_fast): Likewise.
19932         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
19933         * locale/programs/locfile.c (add_locale_uint32): Likewise.
19934         (add_locale_uint32_array): Likewise.
19935
19936 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
19937
19938         * benchtests/Makefile: Remove ARGLIST and RET variables.
19939         ($(objpfx)bench-%.c): Pass only function name to the script.
19940         * benchtests/README: Update documentation.
19941         * benchtests/acos-inputs: Add new directives.
19942         * benchtests/acosh-inputs: Likewise.
19943         * benchtests/asin-inputs: Likewise.
19944         * benchtests/asinh-inputs: Likewise.
19945         * benchtests/atan-inputs: Likewise.
19946         * benchtests/atanh-inputs: Likewise.
19947         * benchtests/cos-inputs: Likewise.
19948         * benchtests/cosh-inputs: Likewise.
19949         * benchtests/exp-inputs: Likewise.
19950         * benchtests/log-inputs: Likewise.
19951         * benchtests/pow-inputs: Likewise.
19952         * benchtests/rint-inputs: Likewise.
19953         * benchtests/sin-inputs: Likewise.
19954         * benchtests/sinh-inputs: Likewise.
19955         * benchtests/tan-inputs: Likewise.
19956         * benchtests/tanh-inputs: Likewise.
19957         * scripts/bench.pl: Add support for new directives.
19958
19959 2013-10-07  Alan Modra  <amodra@gmail.com>
19960
19961         * README: Fix careless merge.
19962
19963 2013-10-05  Alan Modra  <amodra@gmail.com>
19964
19965         * NEWS: Mention powerpc64le support and bugs fixed.
19966         * README: Both big-endian and little-endian powerpc64 supported.
19967
19968 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19969
19970         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
19971         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
19972         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
19973         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
19974
19975 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
19976
19977         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
19978         match prototype.
19979
19980 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
19981
19982         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
19983         Move -mhard-float appending from
19984         ports/sysdeps/powerpc/powerpc32/Makefile.
19985         [$(with-fp) = yes] (ASFLAGS): Likewise.
19986         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
19987         * sysdeps/powerpc/nofpu: Move directory from
19988         ports/sysdeps/powerpc/nofpu.
19989         * sysdeps/powerpc/soft-fp: Move directory from
19990         ports/sysdeps/powerpc/soft-fp.
19991         * sysdeps/powerpc/powerpc32/405: Move directory from
19992         ports/sysdeps/powerpc/powerpc32/405.
19993         * sysdeps/powerpc/powerpc32/440: Move directory from
19994         ports/sysdeps/powerpc/powerpc32/440.
19995         * sysdeps/powerpc/powerpc32/464: Move directory from
19996         ports/sysdeps/powerpc/powerpc32/464.
19997         * sysdeps/powerpc/powerpc32/476: Move directory from
19998         ports/sysdeps/powerpc/powerpc32/476.
19999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20000         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20002         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20004         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20006         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20008         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20009         * README: Update for powerpc-*-linux-gnu software floating point
20010         support in libc.
20011
20012         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20013         case to powerpc/powerpc32*.
20014         * sysdeps/unix/sysv/linux/configure: Regenerated.
20015
20016         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20017         (_FPU_MASK_OM): Define as 0x04.
20018         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20019         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20020         0x00c10080.
20021         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20022         0x0000003c.
20023         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20024
20025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20026         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20027         getcontext_e500.
20028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20029         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20030         setcontext_e500.
20031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20032         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20033         and setcontext_e500.
20034
20035 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20036
20037         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20038
20039 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20040
20041         * manual/threads.texi (Default Thread Attributes): Fix typo.
20042
20043 2013-10-04  Will Newton  <will.newton@linaro.org>
20044
20045         * malloc/Makefile: Add tst-memalign.
20046         * malloc/tst-memalign.c: New file.
20047
20048         * malloc/tst-posix_memalign.c: Add comments.
20049         (do_test): Add comments and call free on all potentially
20050         allocated pointers. Add space after cast.
20051
20052         * malloc/tst-pvalloc.c: Add comments.
20053         (do_test): Add comments and call free on all potentially
20054         allocated pointers. Remove duplicate check for NULL pointer.
20055         Add space after cast.
20056
20057         * malloc/tst-valloc.c: Add comments.
20058         (do_test): Add comments and call free on all potentially
20059         allocated pointers. Remove duplicate check for NULL pointer.
20060         Add space after cast.
20061
20062 2013-10-04  Alan Modra  <amodra@gmail.com>
20063
20064         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20065         Use stdint types in rather than __attribute__((mode())).
20066         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20067
20068 2013-10-04  Alan Modra  <amodra@gmail.com>
20069
20070         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20071         Correct handling of unaligned relocs for little-endian.
20072         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20073
20074 2013-10-04  Alan Modra  <amodra@gmail.com>
20075
20076         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20077         * configure: Regenerate.
20078         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20079         * shlib-versions: Likewise.
20080
20081 2013-10-04  Alan Modra  <amodra@gmail.com>
20082
20083         * string/tester.c (test_memrchr): Increment reported test cycle.
20084
20085 2013-10-04  Alan Modra  <amodra@gmail.com>
20086
20087         * string/test-memcpy.c (do_one_test): When reporting errors, print
20088         string address and don't overrun end of string.
20089
20090 2013-10-04  Alan Modra  <amodra@gmail.com>
20091
20092         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20093         insrdi.  Make better use of reg selection to speed exit slightly.
20094         Schedule entry path a little better.  Remove useless "are we done"
20095         checks on entry to main loop.  Handle wrapping around zero address.
20096         Correct main loop count.  Handle single left-over word from main
20097         loop inline rather than by using loop_small.  Remove extra word
20098         case in loop_small caused by wrong loop count.  Add little-endian
20099         support.
20100         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20101         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20102         cache hint.
20103         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20104         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20105         support.  Avoid rlwimi.
20106         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20107
20108 2013-10-04  Alan Modra  <amodra@gmail.com>
20109
20110         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20111         insrdi.  Formatting.
20112         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20113         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20114         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20115         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20116         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20117         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20118
20119 2013-10-04  Alan Modra  <amodra@gmail.com>
20120
20121         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20122         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20123         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20124         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20125         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20126         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20127         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20128         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20129         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20130         use of regs.  Use power7 mtocrf.  Tidy function tails.
20131
20132 2013-10-04  Alan Modra  <amodra@gmail.com>
20133
20134         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20135         Formatting.  Consistently use rXXX register defines or rN defines.
20136         Use early exit labels that avoid restoring unused non-volatile regs.
20137         Make cr field use more consistent with rWORDn compares.  Rename
20138         regs used as shift registers for unaligned loop, using rN defines
20139         for short lifetime/multiple use regs.
20140         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20141         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20142         addi 1,1,64 to pop stack frame.  Simplify return value code.
20143         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20144
20145 2013-10-04  Alan Modra  <amodra@gmail.com>
20146
20147         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20148         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20149         rather than rlwimi.
20150         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20151         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20152         little-endian support.  Correct typos.
20153         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20154         rather than rlwimi.
20155         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20156         in loop and entry code to keep "and." results.
20157         (strchr): Add little-endian support.  Comment.  Move cntlzd
20158         earlier in tail.
20159         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20160
20161 2013-10-04  Alan Modra  <amodra@gmail.com>
20162
20163         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20164         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20165         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20166         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20167
20168 2013-10-04  Alan Modra  <amodra@gmail.com>
20169
20170         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20171         (rTMP): Define as r11.
20172         (strcmp): Add little-endian support.  Optimise tail.
20173         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20174         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20175         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20176         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20177         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20178         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20179         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20180
20181 2013-10-04  Alan Modra  <amodra@gmail.com>
20182
20183         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20184         little-endian support.  Remove unnecessary "are we done" tests.
20185         Handle "s" wrapping around zero and extremely large "size".
20186         Correct main loop count.  Handle single left-over word from main
20187         loop inline rather than by using small_loop.  Correct comments.
20188         Delete "zero" tail, use "end_max" instead.
20189         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20190
20191 2013-10-04  Alan Modra  <amodra@gmail.com>
20192
20193         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20194         support.  Don't branch over align.
20195         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20196         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20197         support.  Rearrange tmp reg use to suit.  Comment.
20198         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20199
20200 2013-10-04  Alan Modra  <amodra@gmail.com>
20201
20202         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20203
20204 2013-10-04  Alan Modra  <amodra@gmail.com>
20205
20206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20207         conditional form of branch and link when obtaining pc.
20208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20209
20210 2013-10-04  Alan Modra  <amodra@gmail.com>
20211
20212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20213         HIWORD/LOWORD.
20214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20216
20217 2013-10-04  Alan Modra  <amodra@gmail.com>
20218
20219         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20220         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20221         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20222         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20223         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20224         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20225         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20226         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20227         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20228         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20229
20230 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20231             Alistair Popple <alistair@ozlabs.au.ibm.com>
20232             Alan Modra <amodra@gmail.com>
20233
20234         [BZ #15723]
20235         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20236         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20237         _dl_hwcap access for little-endian.
20238         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20239         destroy vmx regs when saving unaligned.
20240         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20241         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20242         destroy vmx regs when saving unaligned.
20243
20244 2013-10-04  Alan Modra  <amodra@gmail.com>
20245
20246         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20247         Don't use a union to pack hi/low value.
20248
20249 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20250
20251         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20252         for little-endian.
20253         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20254         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20255         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20256         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20257         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20258
20259 2013-10-04  Alan Modra  <amodra@gmail.com>
20260
20261         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20262         constants to usual value for .cst8 section, and remove redundant
20263         high address load.
20264         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20265         constant for 0x1p52.  Load little-endian words of double from
20266         correct stack offsets.
20267
20268 2013-10-04  Alan Modra  <amodra@gmail.com>
20269
20270         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20271         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20272         words of double from correct stack offsets.
20273         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20274         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20275         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20276         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20277         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20278         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20279         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20280         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20281         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20282         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20283         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20284         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20285         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20286         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20287         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20288         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20289         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20290
20291 2013-10-04  Alan Modra  <amodra@gmail.com>
20292
20293         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20294         64-bit int/double union.
20295         (_FPU_SETCW): Likewise.
20296         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20297         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20298
20299 2013-10-04  Alan Modra  <amodra@gmail.com>
20300
20301         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20302         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20303
20304 2013-10-04  Alan Modra  <amodra@gmail.com>
20305
20306         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20307         use vector int constants.
20308         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20309
20310 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20311
20312         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20313         array with long long.
20314         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20315         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20316         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20317         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20318         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20319         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20320         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20321         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20322         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20323         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20324         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20325         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20326         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20327
20328 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20329
20330         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20331         (__signbit): Likewise.  Correct for little-endian.
20332         (__signbitl): Call __signbit.
20333         (lrint): Correct for little-endian.
20334         (lrintf): Call lrint.
20335
20336 2013-10-04  Alan Modra  <amodra@gmail.com>
20337
20338         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20339         union 32-bit int array member with 64-bit int array.
20340         (t515, tm256): Double rather than long double.
20341         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20342
20343 2013-10-04  Alan Modra  <amodra@gmail.com>
20344
20345         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20346         Delete.
20347         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20348         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20349         version of math_ldbl.h.
20350
20351 2013-10-04  Alan Modra  <amodra@gmail.com>
20352
20353         [BZ #15734], [BZ #15735]
20354         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20355         all uses of ieee875 long double macros and unions.  Simplify test
20356         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20357         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20358         normalize after ldbl_extract_mantissa, and don't add hidden bit
20359         already handled.  Don't treat low word of ieee854 mantissa like
20360         low word of IBM long double and mask off bit when testing for
20361         zero.
20362         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20363         all uses of ieee875 long double macros and unions.  Simplify tests
20364         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20365         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20366         two1022, instead use their values.  Recognise that tests for large
20367         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20368         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20369         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20370         test for 0.0L and nan.  Correct negation.
20371         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20372         ieee875 long double macros and unions.  Correct output for large
20373         magnitude x.  Correct absolute value calculation.
20374         (__erfcl): Likewise.
20375         * math/libm-test.inc: Add tests for errors discovered in IBM long
20376         double versions of fmodl, remainderl, erfl and erfcl.
20377
20378 2013-10-04  Alan Modra  <amodra@gmail.com>
20379
20380         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20381         all uses of ieee854 long double macros and unions.  Simplify tests
20382         for long doubles that are fully specified by the high double.
20383         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20384         Likewise.
20385         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20386         Remove dead code too.
20387         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20388         (__ieee754_ynl): Likewise.
20389         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20390         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20391         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20392         Remove dead code too.
20393         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20394         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20395         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20396         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20397         Simplify.
20398         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20399         Simplify.
20400         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20401         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20402         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20403         Comment on variable precision.
20404         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20405         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20406         Likewise.
20407         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20408         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20409         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20410         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20411         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20412
20413 2013-10-04  Alan Modra  <amodra@gmail.com>
20414
20415         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20416         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20417         all uses of ieee854 long double macros and unions.
20418         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20419         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20420         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20421         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20422         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20423         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20424         Likewise.
20425         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20426         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20427         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20428         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20429         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20430         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20431         Simplify sign and nan test too.
20432         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20433         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20434         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20435         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20436         Likewise.
20437         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20438         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20439         Likewise.
20440         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20441         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20442         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20443         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20444         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20445         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20446
20447 2013-10-04  Alan Modra  <amodra@gmail.com>
20448
20449         * stdio-common/printf_size.c (__printf_size): Don't use
20450         union ieee854_long_double in fpnum union.
20451         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20452         signbit macro to retrieve sign from long double.
20453         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20454         retrieve sign from long double.
20455         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20456         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20457         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20458         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20459         * math/test-misc.c (main): Don't use union ieee854_long_double.
20460
20461 2013-10-04  Alan Modra  <amodra@gmail.com>
20462
20463         [BZ #15680]
20464         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20465         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20466         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20467         calculation.  Remove unnecessary test for denormal exponent.
20468         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20469         Correct handling of denormals.  Avoid undefined shift behaviour.
20470         Correct normalisation of low mantissa when low double is denormal.
20471         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20472         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20473         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20474         Correct normalisation of low mantissa.  Test for overflow of high
20475         mantissa and normalise.
20476         (ldbl_nearbyint): Use more readable constant for two52.
20477         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20478         (__mpn_construct_long_double): Fix test for overflow of high
20479         mantissa and correct normalisation.  Avoid undefined shift.
20480
20481 2013-10-04  Alan Modra  <amodra@gmail.com>
20482
20483         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20484         (union ibm_extended_long_double): Define as an array of ieee754_double.
20485         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20486         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20487         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20488         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20489         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20490         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20491         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20492         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20493         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20494         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20495         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20496
20497 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20498
20499         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20500         page size instead of calling getpagesize.
20501
20502         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20503         (LOCFILE_ALIGN_MASK): Likewise.
20504         (LOCFILE_ALIGN_UP): Likewise.
20505         (LOCFILE_ALIGNED_P): Likewise.
20506         * locale/programs/ld-collate.c (collate_output): Use the new
20507         macros instead of __alignof__ (int32_t).
20508         * locale/weight.h (findidx): Likewise.
20509
20510 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20511
20512         [BZ #431]
20513         * manual/string.texi: Fix strncat and wcsncat.
20514
20515 2013-10-03  Brooks Moses  <bmoses@google.com>
20516
20517         [BZ #15915]
20518         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20519         * Makerules: ...here, and adjust associated comments.
20520
20521 2013-10-02  Will Newton  <will.newton@linaro.org>
20522
20523         * malloc/Makefile: Add tst-pvalloc.
20524         * malloc/tst-pvalloc.c: New file.
20525
20526 2013-10-02  Will Newton  <will.newton@linaro.org>
20527
20528         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20529         improve test coverage.
20530
20531 2013-10-02  Will Newton  <will.newton@linaro.org>
20532
20533         * malloc/Makefile: Add tst-posix_memalign.
20534         * malloc/tst-posix_memalign.c: New file.
20535
20536 2013-10-01  Eric Blake  <eblake@redhat.com>
20537
20538         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20539         Use __THROWNL rather than __THROW on static functions.
20540
20541 2013-09-30  Petr Machata  <pmachata@redhat.com>
20542
20543         * elf/elf.h (R_AARCH64_ABS16): New macro.
20544         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20545         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20546         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20547         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20548         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20549         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20550         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20551         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20552         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20553         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20554         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20555         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20556         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20557         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20558         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20559         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20560         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20561         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20562         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20563         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20564         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20565         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20566         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20567         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20568         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20569         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20570         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20571         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20572         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20573         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20574         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20575         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20576         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20577         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20578         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20579         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20580         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20581         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20582         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20583         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20584         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20585         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20586         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20587         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20588         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20589         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20590         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20591         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20592         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20593         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20594         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20595         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20596         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20597         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20598         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20599         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20600         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20601         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20602         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20603         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20604         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20605         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20606         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20607         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20608         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20609         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20610         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20611         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20612         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20613         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20614         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20615         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20616         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20617         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20618         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20619         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20620         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20621         (R_AARCH64_TLSDESC_LDR): Likewise.
20622         (R_AARCH64_TLSDESC_ADD): Likewise.
20623         (R_AARCH64_TLSDESC_CALL): Likewise.
20624
20625 2013-09-30  Andreas Schwab  <schwab@suse.de>
20626
20627         [BZ #15048]
20628         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20629         the nss database lookup.
20630         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20631         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20632
20633 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20634
20635         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20636
20637 2013-09-28  P. J. McDermott  <pj@pehjota.net>
20638
20639         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20640         ${Bash-specific parameter/pattern/string} parameter expansion.
20641         * sysdeps/unix/make-syscalls.sh: Likewise.
20642
20643 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20644
20645         * sysdeps/sh/stackguard-macros.h: New file.
20646
20647 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
20648
20649         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20650         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20651         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20652         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20653         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20654         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20655
20656 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20657
20658         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20659         Fix thread ID register.
20660
20661 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
20662
20663         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20664         [POSIX || UNIX98]: Require rather than permitting all symbols from
20665         <time.h>.
20666         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20667         element of struct sched_param.
20668         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20669         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20670         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20671         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20672         constant.
20673
20674 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
20675
20676         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20677         argument calculation.
20678
20679 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20680
20681         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20682         Expect macro.
20683         [POSIX] (pthread_attr_t): Do not require type.
20684         [POSIX] (pthread_cond_t): Likewise.
20685         [POSIX] (pthread_condattr_t): Likewise.
20686         [POSIX] (pthread_key_t): Likewise.
20687         [POSIX] (pthread_mutex_t): Likewise.
20688         [POSIX] (pthread_mutexattr_t): Likewise.
20689         [POSIX] (pthread_once_t): Likewise.
20690         [POSIX] (pthread_t): Likewise.
20691         [POSIX-based standards] (pthread_atfork): Expect function.
20692
20693 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20694             Richard Sandiford  <richard@codesourcery.com>
20695
20696         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20697         (swap_endianness_p): New extern variable.
20698         (set_big_endian): New inline function.
20699         (maybe_swap_uint32): Likewise.
20700         (maybe_swap_uint32_array): Likewise.
20701         (maybe_swap_uint32_obstack): Likewise.
20702         * locale/programs/locfile.c: Include <stdbool.h>.
20703         (swap_endianness_p): New variable.
20704         (add_locale_uint32): Call maybe_swap_uint32.
20705         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20706         (write_locale_data): Call maybe_swap_uint32_array.
20707         * locale/programs/ld-collate.c (obstack_int32_grow): Call
20708         maybe_swap_uint32.
20709         (obstack_int32_grow_fast): Likewise.
20710         (output_weightwc): Call maybe_swap_uint32_obstack.
20711         (collate_output): Likewise.
20712         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20713         (OPT_LITTLE_ENDIAN): Likewise.
20714         (options): Add --little-endian and --big-endian options.
20715         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20716         * locale/programs/locarchive.c: Include "locfile.h".
20717         (GET): New macro.
20718         (SET): Likewise.
20719         (INC): Likewise.
20720         (create_archive): Use the new macros to access fields of
20721         structures directly mapped from or written to locale archives.
20722         (oldlocrecentcmp): Likewise.
20723         (enlarge_archive): Likewise.
20724         (insert_name): Likewise.
20725         (add_alias): Likewise.
20726         (add_locale): Likewise.
20727         (delete_locales_from_archive): Likewise.
20728         (show_archive_content): Likewise.
20729         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
20730         locale data.
20731
20732 2013-09-24  Roland McGrath  <roland@hack.frob.com>
20733
20734         * manual/freemanuals.texi: Updated from (newly) canonical copy at
20735         http://www.gnu.org/doc/freemanuals.texi.
20736         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20737
20738 2013-09-24  Will Newton  <will.newton@linaro.org>
20739
20740         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20741         macro.
20742
20743 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
20744
20745         * locale/hashval.h (compute_hashval): Interpret bytes of key as
20746         unsigned char.
20747
20748 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
20749
20750         * manual/threads.texi (POSIX Threads): Fix a typo.
20751
20752 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
20753
20754         [BZ #14547]
20755         * string/tst-strcoll-overflow.c: New test case.
20756         * string/Makefile (xtests): Add tst-strcoll-overflow.
20757         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
20758         cache if string sizes may cause integer overflow.
20759
20760         [BZ #14547]
20761         * string/strcoll_l.c (coll_seq): New members rule, idx,
20762         save_idx and back_us.
20763         (get_next_seq_nocache): New function.
20764         (do_compare_nocache): New function.
20765         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
20766         when malloc fails.
20767
20768 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
20769
20770         [BZ #15754]
20771         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
20772         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
20773         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
20774
20775         [BZ #15754]
20776         * elf/Makefile (tests): Add tst-ptrguard1.
20777         (tests-static): Add tst-ptrguard1-static.
20778         (tst-ptrguard1-ARGS): Define.
20779         (tst-ptrguard1-static-ARGS): Define.
20780         * elf/tst-ptrguard1.c: New file.
20781         * elf/tst-ptrguard1-static.c: New file.
20782         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
20783         * sysdeps/i386/stackguard-macros.h: Likewise.
20784         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
20785         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
20786         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
20787         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
20788         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
20789         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
20790
20791 2013-09-23  Hector Marco  <hecmargi@upv.es>
20792             Ismael Ripoll  <iripoll@disca.upv.es>
20793             Carlos O'Donell  <carlos@redhat.com>
20794
20795         [BZ #15754]
20796         * sysdeps/generic/stackguard-macros.h: Define
20797         __pointer_chk_guard_local and POINTER_CHK_GUARD.
20798         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
20799         Define __pointer_chk_guard_local.
20800         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
20801         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
20802
20803 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
20804
20805         [BZ #15859]
20806         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
20807
20808 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
20809
20810         * include/string.h (__ffs): Declare as hidden.
20811         * string/ffs.c (__ffs): Define as hidden.
20812         * sysdeps/i386/ffs.c (__ffs): Likewise.
20813         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
20814         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
20815         * sysdeps/s390/ffs.c (__ffs): Likewise.
20816         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
20817
20818 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
20819
20820         * NEWS: Mention malloc probes.
20821
20822         * malloc/arena.c (new_heap): New memory_heap_new probe.
20823         (grow_heap): New memory_heap_more probe.
20824         (shrink_heap): New memory_heap_less probe.
20825         (heap_trim): New memory_heap_free probe.
20826         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
20827         (systrim): New memory_sbrk_less probe.
20828         * manual/probes.texi: Document them.
20829
20830         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
20831         * manual/probes.texi: Document it.
20832
20833         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
20834         (__libc_realloc): Add memory_realloc_retry probe.
20835         (__libc_memalign): Add memory_memalign_retry probe.
20836         (__libc_valloc): Add memory_valloc_retry probe.
20837         (__libc_pvalloc): Add memory_pvalloc_retry probe.
20838         (__libc_calloc): Add memory_calloc_retry probe.
20839         * manual/probes.texi: Document them.
20840
20841         * malloc/arena.c (get_free_list): Add probe
20842         memory_arena_reuse_free_list.
20843         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
20844         and memory_arena_reuse.
20845         (arena_get2) [!PER_THREAD]: Likewise.
20846         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
20847         memory_arena_reuse_realloc.
20848         * manual/probes.texi: Document them.
20849
20850         * malloc/malloc.c (__libc_free): Add
20851         memory_mallopt_free_dyn_thresholds probe.
20852         (__libc_mallopt): Add multiple memory_mallopt probes.
20853         * manual/probes.texi: Document them.
20854
20855         * malloc/malloc.c: Include stap-probe.h.
20856         (__libc_mallopt): Add memory_mallopt probe.
20857         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
20858         * manual/probes.texi: New.
20859         * manual/Makefile (chapters): Add probes.
20860         * manual/threads.texi: Set next node.
20861
20862 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
20863
20864         [BZ #15963, #13985]
20865         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
20866         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
20867         Add `Chinese' to `nan' entry name.
20868
20869 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20870
20871         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
20872         (POLYNOMIAL): Likewise.
20873         (TAYLOR_SINCOS): Likewise.
20874         (TAYLOR_SLOW): Likewise.
20875         (__sin): Use TAYLOR_SINCOS.
20876         (__cos): Likewise.
20877         (slow): Use TAYLOR_SLOW.
20878         (sloww): Likewise.
20879         (bsloww): Likewise.
20880         (csloww): Likewise.
20881
20882 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
20883
20884         * stdlib/strtod_l.c: Fix buffer overrun.
20885
20886 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20887
20888         * benchtests/Makefile (bench): Add sincos.
20889         * benchtests/bench-sincos.c: New file.
20890
20891         * math/libm-test.inc (cos_test_data): New test inputs.
20892         (sin_test_data): Likewise.
20893
20894         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
20895         macro.
20896         (__sin): Use it.
20897         (__cos): Likewise.
20898         (slow1): Likewise.
20899         (slow2): Likewise.
20900         (sloww1): Likewise.
20901         (sloww2): Likewise.
20902         (bsloww1): Likewise.
20903         (bsloww2): Likewise.
20904         (cslow2): Likewise.
20905         (csloww1): Likewise.
20906         (csloww2): Likewise.
20907
20908         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
20909         function.
20910         (__sin): Use it.
20911         (__cos): Likewise.
20912
20913         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
20914         gotos.
20915         (__cos): Likewise.
20916
20917 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
20918
20919         * config.h.in (HAVE_MIPS_NAN2008): New macro.
20920         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
20921         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
20922         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
20923         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
20924         * elf/cache.c (print_entry): Handle the new cache flags.
20925
20926 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20927             Aldy Hernandez  <aldyh@redhat.com>
20928
20929         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
20930         Change condition to [_SOFT_FLOAT].
20931         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
20932         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
20933         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
20934         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
20935         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
20936         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
20937         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
20938         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
20939         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
20940         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
20941         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
20942         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
20943         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
20944         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
20945         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
20946         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
20947         declaration.
20948
20949 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20950
20951         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
20952         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20953         (__longjmp): Use LOAD_GP to load saved GPRs.
20954         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
20955         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20956         (__sigsetjmp): Use SAVE_GP to save GPRs.
20957
20958         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
20959         Do not append -msoft-float.
20960         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
20961
20962 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20963
20964         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
20965
20966 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
20967
20968         [BZ #15966]
20969         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
20970         (_FPU_GETCW): Use initial "__" on variable and field names but not
20971         on macro parameter name.
20972         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
20973         parentheses around reference to macro parameter.
20974
20975 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
20976
20977         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
20978         prototype.
20979         (ctype_startup): Use uint32_t in cast and sizeof for
20980         ctype->charnames.
20981
20982 2013-09-11  Jia Liu  <proljc@gmail.com>
20983
20984         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
20985         __daddr_t_defined.
20986         [__FreeBSD__]: Likewise.
20987
20988 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
20989
20990         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
20991         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
20992         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
20993         (strchr): Remove __strchr_sse42 ifunc selection.
20994         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
20995         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
20996
20997 2013-09-11  Will Newton  <will.newton@linaro.org>
20998
20999         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21000         parameter to RES. Remove hardcoded 1000 value.
21001         * benchtests/bench-skeleton.c (main): Pass RES parameter
21002         to TIMING_INIT and multiply result by 1000.
21003
21004 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21005
21006         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21007
21008 2013-09-11  Andreas Schwab  <schwab@suse.de>
21009
21010         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21011         if not defined.
21012         (O_TMPFILE) [__USE_GNU]: Define.
21013         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21014         Define.
21015
21016 2013-09-11  Will Newton  <will.newton@linaro.org>
21017
21018         [BZ #15857]
21019         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21020         does not overflow.
21021
21022 2013-09-11  Will Newton  <will.newton@linaro.org>
21023
21024         [BZ #15856]
21025         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21026         does not overflow.
21027
21028 2013-09-11  Will Newton  <will.newton@linaro.org>
21029
21030         [BZ #15855]
21031         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21032         does not overflow.
21033
21034 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21035
21036         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21037         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21038         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21039         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21040         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21041
21042 2013-09-10  Allan McRae  <allan@archlinux.org>
21043
21044         [BZ #15748]
21045         * manual/arith.texi (Parsing of Floats): Clarify
21046         cross-reference.
21047
21048         [BZ #15849]
21049         * manual/install.texi (Running make install): Mention
21050         --enable-pt-chown.
21051         * INSTALL: Regenerated.
21052
21053 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21054
21055         * csu/init-first.c (_init): Remove the !SHARED condition around
21056         FPU control word initialization.
21057         * elf/dl-support.c (_dl_fpu_control): New variable.
21058         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21059         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21060         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21061         * math/test-fpucw-static.c: New file.
21062         * math/test-fpucw-ieee.c: New file.
21063         * math/test-fpucw-ieee-static.c: New file.
21064         * math/Makefile (tests): Add `test-fpucw-ieee' and
21065         `$(tests-static)'.
21066         (tests-static): New variable.
21067         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21068         dependency to...
21069         [($(build-shared),yes)]
21070         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21071         ... this.
21072         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21073         New dependency.
21074
21075 2013-09-09  Allan McRae  <allan@archlinux.org>
21076
21077         [BZ #15939]
21078         * manual/string.texi (Collation Functions): Fix typo in
21079         strcoll example.
21080         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21081
21082         [BZ #15893]
21083         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21084
21085         [BZ #15892]
21086         * libio/memstream.c (open_memstream): Fix memory leak.
21087         * libio/wmemstream.c (open_wmemstream): Likewise.
21088
21089         [BZ #15895]
21090         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21091
21092 2013-09-09  Will Newton  <will.newton@linaro.org>
21093
21094         * malloc/Makefile: Add tst-realloc to tests.
21095         * malloc/tst-realloc.c: New file.
21096
21097 2013-09-09  Allan McRae  <allan@archlinux.org>
21098
21099         [BZ #15844]
21100         * COPYING: Update from GNU website to fix FSF address.
21101         * COPYING.LIB: Likewise.
21102
21103 2013-09-06  David S. Miller  <davem@davemloft.net>
21104
21105         * po/zh_TW.po: Update Chinese (traditional) translation from
21106         translation project.
21107
21108 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21109             Joseph Myers  <joseph@codesourcery.com>
21110
21111         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21112         "localeinfo.h".
21113         (obstack_chunk_alloc): New macro.
21114         (obstack_chunk_free): Likewise.
21115         (record_offset): New function.
21116         (init_locale_data): Likewise.
21117         (align_locale_data): Likewise.
21118         (add_locale_empty): Likewise.
21119         (add_locale_raw_data): Likewise.
21120         (add_locale_raw_obstack): Likewise.
21121         (add_locale_string): Likewise.
21122         (add_locale_wstring): Likewise.
21123         (add_locale_uint32): Likewise.
21124         (add_locale_uint32_array): Likewise.
21125         (add_locale_char): Likewise.
21126         (start_locale_structure): Likewise.
21127         (end_locale_structure): Likewise.
21128         (start_locale_prelude): Likewise.
21129         (end_locale_prelude): Likewise.
21130         (write_locale_data): Take locale_file structure rather than an
21131         iovec.
21132         * locale/programs/locfile.h: Include "obstack.h".
21133         (struct locale_file): Change to store locale file contents instead
21134         of header.
21135         (init_locale_data): New prototype.
21136         (align_locale_data): Likewise.
21137         (add_locale_empty): Likewise.
21138         (add_locale_raw_data): Likewise.
21139         (add_locale_raw_obstack): Likewise.
21140         (add_locale_string): Likewise.
21141         (add_locale_wstring): Likewise.
21142         (add_locale_uint32): Likewise.
21143         (add_locale_uint32_array): Likewise.
21144         (add_locale_char): Likewise.
21145         (start_locale_structure): Likewise.
21146         (end_locale_structure): Likewise.
21147         (start_locale_prelude): Likewise.
21148         (end_locale_prelude): Likewise.
21149         (write_locale_data): Update prototype.
21150         * locale/programs/3level.h (struct TABLE): Remove result field.
21151         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21152         Use new locale_file interface.
21153         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21154         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21155         * locale/programs/ld-address.c (address_output): Use new
21156         locale_file interface.
21157         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21158         NO_ADD_LOCALE.
21159         (collate_finish): Don't call collseq_table_finalize.
21160         (collate_output): Use new locale_file interface.
21161         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21162         in file.
21163         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21164         (TABLE): Move defines earlier in file.
21165         (ELEMENT): Likewise.
21166         (DEFAULT): Likewise.
21167         (wctrans_table_add): Move macro and inline function earlier in
21168         file.
21169         (struct wctype_table): Move type earlier in file.
21170         (add_locale_wctype_table): New static prototype.
21171         (struct locale_ctype_t): Use logical types instead of struct iovec
21172         pointers for members.
21173         (ctype_output): Use new locale_file interface.
21174         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21175         new locale_file interface.
21176         (allocate_arrays): Update for use of new locale_file interface.
21177         * locale/programs/ld-identification.c (identification_output): Use
21178         new locale_file interface.
21179         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21180         * locale/programs/ld-messages.c (messages_output): Likewise.
21181         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21182         * locale/programs/ld-name.c (name_output): Likewise.
21183         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21184         * locale/programs/ld-paper.c (paper_output): Likewise.
21185         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21186         * locale/programs/ld-time.c (time_output): Likewise.
21187
21188 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21189
21190         * benchtests/Makefile: Add memrchr benchmark.
21191         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21192         benchmark as memrchr.
21193         * benchtests/bench-memrchr-ifunc.c: New file.
21194         * benchtests/bench-memrchr.c: New file.
21195
21196 2013-09-06   Will Newton  <will.newton@linaro.org>
21197
21198         * benchtests/Makefile (string-bench): Add memcpy.
21199
21200 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21201             Cong Wang  <amwang@redhat.com>
21202
21203         [BZ #15850]
21204         * sysdeps/unix/sysv/linux/bits/in.h
21205         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21206         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21207         before __USE_KERNEL_IPV6_DEFS uses.
21208         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21209         IPPROTO_BEETPH.
21210         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21211         sockaddr_in6, or ipv6_mreq.
21212
21213 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21214
21215         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21216         memory access for final bytes in some large inputs.
21217         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21218
21219 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21220
21221         * string/test-memrchr.c: New file.
21222         * string/test-memrchr-ifunc.c: New file.
21223         * string/Makefile: Add new memrchr testcase.
21224
21225 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21226
21227         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21228         fanotify_init returns EPERM.
21229
21230 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21231
21232         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21233         errors.
21234         (top level): Treat second token from macro or constant entries for
21235         allowed headers as allowed.
21236         * include/complex.h: Condition internal declarations on
21237         [!_ISOMAC].
21238         * include/fenv.h: Condition include of <stdbool.h> and internal
21239         declarations on [!_ISOMAC].
21240
21241 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21242
21243         [BZ #15923]
21244         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21245
21246 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21247
21248         * configure.in (--enable-versioning): Remove configure option.
21249         (libc_cv_asm_symver_directive): Remove configure test.
21250         (libc_cv_ld_version_script_option): Likewise.
21251         (VERSIONING): Remove variable and AC_SUBST.
21252         (DO_VERSIONING): Remove AC_DEFINE.
21253         * configure: Regenerated.
21254         * config.h.in (DO_VERSIONING): Remove macro.
21255         * Makerules [$(versioning) = yes]: Change conditionals to
21256         [$(build-shared) = yes].
21257         * config.make.in (versioning): Remove variable.
21258         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21259         [$(build-shared) = yes].
21260         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21261         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21262         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21263         [$(build-shared) = yes].
21264         * extra-lib.mk [$(versioning) = yes]: Likewise.
21265         * hurd/Makefile [$(versioning) = yes]: Likewise.
21266         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21267         [SHARED].
21268         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21269         [SHARED].
21270         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21271         [SHARED && !NO_HIDDEN].
21272         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21273         [SHARED].
21274         [SHARED && DO_VERSIONING]: Likewise..
21275         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21276         [$(build-shared) = yes].
21277         * manual/install.texi (--disable-versioning): Remove
21278         documentation.
21279         * INSTALL: Regenerated.
21280         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21281         to [SHARED].
21282         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21283         [$(build-shared) = yes].
21284         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21285         * sysdeps/i386/i686/multiarch/strstr-c.c
21286         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21287         [SHARED && !NO_HIDDEN].
21288         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21289         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21290         * sysdeps/powerpc/powerpc32/dl-machine.c
21291         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21292         * sysdeps/powerpc/powerpc32/sysdep.h
21293         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21294         to [SHARED && PIC && !NO_HIDDEN].
21295         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21296         conditional to [SHARED].
21297
21298 2013-09-04   Will Newton  <will.newton@linaro.org>
21299
21300         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21301         * benchtests/bench-string.h: Include bench-timing.h instead
21302         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21303         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21304         call to HP_TIMING_DIFF_INIT.
21305         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21306         instead of hp-timing.h macros.
21307         * benchtests/bench-memchr.c: Likewise.
21308         * benchtests/bench-memcmp.c: Likewise.
21309         * benchtests/bench-memcpy.c: Likewise.
21310         * benchtests/bench-memmem.c: Likewise.
21311         * benchtests/bench-memmove.c: Likewise.
21312         * benchtests/bench-memset.c: Likewise.
21313         * benchtests/bench-rawmemchr.c: Likewise.
21314         * benchtests/bench-strcasecmp.c: Likewise.
21315         * benchtests/bench-strcasestr.c: Likewise.
21316         * benchtests/bench-strcat.c: Likewise.
21317         * benchtests/bench-strchr.c: Likewise.
21318         * benchtests/bench-strcmp.c: Likewise.
21319         * benchtests/bench-strcpy.c: Likewise.
21320         * benchtests/bench-strcpy_chk.c: Likewise.
21321         * benchtests/bench-strlen.c: Likewise.
21322         * benchtests/bench-strncasecmp.c: Likewise.
21323         * benchtests/bench-strncat.c: Likewise.
21324         * benchtests/bench-strncmp.c: Likewise.
21325         * benchtests/bench-strncpy.c: Likewise.
21326         * benchtests/bench-strnlen.c: Likewise.
21327         * benchtests/bench-strpbrk.c: Likewise.
21328         * benchtests/bench-strrchr.c: Likewise.
21329         * benchtests/bench-strspn.c: Likewise.
21330         * benchtests/bench-strstr.c: Likewise.
21331
21332 2013-09-04  Will Newton  <will.newton@linaro.org>
21333
21334         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21335
21336 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21337
21338         [BZ #15427]
21339         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21340         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21341         * math/libm-test.inc (lgamma_test_data): Add more tests.
21342         * sysdeps/i386/fpu/libm-test-ulps: Update.
21343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21344
21345 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21346
21347         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21348         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21349         Add ifunc.
21350         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21351         Add strcmp-sse2-unaligned
21352         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21353
21354 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21355
21356         * Versions.def (libc): Add GLIBC_2.19.
21357
21358 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21359
21360         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21361         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21362
21363 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21364
21365         [BZ #14155]
21366         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21367         intermediate calculations in recurrence.
21368         (__ieee754_ynf): Likewise.
21369         * math/libm-test.inc (jn_test_data): Do not allow spurious
21370         underflow exception.  Add more tests.
21371         (yn_test_data): Add more tests.
21372         * sysdeps/i386/fpu/libm-test-ulps: Update.
21373         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21374
21375 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21376
21377         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21378
21379 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21380
21381         * csu/init-first.c: Fix then/than typos.
21382         * locale/programs/ld-collate.c: Likewise.
21383         * locale/programs/linereader.h: Likewise.
21384         * manual/charset.texi: Likewise.
21385         * manual/filesys.texi: Likewise.
21386         * manual/stdio.texi: Likewise.
21387         * manual/string.texi: Likewise.
21388         * stdlib/fmtmsg.c: Likewise.
21389         * sysdeps/i386/stpncpy.S: Likewise.
21390         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21391         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21392         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21393         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21394
21395 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21396
21397         * elf/dl-open.c: Fix typos.
21398         * iconvdata/gbbig5.c: Likewise.
21399         * iconvdata/iso-2022-jp.c: Likewise.
21400         * iconv/gconv_int.h: Likewise.
21401         * iconv/loop.c: Likewise.
21402         * nis/rpcsvc/nis.h: Likewise.
21403         * resolv/ns_name.c: Likewise.
21404         * stdio-common/vfscanf.c: Likewise.
21405         * streams/stropts.h: Likewise.
21406         * sunrpc/rpc_thread.c: Likewise.
21407         * sysdeps/i386/strpbrk.S: Likewise.
21408         * sysdeps/ieee754/k_standard.c: Likewise.
21409         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21410         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21411         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21412         * sysdeps/mach/hurd/profil.c: Likewise.
21413         * sysdeps/s390/dl-procinfo.h: Likewise.
21414         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21415         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21416         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21417         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21418         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21419
21420 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21421
21422         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21423         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21424
21425 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21426
21427         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21428         aix specific files.
21429         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21430         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21431         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21432         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21433         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21434         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21435         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21436         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21437
21438 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21439             Roland McGrath  <roland@hack.frob.com>
21440
21441         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21442         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21443
21444 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21445
21446         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21447         __executable_start symbol instead of _start.
21448
21449 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21450
21451         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21452         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21453         Move macros to...
21454         * sysdeps/gnu/ldsodefs.h: ... this new file.
21455
21456         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21457         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21458         instead of ELFOSABI_LINUX.
21459
21460         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21461         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21462         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21463         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21464         Likewise.
21465         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21466         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21467         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21468         Likewise.
21469         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21470         (ibm_extended_long_double): Add ieee_nan member.
21471         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21472         (do_test): New function.
21473
21474         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21475         TEST_TRUNC.
21476         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21477         functions, renamed from truncdfsf_test, trunctfsf_test,
21478         trunctfdf_test.
21479         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21480         functions.
21481         (do_test): Run all these.
21482
21483 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21484
21485         * argp/argp-help.c: Fix typos.
21486         * argp/argp-parse.c: Likewise.
21487         * debug/backtracesyms.c: Likewise.
21488         * elf/elf.h: Likewise.
21489         * malloc/malloc.c: Likewise.
21490         * nis/nis_print.c: Likewise.
21491         * resolv/res_comp.c: Likewise.
21492         * stdlib/stdlib.h: Likewise.
21493         * sunrpc/clnt_tcp.c: Likewise.
21494         * sunrpc/clnt_udp.c: Likewise.
21495         * sunrpc/clnt_unix.c: Likewise.
21496         * sysdeps/unix/bsd/ptsname.c: Likewise.
21497         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21498         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21500         Likewise.
21501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21502         Likewise.
21503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21504         Likewise.
21505         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21506
21507 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21508
21509         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21510         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21511
21512 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21513
21514         [BZ #15897]
21515         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21516         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21517         ($(objpfx)bug-dl-leaf): New rule.
21518         ($(objpfx)bug-dl-leaf.so): Likewise.
21519         ($(objpfx)bug-dl-leaf.out): Likewise.
21520         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21521         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21522         * dlfcn/bug-dl-leaf.c: New test.
21523         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21524         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21525         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21526         (dlclose): Likewise.
21527         (dlmopen): Likewise.
21528
21529 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21530
21531         * include/netdb.h [!_ISOMAC]:
21532         Don't include <tls.h>.
21533         (h_errno, __libc_h_errno): Move declaration and macros out of
21534         [_LIBC_REENTRANT].
21535
21536         * include/resolv.h [_RESOLV_H_]:
21537         Don't include <tls.h>.
21538         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21539         * resolv/res_libc.c: Don't include <tls.h>.
21540         (_res): Use __attribute__ ((nocommon)) in place of
21541         __attribute__ ((section (".bss"))).
21542
21543         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21544         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21545
21546         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21547
21548         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21549         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21550
21551         * resolv/res_mkquery.c: Include <sys/time.h>.
21552
21553         * inet/ifreq.c: Moved to ...
21554         * sysdeps/unix/ifreq.c: ... here.
21555         * inet/ifreq.c: New file, true stub version.
21556
21557         * socket/sa_len.c: New file.
21558         * socket/Makefile (aux): Add it.
21559         * sysdeps/unix/sysv/linux/Makefile
21560         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21561         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21562         and #include <socket/sa_len.c>.
21563         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21564         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21565
21566         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21567         * bits/socket.h: ... here.
21568
21569         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21570         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21571         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21572
21573 2013-08-27  Andreas Schwab  <schwab@suse.de>
21574
21575         [BZ #15736]
21576         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21577         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21578         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21579         * string/test-strcasecmp.c (test_main): Run tests in several
21580         locales.
21581         * string/test-strncasecmp.c (test_main): Likewise.
21582
21583         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21584         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21585         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21586         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21587         (__strncasecmp_ssse3) [PIC]: Likewise.
21588
21589 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21590
21591         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21592
21593         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21594         instead of explicitly declaring xdecrypt.
21595         * nis/nss_nis/nis-publickey.c: Likewise.
21596
21597 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21598
21599         [BZ #15890]
21600         * nscd/aicache.c: Include res_hconf.h.
21601         (addhstaiX): Initialize res_hconf.
21602
21603 2013-08-26  Andreas Schwab  <schwab@suse.de>
21604
21605         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21606         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21607
21608 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21609
21610         * nscd/aicache.c (addhstaiX): Fix indentation.
21611
21612 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21613
21614         * configure.ac: Quote $build_pt_chown test.
21615         * configure: Regenerated.
21616
21617 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21618
21619         [BZ #15532]
21620         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21621         * math/s_cexpf.c (__cexpf): Likewise.
21622         * math/s_cexpl.c (__cexpl): Likewise.
21623         * math/libm-test.inc (cexp_test_data): Correct expected return
21624         value for NaN + i0.  Add another test.
21625
21626 2013-08-22  David S. Miller  <davem@davemloft.net>
21627
21628         * po/ca.po: Update Catalan translation from translation project.
21629         * po/uk.po: Add Ukrainian translations from translation project.
21630
21631 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21632
21633         [BZ #15797]
21634         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21635         is infinite, not alongside NaN test.
21636         * math/s_fdimf.c (__fdimf): Likewise.
21637         * math/s_fdiml.c (__fdiml): Likewise.
21638         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
21639         errno is unchanged.
21640
21641 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
21642
21643         * argp/argp-help.c: Fix typos.
21644         * crypt/speeds.c: Likewise.
21645         * csu/check_fds.c: Likewise.
21646         * elf/dl-load.c: Likewise.
21647         * elf/dl-open.c: Likewise.
21648         * elf/reldep3.c: Likewise.
21649         * elf/reldep.c: Likewise.
21650         * elf/sprof.c: Likewise.
21651         * iconv/iconv_charmap.c: Likewise.
21652         * iconv/skeleton.c: Likewise.
21653         * iconv/strtab.c: Likewise.
21654         * io/lockf64.c: Likewise.
21655         * libio/libioP.h: Likewise.
21656         * resolv/gai_notify.c: Likewise.
21657         * resolv/ns_name.c: Likewise.
21658         * resolv/ns_samedomain.c: Likewise.
21659         * resolv/res_send.c: Likewise.
21660         * stdlib/random.c: Likewise.
21661         * sunrpc/rpc/xdr.h: Likewise.
21662         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21663         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21664         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21665         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21666         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21667         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21668         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21669         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21670         * sysdeps/mach/hurd/check_fds.c: Likewise.
21671         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21672         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21673         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21674         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21675         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21676         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21677         * sysdeps/pthread/aio_notify.c: Likewise.
21678         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21679         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21680         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21681         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21682         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21683
21684 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21685
21686         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21687         version if bit_Slow_SSE4_2 is set.
21688         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21689         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21690
21691 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21692
21693         [BZ #15867]
21694         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21695         trampoline stack frame information.
21696         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21697         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21698         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21699         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21700         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21701         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21702         (_libc_vdso_platform_setup): Initialize the signal trampolines.
21703         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21704         sa_flags value.
21705         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21706         interrupting a syscall and set with option SA_SIGINFO.
21707
21708 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21709
21710         [BZ #15531]
21711         * math/s_cproj.c (__cproj): Only return an infinity if one part of
21712         argument is infinite.
21713         * math/s_cprojf.c (__cprojf): Likewise.
21714         * math/s_cprojl.c (__cprojl): Likewise.
21715         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21716         * math/libm-test.inc (cproj_test_data): Add more tests.
21717
21718         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21719
21720         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21721         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21722         size.  Use __ffs to determine corresponding shift.
21723
21724 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21725             Roland McGrath  <roland@hack.frob.com>
21726
21727         * Makefile (INSTALL): Remove trailing blank lines from output of
21728         makeinfo.
21729
21730 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21731
21732         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21733         Align 32 bit compat elf_greg to 8 bytes.
21734
21735 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
21736
21737         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21738
21739 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21740
21741         * string/strcoll_l.c (coll_seq): New structure.
21742         (get_next_seq_cached): New function.
21743         (get_next_seq): New function.
21744         (do_compare): New function.
21745         (STRCOLL): Use GNU style definition.  Simplify implementation
21746         by using get_next_seq, get_next_seq_cached and do_compare.
21747
21748 2013-08-16  Florian Weimer  <fweimer@redhat.com>
21749
21750         [BZ #14699]
21751         CVE-2013-4237
21752         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
21753         member.
21754         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
21755         member.
21756         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
21757         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
21758         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
21759         conditional.
21760         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
21761         GETDENTS_64BIT_ALIGNED.
21762         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
21763         * manual/filesys.texi (Reading/Closing Directory): Document
21764         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
21765         strongly.
21766         * manual/conf.texi (Limits for Files): Add portability note to
21767         NAME_MAX, PATH_MAX.
21768         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
21769
21770 2013-08-13  Andreas Schwab  <schwab@suse.de>
21771
21772         [BZ #15749]
21773         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
21774         of fabs.
21775         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
21776         LDBL_MAX_EXP >= 16384]: Add tests for it.
21777
21778 2013-08-12  David S. Miller  <davem@davemloft.net>
21779
21780         * version.h (RELEASE): Set to "development".
21781         (VERSION): Set to "2.18.90".
21782         * NEWS: Add 2.19 section.
21783
21784 2013-08-03  David S. Miller  <davem@davemloft.net>
21785
21786         * po/ko.po: Update Korean translation from translation project.
21787
21788 2013-08-01  David S. Miller  <davem@davemloft.net>
21789
21790         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
21791         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
21792         Bilka.
21793
21794 2013-07-30  David S. Miller  <davem@davemloft.net>
21795
21796         * po/fr.po: Update French translation from translation project.
21797
21798 2013-07-28  David S. Miller  <davem@davemloft.net>
21799
21800         * po/cs.po: Update Czech translation from translation project.
21801
21802         * po/sv.po: Update Swedish translation from translation project.
21803
21804 2013-07-27  David S. Miller  <davem@davemloft.net>
21805
21806         * po/eo.po: Update Esperanto translation from translation project.
21807
21808         * po/vi.po: Update Vietnamese translation from translation project.
21809
21810         * po/de.po: Update German translation from translation project.
21811
21812 2013-07-26  David S. Miller  <davem@davemloft.net>
21813
21814         * po/bg.po: Update Bulgarian translation from translation project.
21815
21816         * po/nl.po: Update Dutch translation from translation project.
21817         * po/pl.po: Update Polish translation from translation project.
21818         * po/ru.po: Update Russian translation from translation project.
21819
21820 2013-07-24  David S. Miller  <davem@davemloft.net>
21821
21822         * po/libc.pot: Update.
21823
21824 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21825
21826         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
21827         variable page size.
21828         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
21829         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
21830         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
21831
21832 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21833
21834         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
21835
21836 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21837             Andreas Schwab  <schwab@suse.de>
21838             Roland McGrath  <roland@hack.frob.com>
21839             Joseph Myers  <joseph@codesourcery.com>
21840             Carlos O'Donell  <carlos@redhat.com>
21841
21842         [BZ #15755]
21843         * config.h.in: Define HAVE_PT_CHOWN.
21844         * config.make.in (build-pt-chown): New variable.
21845         * configure.in (--enable-pt_chown): New configure option.
21846         * configure: Regenerate.
21847         * login/Makefile: Include Makeconfig.  Build pt_chown only if
21848         build-pt-chown is enabled.
21849         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
21850         pt_chown to fix pty ownership.
21851         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
21852         CLOSE_ALL_FDS.
21853         * manual/install.texi (Configuring and compiling): Mention
21854         --enable-pt_chown. Add @findex for grantpt.
21855         * INSTALL: Regenerate.
21856
21857 2013-07-20  David S. Miller  <davem@davemloft.net>
21858
21859         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
21860         difference between 32-bit and 64-bit.
21861
21862 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
21863
21864         [BZ #15711]
21865         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
21866         Avoid system header dependency with -ffreestanding.
21867         ($(objpfx)bits/syscall%d): Likewise.
21868
21869 2013-07-13  David S. Miller  <davem@davemloft.net>
21870
21871         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
21872         underflows from atanl/atan2l due to bug 15319.
21873         (casinh_test_data): Likewise.
21874
21875 2013-07-07  David S. Miller  <davem@davemloft.net>
21876
21877         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
21878
21879 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
21880
21881         * sysdeps/i386/fpu/libm-test-ulps: Update.
21882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21883
21884 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21885
21886         * configure.in (--enable-lock-elision): Fix message text.
21887         * INSTALL: Regenerate.
21888         * configure: Regenerate.
21889
21890 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21891
21892         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21893
21894 2013-07-03  Andreas Jaeger  <aj@suse.de>
21895
21896         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
21897         define.
21898         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
21899         (ptrace_peeksiginfo_args): Add.
21900         (__ptrace_peeksiginfo_flags): Add.
21901         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21902         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21903         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21904
21905 2013-07-03  Allan McRae  <allan@archlinux.org>
21906
21907         * sysdeps/i386/fpu/libm-test-ulps: Update.
21908
21909 2013-07-02  David S. Miller  <davem@davemloft.net>
21910
21911         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21912
21913 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
21914
21915         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21916
21917 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21918
21919         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21921
21922 2013-07-02  Andi Kleen <ak@linux.intel.com>
21923
21924         * config.h.in (ENABLE_LOCK_ELISION): Add.
21925         * configure.in (--enable-lock-elision): Add option.
21926         * manual/install.texi: Document --enable lock elision.
21927         * configure: Regenerate
21928         * INSTALL: Regenerate.
21929
21930 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
21931
21932         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
21933         SSE4.2 strcasecmp for libc.a.
21934         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
21935
21936 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21937
21938         [BZ #13304]
21939         * soft-fp/op-common.h (_FP_FMA): New macro.
21940         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
21941         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
21942         (_FP_MUL_MEAT_1_imm): ... here.
21943         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
21944         (_FP_MUL_MEAT_1_wide): ... here.
21945         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
21946         (_FP_MUL_MEAT_1_hard): ... here.
21947         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
21948         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
21949         (_FP_MUL_MEAT_2_wide): ... here.
21950         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
21951         (_FP_MUL_MEAT_2_wide_3mul): ... here.
21952         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
21953         (_FP_MUL_MEAT_2_gmp): ... here.
21954         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
21955         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
21956         (_FP_MUL_MEAT_4_wide): ... here.
21957         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
21958         (_FP_MUL_MEAT_4_gmp): ... here.
21959         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
21960         (_FP_WFRACBITS_DW_S): Likewise.
21961         (_FP_WFRACXBITS_DW_S): Likewise.
21962         (_FP_HIGHBIT_DW_S): Likewise.
21963         (FP_FMA_S): Likewise.
21964         (_FP_FRAC_HIGH_DW_S): Likewise.
21965         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
21966         (_FP_WFRACBITS_DW_D): Likewise.
21967         (_FP_WFRACXBITS_DW_D): Likewise.
21968         (_FP_HIGHBIT_DW_D): Likewise.
21969         (FP_FMA_D): Likewise.
21970         (_FP_FRAC_HIGH_DW_D): Likewise.
21971         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
21972         (_FP_WFRACBITS_DW_E): Likewise.
21973         (_FP_WFRACXBITS_DW_E): Likewise.
21974         (_FP_HIGHBIT_DW_E): Likewise.
21975         (FP_FMA_E): Likewise.
21976         (_FP_FRAC_HIGH_DW_E): Likewise.
21977         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
21978         (_FP_WFRACBITS_DW_Q): Likewise.
21979         (_FP_WFRACXBITS_DW_Q): Likewise.
21980         (_FP_HIGHBIT_DW_Q): Likewise.
21981         (FP_FMA_Q): Likewise.
21982         (_FP_FRAC_HIGH_DW_Q): Likewise.
21983         * soft-fp/fmasf4.c: New file.
21984         * soft-fp/fmadf4.c: Likewise.
21985         * soft-fp/fmatf4.c: Likewise.
21986
21987 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21988
21989         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
21990         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
21991         Silvermont.
21992         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
21993         macro.
21994         (index_Slow_SSE4_2): Likewise.
21995         (index_Prefer_PMINUB_for_stringop): Likewise.
21996         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
21997         bit_Slow_SSE4_2 is set.
21998         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
21999         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22000
22001 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22002
22003         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22004         rtld_global._dl_hwcap2.
22005         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22006         POWER8.
22007         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22008         POWER8 feature descriptions defined in _dl_hwcap2.
22009         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22010         string handling for POWER8 feature bits.
22011         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22012         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22013         _dl_powerpc_cap_flags.
22014         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22015         * sysdeps/powerpc/rtld-global-offsets.sym
22016         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22017         _dl_hwcap2 in the rtld_global_ro structure.
22018
22019 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22020
22021         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22022         hardware capabilities in support of AT_HWCAP2.
22023         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22024         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22025         GLRO(dl_hwcap2).
22026         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22027         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22028         explicitly the unknown a_type display mechanism is used.
22029         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22030         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22031         struct member.
22032         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22033         to macro prototype for AT_HWCAP2 support.
22034         * sysdeps/i386/dl-procinfo.h: Likewise.
22035         * sysdeps/s390/dl-procinfo.h: Likewise.
22036         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22037         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22038         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22039         return -1 for unknown a_type display fallback.
22040         * sysdeps/sparc/dl-procinfo.h: Likewise.
22041         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22042         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22043
22044 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22045
22046         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22047         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22048
22049 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22050
22051         [BZ #12492]
22052         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22053         mprotect making __stack_prot writable.
22054
22055 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22056             Joseph Myers  <joseph@codesourcery.com>
22057
22058         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22059         as being properly aligned.
22060
22061 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22062
22063         * dlfcn/modstatic5.c: New file.
22064         * dlfcn/tststatic5.c: New file.
22065         * dlfcn/Makefile (tests): Add tststatic5.
22066         (tests-static): Likewise.
22067         (modules-names): Add modstatic5.
22068         (tststatic5-ENV): New variable.
22069         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22070
22071         [BZ #15022]
22072         * elf/dl-support.c (_dl_main_map): New variable.
22073         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22074         (_dl_nns, _dl_load_adds): Set to 1.
22075         (_dl_initial_searchlist): Refer to _dl_main_map.
22076         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22077         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22078         call to _dl_get_origin.
22079         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22080         around call_map.
22081         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22082         * dlfcn/modstatic3.c: New file.
22083         * dlfcn/tststatic3.c: New file.
22084         * dlfcn/tststatic4.c: New file.
22085         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22086         (tests-static): Likewise.
22087         (modules-names): Add modstatic3.
22088         (tststatic3-ENV, tststatic4-ENV): New variables.
22089         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22090         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22091
22092 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22093
22094         * configure.in (CC): Require GCC version 4.4 or later.
22095         * configure: Regenerated.
22096         * manual/install.texi (Tools for Compilation): Update GCC version
22097         requirement.
22098         * INSTALL: Regenerated.
22099
22100 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22101
22102         [BZ #15674]
22103         * string/test-memcmp.c (check2): New.
22104         (main): Call check2.
22105
22106         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22107
22108 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22109
22110         [BZ #15022]
22111         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22112         over to...
22113         (dl_open_worker) [!SHARED]: ... here.
22114
22115 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22116
22117         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22118
22119 2013-06-25  Richard Henderson  <rth@redhat.com>
22120
22121         * locale/programs/locarchive.c: Include <libc-internal.h>
22122
22123 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22124
22125         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22126         trailing whitespace removed.
22127
22128 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22129
22130         [BZ #10283]
22131         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22132         * locale/programs/locarchive.c: Include libc-mmap.h.
22133         (prepare_address_space): Take two new outputs (the mmap base and len).
22134         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22135         values.
22136         (create_archive): Declare new mmap base and len values for
22137         prepare_address_space, and store the result in ah.
22138         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22139         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22140         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22141         Declare new mmap base and len values for
22142         prepare_address_space, and store the result in new_ah.
22143         (open_archive): Declare new mmap base and len values for
22144         prepare_address_space, and store the result in ah.
22145         (close_archive): If ah->mmap_base is not NULL, use that and
22146         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22147         * sysdeps/generic/libc-mmap.h: New file.
22148
22149 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22150
22151         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22152         (ALIGN_UP): Likewise.
22153         (PTR_ALIGN_DOWN): Likewise.
22154         (PTR_ALIGN_UP): Likewise.
22155
22156 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22157
22158         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22159         entry mapped to PPC_PLATFORM_POWER8.
22160         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22161         POWER8.
22162         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22163         (_dl_string_platform): Add case for exporting platform position for
22164         POWER8.
22165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22166         search path to sysdeps/powerpc/powerpc32/power8 directory.
22167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22168         search path to sysdeps/powerpc/powerpc64/power8 directory.
22169         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22170         power7 directories.
22171         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22172         power7 directories.
22173
22174 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22175
22176         * INSTALL: Regenerate.
22177
22178         * nscd/connections.c (nscd_init): Fix comment.
22179
22180 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22181
22182         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22183
22184         [BZ #15667]
22185         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22186         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22187
22188 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22189
22190         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22191         DL_DST_REQ_STATIC.
22192         (DL_DST_REQ_STATIC): Remove macro.
22193
22194 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22195
22196         [BZ #7006]
22197         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22198         with a shift of 0 bits.
22199
22200 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22201
22202         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22203         $(tststatic-ENV).
22204
22205 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22206
22207         [BZ #15655]
22208         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22209
22210 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22211
22212         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22213         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22214         accepts -fno-tree-loop-distribute-patterns.
22215         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22216         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22217         recursive call.
22218         * string/memset.c (memset): Likewise.
22219         * string/test-memmove.c (simple_memmove): Disable loop transformation
22220         to library calls.
22221         * string/test-memset.c (simple_memset): Likewise.
22222         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22223         * benchtests/bench-memset.c (simple_memset): Likewise.
22224         * configure: Regenerated.
22225
22226 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22227
22228         * math/test-misc.c (main): Ignore fesetround failure when failures
22229         of subsequent rounding tests would be ignored.
22230
22231         [BZ #15654]
22232         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22233         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22234         * math/fegetenv.c (__fegetenv): Return 0.
22235         * math/fegetexcept.c (fegetexcept): Return 0.
22236         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22237         FE_TONEAREST.
22238         * math/feholdexcpt.c (feholdexcept): Return 0.
22239         * math/fesetenv.c (__fesetenv): Return 0.
22240         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22241         argument FE_TONEAREST.
22242         * math/feupdateenv.c (__feupdateenv): Return 0.
22243         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22244
22245 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22246
22247         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22248         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22249         ($(objpfx)rtld-%.os rules): Use them.
22250
22251 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22252
22253         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22254         fields.
22255
22256 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22257
22258         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22259         length of target pattern, then descending length of dependency pattern.
22260         * configure.in (AWK): Require gawk 3.1.2 or newer.
22261         * manual/install.texi (Tools for Compilation): Say that we do.
22262         * configure: Regenerated.
22263
22264         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22265         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22266         * scripts/sysd-rules.awk: ... this new script.
22267         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22268         than a glob-style pattern.
22269
22270 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22271
22272         * math/test-misc.c (main): Do not treat incorrectly rounded
22273         conversions as failure unless ROUNDING_TESTS passes.
22274
22275 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22276
22277         [BZ #15631]
22278         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22279         restore exception state around main square root computation, then
22280         check for inexactness explicitly.
22281
22282         * math/libm-test.inc (fma_test_data): Add another test.
22283
22284 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22285
22286         * manual/threads.texi (Non-POSIX Extensions): New document
22287         node.  Document pthread_getattr_default_np and
22288         pthread_setattr_default_np.
22289
22290         * Versions.def (libpthread): Add GLIBC_2.18.
22291         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22293         Likewise.
22294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22295         Likewise.
22296         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22297         Likewise.
22298         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22299         Likewise.
22300         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22301         Likewise.
22302         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22303         Likewise.
22304         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22305         Likewise.
22306         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22307         Likewise.
22308         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22309         Likewise.
22310
22311 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22312
22313         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22314         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22315
22316 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22317             H.J. Lu  <hjl.tools@gmail.com>
22318
22319         [BZ #15627]
22320         * sysdeps/x86_64/rtld-memset.c: Remove file.
22321         * sysdeps/x86_64/rtld-memset.S: New file.
22322
22323 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22324
22325         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22326         (test_in_one_mode): Take arguments for whether the rounding mode
22327         is supported for each floating-point type.
22328         (do_test): Pass new arguments to test_in_one_mode using
22329         ROUNDING_TESTS.
22330
22331 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22332
22333         * posix/tst-waitid.c (do_test): Distinguish different instances of
22334         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22335         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22336         before entering the kernel for waitpid.
22337
22338 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22339
22340         * NEWS: Fix note on clock function precision.  Text by Roland
22341         McGrath.
22342
22343 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22344
22345         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22346         it into place only when and if the sanity check passes.
22347
22348 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22349
22350         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22351         output for whether conversion result is exact.  Take argument
22352         indicating whether type is IBM long double.
22353         (round_for_all): Change need_exact field to ibm_ld.
22354         * stdlib/tst-strtod-round.c (struct exactness): New type.
22355         (struct test): Change bool ld_ok field to struct exactness exact.
22356         (TEST): Update all definitions for change to field.
22357         (tests): Regenerate array contents.
22358         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22359         field value.  Check for IBM long double here.
22360         (do_test): Update calls to test_in_one_mode.
22361
22362 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22363
22364         [BZ #12515]
22365         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22366         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22367
22368 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22369
22370         [BZ #15605]
22371         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22372         generated by the compiler on loop optimizations.
22373         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22374         general definitions.
22375
22376 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22377
22378         * math/bug-nextafter.c: Include <math-tests.h>.
22379         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22380         the relevant type.
22381         * math/bug-nexttoward.c: Include <math-tests.h>.
22382         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22383         the relevant type.
22384         * math/test-misc.c: Include <math-tests.h>.
22385         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22386         the relevant type.
22387
22388 2013-06-12  Andreas Jaeger  <aj@suse.de>
22389
22390         * po/ia.po: Update Interlingua translation from translation
22391         project.
22392
22393 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22394
22395         * include/fenv.h: Include stdbool.h.
22396         (struct rm_ctx): New structure.
22397         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22398         Define macro.
22399         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22400         (SET_RESTORE_ROUNDF): Likewise.
22401         (SET_RESTORE_ROUNDL): Likewise.
22402         (SET_RESTORE_ROUND_NOEX): Likewise.
22403         (SET_RESTORE_ROUND_NOEXF): Likewise.
22404         (SET_RESTORE_ROUND_NOEXL): Likewise.
22405         (SET_RESTORE_ROUND_53BIT): Likewise.
22406         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22407         (libc_feresetround_noexf_ctx): Likewise.
22408         (libc_feresetround_noexl_ctx): Likewise.
22409         (libc_feholdsetround_53bit_ctx): Likewise.
22410         (libc_feresetround_53bit_ctx): Likewise.
22411         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22412         (libc_feholdexcept_setround_sse_ctx): New function.
22413         (libc_fesetenv_sse_ctx): Likewise.
22414         (libc_feupdateenv_sse_ctx): Likewise.
22415         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22416         (libc_feholdexcept_setround_387_ctx): Likewise.
22417         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22418         (libc_feholdsetround_387_prec_ctx): Likewise.
22419         (libc_feholdsetround_387_ctx): Likewise.
22420         (libc_feholdsetround_387_53bit_ctx): Likewise.
22421         (libc_feholdsetround_sse_ctx): Likewise.
22422         (libc_feresetround_sse_ctx): Likewise.
22423         (libc_feresetround_387_ctx): Likewise.
22424         (libc_feupdateenv_387_ctx): Likewise.
22425         (libc_feholdexcept_setroundf_ctx): Define macro.
22426         (libc_fesetenvf_ctx): Likewise.
22427         (libc_feupdateenvf_ctx): Likewise.
22428         (libc_feholdsetroundf_ctx): Likewise.
22429         (libc_feresetroundf_ctx): Likewise.
22430         (libc_feholdexcept_setround_ctx): Likewise.
22431         (libc_fesetenv_ctx): Likewise.
22432         (libc_feupdateenv_ctx): Likewise.
22433         (libc_feholdsetround_ctx): Likewise.
22434         (libc_feresetround_ctx): Likewise.
22435         (libc_feholdexcept_setroundl_ctx): Likewise.
22436         (libc_feupdateenvl_ctx): Likewise.
22437         (libc_feholdsetroundl_ctx): Likewise.
22438         (libc_feresetroundl_ctx): Likewise.
22439         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22440         (libc_feresetround_53bit_ctx): Likewise.
22441
22442 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22443
22444         * locale/iso-639.def: Convert to UTF-8.
22445
22446 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22447
22448         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22449         (EXCEPTION_TESTS_double): Likewise.
22450         (EXCEPTION_TESTS_long_double): Likewise.
22451         (EXCEPTION_TESTS): Likewise.
22452         * math/libm-test.inc (test_exceptions): Only test exceptions if
22453         EXCEPTION_TESTS (FLOAT).
22454
22455 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22456
22457         * benchtests/Makefile (string-bench): Add strcpy_chk and
22458         stpcpy_chk.
22459         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22460         * benchtests/bench-stpcpy_chk.c: New file.
22461         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22462         * benchtests/bench-strcpy_chk.c: New file.
22463         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22464         code.
22465         (do_test): Likewise.
22466
22467 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22468
22469         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22470         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22471         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22472         with tabs where appropriate.
22473         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22474         dl-procinfo.h.
22475         [PPC_PLATFORM_PPC440]: Likewise.
22476         [PPC_PLATFORM_PPC464]: Likewise.
22477         [PPC_PLATFORM_PPC476]: Likewise.
22478         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22479         ppc464, and ppc476 platform strings merging from ports/
22480         dl-procinfo.h.
22481
22482 2013-06-11  Andreas Schwab  <schwab@suse.de>
22483
22484         [BZ #14991]
22485         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22486         (from_ucs4_idx): Regenerate.
22487         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22488         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22489         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22490         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22491         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22492         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22493         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22494         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22495         from FROM_LOOP and TO_LOOP specific macros.
22496         (BODY): Handle combining characters.
22497         * iconvdata/BIG5HKSCS.irreversible: Update.
22498         * iconvdata/BIG5HKSCS.precomposed: New file.
22499         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22500         characters.
22501         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22502
22503 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22504
22505         * include/sys/time.h: Fix indentation and add copyright header.
22506
22507         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22508         (do_test): Likewise.
22509         * string/test-memchr.c (do_one_test): Likewise.
22510         (do_test): Likewise.
22511         * string/test-memcmp.c (do_one_test): Likewise.
22512         (do_test): Likewise.
22513         * string/test-memcpy.c (do_one_test): Likewise.
22514         (do_test): Likewise.
22515         * string/test-memmem.c (do_one_test): Likewise.
22516         (do_test): Likewise.
22517         (do_random_tests): Likewise.
22518         * string/test-memmove.c (do_one_test): Likewise.
22519         (do_test): Likewise.
22520         * string/test-memset.c (do_one_test): Likewise.
22521         (do_test): Likewise.
22522         * string/test-rawmemchr.c (do_one_test): Likewise.
22523         (do_test): Likewise.
22524         * string/test-strcasecmp.c (do_one_test): Likewise.
22525         (do_test): Likewise.
22526         * string/test-strcasestr.c (do_one_test): Likewise.
22527         (do_test): Likewise.
22528         * string/test-strcat.c (do_one_test): Likewise.
22529         (do_test): Likewise.
22530         * string/test-strchr.c (do_one_test): Likewise.
22531         (do_test): Likewise.
22532         * string/test-strcmp.c (do_one_test): Likewise.
22533         (do_test): Likewise.
22534         * string/test-strcpy.c (do_one_test): Likewise.
22535         (do_test): Likewise.
22536         * string/test-string.h: Likewise.
22537         (test_init): Likewise.
22538         * string/test-strlen.c (do_one_test): Likewise.
22539         (do_test): Likewise.
22540         * string/test-strncasecmp.c (do_one_test): Likewise.
22541         (do_test): Likewise.
22542         * string/test-strncat.c (do_one_test): Likewise.
22543         (do_test): Likewise.
22544         * string/test-strncmp.c (do_one_test): Likewise.
22545         (do_test_limit): Likewise.
22546         (do_test): Likewise.
22547         * string/test-strncpy.c (do_one_test): Likewise.
22548         (do_test): Likewise.
22549         * string/test-strnlen.c (do_one_test): Likewise.
22550         (do_test): Likewise.
22551         * string/test-strpbrk.c (do_one_test): Likewise.
22552         (do_test): Likewise.
22553         * string/test-strrchr.c (do_one_test): Likewise.
22554         (do_test): Likewise.
22555         * string/test-strspn.c (do_one_test): Likewise.
22556         (do_test): Likewise.
22557         * string/test-strstr.c (do_one_test): Likewise.
22558         (do_test): Likewise.
22559
22560         * benchtests/Makefile (string-bench): Add string benchmarks.
22561         * benchtests/bench-bcopy-ifunc.c: New file.
22562         * benchtests/bench-bcopy.c: New file.
22563         * benchtests/bench-bzero-ifunc.c: New file.
22564         * benchtests/bench-bzero.c: New file.
22565         * benchtests/bench-memccpy-ifunc.c: New file.
22566         * benchtests/bench-memccpy.c: New file.
22567         * benchtests/bench-memchr-ifunc.c: New file.
22568         * benchtests/bench-memchr.c: New file.
22569         * benchtests/bench-memcmp-ifunc.c: New file.
22570         * benchtests/bench-memcmp.c: New file.
22571         * benchtests/bench-memmem-ifunc.c: New file.
22572         * benchtests/bench-memmem.c: New file.
22573         * benchtests/bench-memmove-ifunc.c: New file.
22574         * benchtests/bench-memmove.c: New file.
22575         * benchtests/bench-mempcpy-ifunc.c: New file.
22576         * benchtests/bench-mempcpy.c: New file.
22577         * benchtests/bench-memset-ifunc.c: New file.
22578         * benchtests/bench-memset.c: New file.
22579         * benchtests/bench-rawmemchr-ifunc.c: New file.
22580         * benchtests/bench-rawmemchr.c: New file.
22581         * benchtests/bench-stpcpy-ifunc.c: New file.
22582         * benchtests/bench-stpcpy.c: New file.
22583         * benchtests/bench-stpncpy-ifunc.c: New file.
22584         * benchtests/bench-stpncpy.c: New file.
22585         * benchtests/bench-strcasecmp-ifunc.c: New file.
22586         * benchtests/bench-strcasecmp.c: New file.
22587         * benchtests/bench-strcasestr-ifunc.c: New file.
22588         * benchtests/bench-strcasestr.c: New file.
22589         * benchtests/bench-strcat-ifunc.c: New file.
22590         * benchtests/bench-strcat.c: New file.
22591         * benchtests/bench-strchr-ifunc.c: New file.
22592         * benchtests/bench-strchr.c: New file.
22593         * benchtests/bench-strchrnul-ifunc.c: New file.
22594         * benchtests/bench-strchrnul.c: New file.
22595         * benchtests/bench-strcmp-ifunc.c: New file.
22596         * benchtests/bench-strcmp.c: New file.
22597         * benchtests/bench-strcpy-ifunc.c: New file.
22598         * benchtests/bench-strcpy.c: New file.
22599         * benchtests/bench-strcspn-ifunc.c: New file.
22600         * benchtests/bench-strcspn.c: New file.
22601         * benchtests/bench-strlen-ifunc.c: New file.
22602         * benchtests/bench-strlen.c: New file.
22603         * benchtests/bench-strncasecmp-ifunc.c: New file.
22604         * benchtests/bench-strncasecmp.c: New file.
22605         * benchtests/bench-strncat-ifunc.c: New file.
22606         * benchtests/bench-strncat.c: New file.
22607         * benchtests/bench-strncmp-ifunc.c: New file.
22608         * benchtests/bench-strncmp.c: New file.
22609         * benchtests/bench-strncpy-ifunc.c: New file.
22610         * benchtests/bench-strncpy.c: New file.
22611         * benchtests/bench-strnlen-ifunc.c: New file.
22612         * benchtests/bench-strnlen.c: New file.
22613         * benchtests/bench-strpbrk-ifunc.c: New file.
22614         * benchtests/bench-strpbrk.c: New file.
22615         * benchtests/bench-strrchr-ifunc.c: New file.
22616         * benchtests/bench-strrchr.c: New file.
22617         * benchtests/bench-strspn-ifunc.c: New file.
22618         * benchtests/bench-strspn.c: New file.
22619         * benchtests/bench-strstr-ifunc.c: New file.
22620         * benchtests/bench-strstr.c: New file.
22621
22622         * benchtests/Makefile: Disable parallel execution of targets.
22623         (string-bench): Add memcpy.
22624         (benchset): New variable to store a list of benchmark sets.
22625         (bench-func): Renamed from bench.
22626         (bench-set): New target.
22627         (bench): Depend on bench-func and bench-set.
22628         * benchtests/README: Add section on benchmark sets.
22629         * benchtests/bench-memcpy-ifunc.c: New file.
22630         * benchtests/bench-memcpy.c: New file.
22631         * benchtests/bench-string.h: New file.
22632
22633 2013-06-11  Andreas Schwab  <schwab@suse.de>
22634
22635         [BZ #15577]
22636         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22637         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22638         values in the triple.
22639         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22640         terminator in the group key.
22641
22642 2013-06-11  Andreas Jaeger  <aj@suse.de>
22643
22644         * po/zh_TW.po: Update Chinese (traditional) translation from
22645         translation project.
22646
22647 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22648
22649         * include/time.h (__clock_gettime): Add libc_hidden_proto.
22650         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22651         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
22652         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22653         (clock_getcpuclockid): Likewise.
22654         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22655         Add weak_alias and libc_hidden_def.
22656         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22657         * rt/clock_gettime.c (clock_gettime): Rename to
22658         __clock_gettime.  Add weak_alias and libc_hidden_def.
22659         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22660         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22661         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
22662         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22663         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22664         Likewise.
22665         * rt/clock_settime.c (clock_settime): Rename to
22666         __clock_settime.  Add weak_alias and libc_hidden_def.
22667         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22668
22669 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
22670
22671         * mach/err_boot.sub: Remove trailing whitespace.
22672         * mach/err_ipc.sub: Likewise.
22673         * mach/err_mach.sub: Likewise.
22674
22675         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22676         (ROUNDING_TESTS_double): Likewise.
22677         (ROUNDING_TESTS_long_double): Likewise.
22678         (ROUNDING_TESTS): Likewise.
22679         * math/libm-test.inc: Include <math-tests.h>.
22680         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22681         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22682         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22683         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22684
22685 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22686
22687         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22688         of assigning.
22689
22690 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
22691
22692         * sysdeps/gnu/errlist.awk: Do not generate space at end of
22693         otherwise empty TRANS lines.
22694         * sysdeps/gnu/errlist.c: Regenerated.
22695
22696         * catgets/gencat.c (error_print): Use (void) in function
22697         definition.
22698         * crypt/crypt_util.c (__init_des): Likewise.
22699         * crypt/speeds.c (Stop): Likewise.
22700         (main): Likewise.
22701         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22702         * inet/ruserpass.c (token): Likewise.
22703         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22704         * intl/localealias.c (extend_alias_table): Likewise.
22705         * intl/plural-exp.c (init_germanic_plural): Likewise.
22706         * libio/fcloseall.c (__fcloseall): Likewise.
22707         * libio/genops.c (_IO_flush_all): Likewise.
22708         (_IO_flush_all_linebuffered): Likewise.
22709         (_IO_cleanup): Likewise.
22710         (_IO_iter_begin): Likewise.
22711         (_IO_iter_end): Likewise.
22712         (_IO_list_lock): Likewise.
22713         (_IO_list_unlock): Likewise.
22714         (_IO_list_resetlock): Likewise.
22715         * libio/getchar.c (getchar): Likewise.
22716         * libio/getchar_u.c (getchar_unlocked): Likewise.
22717         * libio/getwchar.c (getwchar): Likewise.
22718         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22719         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22720         * login/getpt.c (__getpt): Likewise.
22721         * login/tst-utmp.c (main): Likewise.
22722         * malloc/hooks.c (__malloc_check_init): Likewise.
22723         * malloc/malloc.c (__malloc_stats): Likewise.
22724         * malloc/mtrace.c (tr_break): Likewise.
22725         (mtrace): Likewise.
22726         (muntrace): Likewise.
22727         * misc/fstab.c (endfsent): Likewise.
22728         * misc/getclktck.c (__getclktck): Likewise.
22729         * misc/getdtsz.c (__getdtablesize): Likewise.
22730         * misc/gethostid.c (gethostid): Likewise.
22731         * misc/getpagesize.c (__getpagesize): Likewise.
22732         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22733         (__get_nprocs): Likewise.
22734         (__get_phys_pages): Likewise.
22735         (__get_avphys_pages): Likewise.
22736         * misc/getttyent.c (getttyent): Likewise.
22737         (setttyent): Likewise.
22738         (endttyent): Likewise.
22739         * misc/getusershell.c (getusershell): Likewise.
22740         (endusershell): Likewise.
22741         (setusershell): Likewise.
22742         (initshells): Likewise.
22743         * misc/hsearch.c (__hdestroy): Likewise.
22744         * misc/sync.c (sync): Likewise.
22745         * misc/syslog.c (closelog_internal): Likewise.
22746         (closelog): Likewise.
22747         * misc/ttyslot.c (ttyslot): Likewise.
22748         * misc/vhangup.c (vhangup): Likewise.
22749         * posix/fork.c (__fork): Likewise.
22750         * posix/getegid.c (__getegid): Likewise.
22751         * posix/geteuid.c (__geteuid): Likewise.
22752         * posix/getgid.c (__getgid): Likewise.
22753         * posix/getpid.c (__getpid): Likewise.
22754         * posix/getppid.c (__getppid): Likewise.
22755         * posix/getuid.c (__getuid): Likewise.
22756         * posix/pause.c (pause): Likewise.
22757         * posix/setpgrp.c (setpgrp): Likewise.
22758         * posix/setsid.c (__setsid): Likewise.
22759         * posix/test-vfork.c (noop): Likewise.
22760         * resolv/gethnamaddr.c (_endhtent): Likewise.
22761         (_gethtent): Likewise.
22762         (ht_endhostent): Likewise.
22763         (gethostent): Likewise.
22764         (dns_service): Likewise.
22765         * stdlib/drand48.c (drand48): Likewise.
22766         * stdlib/lrand48.c (lrand48): Likewise.
22767         * stdlib/mrand48.c (mrand48): Likewise.
22768         * stdlib/rand.c (rand): Likewise.
22769         * stdlib/random.c (__random): Likewise.
22770         * stdlib/setenv.c (clearenv): Likewise.
22771         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
22772         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
22773         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
22774         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
22775         (__get_nprocs): Likewise.
22776         (__get_phys_pages): Likewise.
22777         (__get_avphys_pages): Likewise.
22778         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
22779         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
22780         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
22781         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
22782         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
22783         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
22784         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
22785         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
22786         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
22787         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
22788         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
22789         * sysdeps/mach/hurd/sync.c (sync): Likewise.
22790         * sysdeps/posix/clock.c (clock): Likewise.
22791         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
22792         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
22793         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
22794         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
22795         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
22796         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
22797         (__get_nprocs_conf): Likewise.
22798         (__get_phys_pages): Likewise.
22799         (__get_avphys_pages): Likewise.
22800         * time/clock.c (clock): Likewise.
22801         * time/tzset.c (__tzname_max): Likewise.
22802
22803 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
22804
22805         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
22806         (__bswap_32): Do not use "register".
22807         * crypt/crypt.c (_ufc_doit_r): Likewise.
22808         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22809         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22810         * gmon/gmon.c (__monstartup): Likewise.
22811         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
22812         * hurd/hurdmalloc.c (more_memory): Likewise.
22813         (malloc): Likewise.
22814         (free): Likewise.
22815         (realloc): Likewise.
22816         (malloc_fork_prepare): Likewise.
22817         (malloc_fork_parent): Likewise.
22818         (malloc_fork_child): Likewise.
22819         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
22820         (_svcauth_des): Likewise.
22821         * inet/inet_lnaof.c (inet_lnaof): Likewise.
22822         * inet/inet_net.c (inet_network): Likewise.
22823         * inet/inet_netof.c (inet_netof): Likewise.
22824         * inet/rcmd.c (__validuser2_sa): Likewise.
22825         * io/fts.c (fts_open): Likewise.
22826         (fts_load): Likewise.
22827         (fts_close): Likewise.
22828         (fts_read): Likewise.
22829         (fts_children): Likewise.
22830         (fts_build): Likewise.
22831         (fts_stat): Likewise.
22832         (fts_sort): Likewise.
22833         (fts_alloc): Likewise.
22834         (fts_lfree): Likewise.
22835         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
22836         (_IO_file_xsgetn): Likewise.
22837         (_IO_file_xsgetn_mmap): Likewise.
22838         * libio/iofopncook.c (_IO_cookie_read): Likewise.
22839         (_IO_cookie_write): Likewise.
22840         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
22841         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
22842         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
22843         * malloc/obstack.c (_obstack_begin): Likewise.
22844         (_obstack_begin_1): Likewise.
22845         (_obstack_newchunk): Likewise.
22846         (_obstack_allocated_p): Likewise.
22847         (obstack_free): Likewise.
22848         (_obstack_memory_used): Likewise.
22849         * misc/getttyent.c (getttynam): Likewise.
22850         (getttyent): Likewise.
22851         (skip): Likewise.
22852         (value): Likewise.
22853         * misc/getusershell.c (initshells): Likewise.
22854         * misc/syslog.c (__vsyslog_chk): Likewise.
22855         * misc/ttyslot.c (ttyslot): Likewise.
22856         * nis/nis_hash.c (__nis_hash): Likewise.
22857         * posix/fnmatch_loop.c (FCT): Likewise.
22858         * posix/getconf.c (print_all): Likewise.
22859         (main): Likewise.
22860         * posix/getopt.c (exchange): Likewise.
22861         * posix/glob.c (globfree): Likewise.
22862         (prefix_array): Likewise.
22863         (__glob_pattern_type): Likewise.
22864         * resolv/arpa/nameser.h (NS_GET16): Likewise.
22865         (NS_GET32): Likewise.
22866         (NS_PUT16): Likewise.
22867         (NS_PUT32): Likewise.
22868         * resolv/gethnamaddr.c (getanswer): Likewise.
22869         (gethostbyname2): Likewise.
22870         (gethostbyaddr): Likewise.
22871         (_gethtent): Likewise.
22872         (_gethtbyname2): Likewise.
22873         (_gethtbyaddr): Likewise.
22874         * resolv/ns_print.c (dst_s_get_int16): Likewise.
22875         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
22876         * resolv/res_init.c (__res_vinit): Likewise.
22877         (net_mask): Likewise.
22878         * resolv/res_mkquery.c (outchar): Likewise.
22879         (PRINT): Likewise.
22880         * stdio-common/printf_fp.c (outchar): Likewise.
22881         (PRINT): Likewise.
22882         * stdio-common/printf_fphex.c (outchar): Likewise.
22883         (PRINT): Likewise.
22884         * stdio-common/printf_size.c (outchar): Likewise.
22885         (PRINT): Likewise.
22886         * stdio-common/test_rdwr.c (main): Likewise.
22887         * stdio-common/tfformat.c (matches): Likewise.
22888         * stdio-common/vfprintf.c (outchar): Likewise.
22889         (printf_unknown): Likewise.
22890         (buffered_vfprintf): Likewise.
22891         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
22892         * stdio-common/xbug.c (AppendToBuffer): Likewise.
22893         (ReadFile): Likewise.
22894         * stdlib/qsort.c (SWAP): Likewise.
22895         (_quicksort): Likewise.
22896         * stdlib/setenv.c (__add_to_environ): Likewise.
22897         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
22898         * stdlib/strtol_l.c (__strtol_l): Likewise.
22899         * stdlib/tst-strtod.c (main): Likewise.
22900         * stdlib/tst-strtol.c (main): Likewise.
22901         * stdlib/tst-strtoll.c (main): Likewise.
22902         * string/bits/string2.h (__strcmp_cc): Likewise.
22903         (__strcmp_cg): Likewise.
22904         (__strcspn_c1): Likewise.
22905         (__strcspn_c2): Likewise.
22906         (__strcspn_c3): Likewise.
22907         (__strspn_c1): Likewise.
22908         (__strspn_c2): Likewise.
22909         (__strspn_c3): Likewise.
22910         (__strsep_1c): Likewise.
22911         (__strsep_2c): Likewise.
22912         (__strsep_3c): Likewise.
22913         * string/memccpy.c (__memccpy): Likewise.
22914         * string/stpcpy.c (__stpcpy): Likewise.
22915         * string/strcmp.c (strcmp): Likewise.
22916         * string/strrchr.c (strrchr): Likewise.
22917         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
22918         Likewise.
22919         * sysdeps/mach/hurd/getcwd.c
22920         (_hurd_canonicalize_directory_name_internal): Likewise.
22921         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
22922         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
22923         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
22924         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
22925         Likewise, in both definitions.
22926         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
22927         definitions.
22928         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
22929         64] (__bswap_64): Likewise.
22930         * time/test_time.c (main): Likewise.
22931         * time/tzfile.c (__tzfile_read): Likewise.
22932         (__tzfile_compute): Likewise.
22933         * time/tzset.c (__tzset_parse_tz): Likewise.
22934         (tzset_internal): Likewise.
22935         (compute_change): Likewise.
22936         * wcsmbs/wcscat.c (__wcscat): Likewise.
22937         * wcsmbs/wcschr.c (wcschr): Likewise.
22938         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
22939         * wcsmbs/wcscspn.c (wcscspn): Likewise.
22940         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
22941         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
22942         * wcsmbs/wcsspn.c (wcsspn): Likewise.
22943         * wcsmbs/wcsstr.c (wcsstr): Likewise.
22944         * wcsmbs/wmemchr.c (wmemchr): Likewise.
22945         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
22946         * wcsmbs/wmemset.c (wmemset): Likewise.
22947
22948 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
22949
22950         * scripts/config.guess: Update to version 2013-05-16.
22951         * scripts/config.sub: Update to version 2013-04-24.
22952         * scripts/install-sh: Update to version 2011-11-20.07.
22953         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
22954         * scripts/move-if-change: Update to version 2012-01-06 07:23.
22955
22956 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
22957
22958         * debug/fgetws_u_chk.c: Fix leading whitespaces.
22959         * elf/sln.c: Likewise.
22960         * hurd/hurd/ioctl.h: Likewise.
22961         * hurd/hurdmalloc.c: Likewise.
22962         * hurd/xattr.c: Likewise.
22963         * include/shlib-compat.h: Likewise.
22964         * inet/ruserpass.c: Likewise.
22965         * libio/iofgets_u.c: Likewise.
22966         * libio/iofgetws_u.c: Likewise.
22967         * locale/programs/ld-identification.c: Likewise.
22968         * locale/programs/ld-time.c: Likewise.
22969         * mach/msg-destroy.c: Likewise.
22970         * nss/nss_files/files-netgrp.c: Likewise.
22971         * resolv/res_data.c: Likewise.
22972         * soft-fp/op-1.h: Likewise.
22973         * soft-fp/op-2.h: Likewise.
22974         * soft-fp/op-4.h: Likewise.
22975         * soft-fp/op-common.h: Likewise.
22976         * stdio-common/printf_fphex.c: Likewise.
22977         * stdlib/strtod_l.c: Likewise.
22978         * sunrpc/rpc/clnt.h: Likewise.
22979         * sysdeps/generic/framestate.c: Likewise.
22980         * sysdeps/i386/bsd-_setjmp.S: Likewise.
22981         * sysdeps/i386/bsd-setjmp.S: Likewise.
22982         * sysdeps/i386/__longjmp.S: Likewise.
22983         * sysdeps/i386/setjmp.S: Likewise.
22984         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22985         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
22986         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22987         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22988         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22989         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
22990         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
22991         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
22992         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
22993         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
22994         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
22995         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
22996         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
22997         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
22998         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
22999         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23000         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23001         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23002         * sysdeps/ieee754/support.c: Likewise.
23003         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23004         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23005         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23006         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23007         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23008         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23009         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23010         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23011         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23012         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23013         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23014         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23015         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23016         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23017         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23018         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23019         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23021
23022 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23023
23024         * posix/transbug.c: Remove executable mode.
23025
23026 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23027
23028         * crypt/speeds.c: Remove trailing whitespace.
23029         * dlfcn/default.c: Likewise.
23030         * elf/ifuncdep2.c: Likewise.
23031         * elf/ifuncmain1.c: Likewise.
23032         * elf/ifuncmain1vis.c: Likewise.
23033         * elf/testobj.h: Likewise.
23034         * elf/tst-stackguard1.c: Likewise.
23035         * gmon/sys/gmon.h: Likewise.
23036         * hurd/hurdmsg.c: Likewise.
23037         * hurd/new-fd.c: Likewise.
23038         * hurd/ports-get.c: Likewise.
23039         * iconvdata/ibm1008_420.c: Likewise.
23040         * inet/tst-getni1.c: Likewise.
23041         * inet/tst-getni2.c: Likewise.
23042         * libio/ioungetc.c: Likewise.
23043         * libio/wfiledoalloc.c: Likewise.
23044         * manual/libm-err-tab.pl: Likewise.
23045         * math/w_dremf.c: Likewise.
23046         * misc/ftruncate.c: Likewise.
23047         * posix/bug-glob2.c: Likewise.
23048         * posix/tst-pcre.c: Likewise.
23049         * posix/wait4.c: Likewise.
23050         * resolv/README: Likewise.
23051         * resolv/res_debug.h: Likewise.
23052         * resolv/tst-inet_ntop.c: Likewise.
23053         * setjmp/bug269-setjmp.c: Likewise.
23054         * soft-fp/extended.h: Likewise.
23055         * soft-fp/op-1.h: Likewise.
23056         * soft-fp/op-2.h: Likewise.
23057         * soft-fp/op-4.h: Likewise.
23058         * soft-fp/op-8.h: Likewise.
23059         * soft-fp/testit.c: Likewise.
23060         * stdio-common/bug16.c: Likewise.
23061         * stdlib/random.c: Likewise.
23062         * sunrpc/rpcsvc/rquota.x: Likewise.
23063         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23064         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23065         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23066         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23067         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23068         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23069         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23070         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23071         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23072         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23073         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23074         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23075         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23076         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23077         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23078         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23079         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23080         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23081         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23082         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23083         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23084         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23085         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23086         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23087         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23088         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23089         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23090         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23091         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23092         * sysdeps/ieee754/s_lib_version.c: Likewise.
23093         * sysdeps/mach/hurd/check_fds.c: Likewise.
23094         * sysdeps/mach/hurd/getsockname.c: Likewise.
23095         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23096         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23097         * sysdeps/powerpc/bits/link.h: Likewise.
23098         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23099         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23100         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23101         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23102         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23103         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23104         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23105         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23106         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23107         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23108         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23109         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23110         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23111         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23112         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23113         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23114         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23115         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23116         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23117         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23118         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23119         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23120         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23121         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23122         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23123         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23124         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23125         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23126         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23127         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23128         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23129         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23130         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23131         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23132         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23133         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23134         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23135         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23136         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23137         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23138         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23139         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23140         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23141         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23142         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23143         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23144         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23145         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23146         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23147         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23148         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23149         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23150         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23151         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23152         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23153         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23154         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23155         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23156         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23157         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23158         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23159         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23160         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23161         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23162         * sysdeps/powerpc/sysdep.h: Likewise.
23163         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23164         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23165         * sysdeps/sh/dl-trampoline.S: Likewise.
23166         * sysdeps/sh/memset.S: Likewise.
23167         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23168         * sysdeps/sh/strlen.S: Likewise.
23169         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23170         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23171         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23172         * sysdeps/sparc/sparc32/rem.S: Likewise.
23173         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23174         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23175         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23176         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23177         * sysdeps/sparc/sparc32/urem.S: Likewise.
23178         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23179         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23180         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23181         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23182         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23183         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23184         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23185         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23186         * sysdeps/unix/bsd/times.c: Likewise.
23187         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23188         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23192         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23193         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23194         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23195         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23196         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23197         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23198         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23199         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23200         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23201         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23202         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23203         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23204         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23205         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23206         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23207         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23208         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23209         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23210         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23211         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23212         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23213         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23214         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23215         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23216         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23217         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23218         * sysdeps/x86_64/strcspn.S: Likewise.
23219
23220 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23221
23222         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23223         generated file.  Regenerate properly from gen-translit.pl.
23224         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23225         locale/C-translit.h.
23226
23227 2013-06-05  Andreas Schwab  <schwab@suse.de>
23228
23229         [BZ #15100]
23230         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23231         week as 6 instead of -1.
23232         * time/tst-strptime.c (day_tests): Add test case.
23233
23234 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23235
23236         * sysdeps/generic/math_private.h
23237         (libc_feholdexcept_setround_53bit): Replace with
23238         libc_feholdsetround_53bit.
23239         (libc_feupdateenv_53bit): Replace with
23240         libc_feresetround_53bit.
23241         (SET_RESTORE_ROUND_53BIT): Adjust.
23242
23243 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23244
23245         * string/test-strchrnul.c: Add copyright header.
23246
23247         * posix/tst-getaddrinfo4.c: Increase test timeout.
23248
23249 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23250
23251         [BZ #15536]
23252         * math/libm-test.inc (MAX_EXP): Remove
23253         (MIN_EXP): Define.
23254         (ulp): Use MIN_EXP - MANT_DIG.
23255         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23256
23257 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23258
23259         * po/be.po: Revert last change.
23260         * po/zh_CN.po: Likewise.
23261         * po/header.pot: Likewise.
23262
23263 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23264
23265         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23266         link-libc-deps to empty as target-specific variable.
23267         * Makerules (link-libc-args): New variable.
23268         (libc-for-link): Likewise.
23269         (link-libc-deps): Likewise.
23270         (lib%.so): Depend on $(link-libc-deps).  Link with
23271         $(link-libc-args).
23272         (build-module): Link with $(link-libc-args).
23273         (build-module-asneeded): Likewise.
23274         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23275         list of objects.
23276         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23277         target-specific variable.
23278         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23279         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23280         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23281         libc.
23282         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23283         libc and ld.so.
23284         ($(objpfx)libpcprofile.so): Likewise.
23285         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23286         libc_nonshared.a.
23287         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23288         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23289         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23290         $(link-libc-deps).
23291         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23292         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23293         * login/Makefile ($(objpfx)libutil.so): Likewise.
23294         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23295         * math/Makefile ($(objpfx)libm.so): Likewise.
23296         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23297         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23298         variable instead of depending directly on libc.
23299         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23300         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23301         $(link-libc-deps).
23302         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23303         libc.
23304         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23305         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23306         ($(objpfx)libanl.so): Likewise.
23307         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23308         ld.so.
23309         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23310         $(link-libc-deps).
23311         * sysdeps/i386/fpu/Makefile: Remove file.
23312         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23313         ($(objpfx)libm.so): Remove dependency on ld.so.
23314
23315 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23316
23317         [BZ # 15553]
23318         * nis/yp_xdr.c (XDRMAXNAME): Define.
23319         (XDRMAXRECORD): Define.
23320         (xdr_domainname): Use XDRMAXNAME.
23321         (xdr_mapname): Likewise.
23322         (xdr_peername): Likewise.
23323         (xdr_keydat): Use XDRMAXRECORD.
23324         (xdr_valdat): Likewise.
23325
23326 2013-05-30  Jeff Law  <law@redhat.com>
23327
23328         [BZ #14256]
23329         * manual/errno.texi (ESTALE): Update to account for more than
23330         just NFS file systems.
23331         * sysdeps/gnu/errlist.c: Regenerated.
23332
23333 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23334
23335         [BZ #15465]
23336         * elf/Makefile (tests): Add tst-null-argv.
23337         (modules-names):  Add tst-null-argv-lib.
23338         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23339         (tst-null-argv-ENV): Set environment for tst-null-argv.
23340         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23341         (RTLD_PROGNAME): New macro.
23342         * elf/tst-null-argv.c: New test case.
23343         * elf/tst-null-argv-lib.c: Library for test case.
23344         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23345         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23346         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23347         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23348         * elf/dl-init.c (call_init): Likewise.
23349         (_dl_init): Likewise.
23350         * elf/dl-load.c (print_search_path): Likewise.
23351         (_dl_map_object): Likewise.
23352         * elf/dl-lookup.c (do_lookup_x): Likewise.
23353         (add_dependency): Likewise.
23354         (_dl_lookup_symbol_x): Likewise.
23355         (_dl_debug_bindings): Likewise.
23356         * elf/dl-open.c (_dl_show_scope): Likewise.
23357         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23358         * elf/dl-version.c (match_symbol): Likewise.
23359         (_dl_check_map_versions): Likewise.
23360         * elf/rtld.c (dl_main): Likewise.
23361         (print_unresolved): Use RTLD_PROGNAME.
23362         (print_missing_version): Likewise.
23363         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23364         (elf_machine_rela): Likewise.
23365         * sysdeps/powerpc/powerpc32/dl-machine.c
23366         (__process_machine_rela): Likewise.
23367         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23368         Likewise.
23369         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23370         Likewise.
23371         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23372         Likewise.
23373         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23374         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23375         Likewise.
23376         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23377         Likewise.
23378         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23379
23380 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23381
23382         * po/be.po: Add descriptive title.
23383         * po/zh_CN.po: Likewise.
23384         * po/header.pot: Likewise.
23385
23386 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23387
23388         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23389         error message.
23390         (enlarge_archive): Likewise.
23391
23392 2013-05-28  Ben North  <ben@redfrontdoor.org>
23393
23394         * manual/arith.texi (frexp): It is the magnitude of the return
23395         value which lies in [0.5, 1), not the return value itself.
23396
23397 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23398
23399         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23400
23401 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23402
23403         * stdio-common/bug26.c (main): Correct fscanf template.
23404
23405         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23406         declare _dl_skip_args.
23407
23408         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23409         Don't declare.
23410
23411         * manual/platform.texi: Add missing @end deftypefun.
23412
23413 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23414
23415         [BZ #15529]
23416         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23417         bit of mantissa of 2^16382.
23418         * math/libm-test.inc (hypot_test_data): Add more tests.
23419
23420         * math/libm-test.inc: Add drem and pow10 to list of tested
23421         functions.
23422         (pow10_test): New function.
23423         (drem_test): Likewise.
23424         (drem_test_tonearest): Likewise.
23425         (drem_test_towardzero): Likewise.
23426         (drem_test_downward): Likewise.
23427         (drem_test_upward): Likewise.
23428         (main): Call the new functions.
23429
23430         * math/libm-test.inc (finite_test_data): Remove.
23431         (finite_test): Run tests from isfinite_test_data.
23432         (gamma_test_data): Remove.
23433         (gamma_test): Run tests from lgamma_test_data.
23434         * sysdeps/i386/fpu/libm-test-ulps: Update.
23435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23436
23437 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23438
23439         * manual/platform.texi: Add PowerPC PPR function set documentation.
23440         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23441         implementation.
23442
23443 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23444
23445         * math/libm-test.inc (MAX_EXP): Define.
23446         (ULPDIFF): Define.
23447         (ulp): New function.
23448         (check_float_internal): Use ULPDIFF.
23449         (cpow_test): Disable failing test.
23450         (check_ulp): Test ulp() implemetnation.
23451         (main): Call check_ulp before starting tests.
23452
23453 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23454
23455         * math/gen-libm-test.pl (generate_testfile): Do not handle
23456         START_DATA and END_DATA.
23457         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23458         END_DATA.
23459         (acos_tonearest_test_data): Likewise.
23460         (acos_towardzero_test_data): Likewise.
23461         (acos_downward_test_data): Likewise.
23462         (acos_upward_test_data): Likewise.
23463         (acosh_test_data): Likewise.
23464         (asin_test_data): Likewise.
23465         (asin_tonearest_test_data): Likewise.
23466         (asin_towardzero_test_data): Likewise.
23467         (asin_downward_test_data): Likewise.
23468         (asin_upward_test_data): Likewise.
23469         (asinh_test_data): Likewise.
23470         (atan_test_data): Likewise.
23471         (atanh_test_data): Likewise.
23472         (atan2_test_data): Likewise.
23473         (cabs_test_data): Likewise.
23474         (cacos_test_data): Likewise.
23475         (cacosh_test_data): Likewise.
23476         (carg_test_data): Likewise.
23477         (casin_test_data): Likewise.
23478         (casinh_test_data): Likewise.
23479         (catan_test_data): Likewise.
23480         (catanh_test_data): Likewise.
23481         (cbrt_test_data): Likewise.
23482         (ccos_test_data): Likewise.
23483         (ccosh_test_data): Likewise.
23484         (ceil_test_data): Likewise.
23485         (cexp_test_data): Likewise.
23486         (cimag_test_data): Likewise.
23487         (clog_test_data): Likewise.
23488         (clog10_test_data): Likewise.
23489         (conj_test_data): Likewise.
23490         (copysign_test_data): Likewise.
23491         (cos_test_data): Likewise.
23492         (cos_tonearest_test_data): Likewise.
23493         (cos_towardzero_test_data): Likewise.
23494         (cos_downward_test_data): Likewise.
23495         (cos_upward_test_data): Likewise.
23496         (cosh_test_data): Likewise.
23497         (cosh_tonearest_test_data): Likewise.
23498         (cosh_towardzero_test_data): Likewise.
23499         (cosh_downward_test_data): Likewise.
23500         (cosh_upward_test_data): Likewise.
23501         (cpow_test_data): Likewise.
23502         (cproj_test_data): Likewise.
23503         (creal_test_data): Likewise.
23504         (csin_test_data): Likewise.
23505         (csinh_test_data): Likewise.
23506         (csqrt_test_data): Likewise.
23507         (ctan_test_data): Likewise.
23508         (ctan_tonearest_test_data): Likewise.
23509         (ctan_towardzero_test_data): Likewise.
23510         (ctan_downward_test_data): Likewise.
23511         (ctan_upward_test_data): Likewise.
23512         (ctanh_test_data): Likewise.
23513         (ctanh_tonearest_test_data): Likewise.
23514         (ctanh_towardzero_test_data): Likewise.
23515         (ctanh_downward_test_data): Likewise.
23516         (ctanh_upward_test_data): Likewise.
23517         (erf_test_data): Likewise.
23518         (erfc_test_data): Likewise.
23519         (exp_test_data): Likewise.
23520         (exp_tonearest_test_data): Likewise.
23521         (exp_towardzero_test_data): Likewise.
23522         (exp_downward_test_data): Likewise.
23523         (exp_upward_test_data): Likewise.
23524         (exp10_test_data): Likewise.
23525         (exp2_test_data): Likewise.
23526         (expm1_test_data): Likewise.
23527         (fabs_test_data): Likewise.
23528         (fdim_test_data): Likewise.
23529         (finite_test_data): Likewise.
23530         (floor_test_data): Likewise.
23531         (fma_test_data): Likewise.
23532         (fma_towardzero_test_data): Likewise.
23533         (fma_downward_test_data): Likewise.
23534         (fma_upward_test_data): Likewise.
23535         (fmax_test_data): Likewise.
23536         (fmin_test_data): Likewise.
23537         (fmod_test_data): Likewise.
23538         (fpclassify_test_data): Likewise.
23539         (frexp_test_data): Likewise.
23540         (gamma_test_data): Likewise.
23541         (hypot_test_data): Likewise.
23542         (ilogb_test_data): Likewise.
23543         (isfinite_test_data): Likewise.
23544         (isgreater_test_data): Likewise.
23545         (isgreaterequal_test_data): Likewise.
23546         (isinf_test_data): Likewise.
23547         (isless_test_data): Likewise.
23548         (islessequal_test_data): Likewise.
23549         (islessgreater_test_data): Likewise.
23550         (isnan_test_data): Likewise.
23551         (isnormal_test_data): Likewise.
23552         (issignaling_test_data): Likewise.
23553         (isunordered_test_data): Likewise.
23554         (j0_test_data): Likewise.
23555         (j1_test_data): Likewise.
23556         (jn_test_data): Likewise.
23557         (ldexp_test_data): Likewise.
23558         (lgamma_test_data): Likewise.
23559         (lrint_test_data): Likewise.
23560         (lrint_tonearest_test_data): Likewise.
23561         (lrint_towardzero_test_data): Likewise.
23562         (lrint_downward_test_data): Likewise.
23563         (lrint_upward_test_data): Likewise.
23564         (llrint_test_data): Likewise.
23565         (llrint_tonearest_test_data): Likewise.
23566         (llrint_towardzero_test_data): Likewise.
23567         (llrint_downward_test_data): Likewise.
23568         (llrint_upward_test_data): Likewise.
23569         (log_test_data): Likewise.
23570         (log10_test_data): Likewise.
23571         (log1p_test_data): Likewise.
23572         (log2_test_data): Likewise.
23573         (logb_test_data): Likewise.
23574         (logb_downward_test_data): Likewise.
23575         (lround_test_data): Likewise.
23576         (llround_test_data): Likewise.
23577         (modf_test_data): Likewise.
23578         (nearbyint_test_data): Likewise.
23579         (nextafter_test_data): Likewise.
23580         (nexttoward_test_data): Likewise.
23581         (pow_test_data): Likewise.
23582         (pow_tonearest_test_data): Likewise.
23583         (pow_towardzero_test_data): Likewise.
23584         (pow_downward_test_data): Likewise.
23585         (pow_upward_test_data): Likewise.
23586         (remainder_test_data): Likewise.
23587         (remainder_tonearest_test_data): Likewise.
23588         (remainder_towardzero_test_data): Likewise.
23589         (remainder_downward_test_data): Likewise.
23590         (remainder_upward_test_data): Likewise.
23591         (remquo_test_data): Likewise.
23592         (rint_test_data): Likewise.
23593         (rint_tonearest_test_data): Likewise.
23594         (rint_towardzero_test_data): Likewise.
23595         (rint_downward_test_data): Likewise.
23596         (rint_upward_test_data): Likewise.
23597         (round_test_data): Likewise.
23598         (scalb_test_data): Likewise.
23599         (scalbn_test_data): Likewise.
23600         (scalbln_test_data): Likewise.
23601         (signbit_test_data): Likewise.
23602         (sin_test_data): Likewise.
23603         (sin_tonearest_test_data): Likewise.
23604         (sin_towardzero_test_data): Likewise.
23605         (sin_downward_test_data): Likewise.
23606         (sin_upward_test_data): Likewise.
23607         (sincos_test_data): Likewise.
23608         (sinh_test_data): Likewise.
23609         (sinh_tonearest_test_data): Likewise.
23610         (sinh_towardzero_test_data): Likewise.
23611         (sinh_downward_test_data): Likewise.
23612         (sinh_upward_test_data): Likewise.
23613         (sqrt_test_data): Likewise.
23614         (tan_test_data): Likewise.
23615         (tan_tonearest_test_data): Likewise.
23616         (tan_towardzero_test_data): Likewise.
23617         (tan_downward_test_data): Likewise.
23618         (tan_upward_test_data): Likewise.
23619         (tanh_test_data): Likewise.
23620         (tgamma_test_data): Likewise.
23621         (trunc_test_data): Likewise.
23622         (y0_test_data): Likewise.
23623         (y1_test_data): Likewise.
23624         (yn_test_data): Likewise.
23625         (significand_test_data): Likewise.
23626
23627         * math/gen-libm-test.pl (@functions): Remove variable.
23628         (generate_testfile): Don't handle START and END lines.
23629         * math/libm-test.inc (START): New macro.
23630         (END): Likewise.
23631         (END_COMPLEX): Likewise.
23632         (acos_test): Use END macro without arguments.
23633         (acos_test_tonearest): Likewise.
23634         (acos_test_towardzero): Likewise.
23635         (acos_test_downward): Likewise.
23636         (acos_test_upward): Likewise.
23637         (acosh_test): Likewise.
23638         (asin_test): Likewise.
23639         (asin_test_tonearest): Likewise.
23640         (asin_test_towardzero): Likewise.
23641         (asin_test_downward): Likewise.
23642         (asin_test_upward): Likewise.
23643         (asinh_test): Likewise.
23644         (atan_test): Likewise.
23645         (atanh_test): Likewise.
23646         (atan2_test): Likewise.
23647         (cabs_test): Likewise.
23648         (cacos_test): Use END_COMPLEX macro without arguments.
23649         (cacosh_test): Likewise.
23650         (carg_test): Use END macro without arguments.
23651         (casin_test): Use END_COMPLEX macro without arguments.
23652         (casinh_test): Likewise.
23653         (catan_test): Likewise.
23654         (catanh_test): Likewise.
23655         (cbrt_test): Use END macro without arguments.
23656         (ccos_test): Use END_COMPLEX macro without arguments.
23657         (ccosh_test): Likewise.
23658         (ceil_test): Use END macro without arguments.
23659         (cexp_test): Use END_COMPLEX macro without arguments.
23660         (cimag_test): Use END macro without arguments.
23661         (clog_test): Use END_COMPLEX macro without arguments.
23662         (clog10_test): Likewise.
23663         (conj_test): Likewise.
23664         (copysign_test): Use END macro without arguments.
23665         (cos_test): Likewise.
23666         (cos_test_tonearest): Likewise.
23667         (cos_test_towardzero): Likewise.
23668         (cos_test_downward): Likewise.
23669         (cos_test_upward): Likewise.
23670         (cosh_test): Likewise.
23671         (cosh_test_tonearest): Likewise.
23672         (cosh_test_towardzero): Likewise.
23673         (cosh_test_downward): Likewise.
23674         (cosh_test_upward): Likewise.
23675         (cpow_test): Use END_COMPLEX macro without arguments.
23676         (cproj_test): Likewise.
23677         (creal_test): Use END macro without arguments.
23678         (csin_test): Use END_COMPLEX macro without arguments.
23679         (csinh_test): Likewise.
23680         (csqrt_test): Likewise.
23681         (ctan_test): Likewise.
23682         (ctan_test_tonearest): Likewise.
23683         (ctan_test_towardzero): Likewise.
23684         (ctan_test_downward): Likewise.
23685         (ctan_test_upward): Likewise.
23686         (ctanh_test): Likewise.
23687         (ctanh_test_tonearest): Likewise.
23688         (ctanh_test_towardzero): Likewise.
23689         (ctanh_test_downward): Likewise.
23690         (ctanh_test_upward): Likewise.
23691         (erf_test): Use END macro without arguments.
23692         (erfc_test): Likewise.
23693         (exp_test): Likewise.
23694         (exp_test_tonearest): Likewise.
23695         (exp_test_towardzero): Likewise.
23696         (exp_test_downward): Likewise.
23697         (exp_test_upward): Likewise.
23698         (exp10_test): Likewise.
23699         (exp2_test): Likewise.
23700         (expm1_test): Likewise.
23701         (fabs_test): Likewise.
23702         (fdim_test): Likewise.
23703         (finite_test): Likewise.
23704         (floor_test): Likewise.
23705         (fma_test): Likewise.
23706         (fma_test_towardzero): Likewise.
23707         (fma_test_downward): Likewise.
23708         (fma_test_upward): Likewise.
23709         (fmax_test): Likewise.
23710         (fmin_test): Likewise.
23711         (fmod_test): Likewise.
23712         (fpclassify_test): Likewise.
23713         (frexp_test): Likewise.
23714         (gamma_test): Likewise.
23715         (hypot_test): Likewise.
23716         (ilogb_test): Likewise.
23717         (isfinite_test): Likewise.
23718         (isgreater_test): Likewise.
23719         (isgreaterequal_test): Likewise.
23720         (isinf_test): Likewise.
23721         (isless_test): Likewise.
23722         (islessequal_test): Likewise.
23723         (islessgreater_test): Likewise.
23724         (isnan_test): Likewise.
23725         (isnormal_test): Likewise.
23726         (issignaling_test): Likewise.
23727         (isunordered_test): Likewise.
23728         (j0_test): Likewise.
23729         (j1_test): Likewise.
23730         (jn_test): Likewise.
23731         (ldexp_test): Likewise.
23732         (lgamma_test): Likewise.
23733         (lrint_test): Likewise.
23734         (lrint_test_tonearest): Likewise.
23735         (lrint_test_towardzero): Likewise.
23736         (lrint_test_downward): Likewise.
23737         (lrint_test_upward): Likewise.
23738         (llrint_test): Likewise.
23739         (llrint_test_tonearest): Likewise.
23740         (llrint_test_towardzero): Likewise.
23741         (llrint_test_downward): Likewise.
23742         (llrint_test_upward): Likewise.
23743         (log_test): Likewise.
23744         (log10_test): Likewise.
23745         (log1p_test): Likewise.
23746         (log2_test): Likewise.
23747         (logb_test): Likewise.
23748         (logb_test_downward): Likewise.
23749         (lround_test): Likewise.
23750         (llround_test): Likewise.
23751         (modf_test): Likewise.
23752         (nearbyint_test): Likewise.
23753         (nextafter_test): Likewise.
23754         (nexttoward_test): Likewise.
23755         (pow_test): Likewise.
23756         (pow_test_tonearest): Likewise.
23757         (pow_test_towardzero): Likewise.
23758         (pow_test_downward): Likewise.
23759         (pow_test_upward): Likewise.
23760         (remainder_test): Likewise.
23761         (remainder_test_tonearest): Likewise.
23762         (remainder_test_towardzero): Likewise.
23763         (remainder_test_downward): Likewise.
23764         (remainder_test_upward): Likewise.
23765         (remquo_test): Likewise.
23766         (rint_test): Likewise.
23767         (rint_test_tonearest): Likewise.
23768         (rint_test_towardzero): Likewise.
23769         (rint_test_downward): Likewise.
23770         (rint_test_upward): Likewise.
23771         (round_test): Likewise.
23772         (scalb_test): Likewise.
23773         (scalbn_test): Likewise.
23774         (scalbln_test): Likewise.
23775         (signbit_test): Likewise.
23776         (sin_test): Likewise.
23777         (sin_test_tonearest): Likewise.
23778         (sin_test_towardzero): Likewise.
23779         (sin_test_downward): Likewise.
23780         (sin_test_upward): Likewise.
23781         (sincos_test): Likewise.
23782         (sinh_test): Likewise.
23783         (sinh_test_tonearest): Likewise.
23784         (sinh_test_towardzero): Likewise.
23785         (sinh_test_downward): Likewise.
23786         (sinh_test_upward): Likewise.
23787         (sqrt_test): Likewise.
23788         (tan_test): Likewise.
23789         (tan_test_tonearest): Likewise.
23790         (tan_test_towardzero): Likewise.
23791         (tan_test_downward): Likewise.
23792         (tan_test_upward): Likewise.
23793         (tanh_test): Likewise.
23794         (tgamma_test): Likewise.
23795         (trunc_test): Likewise.
23796         (y0_test): Likewise.
23797         (y1_test): Likewise.
23798         (yn_test): Likewise.
23799         (significand_test): Likewise.
23800
23801 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
23802
23803         [BZ #15381]
23804         * libio/genops.c (_IO_no_init): Initialize wide struct info.
23805
23806 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
23807
23808         [BZ #14894]
23809         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
23810         __ppc_mdoio and __ppc_mdoom.
23811         * manual/platform.texi: Document new functions __ppc_yield,
23812         __ppc_mdoio and __ppc_mdoom.
23813
23814 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
23815
23816         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
23817         (main): Mention "tls" pseudo-hwcap is legacy.
23818         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
23819
23820 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23821
23822         * math/gen-libm-test.pl (parse_args): Output only string of
23823         arguments as text for test name, not full call or descriptions of
23824         tests for extra outputs.
23825         (generate_testfile): Do not pass function name to parse_args.
23826         Generate this_func variable from START.
23827         * math/libm-test.inc (struct test_f_f_data): Rename test_name
23828         field to arg_str.
23829         (struct test_ff_f_data): Likewise.
23830         (test_ff_f_data_nexttoward): Likewise.
23831         (struct test_fi_f_data): Likewise.
23832         (struct test_fl_f_data): Likewise.
23833         (struct test_if_f_data): Likewise.
23834         (struct test_fff_f_data): Likewise.
23835         (struct test_c_f_data): Likewise.
23836         (struct test_f_f1_data): Likewise.  Remove field extra_name.
23837         (struct test_fF_f1_data): Likewise.
23838         (struct test_ffI_f1_data): Likewise.
23839         (struct test_c_c_data): Rename test_name field to arg_str.
23840         (struct test_cc_c_data): Likewise.
23841         (struct test_f_i_data): Likewise.
23842         (struct test_ff_i_data): Likewise.
23843         (struct test_f_l_data): Likewise.
23844         (struct test_f_L_data): Likewise.
23845         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
23846         and extra2_name.
23847         (COMMON_TEST_SETUP): New macro.
23848         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
23849         (COMMON_TEST_CLEANUP): Likewise.
23850         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
23851         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
23852         macros.
23853         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
23854         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
23855         macros.
23856         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
23857         (RUN_TEST_fff_f): Take argument string.  Call new setup and
23858         cleanup macros.
23859         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
23860         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
23861         macros.
23862         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
23863         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
23864         macros.
23865         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23866         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
23867         cleanup macros.
23868         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23869         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
23870         cleanup macros.
23871         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23872         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
23873         cleanup macros.
23874         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23875         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
23876         macros.
23877         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
23878         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
23879         macros.
23880         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
23881         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
23882         macros.
23883         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
23884         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
23885         cleanup macros.
23886         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
23887         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
23888         cleanup macros.
23889         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
23890         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
23891         macros.
23892         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
23893         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
23894         cleanup macros.
23895         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
23896         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
23897         macros.
23898         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
23899         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
23900         macros.
23901         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
23902         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
23903         cleanup macros.
23904         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
23905
23906 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
23907
23908         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
23909         to _sifields.sigfault.
23910         (si_addr_lsb): Define new macro.
23911         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
23912         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
23913         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
23914
23915 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
23916
23917         [BZ #15441]
23918         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
23919         returns -1.
23920         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
23921         null return -1.
23922         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
23923         loading the domain.
23924
23925 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23926
23927         * math/gen-libm-test.pl (parse_args): Do not include expected
23928         result in test name.
23929         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
23930         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23931         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23932         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23933         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23934         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23935
23936 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23937
23938         * benchtests/Makefile: Sort function entries.
23939
23940         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
23941         tanh, asinh, acosh, atanh.
23942         * benchtests/acos-inputs: New file.
23943         * benchtests/acosh-inputs: New file.
23944         * benchtests/asin-inputs: New file.
23945         * benchtests/asinh-inputs: New file.
23946         * benchtests/atanh-inputs: New file.
23947         * benchtests/cosh-inputs: New file.
23948         * benchtests/log-inputs: New file.
23949         * benchtests/sinh-inputs: New file.
23950         * benchtests/tanh-inputs: New file.
23951
23952 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
23953
23954         [BZ #15339]
23955         * posix/tst-getaddrinfo4.c: New test.
23956         * posix/Makefile (tests): Add it.
23957
23958 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23959
23960         [BZ #15339]
23961         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
23962         when no services were used.
23963         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
23964         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
23965
23966 2013-05-21  Andreas Schwab  <schwab@suse.de>
23967
23968         [BZ #15014]
23969         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
23970         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
23971         successful.
23972         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
23973         redundant variable declarations and reallocation of buffer when
23974         parsing as IPv6 address.  Always set NSS status when called from
23975         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
23976         buffer too small.  Correct computation of needed size.
23977         * nss/Makefile (tests): Add test-digits-dots.
23978         * nss/test-digits-dots.c: New test.
23979
23980 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23981
23982         * benchtests/Makefile: Remove instructions for adding
23983         benchmark tests.
23984         * benchtests/README: New file to explain how to execute and
23985         enhance the benchmark tests.
23986
23987 2013-05-21  Andreas Schwab  <schwab@suse.de>
23988
23989         [BZ #15493]
23990         * setjmp/Makefile (tests): Add tst-sigsetjmp.
23991         * setjmp/tst-sigsetjmp.c: New test.
23992
23993 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23994
23995         * sysdeps/x86_64/memset.S (memset): New implementation.
23996         (__bzero): Likewise.
23997         (__memset_tail): New function.
23998
23999 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24000
24001         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24002         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24003         __memcpy_sse2_unaligned ifunc selection.
24004         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24005         Add memcpy-sse2-unaligned.S.
24006         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24007         Add: __memcpy_sse2_unaligned.
24008
24009 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24010
24011         [BZ #15490]
24012         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24013         math_force_eval before restoring floating-point envrionment.
24014         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24015         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24016         Likewise.
24017         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24018         <math_private.h>.
24019         (__nearbyintl): Use math_force_eval before restoring
24020         floating-point environment.
24021         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24022
24023         * math/gen-libm-test.pl (special_functions): Remove.
24024         (parse_args): Don't handle TEST_extra.  Handle functions with no
24025         return value.
24026         * math/libm-test.inc (struct test_sincos_data): Replace with
24027         struct test_fFF_11_data.
24028         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24029         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24030         (sincos_test_data): Change element type to struct
24031         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24032         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24033         RUN_TEST_LOOP_sincos.
24034         * math/README.libm-test: Don't mention special handling of
24035         individual functions.
24036         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24037         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24038         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24039         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24040         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24042
24043         * math/gen-libm-test.pl (get_variable): Remove function.
24044         (parse_args): Don't show pointer parameters to call in test
24045         names.  Use "extra output N" in test names for extra outputs
24046         rather than naming variables.
24047
24048 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24049
24050         [BZ #15488]
24051         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24052         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24053         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24054         double tests.
24055         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24056         disable.
24057         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24058         check_long_double.
24059
24060         * math/gen-libm-test.pl (@tests): Remove variable.
24061         ($count): Likewise.
24062         (new_test): Remove function.
24063         (show_exceptions): New function.
24064         (special_functions): Use show_exceptions instead of new_test.
24065         (parse_args): Likewise.
24066         (generate_testfile): Pass only function name in generated call to
24067         print_max_error or print_complex_max_error.
24068         (get_ulps): Do not handle complex tests specially.
24069         (output_test): Rename to ...
24070         (get_all_ulps_for_test): ... this.  Return a string rather than
24071         printing to a file.  Require ulps to be present.
24072         (output_ulps): Generate arrays rather than #defines.
24073         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24074         (struct ulp_data): New type.
24075         (BUILD_COMPLEX_ULP): Remove macro.
24076         (compare_ulp_data): New function.
24077         (find_ulps): Likewise.
24078         (find_test_ulps): Likewise.
24079         (find_function_ulps): Likewise.
24080         (find_complex_function_ulps): Likewise.
24081         (print_max_error): Determine allowed ulps using
24082         find_function_ulps.
24083         (print_complex_max_error): Determine allowed ulps using
24084         find_complex_function_ulps.
24085         (check_float_internal): Determine max ulps using find_test_ulps.
24086         (check_float): Do not take max_ulp parameter.  Update call to
24087         check_float_internal.
24088         (check_complex): Likewise.
24089         (check_int): Do not take max_ulp parameter.
24090         (check_long): Likewise.
24091         (check_bool): Likewise.
24092         (check_longlong): Likewise.
24093         (struct test_f_f_data): Remove max_ulp field.
24094         (struct test_ff_f_data): Likewise.
24095         (struct test_ff_f_data_nexttoward): Likewise.
24096         (struct test_fi_f_data): Likewise.
24097         (struct test_fl_f_data): Likewise.
24098         (struct test_if_f_data): Likewise.
24099         (struct test_fff_f_data): Likewise.
24100         (struct test_c_f_data): Likewise.
24101         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24102         (struct test_fF_f1_data): Likewise.
24103         (struct test_ffI_f1_data): Likewise.
24104         (struct test_c_c_data): Remove max_ulp field.
24105         (struct test_cc_c_data): Likewise.
24106         (struct test_f_i_data): Likewise.
24107         (struct test_ff_i_data): Likewise.
24108         (struct test_f_l_data): Likewise.
24109         (struct test_f_L_data): Likewise.
24110         (struct test_sincos_data): Likewise.
24111         (RUN_TEST_f_f): Do not handle ulps.
24112         (RUN_TEST_LOOP_f_f): Likewise.
24113         (RUN_TEST_2_f): Likewise.
24114         (RUN_TEST_LOOP_2_f): Likewise.
24115         (RUN_TEST_fff_f): Likewise.
24116         (RUN_TEST_LOOP_fff_f): Likewise.
24117         (RUN_TEST_c_f): Likewise.
24118         (RUN_TEST_LOOP_c_f): Likewise.
24119         (RUN_TEST_f_f1): Likewise.
24120         (RUN_TEST_LOOP_f_f1): Likewise.
24121         (RUN_TEST_fF_f1): Likewise.
24122         (RUN_TEST_LOOP_fF_f1): Likewise.
24123         (RUN_TEST_fI_f1): Likewise.
24124         (RUN_TEST_LOOP_fI_f1): Likewise.
24125         (RUN_TEST_ffI_f1): Likewise.
24126         (RUN_TEST_LOOP_ffI_f1): Likewise.
24127         (RUN_TEST_c_c): Likewise.
24128         (RUN_TEST_LOOP_c_c): Likewise.
24129         (RUN_TEST_cc_c): Likewise.
24130         (RUN_TEST_LOOP_cc_c): Likewise.
24131         (RUN_TEST_f_i): Likewise.
24132         (RUN_TEST_LOOP_f_i): Likewise.
24133         (RUN_TEST_f_i_tg): Likewise.
24134         (RUN_TEST_LOOP_f_i_tg): Likewise.
24135         (RUN_TEST_ff_i_tg): Likewise.
24136         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24137         (RUN_TEST_f_b): Likewise.
24138         (RUN_TEST_LOOP_f_b): Likewise.
24139         (RUN_TEST_f_b_tg): Likewise.
24140         (RUN_TEST_LOOP_f_b_tg): Likewise.
24141         (RUN_TEST_f_l): Likewise.
24142         (RUN_TEST_LOOP_f_l): Likewise.
24143         (RUN_TEST_f_L): Likewise.
24144         (RUN_TEST_LOOP_f_L): Likewise.
24145         (RUN_TEST_sincos): Likewise.
24146         (RUN_TEST_LOOP_sincos): Likewise.
24147
24148 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24149
24150         [BZ #15480]
24151         [BZ #15485]
24152         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24153         main case of finite arguments, set rounding mode to FE_TONEAREST
24154         and discard exceptions.
24155         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24156         exceptions.
24157         (remainder_tonearest_test_data): New variable.
24158         (remainder_test_tonearest): New function.
24159         (remainder_towardzero_test_data): New variable.
24160         (remainder_test_towardzero): New function.
24161         (remainder_downward_test_data): New variable.
24162         (remainder_test_downward): New function.
24163         (remainder_upward_test_data): New variable.
24164         (remainder_test_upward): New function.
24165         (main): Call the new test functions.
24166
24167         * math/libm-test.inc (struct test_f_f1_data): Remove field
24168         extra_init.
24169         (struct test_fF_f1_data): Likewise.
24170         (struct test_ffI_f1_data): Likewise.
24171         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24172         based on value of EXTRA_EXPECTED.
24173         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24174         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24175         EXTRA_VAR based on value of EXTRA_EXPECTED.
24176         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24177         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24178         EXTRA_VAR based on value of EXTRA_EXPECTED.
24179         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24180         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24181         EXTRA_VAR based on value of EXTRA_EXPECTED.
24182         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24183         * math/gen-libm-test.pl (parse_args): Don't output initializers
24184         for extra output values.
24185
24186         * math/libm-test.inc (check_int): Expect result to be exactly
24187         equal to expected value and do not handle ulps.
24188         (check_long): Likewise.
24189         (check_longlong): Likewise.
24190
24191         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24192         exceptions.
24193         (cimag_test_data): Likewise.
24194         (conj_test_data): Likewise.
24195         (copysign_test_data): Likewise.
24196         (cproj_test_data): Likewise.
24197         (creal_test_data): Likewise.
24198         (fabs_test_data): Likewise.
24199         (fdim_test_data): Likewise.
24200         (finite_test_data): Likewise.
24201         (floor_test_data): Likewise.
24202         (fmax_test_data): Likewise.
24203         (fmin_test_data): Likewise.
24204         (fmod_test_data): Likewise.
24205         (fpclassify_test_data): Likewise.
24206         (frexp_test_data): Likewise.
24207         (ilogb_test_data): Likewise.
24208         (isfinite_test_data): Likewise.
24209         (isgreater_test_data): Likewise.
24210         (isgreaterequal_test_data): Likewise.
24211         (isinf_test_data): Likewise.
24212         (isless_test_data): Likewise.
24213         (islessequal_test_data): Likewise.
24214         (islessgreater_test_data): Likewise.
24215         (isnan_test_data): Likewise.
24216         (isnormal_test_data): Likewise.
24217         (issignaling_test_data): Likewise.
24218         (isunordered_test_data): Likewise.
24219         (ldexp_test_data): Likewise.
24220         (lrint_test_data): Likewise.
24221         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24222         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24223         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24224         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24225         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24226         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24227         test input.
24228         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24229         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24230         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24231         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24232         that test input.
24233         (lrint_downward_test_data): Test for "inexact" exceptions.
24234         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24235         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24236         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24237         test input.
24238         (lrint_upward_test_data): Test for "inexact" exceptions.
24239         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24240         test input.
24241         (llrint_test_data): Test for "inexact" exceptions.
24242         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24243         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24244         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24245         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24246         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24247         (llrint_downward_test_data): Test for "inexact" exceptions.
24248         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24249         (llrint_upward_test_data): Test for "inexact" exceptions.
24250         (logb_test_data): Likewise.
24251         (logb_downward_test_data): Likewise.
24252         (nextafter_test_data): Likewise.
24253         (nexttoward_test_data): Likewise.
24254         (remainder_test_data): Likewise.
24255         (remquo_test_data): Likewise.
24256         (scalbn_test_data): Likewise.
24257         (scalbln_test_data): Likewise.
24258         (signbit_test_data): Likewise.
24259         (sqrt_test_data): Likewise.
24260         (significand_test_data): Likewise.
24261
24262 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24263
24264         [BZ #15424]
24265         * benchtests/bench-modf.c (struct args): Mark arg0 as
24266         volatile.
24267         * scripts/bench.pl: Mark members of struct args as volatile.
24268
24269 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24270
24271         [BZ # 15497]
24272         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24273         negative infinity on POWER6 or lower.
24274         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24275
24276 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24277
24278         [BZ #15442]
24279         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24280         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24281         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24282         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24283         (_FP_SETQNAN): New macro.
24284         (_FP_SETQNAN_SEMIRAW): Likewise.
24285         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24286         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24287         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24288         (FP_EXTEND): Use _FP_FRAC_SNANP.
24289         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24290         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24291         into account.
24292         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24293         New macro.
24294         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24295         Likewise.
24296
24297 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24298
24299         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24300         with DIVIDE_BY_ZERO_EXCEPTION.
24301         (gamma_test_data): Likewise.
24302         (lgamma_test_data): Likewise.
24303         (log_test_data): Likewise.
24304         (log10_test_data): Likewise.
24305         (log2_test_data): Likewise.
24306         (tgamma_test_data): Likewise.
24307
24308         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24309         (acos_test_tonearest): Likewise.
24310         (acos_test_towardzero): Likewise.
24311         (acos_test_downward): Likewise.
24312         (acos_test_upward): Likewise.
24313         (acosh_test): Likewise.
24314         (asin_test): Likewise.
24315         (asin_test_tonearest): Likewise.
24316         (asin_test_towardzero): Likewise.
24317         (asin_test_downward): Likewise.
24318         (asin_test_upward): Likewise.
24319         (asinh_test): Likewise.
24320         (atan_test): Likewise.
24321         (atanh_test): Likewise.
24322         (atan2_test): Likewise.
24323         (cabs_test): Likewise.
24324         (cacos_test): Likewise.
24325         (cacosh_test): Likewise.
24326         (casin_test): Likewise.
24327         (casinh_test): Likewise.
24328         (catan_test): Likewise.
24329         (catanh_test): Likewise.
24330         (cbrt_test): Likewise.
24331         (ccos_test): Likewise.
24332         (ccosh_test): Likewise.
24333         (cexp_test): Likewise.
24334         (clog_test): Likewise.
24335         (clog10_test): Likewise.
24336         (cos_test): Likewise.
24337         (cos_test_tonearest): Likewise.
24338         (cos_test_towardzero): Likewise.
24339         (cos_test_downward): Likewise.
24340         (cos_test_upward): Likewise.
24341         (cosh_test): Likewise.
24342         (cosh_test_tonearest): Likewise.
24343         (cosh_test_towardzero): Likewise.
24344         (cosh_test_downward): Likewise.
24345         (cosh_test_upward): Likewise.
24346         (cpow_test): Likewise.
24347         (csin_test): Likewise.
24348         (csinh_test): Likewise.
24349         (csqrt_test): Likewise.
24350         (ctan_test): Likewise.
24351         (ctan_test_tonearest): Likewise.
24352         (ctan_test_towardzero): Likewise.
24353         (ctan_test_downward): Likewise.
24354         (ctan_test_upward): Likewise.
24355         (ctanh_test): Likewise.
24356         (ctanh_test_tonearest): Likewise.
24357         (ctanh_test_towardzero): Likewise.
24358         (ctanh_test_downward): Likewise.
24359         (ctanh_test_upward): Likewise.
24360         (erf_test): Likewise.
24361         (erfc_test): Likewise.
24362         (exp_test): Likewise.
24363         (exp_test_tonearest): Likewise.
24364         (exp_test_towardzero): Likewise.
24365         (exp_test_downward): Likewise.
24366         (exp_test_upward): Likewise.
24367         (exp10_test): Likewise.
24368         (exp2_test): Likewise.
24369         (expm1_test): Likewise.
24370         (fmod_test): Likewise.
24371         (gamma_test): Likewise.
24372         (hypot_test): Likewise.
24373         (j0_test): Likewise.
24374         (j1_test): Likewise.
24375         (jn_test): Likewise.
24376         (lgamma_test): Likewise.
24377         (log_test): Likewise.
24378         (log10_test): Likewise.
24379         (log1p_test): Likewise.
24380         (log2_test): Likewise.
24381         (logb_test_downward): Likewise.
24382         (pow_test): Likewise.
24383         (pow_test_tonearest): Likewise.
24384         (pow_test_towardzero): Likewise.
24385         (pow_test_downward): Likewise.
24386         (pow_test_upward): Likewise.
24387         (remainder_test): Likewise.
24388         (remquo_test): Likewise.
24389         (sin_test): Likewise.
24390         (sin_test_tonearest): Likewise.
24391         (sin_test_towardzero): Likewise.
24392         (sin_test_downward): Likewise.
24393         (sin_test_upward): Likewise.
24394         (sincos_test): Likewise.
24395         (sinh_test): Likewise.
24396         (sinh_test_tonearest): Likewise.
24397         (sinh_test_towardzero): Likewise.
24398         (sinh_test_downward): Likewise.
24399         (sinh_test_upward): Likewise.
24400         (sqrt_test): Likewise.
24401         (tan_test): Likewise.
24402         (tan_test_tonearest): Likewise.
24403         (tan_test_towardzero): Likewise.
24404         (tan_test_downward): Likewise.
24405         (tan_test_upward): Likewise.
24406         (tanh_test): Likewise.
24407         (tgamma_test): Likewise.
24408         (y0_test): Likewise.
24409         (y1_test): Likewise.
24410         (yn_test): Likewise.
24411
24412         * math/gen-libm-test.pl (adjust_arg): Remove function.
24413         (special_function): Remove argument $in_func.  Only handle
24414         generating output for tables of tests, not inside functions.
24415         (parse_args): Likewise.
24416         (generate_testfile): Remove variable $in_func.  Update call to
24417         parse_args.
24418         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24419         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24420         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24421         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24422         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24423         (MAX_VALUE_INIT): Rename macro to max_value.
24424         (MIN_VALUE_INIT): Rename macro to min_value.
24425         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24426         (plus_zero): Remove variable.
24427         (minus_zero): Likewise.
24428         (plus_infty): Likewise.
24429         (minus_infty): Likewise.
24430         (qnan_value): Likewise.
24431         (max_value): Likewise.
24432         (min_value): Likewise.
24433         (min_subnorm_value): Likewise.
24434
24435 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24436
24437         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24438         uint64_t or uint32_t usage.
24439         * crypt/sha256-block.c: Likewise.
24440         * crypt/sha256-crypt.c: Likewise.
24441         * crypt/sha256.c: Likewise.
24442         * crypt/sha512-block.c: Likewise.
24443         * crypt/sha512-crypt.c: Likewise.
24444         * crypt/sha512.c: Likewise.
24445         * debug/backtrace-tst.c: Likewise.
24446         * debug/pcprofiledump.c: Likewise.
24447         * elf/cache.c: Likewise.
24448         * elf/dl-cache.c: Likewise.
24449         * elf/dl-misc.c: Likewise.
24450         * elf/dl-profile.c: Likewise.
24451         * elf/dl-support.c: Likewise.
24452         * elf/ldconfig.c: Likewise.
24453         * elf/sprof.c: Likewise.
24454         * iconv/dummy-repertoire.c: Likewise.
24455         * iconv/iconv_charmap.c: Likewise.
24456         * iconv/skeleton.c: Likewise.
24457         * iconvdata/8bit-generic.c: Likewise.
24458         * iconvdata/cp737.h: Likewise.
24459         * iconvdata/cp775.h: Likewise.
24460         * iconvdata/ibm1008.h: Likewise.
24461         * iconvdata/ibm1025.h: Likewise.
24462         * iconvdata/ibm1046.h: Likewise.
24463         * iconvdata/ibm1097.h: Likewise.
24464         * iconvdata/ibm1112.h: Likewise.
24465         * iconvdata/ibm1122.h: Likewise.
24466         * iconvdata/ibm1123.h: Likewise.
24467         * iconvdata/ibm1124.h: Likewise.
24468         * iconvdata/ibm1129.h: Likewise.
24469         * iconvdata/ibm1130.h: Likewise.
24470         * iconvdata/ibm1132.h: Likewise.
24471         * iconvdata/ibm1133.h: Likewise.
24472         * iconvdata/ibm1137.h: Likewise.
24473         * iconvdata/ibm1140.h: Likewise.
24474         * iconvdata/ibm1141.h: Likewise.
24475         * iconvdata/ibm1142.h: Likewise.
24476         * iconvdata/ibm1143.h: Likewise.
24477         * iconvdata/ibm1144.h: Likewise.
24478         * iconvdata/ibm1145.h: Likewise.
24479         * iconvdata/ibm1146.h: Likewise.
24480         * iconvdata/ibm1147.h: Likewise.
24481         * iconvdata/ibm1148.h: Likewise.
24482         * iconvdata/ibm1149.h: Likewise.
24483         * iconvdata/ibm1153.h: Likewise.
24484         * iconvdata/ibm1154.h: Likewise.
24485         * iconvdata/ibm1155.h: Likewise.
24486         * iconvdata/ibm1156.h: Likewise.
24487         * iconvdata/ibm1157.h: Likewise.
24488         * iconvdata/ibm1158.h: Likewise.
24489         * iconvdata/ibm1160.h: Likewise.
24490         * iconvdata/ibm1161.h: Likewise.
24491         * iconvdata/ibm1162.h: Likewise.
24492         * iconvdata/ibm1163.h: Likewise.
24493         * iconvdata/ibm1164.h: Likewise.
24494         * iconvdata/ibm1166.h: Likewise.
24495         * iconvdata/ibm1167.h: Likewise.
24496         * iconvdata/ibm12712.h: Likewise.
24497         * iconvdata/ibm1390.h: Likewise.
24498         * iconvdata/ibm1399.h: Likewise.
24499         * iconvdata/ibm16804.h: Likewise.
24500         * iconvdata/ibm4517.h: Likewise.
24501         * iconvdata/ibm4899.h: Likewise.
24502         * iconvdata/ibm4909.h: Likewise.
24503         * iconvdata/ibm4971.h: Likewise.
24504         * iconvdata/ibm5347.h: Likewise.
24505         * iconvdata/ibm803.h: Likewise.
24506         * iconvdata/ibm856.h: Likewise.
24507         * iconvdata/ibm901.h: Likewise.
24508         * iconvdata/ibm902.h: Likewise.
24509         * iconvdata/ibm9030.h: Likewise.
24510         * iconvdata/ibm9066.h: Likewise.
24511         * iconvdata/ibm921.h: Likewise.
24512         * iconvdata/ibm922.h: Likewise.
24513         * iconvdata/ibm9448.h: Likewise.
24514         * iconvdata/isiri-3342.h: Likewise.
24515         * iconvdata/jis0201.h: Likewise.
24516         * include/link.h: Likewise.
24517         * include/netdb.h: Likewise.
24518         * inet/check_native.c: Likewise.
24519         * inet/check_pf.c: Likewise.
24520         * inet/getipv4sourcefilter.c: Likewise.
24521         * inet/getnameinfo.c: Likewise.
24522         * inet/getsourcefilter.c: Likewise.
24523         * inet/htonl.c: Likewise.
24524         * inet/setipv4sourcefilter.c: Likewise.
24525         * inet/setsourcefilter.c: Likewise.
24526         * inet/test-inet6_opt.c: Likewise.
24527         * inet/tst-network.c: Likewise.
24528         * locale/C-collate.c: Likewise.
24529         * locale/C-ctype.c: Likewise.
24530         * locale/C-time.c: Likewise.
24531         * locale/C-translit.h: Likewise.
24532         * locale/loadarchive.c: Likewise.
24533         * locale/programs/3level.h: Likewise.
24534         * locale/programs/charmap.c: Likewise.
24535         * locale/programs/charmap.h: Likewise.
24536         * locale/programs/ld-address.c: Likewise.
24537         * locale/programs/ld-collate.c: Likewise.
24538         * locale/programs/ld-ctype.c: Likewise.
24539         * locale/programs/ld-identification.c: Likewise.
24540         * locale/programs/ld-measurement.c: Likewise.
24541         * locale/programs/ld-messages.c: Likewise.
24542         * locale/programs/ld-monetary.c: Likewise.
24543         * locale/programs/ld-name.c: Likewise.
24544         * locale/programs/ld-numeric.c: Likewise.
24545         * locale/programs/ld-paper.c: Likewise.
24546         * locale/programs/ld-telephone.c: Likewise.
24547         * locale/programs/ld-time.c: Likewise.
24548         * locale/programs/linereader.c: Likewise.
24549         * locale/programs/locale.c: Likewise.
24550         * locale/programs/locarchive.c: Likewise.
24551         * locale/programs/locfile.h: Likewise.
24552         * locale/programs/repertoire.c: Likewise.
24553         * locale/programs/simple-hash.c: Likewise.
24554         * locale/programs/simple-hash.h: Likewise.
24555         * malloc/memusage.c: Likewise.
24556         * malloc/memusagestat.c: Likewise.
24557         * nis/nis_defaults.c: Likewise.
24558         * nis/nis_hash.c: Likewise.
24559         * nis/nis_print.c: Likewise.
24560         * nis/nis_xdr.c: Likewise.
24561         * nscd/connections.c: Likewise.
24562         * nscd/hstcache.c: Likewise.
24563         * nscd/nscd_gethst_r.c: Likewise.
24564         * nscd/nscd_getserv_r.c: Likewise.
24565         * nscd/nscd_helper.c: Likewise.
24566         * nscd/servicescache.c: Likewise.
24567         * nss/makedb.c: Likewise.
24568         * nss/nss_db/db-XXX.c: Likewise.
24569         * nss/nss_db/db-initgroups.c: Likewise.
24570         * nss/nss_db/db-netgrp.c: Likewise.
24571         * nss/nss_files/files-network.c: Likewise.
24572         * nss/nss_files/files-parse.c: Likewise.
24573         * posix/bug-regex5.c: Likewise.
24574         * posix/fnmatch_loop.c: Likewise.
24575         * posix/regcomp.c: Likewise.
24576         * posix/regexec.c: Likewise.
24577         * posix/tst-rfc3484-2.c: Likewise.
24578         * posix/tst-rfc3484-3.c: Likewise.
24579         * posix/tst-rfc3484.c: Likewise.
24580         * resolv/nss_dns/dns-canon.c: Likewise.
24581         * resolv/nss_dns/dns-network.c: Likewise.
24582         * resolv/res_init.c: Likewise.
24583         * resolv/res_mkquery.c: Likewise.
24584         * resolv/tst-aton.c: Likewise.
24585         * stdlib/cxa_atexit.c: Likewise.
24586         * stdlib/cxa_finalize.c: Likewise.
24587         * stdlib/gen-fpioconst.c: Likewise.
24588         * stdlib/strtol_l.c: Likewise.
24589         * string/tst-endian.c: Likewise.
24590         * sunrpc/auth_des.c: Likewise.
24591         * sunrpc/clnt_udp.c: Likewise.
24592         * sunrpc/rtime.c: Likewise.
24593         * sunrpc/svcauth_des.c: Likewise.
24594         * sunrpc/xdr.c: Likewise.
24595         * sunrpc/xdr_intXX_t.c: Likewise.
24596         * sunrpc/xdr_rec.c: Likewise.
24597         * sysdeps/generic/ldconfig.h: Likewise.
24598         * sysdeps/generic/ldsodefs.h: Likewise.
24599         * sysdeps/generic/memusage.h: Likewise.
24600         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24601         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24602         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24603         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24604         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24605         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24606         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24607         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24608         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24609         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24610         * sysdeps/posix/getaddrinfo.c: Likewise.
24611         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24612         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24613         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24614         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24615         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24616         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24617         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24618         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24619         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24620         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24621         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24622         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24623         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24624         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24625         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24626         * sysdeps/x86_64/dl-tls.h: Likewise.
24627         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24628         * time/alt_digit.c: Likewise.
24629         * time/era.c: Likewise.
24630         * wcsmbs/tst-c16c32-1.c: Likewise.
24631
24632 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24633
24634         * math/libm-test.inc (struct test_sincos_data): New type.
24635         (RUN_TEST_LOOP_sincos): New macro.
24636         (sincos_test_data): New variable.
24637         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24638
24639 2013-05-16  Richard Henderson  <rth@redhat.com>
24640
24641         * math/atest-exp2.c (LIMB64): New macro.
24642         (CONSTSZ): New macro.
24643         (mp_exp1, mp_exp_m1, mp_log2): New variables.
24644         (hexdig): Move ...
24645         (print_mpn_fp): ... to function scope.
24646         (read_mpn_hex): Remove.
24647         (get_log2): Remove.
24648         (exp2_mpn): Use mp_log2.
24649         (main): Use mp_exp1.
24650
24651 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24652
24653         * math/libm-test.inc: Remove comment about not testing "inexact"
24654         exceptions.
24655         (INEXACT_EXCEPTION): New macro.
24656         (NO_INEXACT_EXCEPTION): Likewise.
24657         (INVALID_EXCEPTION_OK): Update value.
24658         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24659         (OVERFLOW_EXCEPTION_OK): Likewise.
24660         (UNDERFLOW_EXCEPTION_OK): Likewise.
24661         (IGNORE_ZERO_INF_SIGN): Likewise.
24662         (ERRNO_UNCHANGED): Likewise.
24663         (ERRNO_EDOM): Likewise.
24664         (ERRNO_ERANGE): Likewise.
24665         (test_exceptions): Handle testing "inexact" exceptions.
24666         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24667         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24668         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24669         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24670         INEXACT_EXCEPTION.
24671         (rint_towardzero_test_data): Likewise.
24672         (rint_downward_test_data): Likewise.
24673         (rint_upward_test_data): Likewise.
24674
24675         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24676         with OVERFLOW_EXCEPTION.
24677         (exp10_test_data): Likewise.
24678         (exp2_test_data): Likewise.
24679         (expm1_test_data): Likewise.
24680         (lgamma_test_data): Likewise.
24681         (pow_test_data): Likewise.
24682         (tgamma_test_data): Likewise.
24683         (yn_test_data): Remove duplicate test of overflow.
24684
24685         * math/libm-test.inc (struct test_cc_c_data): New type.
24686         (RUN_TEST_LOOP_cc_c): New macro.
24687         (cpow_test_data): New variable.
24688         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24689
24690         * math/libm-test.inc (struct test_f_L_data): New type.
24691         (RUN_TEST_LOOP_f_L): New macro.
24692         (llrint_test_data): New variable.
24693         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24694         (llrint_tonearest_test_data): New variable.
24695         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24696         (llrint_towardzero_test_data): New variable.
24697         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24698         (llrint_downward_test_data): New variable.
24699         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24700         (llrint_upward_test_data): New variable.
24701         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24702         (llround_test_data): New variable.
24703         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24704
24705 2013-05-13  Peter Collingbourne  <pcc@google.com>
24706
24707         * math/atest-exp2.c (get_log2): Remove const attribute.
24708
24709 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24710
24711         * math/libm-test.inc (struct test_f_l_data): New type.
24712         (RUN_TEST_LOOP_f_l): New macro.
24713         (lrint_test_data): New variable.
24714         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24715         (lrint_tonearest_test_data): New variable.
24716         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24717         (lrint_towardzero_test_data): New variable.
24718         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24719         (lrint_downward_test_data): New variable.
24720         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24721         (lrint_upward_test_data): New variable.
24722         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24723         (lround_test_data): New variable.
24724         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24725
24726 2013-05-15  Peter Collingbourne  <pcc@google.com>
24727
24728         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24729         (EXTRACT_WORDS64) Use where appropriate.
24730         (INSERT_WORDS64) Likewise.
24731
24732         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24733         constraints with x constraints.
24734         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24735
24736         * malloc/obstack.c (_obstack_compat): Add initializer.
24737
24738 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24739
24740         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24741         si_trapno and add si_addr_lsb to _sifields.sigfault.
24742         (si_trapno): Remove macro.
24743         (si_addr_lsb): Define new macro.
24744         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24745
24746 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24747
24748         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
24749         instead of TEST_f_l.
24750         (llrint_test_tonearest): Likewise.
24751         (llrint_test_towardzero): Likewise.
24752         (llrint_test_downward): Likewise.
24753         (llrint_test_upward): Likewise.
24754         (llround_test): Likewise.
24755
24756         * math/libm-test.inc (struct test_f_i_data): Add comment.
24757         (RUN_TEST_LOOP_f_b): New macro.
24758         (RUN_TEST_LOOP_f_b_tg): Likewise.
24759         (finite_test_data): New variable.
24760         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
24761         (isfinite_test_data): New variable.
24762         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24763         (isinf_test_data): New variable.
24764         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24765         (isnan_test_data): New variable.
24766         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24767         (isnormal_test_data): New variable.
24768         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24769         (issignaling_test_data): New variable.
24770         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24771         (signbit_test_data): New variable.
24772         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24773
24774         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
24775         with INVALID_EXCEPTION.
24776         (acosh_test_data): Likewise.
24777         (asin_test_data): Likewise.
24778         (atanh_test_data): Likewise.
24779         (fmod_test_data): Likewise.
24780         (log_test_data): Likewise.
24781         (log10_test_data): Likewise.
24782         (log2_test_data): Likewise.
24783         (pow_test_data): Likewise.
24784         (sqrt_test_data): Likewise.
24785         (y0_test_data): Likewise.
24786         (y1_test_data): Likewise.
24787         (yn_test_data): Likewise.
24788
24789         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
24790         function contents.
24791
24792         * math/libm-test.inc (struct test_ff_i_data): New type.
24793         (RUN_TEST_LOOP_ff_i_tg): New macro.
24794         (isgreater_test_data): New variable.
24795         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24796         (isgreaterequal_test_data): New variable.
24797         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24798         (isless_test_data): New variable.
24799         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24800         (islessequal_test_data): New variable.
24801         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24802         (islessgreater_test_data): New variable.
24803         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24804         (isunordered_test_data): New variable.
24805         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24806
24807 2013-05-14  David S. Miller  <davem@davemloft.net>
24808
24809         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24810
24811 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
24812
24813         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
24814
24815         * math/libm-test.inc (struct test_fF_f1_data): Change type of
24816         extra_test to int.
24817         (struct test_f_i_data): Change type of max_ulp to int.
24818
24819         * math/libm-test.inc (test_ffI_f1_data): New type.
24820         (RUN_TEST_LOOP_ffI_f1): New macro.
24821         (remquo_test_data): New variable.
24822         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
24823
24824         * setjmp/tst-setjmp-fp.c: New file.
24825         * setjmp/Makefile (tests): Add tst-setjmp-fp.
24826         (link-libm): New variable.
24827         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
24828
24829         * math/libm-test.inc (struct test_f_i_data): New type.
24830         (RUN_TEST_LOOP_f_i): New macro.
24831         (RUN_TEST_LOOP_f_i_tg): Likewise.
24832         (fpclassify_test_data): New variable.
24833         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
24834         (ilogb_test_data): New variable.
24835         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
24836
24837         * math/libm-test.inc (scalbln_test): Correct function name in END
24838         call.
24839
24840         * math/libm-test.inc (struct test_f_f1_data): Add comment.
24841         (RUN_TEST_LOOP_fI_f1): New macro.
24842         (frexp_test_data): New variable.
24843         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
24844
24845         * math/libm-test.inc (struct test_fF_f1_data): New type.
24846         (RUN_TEST_LOOP_fF_f1): New macro.
24847         (modf_test_data): New variable.
24848         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
24849
24850         * math/libm-test.inc (struct test_f_f1_data): New type.
24851         (RUN_TEST_LOOP_f_f1): New macro.
24852         (gamma_test_data): New variable.
24853         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24854         (lgamma_test_data): New variable.
24855         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24856
24857 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
24858
24859         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
24860         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
24861         (main): Comment "tls" pseudo-hwcap.
24862
24863 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
24864
24865         * math/libm-test.inc (struct test_fl_f_data): New type.
24866         (RUN_TEST_LOOP_fl_f): New variable.
24867         (scalbln_test_data): New variable.
24868         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
24869
24870         * math/libm-test.inc (struct test_fi_f_data): New type.
24871         (RUN_TEST_LOOP_fi_f): New macro.
24872         (ldexp_test_data): New variable.
24873         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
24874         (scalbn_test_data): New variable.
24875         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
24876
24877         * math/libm-test.inc (struct test_c_f_data): New type.
24878         (RUN_TEST_LOOP_c_f): New macro.
24879         (cabs_test_data): New variable.
24880         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
24881         (carg_test_data): New variable.
24882         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
24883         (cimag_test_data): New variable.
24884         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
24885         (creal_test_data): New variable.
24886         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
24887
24888         * math/libm-test.inc (struct test_if_f_data): New type.
24889         (RUN_TEST_LOOP_if_f): New macro.
24890         (jn_test_data): New variable.
24891         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
24892         (yn_test_data): New variable.
24893         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
24894
24895         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
24896
24897 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24898
24899         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
24900         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
24901
24902 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24903
24904         * benchtests/Makefile (CPPFLAGS-nonlib): Add
24905         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
24906         (bench-deps): Add bench-timing.h.
24907         * benchtests-bench-skeleton.c: Include bench-timing.h.
24908         (main): Use TIMING_* macros instead of clock_gettime.
24909         * benchtests/bench-timing.h: New file.
24910
24911         [BZ #14582]
24912         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
24913         Renamed from _LIB_VERSION.
24914         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
24915
24916 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
24917
24918         * math/libm-test.inc (struct test_fff_f_data): New type.
24919         (RUN_TEST_LOOP_fff_f): New macro.
24920         (fma_test_data): New variable.
24921         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
24922         (fma_towardzero_test_data): New variable.
24923         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
24924         (fma_downward_test_data): New variable.
24925         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
24926         (fma_upward_test_data): New variable.
24927         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
24928
24929         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
24930         (struct test_c_c_data): New type.
24931         (RUN_TEST_LOOP_c_c): New macro.
24932         (cacos_test_data): New variable.
24933         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
24934         (cacosh_test_data): New variable.
24935         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
24936         (casin_test_data): New variable.
24937         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
24938         (casinh_test_data): New variable.
24939         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
24940         (catan_test_data): New variable.
24941         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
24942         (catanh_test_data): New variable.
24943         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
24944         (ccos_test_data): New variable.
24945         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
24946         (ccosh_test_data): New variable.
24947         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
24948         (cexp_test_data): New variable.
24949         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
24950         (clog_test_data): New variable.
24951         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
24952         (clog10_test_data): New variable.
24953         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
24954         (conj_test_data): New variable.
24955         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
24956         (cproj_test_data): New variable.
24957         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
24958         (csin_test_data): New variable.
24959         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
24960         (csinh_test_data): New variable.
24961         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
24962         (csqrt_test_data): New variable.
24963         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
24964         (ctan_test_data): New variable.
24965         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
24966         (ctan_tonearest_test_data): New variable.
24967         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24968         (ctan_towardzero_test_data): New variable.
24969         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24970         (ctan_downward_test_data): New variable.
24971         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24972         (ctan_upward_test_data): New variable.
24973         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24974         (ctanh_test_data): New variable.
24975         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
24976         (ctanh_tonearest_test_data): New variable.
24977         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24978         (ctanh_towardzero_test_data): New variable.
24979         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24980         (ctanh_downward_test_data): New variable.
24981         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24982         (ctanh_upward_test_data): New variable.
24983         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24984         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
24985         of BUILD_COMPLEX.
24986
24987         * math/libm-test.inc (struct test_ff_f_data): New type.
24988         (struct test_ff_f_data_nexttoward): Likewise.
24989         (RUN_TEST_LOOP_2_f): New macro.
24990         (RUN_TEST_LOOP_ff_f): Likewise.
24991         (atan2_test_data): New variable.
24992         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
24993         (copysign_test_data): New variable.
24994         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
24995         (fdim_test_data): New variable.
24996         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
24997         (fmax_test_data): New variable.
24998         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
24999         (fmin_test_data): New variable.
25000         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25001         (fmod_test_data): New variable.
25002         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25003         (hypot_test_data): New variable.
25004         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25005         (nextafter_test_data): New variable.
25006         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25007         (nexttoward_test_data): New variable.
25008         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25009         (pow_test_data): New variable.
25010         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25011         (pow_tonearest_test_data): New variable.
25012         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25013         (pow_towardzero_test_data): New variable.
25014         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25015         (pow_downward_test_data): New variable.
25016         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25017         (pow_upward_test_data): New variable.
25018         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25019         (remainder_test_data): New variable.
25020         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25021         (scalb_test_data): New variable.
25022         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25023         * sysdeps/i386/fpu/libm-test-ulps: Update.
25024
25025 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25026
25027         * math/libm-test.inc (fma_test): Use max_value instead of local
25028         variable fltmax.
25029         (nextafter_test): Likewise.
25030
25031         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25032         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25033         (acos_downward_test_data): New variable.
25034         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25035         (acos_upward_test_data): New variable.
25036         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25037         (acosh_test_data): New variable.
25038         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25039         (asin_test_data): New variable.
25040         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25041         (asin_tonearest_test_data): New variable.
25042         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25043         (asin_towardzero_test_data): New variable.
25044         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25045         (asin_downward_test_data): New variable.
25046         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25047         (asin_upward_test_data): New variable.
25048         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25049         (asinh_test_data): New variable.
25050         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25051         (atan_test_data): New variable.
25052         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25053         (atanh_test_data): New variable.
25054         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25055         (cbrt_test_data): New variable.
25056         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25057         (ceil_test_data): New variable.
25058         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25059         (cos_test_data): New variable.
25060         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25061         (cos_tonearest_test_data): New variable.
25062         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25063         (cos_towardzero_test_data): New variable.
25064         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25065         (cos_downward_test_data): New variable.
25066         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25067         (cos_upward_test_data): New variable.
25068         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25069         (cosh_test_data): New variable.
25070         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25071         (cosh_tonearest_test_data): New variable.
25072         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25073         (cosh_towardzero_test_data): New variable.
25074         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25075         (cosh_downward_test_data): New variable.
25076         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25077         (cosh_upward_test_data): New variable.
25078         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25079         (erf_test_data): New variable.
25080         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25081         (erfc_test_data): New variable.
25082         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25083         (exp_test_data): New variable.
25084         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25085         (exp_tonearest_test_data): New variable.
25086         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25087         (exp_towardzero_test_data): New variable.
25088         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25089         (exp_downward_test_data): New variable.
25090         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25091         (exp_upward_test_data): New variable.
25092         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25093         (exp10_test_data): New variable.
25094         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25095         (exp2_test_data): New variable.
25096         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25097         (expm1_test_data): New variable.
25098         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25099         (fabs_test_data): New variable.
25100         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25101         (floor_test_data): New variable.
25102         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25103         (j0_test_data): New variable.
25104         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25105         (j1_test_data): New variable.
25106         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25107         (log_test_data): New variable.
25108         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25109         (log10_test_data): New variable.
25110         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25111         (log1p_test_data): New variable.
25112         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25113         (log2_test_data): New variable.
25114         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25115         (logb_test_data): New variable.
25116         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25117         (logb_downward_test_data): New variable.
25118         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25119         (nearbyint_test_data): New variable.
25120         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25121         (rint_test_data): New variable.
25122         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25123         (rint_tonearest_test_data): New variable.
25124         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25125         (rint_towardzero_test_data): New variable.
25126         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25127         (rint_downward_test_data): New variable.
25128         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25129         (rint_upward_test_data): New variable.
25130         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25131         (round_test_data): New variable.
25132         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25133         (sin_test_data): New variable.
25134         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25135         (sin_tonearest_test_data): New variable.
25136         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25137         (sin_towardzero_test_data): New variable.
25138         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25139         (sin_downward_test_data): New variable.
25140         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25141         (sin_upward_test_data): New variable.
25142         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25143         (sinh_test_data): New variable.
25144         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25145         (sinh_tonearest_test_data): New variable.
25146         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25147         (sinh_towardzero_test_data): New variable.
25148         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25149         (sinh_downward_test_data): New variable.
25150         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25151         (sinh_upward_test_data): New variable.
25152         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25153         (sqrt_test_data): New variable.
25154         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25155         (tan_test_data): New variable.
25156         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25157         (tan_tonearest_test_data): New variable.
25158         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25159         (tan_towardzero_test_data): New variable.
25160         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25161         (tan_downward_test_data): New variable.
25162         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25163         (tan_upward_test_data): New variable.
25164         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25165         (tanh_test_data): New variable.
25166         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25167         (tgamma_test_data): New variable.
25168         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25169         (trunc_test_data): New variable.
25170         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25171         (y0_test_data): New variable.
25172         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25173         (y1_test_data): New variable.
25174         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25175         (significand_test_data): New variable.
25176         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25177
25178 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25179
25180         [BZ #12387]
25181         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25182
25183 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25184
25185         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25186
25187 2013-05-10  Andreas Jaeger  <aj@suse.de>
25188
25189         [BZ #15448]
25190         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25191         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25192
25193 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25194
25195         * math/gen-libm-test.pl (adjust_arg): New function.
25196         (special_functions): Handle generating output in both functions
25197         and arrays.
25198         (parse_args): Likewise.
25199         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25200         $in_func argument to parse_args.
25201         * math/libm-test.inc (struct test_f_f_data): New type.
25202         (IF_ROUND_INIT_): New macro.
25203         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25204         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25205         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25206         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25207         (ROUND_RESTORE_): Likewise.
25208         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25209         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25210         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25211         (ROUND_RESTORE_FE_UPWARD): Likewise.
25212         (RUN_TEST_LOOP_f_f): New macro.
25213         (acos_test_data): New variable.
25214         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25215         (acos_tonearest_test_data): New variable.
25216         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25217
25218 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25219
25220         * benchtests/bench-skeleton.c (startup): Fix coding style.
25221
25222 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25223
25224         [BZ #6809]
25225         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25226         negative infinity argument.
25227         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25228         negative infinity argument.
25229         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25230         negative infinity argument.
25231         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25232         domain errors.
25233
25234 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25235
25236         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25237         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25238         * iconv/iconv_prog.c (main): Likewise.
25239         * locale/programs/charmap-dir.c (charmap_readdir)
25240         (fopen_uncompressed): Likewise.
25241         * locale/programs/locfile.c (siblings_uncached)
25242         (write_locale_data): Use lstat64 instead of lstat.
25243         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25244         stat.
25245
25246 2013-05-10  Andreas Jaeger  <aj@suse.de>
25247
25248         [BZ #15395]
25249         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25250         localization.
25251         Include <locale.h>.
25252
25253 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25254
25255         * elf/dl-close.c (_dl_close_worker): Add comments.
25256
25257 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25258
25259         [BZ #15359]
25260         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25261         high part of pi/2.
25262         (__ieee754_rem_pio2l): Update comments.
25263
25264         [BZ #15429]
25265         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25266         high part of pi/2.
25267         (__ieee754_rem_pio2l): Update comments.
25268
25269         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25270         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25271
25272         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25273         M_PI_4l.
25274
25275         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25276         (M_PI_34_LOG10El): Likewise.
25277         (M_PI2_LOG10El): Likewise.
25278         (M_PI4_LOG10El): Likewise.
25279         (M_PI_LOG10El): Likewise.
25280
25281 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25282
25283         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25284
25285 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25286
25287         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25288         (MINUS_ZERO_INIT): Likewise.
25289         (PLUS_INFTY_INIT): Likewise.
25290         (MINUS_INFTY_INIT): Likewise.
25291         (QNAN_VALUE_INIT): Likewise.
25292         (MAX_VALUE_INIT): Likewise.
25293         (MIN_VALUE_INIT): Likewise.
25294         (MIN_SUBNORM_VALUE_INIT): Likewise.
25295         (plus_zero): Initialize with PLUS_ZERO_INIT.
25296         (minus_zero): Initialize with MINUS_ZERO_INIT.
25297         (plus_infty): Initialize with PLUS_INFTY_INIT.
25298         (minus_infty): Initialize with MINUS_INFTY_INIT.
25299         (qnan_value): Initialize with QNAN_VALUE_INIT.
25300         (max_value): Initialize with MAX_VALUE_INIT.
25301         (min_value): Initialize with MIN_VALUE_INIT.
25302         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25303
25304         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25305         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25306         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25307         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25308
25309         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25310         (RUN_TEST_2_f): Likewise.
25311         (RUN_TEST_ff_f): Likewise.
25312         (RUN_TEST_fi_f): Likewise.
25313         (RUN_TEST_fl_f): Likewise.
25314         (RUN_TEST_fff_f): Likewise.
25315         (RUN_TEST_c_f): Likewise.
25316         (RUN_TEST_f_f1): Likewise.
25317         (RUN_TEST_fF_f1): Likewise.
25318         (RUN_TEST_fI_f1): Likewise.
25319         (RUN_TEST_ffI_f1): Likewise.
25320         (RUN_TEST_c_c): Likewise.
25321         (RUN_TEST_cc_c): Likewise.
25322         (RUN_TEST_f_i): Likewise.
25323         (RUN_TEST_f_i_tg): Likewise.
25324         (RUN_TEST_ff_i_tg): Likewise.
25325         (RUN_TEST_f_b): Likewise.
25326         (RUN_TEST_f_b_tg): Likewise.
25327         (RUN_TEST_f_l): Likewise.
25328         (RUN_TEST_f_L): Likewise.
25329         (RUN_TEST_sincos): Likewise.
25330         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25331         whether to show exceptions.  Do not include ");\n" in return
25332         value.
25333         (special_functions): Output call to RUN_TEST_sincos instead of
25334         check_float calls.  Update calls to new_test.
25335         (parse_args): Output call to single RUN_TEST_* macro instead of
25336         check_* calls and other assignments.  Update calls to new_test.
25337
25338         [BZ #2546]
25339         [BZ #2560]
25340         [BZ #5159]
25341         [BZ #15426]
25342         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25343         input to result for tgamma overflow.
25344         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25345         (gamma_coeff): New variable.
25346         (NCOEFF): New macro.
25347         (gamma_positive): New function.
25348         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25349         underflow here.  Use gamma_positive instead of exp (lgamma) for
25350         other arguments.
25351         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25352         (gamma_coeff): New variable.
25353         (NCOEFF): New macro.
25354         (gammaf_positive): New function.
25355         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25356         underflow here.  Use gamma_positive instead of exp (lgamma) for
25357         other arguments.
25358         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25359         (gamma_coeff): New variable.
25360         (NCOEFF): New macro.
25361         (gammal_positive): New function.
25362         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25363         underflow here.  Use gamma_positive instead of exp (lgamma) for
25364         other arguments.
25365         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25366         (gamma_coeff): New variable.
25367         (NCOEFF): New macro.
25368         (gammal_positive): New function.
25369         (__ieee754_gammal_r): Handle positive infinity, overflow and
25370         underflow here.  Handle NaN the same as positive infinity.  Remove
25371         check x < 0xffffffff for negative integers.  Use gamma_positive
25372         instead of exp (lgamma) for other arguments.
25373         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25374         (gamma_coeff): New variable.
25375         (NCOEFF): New macro.
25376         (gammal_positive): New function.
25377         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25378         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25379         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25380         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25381         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25382         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25383         * sysdeps/generic/math_private.h (__gamma_productf): New
25384         prototype.
25385         (__gamma_product): Likewise.
25386         (__gamma_productl): Likewise.
25387         * math/Makefile (libm-calls): Add gamma_product.
25388         * math/libm-test.inc (tgamma_test): Add more tests.
25389         * sysdeps/i386/fpu/libm-test-ulps: Update.
25390         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25391
25392 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25393
25394         * benchtests/bench-skeleton.c (main): Preheat CPU.
25395
25396 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25397
25398         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25399
25400 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25401
25402         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25403         and _dl_skip_args_internal.
25404
25405 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25406
25407         * manual/message.texi (Message Translation): Talk about users.
25408         Message to key mapping impacts design.
25409
25410 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25411
25412         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25413
25414         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25415
25416         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25417         * sysdeps/wordsize-64/glob64.c: ... here.
25418
25419         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25420         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25421         New macros.
25422
25423         * debug/getlogin_r_chk.c: Moved to ...
25424         * login/getlogin_r_chk.c: ... here.
25425         * debug/Makefile (routines): Move getlogin_r_chk to ...
25426         * login/Makefile (routines): ... here.
25427         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25428         * login/Versions (libc: GLIBC_2.4): ... here.
25429
25430         * io/poll.c (__poll): Renamed from poll.
25431         Add libc_hidden_def.
25432         (poll): Define as weak alias.
25433
25434         * debug/ptsname_r_chk.c: Moved to ...
25435         * login/ptsname_r_chk.c: ... here.
25436         * debug/Makefile (routines): Move ptsname_r_chk to ...
25437         * login/Makefile (routines): ... here.
25438         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25439         * login/Versions (libc: GLIBC_2.4): ... here.
25440
25441         * posix/getlogin.c: Moved to ...
25442         * login/getlogin.c: ... here.
25443         * posix/getlogin_r.c: Moved to ...
25444         * login/getlogin_r.c: ... here.
25445         * posix/getlogin_r.c: Moved to ...
25446         * login/getlogin_r.c: ... here.
25447         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25448         * login/Makefile (routines): ... here.
25449         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25450         * login/Versions (libc: GLIBC_2.0): ... here.
25451
25452         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25453         (setrlimit): Define as weak alias.
25454
25455         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25456         Call __ names for open, ftruncate, and close.
25457         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25458         (truncate): Define as weak alias.
25459
25460 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25461
25462         * math/gen-libm-test.pl (parse_args): Initialize x before each
25463         test of frexp, modf and remquo.
25464
25465         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25466         test signgam value.
25467
25468 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25469
25470         [BZ #15418]
25471         [BZ #15419]
25472         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25473         internal tests.
25474         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25475
25476 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25477
25478         * elf/dl-writev.h: New file.
25479         * elf/dl-misc.c: Include it.
25480         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25481         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25482
25483 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25484
25485         * math/libm-test.inc (noXFails): Remove variable.
25486         (noXPasses): Likewise.
25487         (BUILD_COMPLEX_INT): Remove macro.
25488         (print_screen): Remove xfail argument.
25489         (print_screen_max_error): Likewise.
25490         (update_stats): Likewise.
25491         (print_max_error): Likewise.  Update calls to other affected
25492         functions.
25493         (print_complex_max_error): Likewise.
25494         (test_single_exception): Update calls to print_screen.
25495         (test_single_errno): Likewise.
25496         (check_float_internal): Remove xfail argument.  Update calls to
25497         other affected functions.
25498         (check_float): Likewise.
25499         (check_complex): Likewise.
25500         (check_int): Likewise.
25501         (check_long): Likewise.
25502         (check_bool): Likewise.
25503         (check_longlong): Likewise.
25504         (main): Don't print noXFails and noXPasses.
25505         * math/gen-libm-test.pl (top level): Don't mention expected
25506         failure handling in comment.
25507         (new_test): Don't handle expected failures.
25508         (parse_args): Don't mention expected failure handling in comment.
25509         (generate_testfile): Don't handle expected failures.
25510         (parse_ulps): Likewise.
25511         (print_ulps_file): Likewise.
25512         (get_failure): Remove function.
25513         (output_test): Don't handle expected failures.
25514         * make/README.libm-test: Don't mention expected failure handling.
25515
25516         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25517         (minus_zero): Likewise.
25518         (plus_infty): Likewise.
25519         (minus_infty): Likewise.
25520         (qnan_value): Likewise.
25521         (max_value): Likewise.
25522         (min_value): Likewise.
25523         (min_subnorm_value): Likewise.
25524         (initialize): Do not initialize those variables dynamically.
25525
25526 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25527
25528         * io/open.c (__open_2): Moved to ...
25529         * io/open_2.c: ... this new file.
25530         * io/open64.c (__open64_2): Moved to ...
25531         * io/open64_2.c: ... this new file.
25532         * io/openat.c (__openat_2): Moved to ...
25533         * io/openat_2.c: ... this new file.
25534         * io/openat64.c (__openat64_2): Moved to ...
25535         * io/openat64_2.c: ... this new file.
25536         * io/Makefile (routines): Add them.
25537         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25538         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25539         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25540         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25541         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25542         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25543         (__openat64): Add hidden_ver.
25544         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25545         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25546
25547         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25548         Separately conditionalize setting of GLRO(dl_sysinfo) so
25549         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25550         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25551
25552 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25553
25554         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25555         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25556         definition.
25557         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25558         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25559         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25560         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25561         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25562
25563 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25564
25565         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25566         test signgam value.
25567
25568         * math/libm-test.inc (hypot_test): Do not use
25569         IGNORE_ZERO_INF_SIGN.
25570
25571 2013-05-03  Andreas Jaeger  <aj@suse.de>
25572
25573         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25574         Linux 3.9.
25575         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25576         (PF_MAX): Adjust for VSOCK change.
25577
25578 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25579
25580         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25581
25582 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25583
25584         [BZ #15264]
25585         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25586         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25587         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25588
25589 2013-05-02  David S. Miller  <davem@davemloft.net>
25590
25591         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25592
25593 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25594
25595         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25596
25597 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25598
25599         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25600
25601 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25602
25603         [BZ #14952]
25604         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25605         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25606         Use __attribute__ ((__gnu_inline__)).
25607         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25608         Don't use __attribute__ ((__gnu_inline__)).
25609
25610 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25611
25612         [BZ #15423]
25613         * math/s_catan.c (__catan): Handle small real or imaginary part of
25614         input specially to avoid spurious underflow.
25615         * math/s_catanf.c (__catanf): Likewise.
25616         * math/s_catanh.c (__catanh): Likewise.
25617         * math/s_catanhf.c (__catanhf): Likewise.
25618         * math/s_catanhl.c (__catanhl): Likewise.
25619         * math/s_catanl.c (__catanl): Likewise.
25620         * math/libm-test.inc (catan_test): Add more tests.
25621         (catanh_test): Likewise.
25622         * sysdeps/i386/fpu/libm-test-ulps: Update.
25623         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25624
25625 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25626
25627         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25628
25629 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25630
25631         [BZ #15416]
25632         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25633         accurately for denominator in atan2.
25634         * math/s_catanf.c (__catanf): Likewise.
25635         * math/s_catanh.c (__catanh): Likewise.
25636         * math/s_catanhf.c (__catanhf): Likewise.
25637         * math/s_catanhl.c (__catanhl): Likewise.
25638         * math/s_catanl.c (__catanl): Likewise.
25639         * math/libm-test.inc (catan_test): Add more tests.
25640         (catanh_test): Likewise.
25641         * sysdeps/i386/fpu/libm-test-ulps: Update.
25642         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25643
25644 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25645
25646         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25647
25648         * benchtests/Makefile (bench): Remove slow benchmarks.
25649         * benchtests/atan-inputs: Add slow benchmark inputs.
25650         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25651         (BENCH_FUNC): Accept variant offset.
25652         (VARIANT): Define.
25653         * benchtests/bench-skeleton.c (main): Run benchmark for each
25654         variant.
25655         * benchtests/cos-inputs: Add slow benchmark inputs.
25656         * benchtests/exp-inputs: Likewise.
25657         * benchtests/pow-inputs: Likewise.
25658         * benchtests/sin-inputs: Likewise.
25659         * benchtests/slowatan-inputs: Remove.
25660         * benchtests/slowatan.c: Remove.
25661         * benchtests/slowcos-inputs: Remove.
25662         * benchtests/slowcos.c: Remove.
25663         * benchtests/slowexp-inputs: Remove.
25664         * benchtests/slowexp.c: Remove.
25665         * benchtests/slowpow-inputs: Remove.
25666         * benchtests/slowpow.c: Remove.
25667         * benchtests/slowsin-inputs: Remove.
25668         * benchtests/slowsin.c: Remove.
25669         * benchtests/slowtan-inputs: Remove.
25670         * benchtests/slowtan.c: Remove.
25671         * benchtests/tan-inputs: Add slow benchmark inputs.
25672         * scripts/bench.pl: Parse comments and directives.
25673
25674         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
25675         in CPPFLAGS.
25676         ($(objpfx)bench-%.c): Remove *-ITER.
25677         * benchtests/bench-modf.c: Remove definition of ITER.
25678         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25679         (main): Loop for DURATION seconds instead of fixed number of
25680         iterations.
25681         * scripts/bench.pl: Don't expect iterations in parameters.
25682
25683 2013-04-29  Roland McGrath  <roland@hack.frob.com>
25684
25685         * io/fchdir.c (__fchdir): Renamed from fchdir.
25686         (fchdir): Define as weak alias.
25687
25688 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25689
25690         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25691         (ERRNO_EDOM): Likewise.
25692         (ERRNO_ERANGE): Likewise.
25693         (noErrnoTests): New variable.
25694         (init_max_error): Set errno to 0.
25695         (test_single_errno): New function.
25696         (test_errno): Likewise.
25697         (check_float_internal): Call test_errno.  Set errno to 0.
25698         (check_complex): Refer to errno tests in comment.
25699         (check_int): Call test_errno.  Set errno to 0.
25700         (check_long): Likewise.
25701         (check_bool): Likewise.
25702         (check_longlong): Likewise.
25703         (cos_test): Use ERRNO_* flags for errno tests instead of
25704         check_int.
25705         (expm1_test): Likewise.
25706         (fmod_test): Likewise.
25707         (ilogb_test): Likewise.
25708         (lgamma_test): Likewise.
25709         (pow_test): Likewise.
25710         (remainder_test): Likewise.
25711         (sin_test): Likewise.
25712         (tan_test): Likewise.
25713         (yn_test): Likewise.
25714         (initialize): Set errno to 0.
25715         (main): Print number of errno tests.
25716         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25717
25718 2013-04-29  Andreas Jaeger  <aj@suse.de>
25719
25720         [BZ #15084]
25721         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25722         and RES_USEVC.
25723
25724         [BZ #15085]
25725         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25726         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25727         unimplemented.
25728
25729         [BZ #15380]
25730         * stdlib/random.c (__initstate): Return NULL if
25731         __initstate fails.
25732
25733         [BZ #15086]
25734         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25735         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25736         RES_SNGLKUPREOP.
25737
25738 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25739
25740         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25741
25742 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25743
25744         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
25745         of individual tests.
25746         (casin_test): Likewise.
25747         (casinh_test): Likewise.
25748
25749 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
25750
25751         [BZ #15409]
25752         * math/s_catan.c (__catan): Handle arguments with large real or
25753         imaginary part separately without squaring.
25754         * math/s_catanf.c (__catanf): Likewise.
25755         * math/s_catanh.c (__catanh): Likewise.
25756         * math/s_catanhf.c (__catanhf): Likewise.
25757         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25758         and redefine.
25759         (__catanhl): Handle arguments with large real or imaginary part
25760         separately without squaring.
25761         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25762         and redefine.
25763         (__catanl): Handle arguments with large real or imaginary part
25764         separately without squaring.
25765         * math/libm-test.inc (catan_test): Add more tests.
25766         (catanh_test): Likewise.
25767         * sysdeps/i386/fpu/libm-test-ulps: Update.
25768         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25769
25770 2013-04-27  Andreas Jaeger  <aj@suse.de>
25771
25772         [BZ #15007]
25773         * stdlib/stdlib.h: Update guards for qecvt.
25774         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
25775         <stdlib.h>.
25776
25777 2013-04-27  Allan McRae  <allan@archlinux.org>
25778
25779         * sysdeps/i386/fpu/libm-test-ulps: Update.
25780
25781 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
25782
25783         [BZ #15406]
25784         * math/s_catan.c: Include <float.h>.
25785         (__catan): Ensure underflow exception occurs for underflowed
25786         result.
25787         * math/s_catanf.c: Include <float.h>.
25788         (__catanf): Ensure underflow exception occurs for underflowed
25789         result.
25790         * math/s_catanh.c: Include <float.h>.
25791         (__catanh): Ensure underflow exception occurs for underflowed
25792         result.
25793         * math/s_catanhf.c: Include <float.h>.
25794         (__catanhf): Ensure underflow exception occurs for underflowed
25795         result.
25796         * math/s_catanhl.c: Include <float.h>.
25797         (__catanhl): Ensure underflow exception occurs for underflowed
25798         result.
25799         * math/s_catanl.c: Include <float.h>.
25800         (__catanl): Ensure underflow exception occurs for underflowed
25801         result.
25802         * math/libm-test.inc (catan_test): Add more tests.
25803         (catanh_test): Likewise.
25804
25805         [BZ #15405]
25806         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
25807         underflowed result.
25808         * math/s_ccoshf.c (__ccoshf): Likewise.
25809         * math/s_ccoshl.c (__ccoshl): Likewise.
25810         * math/s_csin.c (__csin): Likewise.
25811         * math/s_csinf.c (__csinf): Likewise.
25812         * math/s_csinh.c (__csinh): Likewise.
25813         * math/s_csinhf.c (__csinhf): Likewise.
25814         * math/s_csinhl.c (__csinhl): Likewise.
25815         * math/s_csinl.c (__csinl): Likewise.
25816         * math/libm-test.inc (ccos_test): Add more tests.
25817         (ccosh_test): Likewise.
25818         (csin_test): Likewise.
25819         (csinh_test): Likewise.
25820
25821 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25822
25823         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
25824         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
25825         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
25826         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
25827         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
25828         powerpc/power5+/fpu folders.
25829         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
25830
25831
25832 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
25833
25834         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25835
25836 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
25837
25838         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
25839         additions to variable.
25840         [$(config-machine) = x86_64] (modules-names): Likewise.
25841         ($(objpfx)tst-audit3): Remove dependency.
25842         ($(objpfx)tst-audit3.out): Likewise.
25843         ($(objpfx)tst-audit4): Likewise.
25844         ($(objpfx)tst-audit4.out): Likewise.
25845         ($(objpfx)tst-audit5): Likewise.
25846         ($(objpfx)tst-audit5.out): Likewise.
25847         ($(objpfx)tst-audit6): Likewise.
25848         ($(objpfx)tst-audit6.out): Likewise.
25849         ($(objpfx)tst-audit7): Likewise.
25850         ($(objpfx)tst-audit7.out): Likewise.
25851         (tst-audit3-ENV): Remove variable.
25852         (tst-audit4-ENV): Likewise.
25853         (tst-audit5-ENV): Likewise.
25854         (tst-audit6-ENV): Likewise.
25855         (tst-audit7-ENV): Likewise.
25856         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
25857         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
25858         addition to variable.
25859         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
25860         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
25861         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
25862         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
25863         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
25864         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
25865         tst-audit3, tst-audit4 and tst-audit5.
25866         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
25867         tst-audit6 and tst-audit7.
25868         [$(subdir) = elf] (modules-names): Add audit modules for those
25869         tests.
25870         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
25871         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
25872         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
25873         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
25874         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
25875         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
25876         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
25877         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
25878         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
25879         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
25880         [$(subdir) = elf] (tst-audit3-ENV): New variable.
25881         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
25882         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
25883         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
25884         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
25885         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
25886         Likewise.
25887         [$(subdir) = elf && $(config-cflags-avx) = yes]
25888         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
25889         [$(subdir) = elf && $(config-cflags-avx) = yes]
25890         (CFLAGS-tst-auditmod4a.c): Likewise.
25891         [$(subdir) = elf && $(config-cflags-avx) = yes]
25892         (CFLAGS-tst-auditmod4b.c): Likewise.
25893         [$(subdir) = elf && $(config-cflags-avx) = yes]
25894         (CFLAGS-tst-auditmod6b.c): Likewise.
25895         [$(subdir) = elf && $(config-cflags-avx) = yes]
25896         (CFLAGS-tst-auditmod6c.c): Likewise.
25897         [$(subdir) = elf && $(config-cflags-avx) = yes]
25898         (CFLAGS-tst-auditmod7b.c): Likewise.
25899         * elf/tst-audit3.c: Move to ...
25900         * sysdeps/x86_64/tst-audit3.c: ... here.
25901         * elf/tst-audit4.c: Move to ...
25902         * sysdeps/x86_64/tst-audit4.c: ... here.
25903         * elf/tst-audit5.c: Move to ...
25904         * sysdeps/x86_64/tst-audit5.c: ... here.
25905         * elf/tst-audit6.c: Move to ...
25906         * sysdeps/x86_64/tst-audit6.c: ... here.
25907         * elf/tst-audit7.c: Move to ...
25908         * sysdeps/x86_64/tst-audit7.c: ... here.
25909         * elf/tst-auditmod3a.c: Move to ...
25910         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
25911         * elf/tst-auditmod3b.c: Move to ...
25912         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
25913         * elf/tst-auditmod4a.c: Move to ...
25914         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
25915         * elf/tst-auditmod4b.c: Move to ...
25916         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
25917         * elf/tst-auditmod5a.c: Move to ...
25918         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
25919         * elf/tst-auditmod5b.c: Move to ...
25920         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
25921         * elf/tst-auditmod6a.c: Move to ...
25922         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
25923         * elf/tst-auditmod6b.c: Move to ...
25924         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
25925         * elf/tst-auditmod6c.c: Move to ...
25926         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
25927         * elf/tst-auditmod7a.c: Move to ...
25928         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
25929         * elf/tst-auditmod7b.c: Move to ...
25930         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
25931
25932 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
25933
25934         [BZ #15366]
25935         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
25936         define unconditionally.
25937         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
25938         define unconditionally.
25939         (INT8_C, INT16_C, etc.): Likewise.
25940
25941 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
25942
25943         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
25944         __ehdr_start with hidden visibility.
25945
25946         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
25947
25948 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
25949
25950         * math/libm-test.inc (cos_test): Use accurate hex constants.
25951         (sincost_test): Likewise.
25952
25953 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
25954
25955         * math/libm-test.inc (catan_test): Add more tests.
25956         (catanh_test): Likewise.
25957
25958         * math/s_catanf.c (__catanf): Use suffixed floating-point
25959         constants.
25960         * math/s_catanhf.c (__catanhf): Likewise.
25961         * math/s_catanhl.c (__catanhl): Likewise.
25962         * math/s_catanl.c (__catanl): Likewise.
25963
25964         [BZ #15394]
25965         * math/s_catan.c (__catan): Calculate imaginary part of result
25966         with log1p not log unless computing log of number close to 0.
25967         * math/s_catanf.c (__catanf): Likewise.
25968         * math/s_catanl.c (__catanl): Likewise.
25969         * math/s_catanh.c (__catanh): Calculate real part of result with
25970         log1p not log unless computing log of number close to 0.
25971         * math/s_catanhf.c (__catanhf): Likewise.
25972         * math/s_catanhl.c (__catanhl): Likewise.
25973         * math/libm-test.inc (catan_test): Add more tests.
25974         (catanh_test): Likewise.
25975         * sysdeps/i386/fpu/libm-test-ulps: Update.
25976         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25977
25978 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25979
25980         * benchtests/Makefile: Mention files in which fast and slow
25981         paths of math functions are implemented.
25982
25983 2013-04-23  Roland McGrath  <roland@hack.frob.com>
25984
25985         * sysdeps/posix/timespec_get.c: New file.
25986
25987 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25988
25989         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
25990         POWER.
25991         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
25992         for POWER.
25993         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
25994         powerpc/power5/fpu folders.
25995         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
25996         * benchtests/Makefile: Add modf testcase.
25997         * benchtests/bench-modf.c: New file: Benchmark test for mo
25998
25999 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26000
26001         [BZ #14888]
26002         * time/Makefile (tests): Add tst-strptime-whitespace.
26003         * time/strptime_l.c (get_number): Use ISSPACE.
26004         (__strptime_internal): Likewise.
26005         * time/tst-strptime-whitespace.c: New test case.
26006
26007 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26008
26009         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26010         member.
26011         (_nss_files_init): Set it here.
26012
26013 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26014
26015         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26016         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26017         unsigned.
26018
26019 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26020
26021         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26022
26023 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26024
26025         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26026         size just once.
26027
26028 2013-04-21  David S. Miller  <davem@davemloft.net>
26029
26030         * po/ru.po: Update Russion translation from translation project.
26031
26032 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26033
26034         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26035         and setfsgid.
26036
26037 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26038
26039         * configure.in: Remove i386 configure warning. Remove i386 case.
26040         * configure: Regenerate.
26041         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26042         Add example to error message.
26043         * sysdeps/i386/configure: Regenerate.
26044
26045 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26046
26047         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26048         slowtan.
26049         * benchtests/cos-inputs: New file.
26050         * benchtests/slowcos-inputs: New file.
26051         * benchtests/slowcos.c: New file.
26052         * benchtests/slowtan-inputs: New file.
26053         * benchtests/slowtan.c: New file.
26054         * benchtests/tan-inputs: New file.
26055
26056 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26057
26058         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26059         considered kosher.
26060
26061 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26062
26063         * benchtests/Makefile: Include cppflags-iterator.mk to add
26064         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26065
26066         * Makefile.in (bench-clean): New target.
26067         * benchtests/Makefile (bench-clean): Likewise.
26068
26069 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26070
26071         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26072
26073 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26074
26075         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26076
26077 2013-04-15  Andreas Schwab  <schwab@suse.de>
26078
26079         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26080         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26081         * nscd/pwdcache.c (cache_addpw): Likewise.
26082         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26083         more than recsize.
26084
26085 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26086
26087         * benchtests/Makefile (bench): Write all output to
26088         bench-out.tmp together.
26089
26090 2013-04-15  Andreas Schwab  <schwab@suse.de>
26091
26092         * nscd/nscd.c (main): Don't fork again after closing files.
26093
26094 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26095
26096         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26097
26098         * benchtests/Rules (bench-deps): Collect dependencies into a
26099         single variable.  Add Makefile to dependencies.
26100         ($(objpfx)bench-%.c): Depend on bench-deps.
26101
26102 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26103             Xavier Roche  <roche+kml2@exalead.com>
26104
26105         [BZ #15361]
26106         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26107         just that it's a file descriptor.
26108         * manual/llio.texi (Synchronizing AIO Operations): Update description
26109         for EBADF error from aio_fsync.
26110
26111 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26112
26113         * Rules (bench): Move target definition...
26114         * benchtests/Makefile: ... here.
26115
26116 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26117
26118         * math/libm-test.inc (cos_test): Fix PI/2 test.
26119         (sincos_test): Likewise.
26120         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26121         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26122
26123 2013-04-11  Andreas Schwab  <schwab@suse.de>
26124
26125         [BZ #13988]
26126         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26127         accept exponent character only when digits were seen.
26128         * stdio-common/Makefile (tests): Add bug26.
26129         * stdio-common/bug26.c: New file.
26130
26131         [BZ #14293]
26132         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26133         non-freeable.
26134
26135 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26136
26137         * Makeconfig (rtld-prefix): Define built linker prefix.
26138         * Rules (run-bench): Use it.
26139         * math/Makefile (run-regen-ulps): Likewise.
26140
26141         * Rules (bench): Remove eval.
26142
26143 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26144             Roland McGrath  <roland@hack.frob.com>
26145             Ondrej Bilka  <neleai@seznam.cz>
26146
26147         [BZ #15346]
26148         * time/getdate.c: Include ctype.h and alloca.h.
26149         (__getdate_r): Trim leading and trailing spaces of input.
26150         * time/tst-getdate.c (tests): Add tests with leading and
26151         trailing spaces.
26152
26153 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26154
26155         [BZ #14280]
26156         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26157         when computing value.
26158
26159 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26160
26161         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26162         Use testrun.sh to run libm tests.
26163
26164         [BZ #15309]
26165         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26166
26167 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26168
26169         [BZ #15264]
26170         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26171
26172 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26173
26174         * Makefile.in (regen-ulps): New target.
26175         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26176         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26177         [ifneq (no,$(PERL)] (regen-ulps): New target.
26178         [ifeq (no,$(PERL)] (regen-ulps): New target.
26179         * math/libm-test.inc (ulps_file_name): Define.
26180         (output_dir): New variable.
26181         (options): Add "output-dir" option.
26182         (parse_opt): Handle 'o' case.
26183         (main): If output_dir is non-NULL use it as a prefix
26184         otherwise use "".
26185         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26186
26187 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26188
26189         [BZ #10060, #10062]
26190         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26191         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26192         fail configure if __sync_val_compare_and_swap is not inlined.
26193         * sysdeps/i386/configure: Regenerate.
26194         * configure.in: Build for i686 when configured for i386.
26195         * configure: Regenerate.
26196         * README: Remove i386 reference.
26197
26198 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26199
26200         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26201         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26202
26203 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26204
26205         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26206         (lmsnanval): New variables.
26207         (F): Add conversion tests.
26208         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26209         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26210
26211         * stdio-common/tstdiomisc.c (F): Properly collect individual
26212         tests' results.
26213
26214         [BZ #14686, #15336]
26215         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26216         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26217         Instead, use input NaN values or generate a qNaN by arithmetic
26218         operation.  Also fix bugs to comply with the standard.
26219         * math/libm-test.inc (remainder_test): Add more tests.
26220
26221         [BZ #15335, #15342]
26222         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26223         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26224         input NaN values or generate a qNaN by arithmetic operation.
26225
26226         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26227         unreachable code.
26228
26229         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26230         definitions.
26231
26232 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26233
26234         [BZ #14478]
26235         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26236         underflowed result.
26237         * math/s_cexpf.c (__cexpf): Likewise.
26238         * math/s_cexpl.c (__cexpl): Likewise.
26239         * math/libm-test.inc (cexp_test): Add more tests.
26240
26241 2013-04-03  Andreas Schwab  <schwab@suse.de>
26242
26243         [BZ #15330]
26244         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26245         order arrays from heap if bigger than alloca cutoff.
26246
26247 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26248
26249         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26250         (SNAN_TESTS_double): Refer to GCC PR56831.
26251         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26252         GCC PR56828.
26253
26254 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26255
26256         * Rules (bench): Move bench.out after the run is complete.
26257
26258         * Rules (bench): Echo currently running benchmark.
26259
26260         * benchtests/Makefile (bench): Add atan and slowatan.
26261         * benchtests/atan-inputs: New file.
26262         * benchtests/slowatan-inputs: New file.
26263         * benchtests/slowatan.c: New file.
26264
26265         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26266         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26267         its value.
26268
26269         [BZ #15305]
26270         * sysdeps/unix/sysv/linux/kernel-features.h
26271         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26272         __ASSUME_XFS_RESTRICTED_CHOWN.
26273         * sysdeps/unix/sysv/linux/pathconf.c
26274         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26275         Save and restore errno.
26276
26277 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26278
26279         [BZ #15327]
26280         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26281         arguments using __kernel_casinh.
26282         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26283         arguments using __kernel_casinhf.
26284         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26285         arguments using __kernel_casinhl.
26286         * math/libm-test.inc (cacosh_test): Add more tests.
26287         * sysdeps/i386/fpu/libm-test-ulps: Update.
26288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26289
26290 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26291
26292         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26293         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26294
26295         * bench/Makefile (bench): Add sin and slowsin.
26296         * benchtests/sin-inputs: New file.
26297         * benchtests/slowsin-inputs: New file.
26298         * benchtests/slowsin.c: New file.
26299
26300         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26301         (bench): Add slowexp and slowpow.
26302         (exp-ITER): Increase iterations.
26303         (pow-ITER): Likewise.
26304         * benchtests/exp-inputs: Change input.
26305         * benchtests/pow-inputs: Likewise.
26306         * benchtests/slowexp-inputs: New file.
26307         * benchtests/slowexp.c: New file.
26308         * benchtests/slowpow-inputs: New file.
26309         * benchtests/slowpow.c: New file.
26310
26311 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26312
26313         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26314         instructions.
26315         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26316         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26317         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26318         * benchtests/Makefile: Add rint benchtest.
26319         * benchtests/rint-inputs: Input for rint benchtest.
26320
26321 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26322
26323         * Versions.def (libm): Add GLIBC_2.18.
26324         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26325         hidden libm prototypes.
26326         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26327         * math/Makefile (libm-calls): Add s_issignaling.
26328         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26329         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26330         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26331         declaration.
26332         * math/math.h [__USE_GNU] (issignaling): New macro.
26333         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26334         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26335         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26336         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26337         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26338         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26339         * manual/arith.texi (issignaling): New section.
26340         * manual/libm-err-tab.pl (@all_functions): Update comment.
26341         * math/gen-libm-test.pl (parse_args): Apply special handling for
26342         issignaling.
26343         * math/libm-test.inc (print_float, issignaling_test): New
26344         functions.
26345         (check_float_internal): Add issignaling checks.
26346         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26347         default definition.
26348         * sysdeps/powerpc/math-tests.h: New file.
26349         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26350         tests.
26351         * math/test-snan.c (TEST_FUNC): Likewise.
26352
26353 2013-03-30  David S. Miller  <davem@davemloft.net>
26354
26355         * po/de.po: Update from translation team.
26356
26357 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26358
26359         [BZ #10357]
26360         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26361         imaginary part less than 1.0 and real part less than 0.5
26362         specially.
26363         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26364         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26365         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26366         (cacos_test): Add more tests.
26367         (casin_test): Likewise.
26368         (casinh_test): Likewise.
26369         * sysdeps/i386/fpu/libm-test-ulps: Update.
26370         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26371
26372 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26373
26374         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26375         ONE with its value.
26376
26377         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26378         (__pow_mp): Replace ONE and MONE with their values.
26379         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26380         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26381         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26382         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26383         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26384         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26385
26386         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26387
26388         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26389         (__pow_mp): Replace ZERO and MZERO with their values.
26390         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26391         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26392         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26393         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26394         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26395         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26396         (__sqr): Likewise.
26397
26398         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26399
26400         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26401
26402 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26403
26404         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26405         Declare with __attribute__ ((weak)).
26406         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26407         Call __call_tls_dtors only if it's not NULL.
26408
26409 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26410
26411         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26412         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26413         magic __ehdr_start linker symbol if it's defined.
26414         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26415         them up here if it was already done.
26416
26417         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26418         (_dl_aux_init): Use const in cast when setting it.
26419         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26420         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26421         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26422
26423         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26424         Declare them here.
26425         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26426         * csu/libc-tls.c: Nor here.
26427         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26428
26429         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26430         (__libc_message): Never call vsyslog.
26431
26432 2013-03-28  Alan Modra  <amodra@gmail.com>
26433
26434         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26435         Define as empty.
26436         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26437         Likewise.
26438
26439 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26440
26441         [BZ #15214]
26442         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26443         underflow.
26444         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26445
26446 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26447
26448         [BZ #15304]
26449         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26450         Don't add gid passed as argument.
26451
26452         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26453
26454 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26455
26456         [BZ #15307]
26457         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26458         imaginary part between 1.0 and 1.5 and real part less than 0.5
26459         specially.
26460         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26461         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26462         * math/libm-test.inc (cacos_test): Add more tests.
26463         (casin_test): Likewise.
26464         (casinh_test): Likewise.
26465         * sysdeps/i386/fpu/libm-test-ulps: Update.
26466         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26467
26468 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26469
26470         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26471         constants.
26472         (norm): Likewise.
26473         (denorm): Likewise.
26474         (__dbl_mp): Likewise.
26475         (add_magnitudes): Likewise.
26476         (sub_magnitudes): Likewise.
26477         (__add): Likewise.
26478         (__sub): Likewise.
26479         (__mul): Likewise.
26480         (__sqr): Likewise.
26481         (__inv): Likewise.
26482         (__dvd): Likewise.
26483
26484         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26485         commented code.
26486         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26487         (__dubcos): Likewise.
26488         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26489         (__ieee754_acos): Likewise.
26490         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26491         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26492         (__exp1): Likewise.
26493         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26494         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26495         (log1): Likewise.
26496         (my_log2): Likewise.
26497         (checkint): Likewise.
26498         * sysdeps/ieee754/dbl-64/e_remainder.c
26499         (__ieee754_remainder): Likewise.
26500         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26501         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26502         (bsloww): Likewise.
26503         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26504
26505         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26506         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26507         MANTISSA_STORE_T to store computations on mantissa.  Use
26508         macros for rounding and division.
26509         (denorm): Likewise.
26510         (__dbl_mp): Likewise.
26511         (add_magnitudes): Likewise.
26512         (sub_magnitudes): Likewise.
26513         (__mul): Likewise.
26514         (__sqr): Likewise.
26515         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26516         powers of two in terms of TWOPOW macro.
26517         (mp_no): Make type of mantissa as MANTISSA_T.
26518         [!RADIXI]: Define RADIXI.
26519         [!TWO52]: Define TWO52.
26520         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26521
26522 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26523
26524         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26525         llroundl symbol when building for PPC32.
26526
26527 2013-03-24  Mark H Weaver  <mhw@netris.org>
26528
26529         * manual/arith.texi (Normalization Functions): Fix prototypes for
26530         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26531
26532 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26533
26534         [BZ #13889]
26535         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26536         high value to check if expl overflow.
26537         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26538         to check for underflow and overflow.
26539         * math/libm-test.inc: Add exp test.
26540
26541 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26542
26543         [BZ #11120]
26544         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26545         with NOT_IN_libc.
26546
26547 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26548
26549         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26550         symbol.
26551
26552 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26553
26554         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26555         wrap blocks consisting of several statements.
26556
26557         * sysdeps/generic/math-tests.h: New file.
26558         * sysdeps/i386/fpu/math-tests.h: Likewise.
26559         * math/test-snan.c: Include it.
26560         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26561
26562 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26563
26564         [BZ #15285]
26565         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26566         (__ieee754_j0l): Do not improve calculations using cos of twice
26567         input for inputs above LDBL_MAX / 2.0L.
26568         (__ieee754_y0l): Likewise.
26569         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26570         (__ieee754_j1l): Do not improve calculations using cos of twice
26571         input for inputs above LDBL_MAX / 2.0L.
26572         (__ieee754_y1l): Likewise.
26573         * math/libm-test.inc (j0_test): Add another test.
26574         (j1_test): Likewise.
26575         (y0_test): Likewise.
26576         (y1_test): Likewise.
26577         * sysdeps/i386/fpu/libm-test-ulps: Update.
26578
26579 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26580
26581         * Rules ($(objpfx)bench-%.c): Include code from a C source
26582         file.
26583
26584 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26585
26586         [BZ #15287]
26587         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26588         imaginary part 1.0 and real part less than 0.5 specially.
26589         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26590         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26591         * math/libm-test.inc (cacos_test): Add more tests.
26592         (casin_test): Likewise.
26593         (casinh_test): Likewise.
26594         * sysdeps/i386/fpu/libm-test-ulps: Update.
26595         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26596
26597 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26598
26599         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26600         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26601
26602 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26603
26604         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26605         * config.make.in (config-cflags-sse4): Remove variable.
26606         (config-cflags-avx): Likewise.
26607         (config-cflags-sse2avx): Likewise.
26608         (config-cflags-novzeroupper): Likewise.
26609         (config-asflags-i686): Likewise.
26610         (have-mfma4): Likewise.
26611         (have-as-vis3): Likewise.
26612         (MIG): Likewise.
26613         * configure.in (MIG): Do not AC_SUBST.
26614         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26615         (libc_cv_cc_sse4): Do not AC_SUBST.
26616         (libc_cv_cc_avx): Likewise.
26617         (libc_cv_cc_sse2avx): Likewise.
26618         (libc_cv_cc_novzeroupper): Likewise.
26619         (libc_cv_cc_fma4): Likewise.
26620         (libc_cv_as_i686): Likewise.
26621         (libc_cv_sparc_as_vis3): Likewise.
26622         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26623         LIBC_CONFIG_VAR.
26624         (config-asflags-i686): Likewise.
26625         (config-cflags-avx): Likewise.
26626         (config-cflags-sse2avx): Likewise.
26627         (have-mfma4): Likewise.
26628         (config-cflags-novzeroupper): Likewise.
26629         * sysdeps/mach/configure.in (MIG): Likewise.
26630         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26631         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26632         LIBC_CONFIG_VAR.
26633         (config-cflags-avx): Likewise.
26634         (config-cflags-sse2avx): Likewise.
26635         (have-mfma4): Likewise.
26636         (config-cflags-novzeroupper): Likewise.
26637         * configure: Regenerated.
26638         * sysdeps/i386/configure: Likewise.
26639         * sysdeps/mach/configure: Likewise.
26640         * sysdeps/sparc/configure: Likewise.
26641         * sysdeps/x86_64/configure: Likewise.
26642
26643 2013-03-20  Roland McGrath  <roland@hack.frob.com>
26644
26645         [BZ #14812]
26646         * locale/programs/localedef.c (options): Put N_ translation marker
26647         on argument names, not just descriptions.
26648
26649 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26650
26651         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26652
26653 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
26654
26655         [BZ #14176]
26656         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26657
26658 2013-03-19  Roland McGrath  <roland@hack.frob.com>
26659
26660         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26661         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26662         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26663         [!BEFORE_ABORT] (before_abort): New function.
26664         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26665         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26666         (writev_for_fatal): New function.
26667         (WRITEV_FOR_FATAL): New macro; call that.
26668         (backtrace_and_maps): New function.
26669         (BEFORE_ABORT): New macro; call that.
26670         (struct str_list): Type removed.
26671         (__libc_message, __libc_fatal): Functions removed.
26672         Include <sysdeps/posix/libc_fatal.c> instead.
26673
26674 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
26675
26676         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26677         constants.
26678         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26679         double constants.
26680
26681 2013-03-19  Andreas Schwab  <schwab@suse.de>
26682
26683         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26684         * sysdeps/gnu/configure: Regenerate.
26685
26686         * configure.in: Substitute libc_cv_rtlddir.
26687         * configure: Regenerate.
26688         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26689         * Makeconfig (rtlddir, inst_rtlddir): New variables.
26690         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26691         * elf/Makefile (install-others, CFLAGS-interp.c)
26692         (ldso_install, common-ldd-rewrite): Likewise.
26693         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26694         $(inst_slibdir)/$(rtld-installed-name).
26695         * scripts/rellns-sh: Add -p option.
26696         * Makerules (make-shlib-link): Use rellns-sh to get relative name
26697         for source.
26698
26699 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26700
26701         * manual/nptl.texi: Renamed to ...
26702         * manual/threads.texi: ... this.
26703         * manual/Makefile (chapters): Update.
26704
26705 2013-03-18  Roland McGrath  <roland@hack.frob.com>
26706
26707         [BZ #14812]
26708         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26709         on argument names, not just descriptions.
26710         * malloc/memusagestat.c (options): Likewise.
26711         * nss/getent.c (options): Likewise.
26712
26713 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
26714
26715         [BZ #14812]
26716         * iconv/iconv_prog.c (options): Put N_ translation marker
26717         on argument names, not just descriptions.
26718         * iconv/iconvconfig.c (options): Likewise.
26719
26720 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
26721
26722         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26723         implementation which is faster on all x86_64 architectures.
26724         Tested on AMD, Intel Nehalem, SNB, IVB.
26725         * sysdeps/x86_64/strnlen.S: Likewise.
26726
26727         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26728         Remove all multiarch strlen and strnlen versions.
26729         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26730         Remove strlen and strnlen related parts.
26731
26732         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26733         Inline strlen part.
26734         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26735
26736         * sysdeps/x86_64/multiarch/strlen.S: Remove.
26737         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26738         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26739         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26740         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26741         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26742
26743 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
26744
26745         * manual/memory.texi (Malloc Tunable Parameters):
26746         Sort parameters alphabetically. Add comments for missing entries.
26747
26748 2013-03-17  David S. Miller  <davem@davemloft.net>
26749
26750         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26751
26752 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
26753
26754         [BZ #15283]
26755         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
26756         for arguments at most half maximum finite value.
26757         * math/libm-test.inc (j0_test): Add more tests.
26758         (j1_test): Likewise.
26759         (y0_test): Likewise.
26760         (y1_test): Likewise.
26761         * sysdeps/i386/fpu/libm-test-ulps: Update.
26762         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26763
26764         [BZ #14155]
26765         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
26766         1 / x and functions P and Q for arguments above 0x1p256L.
26767         (__ieee754_y0l): Likewise.
26768         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
26769         (__ieee754_y1l): Likewise.
26770         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
26771         (j1_test): Likewise.
26772         (y0_test): Likewise.
26773         (y1_test): Likewise.
26774
26775 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
26776
26777         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
26778         variable.
26779
26780 2013-03-15  Roland McGrath  <roland@hack.frob.com>
26781
26782         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
26783         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
26784         zero since it's initialized to EXEC_PAGESIZE.
26785
26786         * sysdeps/unix/sysv/linux/ldsodefs.h
26787         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
26788         * sysdeps/generic/ldsodefs.h: ... here.
26789
26790 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
26791
26792         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
26793
26794         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
26795         math/test-snan.c.
26796         * math/test-snan.c: Renamed from
26797         sysdeps/powerpc/fpu/test-powerpc-snan.c.
26798         * math/Makefile (tests): Add test-snan.
26799         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
26800         test-powerpc-snan.
26801
26802         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
26803         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
26804         functions.
26805         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
26806         __builtin_nan family of functions.
26807         * math/libm-test.inc (initialize): Initialize qnan_value with
26808         __builtin_nan family of functions.
26809         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
26810         Remove variables.
26811         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
26812         Remove functions.
26813         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
26814         storage class.  Initialize qNaN_var and sNaN_var with
26815         __builtin_nan and __builtin_nans families of functions,
26816         respectively.
26817
26818         * math/libm-test.inc (acosh_test): Also test with qNaN input.
26819         (sqrt_test): Remove duplicate test with qNaN input.
26820         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
26821         (round_test, signbit_test, significand_test): Note missing +/-Inf
26822         as well as qNaN tests.
26823
26824         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
26825         qNaN_var.  Fix a few strings, too.
26826         * math/libm-test.inc (nan_value): Rename to qnan_value.
26827         * math/gen-libm-test.pl (%beautify): Adjust to that.
26828         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
26829         * math/test-misc.c (main): Likewise.
26830         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
26831         to __qnan_bytes, and __qnan_union, respectively.
26832         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
26833         Likewise.
26834         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
26835         and lqnanval, respectively.
26836         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
26837         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
26838         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
26839         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
26840
26841         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
26842         * math/test-misc.c (main) [__x86_64__]: Enable test for long
26843         doubles.
26844
26845         * math/test-misc.c (main): Fix copy'n'pastos.
26846         * misc/tst-efgcvt.c (special): Likewise.
26847
26848         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
26849         Remove declarations.
26850
26851 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26852
26853         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
26854         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
26855         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
26856         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
26857
26858 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26859
26860         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
26861         macro to return vdso values correctly in IFUNC implementations.
26862         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
26863         Optimization by using IFUNC.
26864
26865 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26866             Richard Henderson  <rth@redhat.com>
26867             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
26868
26869         * Makefile.in (bench): New target.
26870         * NEWS: Mention the benchmark framework.
26871         * Rules (bench): Likewise.
26872         (binaries-bench): Generate binaries for functions to
26873         benchmark.
26874         * benchtests/Makefile: New makefile for benchmark tests.
26875         * benchtests/bench-skeleton.c: New skeleton file for benchmark
26876         programs.
26877         * benchtests/exp-inputs: New input file for EXP function.
26878         * benchtests/pow-inputs: New input file for POW function.
26879         * scripts/bench.pl: New script to generate source files for
26880         benchmark programs.
26881
26882 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26883
26884         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26885         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
26886         computations on mantissa.  Use macros for rounding and
26887         division.
26888         (denorm): Likewise.
26889         (__dbl_mp): Likewise.
26890         (add_magnitudes): Likewise.
26891         (sub_magnitudes): Likewise.
26892         (__mul): Likewise.
26893         (__sqr): Likewise.
26894         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26895         powers of two in terms of TWOPOW macro.
26896         (mp_no): Make type of mantissa as MANTISSA_T.
26897         [!RADIXI]: Define RADIXI.
26898         [!TWO52]: Define TWO52.
26899         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26900
26901         * manual/nptl.texi (cindex): Modify threads to pthreads.
26902
26903 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
26904
26905         * sysdeps/x86_64/preconfigure: Regenerated.
26906
26907 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
26908
26909         [BZ #14155]
26910         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
26911         0x1p28 and above.
26912         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
26913         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
26914         0x1p28 and above.
26915         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
26916         * math/libm-test.inc (j0_test): Do not allow one spurious
26917         underflow exception.
26918         (y1_test): Likewise.
26919
26920 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26921
26922         * manual/Makefile (chapters): Add nptl.
26923         * manual/debug.texi (Debugging Support): Add link to Threads
26924         chapter.
26925         * manual/nptl.texi: New file.
26926
26927         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
26928
26929 2013-03-14  Petr Baudis  <pasky@ucw.cz>
26930
26931         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
26932         for non-NULL pointer before the memory validity test. Pointed
26933         out by Holger Brunck <holger.brunck@keymile.com>.
26934
26935 2013-03-13  Andreas Schwab  <schwab@suse.de>
26936
26937         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
26938         instead of .os.
26939
26940 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
26941
26942         * timezone/zic.c: Update from tzcode 2013b.
26943
26944 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
26945
26946         * manual/install.texi (Configuring and compiling):
26947         Mention i686 and i586.
26948         * INSTALL: Regenerate.
26949
26950 2013-03-12  Roland McGrath  <roland@hack.frob.com>
26951
26952         * sysdeps/init_array/elf-init.c: New file.
26953         * csu/elf-init.c
26954         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
26955         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
26956
26957         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
26958         __gmon_start__ as global, but as static with a .preinit_array pointer.
26959         * sysdeps/init_array/gmon-start.c: New file.  Use that.
26960         * sysdeps/init_array/crti.S: New file, empty except for comments.
26961         * sysdeps/init_array/crtn.S: Likewise.
26962
26963 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
26964
26965         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
26966         definining bcopy.
26967         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26968         Remove Prefer_SSE_for_memop.
26969         * sysdeps/x86_64/multiarch/init-arch.h: Remove
26970         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
26971         HAS_PREFER_SSE_FOR_MEMOP.
26972         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
26973         memset-x86-64.
26974         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26975         Remove bzero, memset ifunc support.
26976         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
26977         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
26978         * sysdeps/x86_64/multiarch/memset.S: Likewise.
26979         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
26980
26981 2013-03-11  Andreas Schwab  <schwab@suse.de>
26982
26983         [BZ #15234]
26984         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
26985         by SHLIB_COMPAT.
26986         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
26987         (GLIBC_2.16): Remove pthread_atfork.
26988
26989 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
26990
26991         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
26992         (ptestcases.h): Likewise.
26993
26994 2013-03-08  Roland McGrath  <roland@hack.frob.com>
26995
26996         * Makeconfig ($(common-objpfx)config.status): Depend on
26997         sysdeps/*/preconfigure{,.in} too.
26998
26999 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27000
27001         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27002         (__free_hook): Use void * instead of __malloc_ptr_t.
27003         (__malloc_hook): Likewise.
27004         (__realloc_hook): Likewise.
27005         (__memalign_hook): Likewise.
27006         (__after_morecore_hook): Likewise.
27007         * malloc/arena.c (save_malloc_hook): Likewise.
27008         (save_free_hook): Likewise.
27009         * malloc/hooks.c (malloc_hook_ini): Likewise.
27010         (realloc_hook_ini): Likewise.
27011         (memalign_hook_ini): Likewise.
27012         * malloc/malloc.c (malloc_hook_ini): Likewise.
27013         (realloc_hook_ini): Likewise.
27014         (memalign_hook_ini): Likewise.
27015         (__free_hook): Likewise.
27016         (__malloc_hook): Likewise.
27017         (__realloc_hook): Likewise.
27018         (__memalign_hook): Likewise.
27019         (__libc_malloc): Likewise.
27020         (__libc_free): Likewise.
27021         (__libc_realloc): Likewise.
27022         (__libc_memalign): Likewise.
27023         (__libc_valloc): Likewise.
27024         (__libc_pvalloc): Likewise.
27025         (__libc_calloc): Likewise.
27026         (__posix_memalign): Likewise.
27027         * malloc/morecore.c (__sbrk): Likewise.
27028         (__default_morecore): Likewise.
27029
27030         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27031
27032         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27033         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27034         __malloc_ptrdiff_t.
27035
27036         * malloc/malloc.h (__malloc_size_t): Remove macro.
27037         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27038         __malloc_size_t.
27039         (old_memalign_hook): Likewise.
27040         (old_realloc_hook): Likewise.
27041         (struct hdr): Likewise.
27042         (flood): Likewise.
27043         (mallochook): Likewise.
27044         (memalignhook): Likewise.
27045         (reallochook): Likewise.
27046         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27047         (tr_old_realloc_hook): Likewise.
27048         (tr_old_memalign_hook): Likewise.
27049         (tr_mallochook): Likewise.
27050         (tr_reallochook): Likewise.
27051         (tr_memalignhook): Likewise.
27052
27053 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27054
27055         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27056         default_ldbl_pack and using as default implementation.
27057         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27058         implementation.
27059         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27060         redundant definition.
27061         (ldbl_insert_mantissa): Likewise.
27062         (ldbl_canonicalize): Likewise.
27063         (ldbl_nearbyint): Likewise.
27064         (ldbl_pack): Rename to ldbl_pack_ppc.
27065         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27066         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27067         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27068
27069 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27070
27071         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27072         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27073         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27074         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27075         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27076         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27077         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27078         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27079
27080 2013-03-07  Andreas Jaeger  <aj@suse.de>
27081
27082         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27083         bits/mman-linux.h.
27084
27085 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27086
27087         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27088         Include mpa.h and declare __MPEXP.
27089         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27090         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27091         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27092         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27093         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27094         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27095         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27096
27097         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27098         (__slowpow): Use long double EXPL and LOGL functions to
27099         compute POW.
27100         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27101         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27102         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27103         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27104         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27105         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27106
27107         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27108         intermediate variable to calculate exponent.
27109         (__sqr): Likewise.
27110         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27111         Likewise.
27112         (__sqr): Likewise.
27113
27114         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27115         [!NO__SQR]: Define __sqr.
27116         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27117         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27118         sysdeps/ieee754/dbl-64/mpa.c.
27119         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27120
27121         [BZ #12723]
27122         * posix/Makefile (tests): Add tst-pathconf.
27123         * posix/tst-pathconf.c: New test case.
27124         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27125         _PC_PIPE_BUF.
27126         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27127
27128 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27129
27130         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27131
27132 2013-03-06  Andreas Jaeger  <aj@suse.de>
27133
27134         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27135         definition via __MAP_ANONYMOUS.
27136
27137         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27138         it's not part of Linux headers.
27139
27140         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27141         (MAP_HUGE_MASK): Define.
27142
27143         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27144         Define.
27145         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27146         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27147         Define.
27148         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27149         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27150         Define.
27151         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27152         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27153         Define.
27154         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27155
27156         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27157         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27158         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27159         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27160         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27161         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27162
27163         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27164         Handle f2fs.
27165
27166         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27167         Handle f2fs and efivarfs.
27168
27169         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27170         f2fs.
27171
27172         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27173         (EFIVARFS_MAGIC): Add.
27174         (F2FS_LINK_MAX): Add.
27175
27176 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27177
27178         * stdio-common/vfprintf.c: Replace __builtin_expect with
27179         __glibc_unlikely.
27180
27181 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27182
27183         [BZ #13550]
27184         * sysdeps/generic/bp-sym.h: Remove file.
27185         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27186         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27187         <bp-sym.h> and <bp-asm.h>.
27188         (__longjmp): Don't use BP_SYM.
27189         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27190         and <bp-asm.h>.
27191         (memcpy): Don't use BP_SYM.
27192         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27193         <bp-sym.h> and <bp-asm.h>.
27194         (memcpy): Don't use BP_SYM.
27195         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27196         <bp-asm.h>.
27197         (memcpy): Don't use BP_SYM.
27198         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27199         <bp-asm.h>.
27200         (memset): Don't use BP_SYM.
27201         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27202         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27203         (__bzero): Don't use BP_SYM.
27204         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27205         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27206         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27207         <bp-sym.h> and <bp-asm.h>.
27208         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27209         pointers.
27210         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27211         <bp-sym.h> and <bp-asm.h>.
27212         (memcpy): Don't use BP_SYM.
27213         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27214         <bp-sym.h> and <bp-asm.h>.
27215         (memset): Don't use BP_SYM.
27216         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27217         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27218         (__bzero): Don't use BP_SYM.
27219         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27220         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27221         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27222         <bp-sym.h> and <bp-asm.h>.
27223         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27224         pointers.
27225         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27226         <bp-sym.h> and <bp-asm.h>.
27227         (memcpy): Don't use BP_SYM.
27228         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27229         <bp-sym.h> and <bp-asm.h>.
27230         (memset): Don't use BP_SYM.
27231         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27232         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27233         (__bzero): Don't use BP_SYM.
27234         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27235         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27236         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27237         <bp-sym.h> and <bp-asm.h>.
27238         (__memchr): Don't use BP_SYM.
27239         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27240         <bp-sym.h> and <bp-asm.h>.
27241         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27242         pointers.
27243         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27244         <bp-sym.h> and <bp-asm.h>.
27245         (memcpy): Don't use BP_SYM.
27246         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27247         <bp-sym.h> and <bp-asm.h>.
27248         (__mempcpy): Don't use BP_SYM.
27249         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27250         <bp-sym.h> and <bp-asm.h>.
27251         (__memrchr): Don't use BP_SYM.
27252         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27253         <bp-sym.h> and <bp-asm.h>.
27254         (memset): Don't use BP_SYM.
27255         (__bzero): Likewise.
27256         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27257         <bp-sym.h> and <bp-asm.h>.
27258         (__rawmemchr): Don't use BP_SYM.
27259         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27260         <bp-sym.h> and <bp-asm.h>.
27261         (__STRCMP): Don't use BP_SYM.
27262         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27263         <bp-sym.h> and <bp-asm.h>.
27264         (strchr): Don't use BP_SYM.
27265         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27266         <bp-sym.h> and <bp-asm.h>.
27267         (__strchrnul): Don't use BP_SYM.
27268         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27269         <bp-sym.h> and <bp-asm.h>.
27270         (strlen): Don't use BP_SYM.
27271         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27272         <bp-sym.h> and <bp-asm.h>.
27273         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27274         pointers.
27275         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27276         <bp-sym.h> and <bp-asm.h>.
27277         (__strnlen): Don't use BP_SYM.
27278         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27279         <bp-sym.h> and <bp-asm.h>.
27280         (__GI__setjmp): Don't use BP_SYM.
27281         (_setjmp): Likewise.
27282         (__sigsetjmp): Likewise.
27283         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27284         (L(start_addresses)): Don't use BP_SYM.
27285         (_start): Likewise.
27286         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27287         <bp-asm.h>.
27288         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27289         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27290         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27291         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27292         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27293         <bp-asm.h>.
27294         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27295         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27296         about bounded pointers.
27297         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27298         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27299         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27300         <bp-asm.h>.
27301         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27302         about bounded pointers.  Remove GKM FIXME comments.
27303         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27304         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27305         <bp-asm.h>.
27306         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27307         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27308         Remove GKM FIXME comments.
27309         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27310         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27311         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27312         <bp-asm.h>.
27313         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27314         about bounded pointers.  Remove GKM FIXME comment.
27315         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27316         and <bp-asm.h>.
27317         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27318         pointers.
27319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27320         <bp-sym.h> and <bp-asm.h>.
27321         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27323         <bp-sym.h> and <bp-asm.h>.
27324         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27325         comment.
27326
27327 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27328
27329         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27330         call free(NULL).
27331
27332 2013-03-05  David S. Miller  <davem@davemloft.net>
27333
27334         * po/es.po: Update from translation team.
27335
27336 2013-03-05  Andreas Jaeger  <aj@suse.de>
27337
27338         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27339         <bits/mman-linux.h>.
27340         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27341         is fine.
27342         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27343         <bits/mman-linux.h> to end of file.
27344         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27345         is fine.
27346         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27347         <bits/mman-linux.h> to end of file.
27348         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27349         is fine.
27350         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27351         <bits/mman-linux.h> to end of file.
27352
27353         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27354         (MCL_CURRENT, MCL_FUTURE): Define here.
27355
27356 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27357
27358         [BZ #15232]
27359         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27360         attribute_hidden.
27361         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27362
27363 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27364
27365         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27366         fourth parameter needed for rt_sigprocmask syscall.
27367         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27368         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27369         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27370         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27371         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27372         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27373
27374 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27375
27376         [BZ #13550]
27377         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27378         comment about bounded pointers.
27379         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27380         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27381
27382 2013-03-04  Andreas Jaeger  <aj@suse.de>
27383
27384         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27385         common definitions.
27386
27387         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27388         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27389         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27390         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27391         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27392         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27393
27394 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27395
27396         [BZ #15055]
27397         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27398         __ieee754_sqrl instead of __sqrl.
27399
27400 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27401
27402         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27403         * sysdeps/powerpc/fpu_control.h: ... here.
27404         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27405         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27406         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27407         * sysdeps/powerpc/bits/mathinline.h: ... here.
27408
27409 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27410
27411         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27412         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27413         to just [NEED_DL_SYSINFO_DSO].
27414         * elf/dl-support.c: Likewise.
27415         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27416         * elf/rtld.c (dl_main): Likewise.
27417         * elf/setup-vdso.h (setup_vdso): Likewise.
27418         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27419         * sysdeps/unix/sysv/linux/dl-sysdep.c
27420         (_dl_discover_osversion): Likewise.
27421
27422 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27423
27424         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27425         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27426
27427 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27428
27429         * NEWS: Mention libm performance improvements and non-x86 PI
27430         futex support.
27431
27432         * csu/libc-start.c (__pthread_initialize_minimal): Change
27433         function arguments.
27434         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27435
27436 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27437
27438         [BZ #13550]
27439         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27440         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27441         <bp-sym.h> and <bp-asm.h>.
27442         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27443         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27444         and <bp-asm.h>.
27445         (memcpy): Don't use BP_SYM.
27446         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27447         <bp-asm.h>.
27448         (__mpn_add_n): Don't use BP_SYM.
27449         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27450         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27451         and <bp-asm.h>.
27452         (__mpn_addmul_1): Don't use BP_SYM.
27453         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27454         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27455         <bp-sym.h>.
27456         (_setjmp): Don't use BP_SYM.
27457         (__novmx_setjmp): Likewise.
27458         (__GI__setjmp): Likewise.
27459         (__vmx_setjmp): Likewise.
27460         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27461         <bp-sym.h>.
27462         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27463         (__bzero): Don't use BP_SYM.
27464         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27465         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27466         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27467         <bp-sym.h> and <bp-asm.h>.
27468         (memcpy): Don't use BP_SYM.
27469         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27470         <bp-sym.h> and <bp-asm.h>.
27471         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27472         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27473         <bp-sym.h> and <bp-asm.h>.
27474         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27475         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27476         <bp-asm.h>.
27477         (__mpn_lshift): Don't use BP_SYM.
27478         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27479         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27480         <bp-asm.h>.
27481         (memset): Don't use BP_SYM.
27482         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27483         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27484         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27485         <bp-asm.h>.
27486         (__mpn_mul_1): Don't use BP_SYM.
27487         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27488         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27489         <bp-sym.h> and <bp-asm.h>.
27490         (memcmp): Don't use BP_SYM.
27491         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27492         <bp-sym.h> and <bp-asm.h>.
27493         (memcpy): Don't use BP_SYM.
27494         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27495         <bp-sym.h> and <bp-asm.h>.
27496         (memset): Don't use BP_SYM.
27497         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27498         <bp-sym.h> and <bp-asm.h>.
27499         (strncmp): Don't use BP_SYM.
27500         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27501         <bp-sym.h> and <bp-asm.h>.
27502         (memcpy): Don't use BP_SYM.
27503         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27504         <bp-sym.h> and <bp-asm.h>.
27505         (memset): Don't use BP_SYM.
27506         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27507         <bp-sym.h> and <bp-asm.h>.
27508         (__memchr): Don't use BP_SYM.
27509         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27510         <bp-sym.h> and <bp-asm.h>.
27511         (memcmp): Don't use BP_SYM.
27512         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27513         <bp-sym.h> and <bp-asm.h>.
27514         (memcpy): Don't use BP_SYM.
27515         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27516         <bp-sym.h> and <bp-asm.h>.
27517         (__mempcpy): Don't use BP_SYM.
27518         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27519         <bp-sym.h> and <bp-asm.h>.
27520         (__memrchr): Don't use BP_SYM.
27521         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27522         <bp-sym.h> and <bp-asm.h>.
27523         (memset): Don't use BP_SYM.
27524         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27525         <bp-sym.h> and <bp-asm.h>.
27526         (__rawmemchr): Don't use BP_SYM.
27527         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27528         <bp-sym.h> and <bp-asm.h>.
27529         (__STRCMP): Don't use BP_SYM.
27530         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27531         <bp-sym.h> and <bp-asm.h>.
27532         (strchr): Don't use BP_SYM.
27533         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27534         <bp-sym.h> and <bp-asm.h>.
27535         (__strchrnul): Don't use BP_SYM.
27536         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27537         <bp-sym.h> and <bp-asm.h>.
27538         (strlen): Don't use BP_SYM.
27539         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27540         <bp-sym.h> and <bp-asm.h>.
27541         (strncmp): Don't use BP_SYM.
27542         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27543         <bp-sym.h> and <bp-asm.h>.
27544         (__strnlen): Don't use BP_SYM.
27545         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27546         <bp-asm.h>.
27547         (__mpn_rshift): Don't use BP_SYM.
27548         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27549         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27550         <bp-sym.h> and <bp-asm.h>.
27551         (__sigsetjmp): Don't use BP_SYM.
27552         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27553         (L(start_addresses)): Don't use BP_SYM.
27554         (_start): Likewise.
27555         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27556         <bp-asm.h>.
27557         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27558         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27559         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27560         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27561         <bp-asm.h>.
27562         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27563         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27564         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27565         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27566         <bp-asm.h>.
27567         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27568         comments.
27569         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27570         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27571         <bp-asm.h>.
27572         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27573         FIXME comments.
27574         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27575         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27576         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27577         <bp-asm.h>.
27578         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27579         comment.
27580         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27581         and <bp-asm.h>.
27582         (strncmp): Don't use BP_SYM,
27583         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27584         <bp-asm.h>.
27585         (__mpn_sub_n): Don't use BP_SYM.
27586         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27587         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27588         and <bp-asm.h>.
27589         (__mpn_submul_1): Don't use BP_SYM.
27590         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27592         <bp-sym.h> and <bp-asm.h>.
27593         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27595         <bp-sym.h> and <bp-asm.h>.
27596         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27597         comment.
27598
27599 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27600
27601         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27602         Use ZK to minimize writes to Z.
27603         (sub_magnitudes): Simplify code a bit.
27604         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27605         Use ZK to minimize writes to Z.
27606         (sub_magnitudes): Simplify code a bit.
27607
27608 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27609
27610         * csu/gmon-start.c: Add special exception to license text.
27611
27612 2013-02-27  Richard Henderson  <rth@redhat.com>
27613
27614         * scripts/config.guess: Update from config.git.
27615         * scripts/config.sub: Likewise.
27616
27617 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27618
27619         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27620
27621         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27622
27623         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27624
27625         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27626
27627         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27628
27629 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27630
27631         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27632         [$(build-shared = yes].
27633
27634 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27635
27636         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27637         (__mul): Reduce iterations for calculating mantissa.
27638
27639         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27640         MPTWO.
27641         (__mpranred): Likewise.
27642
27643         [BZ #15160]
27644         * malloc/memusagestat.c (main): Draw graphs for heap and stack
27645         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27646
27647 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27648
27649         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27650         Define __attribute__.
27651
27652 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27653
27654         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27655         unused.
27656         * posix/regex_internal.h (__attribute): Remove.
27657         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27658         (re_string_context_at): Likewise.
27659         (bitset_not): Use __attribute__ and mark function as possibly
27660         unused.
27661         (bitset_merge): Likewise.
27662         (bitset_mask): Likewise.
27663         (re_string_char_size_at): Likewise.
27664         (re_string_wchar_at): Likewise.
27665         (re_string_elem_size_at): Likewise.
27666
27667 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27668
27669         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27670         code.
27671         (cc32): Likewise.
27672
27673         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27674         (__acr): Likewise.
27675         (__cpy): Likewise.
27676         (norm): Likewise.
27677         (denorm): Likewise.
27678         (__dbl_mp): Likewise.
27679         (add_magnitudes): Likewise.
27680         (sub_magnitudes): Likewise.
27681         (__mul): Likewise.
27682         (__inv): Likewise.
27683
27684         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27685         style.
27686
27687         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27688         style.
27689
27690         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27691         code.
27692
27693         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27694         up changes with default code.
27695         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27696         Likewise.
27697
27698 2013-02-24  Allan McRae  <allan@archlinux.org>
27699
27700         * manual/socket.texi (The Internet Namespace): Order menu items
27701         to match that in the file.
27702
27703         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27704         node listing of the info page menu.
27705
27706 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
27707
27708         [BZ #13550]
27709         * sysdeps/i386/bp-asm.h: Remove file.
27710         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27711         (PARMS): Do not use macros from bp-asm.h.
27712         (S1): Likewise.
27713         (S2): Likewise.
27714         (SIZE): Likewise.
27715         (__mpn_add_n): Do not use BP_SYM
27716         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27717         "bp-asm.h".
27718         (PARMS): Do not use macros from bp-asm.h.
27719         (S1): Likewise.
27720         (SIZE): Likewise.
27721         (__mpn_addmul_1): Do not use BP_SYM
27722         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27723         "bp-asm.h".
27724         (PARMS): Do not use macros from bp-asm.h.
27725         (SIGMSK): Likewise.
27726         (_setjmp): Likewise.  Do not use BP_SYM.
27727         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27728         "bp-asm.h".
27729         (PARMS): Do not use macros from bp-asm.h.
27730         (SIGMSK): Likewise.
27731         (setjmp): Likewise.  Do not use BP_SYM.
27732         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27733         "bp-asm.h".
27734         (PARMS): Do not use macros from bp-asm.h.
27735         (__frexp): Do not use BP_SYM.
27736         (frexp): Likewise.
27737         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27738         "bp-asm.h".
27739         (PARMS): Do not use macros from bp-asm.h.
27740         (__frexpf): Do not use BP_SYM.
27741         (frexpf): Likewise.
27742         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
27743         "bp-asm.h".
27744         (PARMS): Do not use macros from bp-asm.h.
27745         (__frexpl): Do not use BP_SYM.
27746         (frexpl): Likewise.
27747         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
27748         "bp-asm.h".
27749         (PARMS): Do not use macros from bp-asm.h.
27750         (__remquo): Do not use BP_SYM.
27751         (remquo): Likewise.
27752         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
27753         "bp-asm.h".
27754         (PARMS): Do not use macros from bp-asm.h.
27755         (__remquof): Do not use BP_SYM.
27756         (remquof): Likewise.
27757         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
27758         "bp-asm.h".
27759         (PARMS): Do not use macros from bp-asm.h.
27760         (__remquol): Do not use BP_SYM.
27761         (remquol): Likewise.
27762         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
27763         "bp-asm.h".
27764         (PARMS): Do not use macros from bp-asm.h.
27765         (DEST): Likewise.
27766         (SRC): Likewise.
27767         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
27768         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
27769         "bp-asm.h".
27770         (PARMS): Do not use macros from bp-asm.h.
27771         (strlen): Do not use BP_SYM.
27772         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
27773         "bp-asm.h".
27774         (PARMS): Do not use macros from bp-asm.h.
27775         (S1): Likewise.
27776         (S2): Likewise.
27777         (SIZE): Likewise.
27778         (__mpn_add_n): Do not use BP_SYM.
27779         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
27780         "bp-asm.h".
27781         (PARMS): Do not use macros from bp-asm.h.
27782         (S1): Likewise.
27783         (SIZE): Likewise.
27784         (__mpn_addmul_1): Do not use BP_SYM.
27785         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
27786         weak_alias.
27787         (bzero): Likewise.
27788         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
27789         "bp-asm.h".
27790         (PARMS): Do not use macros from bp-asm.h.
27791         (S): Likewise.
27792         (SIZE): Likewise.
27793         (__mpn_lshift): Do not use BP_SYM.
27794         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
27795         "bp-asm.h".
27796         (PARMS): Do not use macros from bp-asm.h.
27797         (DEST): Likewise.
27798         (SRC): Likewise.
27799         (LEN): Likewise.
27800         (memcpy): Likewise.  Do not use BP_SYM.
27801         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
27802         libc_hidden_def and weak_alias.
27803         (mempcpy): Do not use BP_SYM in weak_alias.
27804         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
27805         "bp-asm.h".
27806         (PARMS): Do not use macros from bp-asm.h.
27807         (DEST): Likewise.
27808         (LEN): Likewise.
27809         [!BZERO_P] (CHR): Likewise.
27810         (memset): Likewise.  Do not use BP_SYM.
27811         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
27812         "bp-asm.h".
27813         (PARMS): Do not use macros from bp-asm.h.
27814         (S1): Likewise.
27815         (SIZE): Likewise.
27816         (__mpn_mul_1): Do not use BP_SYM.
27817         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
27818         "bp-asm.h".
27819         (PARMS): Do not use macros from bp-asm.h.
27820         (S): Likewise.
27821         (SIZE): Likewise.
27822         (__mpn_rshift): Do not use BP_SYM.
27823         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
27824         "bp-asm.h".
27825         (PARMS): Do not use macros from bp-asm.h.
27826         (STR): Likewise.
27827         (CHR): Likewise.
27828         (strchr): Likewise.  Do not use BP_SYM.
27829         (index): Do not use BP_SYM in weak_alias.
27830         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
27831         "bp-asm.h".
27832         (PARMS): Do not use macros from bp-asm.h.
27833         (DEST): Likewise.
27834         (SRC): Likewise.
27835         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
27836         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
27837         "bp-asm.h".
27838         (PARMS): Do not use macros from bp-asm.h.
27839         (strlen): Do not use BP_SYM.
27840         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
27841         "bp-asm.h".
27842         (PARMS): Do not use macros from bp-asm.h.
27843         (S1): Likewise.
27844         (S2): Likewise.
27845         (SIZE): Likewise.
27846         (__mpn_sub_n): Do not use BP_SYM.
27847         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
27848         "bp-asm.h".
27849         (PARMS): Do not use macros from bp-asm.h.
27850         (S1): Likewise.
27851         (SIZE): Likewise.
27852         (__mpn_submul_1): Do not use BP_SYM.
27853         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
27854         "bp-asm.h".
27855         (PARMS): Do not use macros from bp-asm.h.
27856         (S1): Likewise.
27857         (S2): Likewise.
27858         (SIZE): Likewise.
27859         (__mpn_add_n): Do not use BP_SYM.
27860         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
27861         weak_alias.
27862         (bzero): Likewise.
27863         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
27864         "bp-asm.h".
27865         (PARMS): Do not use macros from bp-asm.h.
27866         (BLK2): Likewise.
27867         (LEN): Likewise.
27868         (memcmp): Do not use BP_SYM.
27869         (bcmp): Do not use BP_SYM in weak_alias.
27870         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
27871         "bp-asm.h".
27872         (PARMS): Do not use macros from bp-asm.h.
27873         (DEST): Likewise.
27874         (SRC): Likewise.
27875         (LEN): Likewise.
27876         (memcpy): Likewise.  Do not use BP_SYM.
27877         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
27878         "bp-asm.h".
27879         (PARMS): Do not use macros from bp-asm.h.
27880         (DEST): Likewise.
27881         (SRC): Likewise.
27882         (LEN): Likewise.
27883         (memmove): Likewise.  Do not use BP_SYM.
27884         * sysdeps/i386/i686/mempcpy.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         (SRC): Likewise.
27889         (LEN): Likewise.
27890         (__mempcpy): Likewise.  Do not use BP_SYM.
27891         (mempcpy): Do not use BP_SYM in weak_alias.
27892         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
27893         "bp-asm.h".
27894         (PARMS): Do not use macros from bp-asm.h.
27895         (DEST): Likewise.
27896         (LEN): Likewise.
27897         [!BZERO_P] (CHR): Likewise.
27898         (memset): Likewise.  Do not use BP_SYM.
27899         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
27900         "bp-asm.h".
27901         (PARMS): Do not use macros from bp-asm.h.
27902         (STR2): Likewise.
27903         (strcmp): Do not use BP_SYM.
27904         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
27905         "bp-asm.h".
27906         (PARMS): Do not use macros from bp-asm.h.
27907         (STR): Likewise.
27908         (DELIM): Likewise.
27909         [USE_AS_STRTOK_R] (SAVE): Likewise.
27910         (FUNCTION): Likewise.  Do not use BP_SYM.
27911         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
27912         aliases.
27913         (strtok_r): Likewise.
27914         (__GI___strtok_r): Likewise.
27915         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27916         (PARMS): Do not use macros from bp-asm.h.
27917         (S): Likewise.
27918         (SIZE): Likewise.
27919         (__mpn_lshift): Do not use BP_SYM.
27920         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27921         (PARMS): Do not use macros from bp-asm.h.
27922         (STR): Likewise.
27923         (CHR): Likewise.
27924         (__memchr): Do not use BP_SYM.
27925         (memchr): Do not use BP_SYM in weak_alias.
27926         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27927         (PARMS): Do not use macros from bp-asm.h.
27928         (BLK2): Likewise.
27929         (LEN): Likewise.
27930         (memcmp): Do not use BP_SYM.
27931         (bcmp): Do not use BP_SYM in weak_alias.
27932         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
27933         (PARMS): Do not use macros from bp-asm.h.
27934         (S1): Likewise.
27935         (SIZE): Likewise.
27936         (__mpn_mul_1): Do not use BP_SYM.
27937         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
27938         "bp-asm.h".
27939         (PARMS): Do not use macros from bp-asm.h.
27940         (STR): Likewise.
27941         (CHR): Likewise.
27942         (__rawmemchr): Do not use BP_SYM.
27943         (rawmemchr): Do not use BP_SYM in weak_alias.
27944         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27945         (PARMS): Do not use macros from bp-asm.h.
27946         (S): Likewise.
27947         (SIZE): Likewise.
27948         (__mpn_rshift): Do not use BP_SYM.
27949         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27950         (PARMS): Do not use macros from bp-asm.h.
27951         (SIGMSK): Likewise.
27952         (__sigsetjmp): Likewise.  Do not use BP_SYM.
27953         * sysdeps/i386/start.S: Do not include "bp-sym.h".
27954         (_start): Do not use BP_SYM.
27955         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
27956         (PARMS): Do not use macros from bp-asm.h.
27957         (DEST): Likewise.
27958         (SRC): Likewise.
27959         (__stpcpy): Likewise.  Do not use BP_SYM.
27960         (stpcpy): Do not use BP_SYM in weak_alias.
27961         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
27962         "bp-asm.h".
27963         (PARMS): Do not use macros from bp-asm.h.
27964         (DEST): Likewise.
27965         (SRC): Likewise.
27966         (LEN): Likewise.
27967         (__stpncpy): Likewise.  Do not use BP_SYM.
27968         (stpncpy): Do not use BP_SYM in weak_alias.
27969         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27970         (PARMS): Do not use macros from bp-asm.h.
27971         (STR): Likewise.
27972         (CHR): Likewise.
27973         (strchr): Likewise.  Do not use BP_SYM.
27974         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
27975         "bp-asm.h".
27976         (PARMS): Do not use macros from bp-asm.h.
27977         (STR): Likewise.
27978         (CHR): Likewise.
27979         (__strchrnul): Likewise.  Do not use BP_SYM.
27980         (strchrnul): Do not use BP_SYM in weak_alias.
27981         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
27982         "bp-asm.h".
27983         (PARMS): Do not use macros from bp-asm.h.
27984         (STOP): Likewise.
27985         (strcspn): Do not use BP_SYM.
27986         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
27987         "bp-asm.h".
27988         (PARMS): Do not use macros from bp-asm.h.
27989         (STR): Likewise.
27990         (STOP): Likewise.
27991         (strpbrk): Likewise.  Do not use BP_SYM.
27992         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
27993         "bp-asm.h".
27994         (PARMS): Do not use macros from bp-asm.h.
27995         (STR): Likewise.
27996         (CHR): Likewise.
27997         (strrchr): Likewise.  Do not use BP_SYM.
27998         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
27999         (PARMS): Do not use macros from bp-asm.h.
28000         (SKIP): Likewise.
28001         (strspn): Do not use BP_SYM.
28002         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28003         (PARMS): Do not use macros from bp-asm.h.
28004         (STR): Likewise.
28005         (DELIM): Likewise.
28006         (SAVE): Likewise.
28007         (FUNCTION): Likewise.  Do not use BP_SYM.
28008         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28009         aliases.
28010         (strtok_r): Likewise.
28011         (__GI___strtok_r): Likewise.
28012         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28013         (PARMS): Do not use macros from bp-asm.h.
28014         (S1): Likewise.
28015         (S2): Likewise.
28016         (SIZE): Likewise.
28017         (__mpn_sub_n): Do not use BP_SYM.
28018         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28019         "bp-asm.h".
28020         (PARMS): Do not use macros from bp-asm.h.
28021         (S1): Likewise.
28022         (SIZE): Likewise.
28023         (__mpn_submul_1): Do not use BP_SYM.
28024         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28025         <bp-sym.h>.
28026         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28027         and <bp-asm.h>.
28028         (PARMS): Do not use macros from bp-asm.h.
28029         (FLAGS): Likewise.
28030         (PTID): Likewise.
28031         (TLS): Likewise.
28032         (CTID): Likewise.
28033         (__clone): Do not use BP_SYM.
28034         (clone): Do not use BP_SYM in weak_alias.
28035         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28036         and <bp-asm.h>.
28037         (PARMS): Do not use macros from bp-asm.h.
28038         (LEN): Likewise.
28039         (__mmap64): Do not use BP_SYM.
28040         (mmap64): Do not use BP_SYM in weak_alias.
28041         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28042         <bp-sym.h> and <bp-asm.h>.
28043         (PARMS): Do not use macros from bp-asm.h.
28044         (__posix_fadvise64_l64): Do not use BP_SYM.
28045         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28046         (PARMS): Do not use macros from bp-asm.h.
28047         (NSOPS): Likewise.
28048         (semtimedop): Do not use BP_SYM.
28049         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28050         and <bp-asm.h>.
28051
28052 2013-02-21  Allan McRae  <allan@archlinux.org>
28053
28054         * manual/message.texi (Charset conversion in gettext):
28055         Move @end statement to beginning of line.
28056
28057 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28058
28059         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28060         static.
28061         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28062         Likewise.
28063
28064         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28065         (denorm): Likewise.
28066         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28067         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28068
28069 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28070
28071         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28072         tail-call to the resolved function if pltexit isn't needed.
28073
28074 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28075
28076         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28077         or Y being zero as being unlikely.
28078         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28079         Likewise.
28080
28081 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28082
28083         * manual/nss.texi (System Databases and Name Service Switch):
28084         Remove frobnicate @pxref.
28085
28086 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28087
28088         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28089         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28090
28091 2013-02-20  Petr Machata  <pmachata@redhat.com>
28092
28093         * elf/elf.h (R_ARM_TARGET1): New macro.
28094         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28095         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28096         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28097         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28098         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28099         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28100         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28101         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28102         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28103         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28104         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28105         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28106         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28107         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28108         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28109         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28110         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28111         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28112         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28113         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28114         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28115         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28116         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28117         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28118         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28119         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28120         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28121         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28122         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28123         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28124         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28125         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28126         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28127         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28128         (R_ARM_THM_GOT_BREL12): Likewise.
28129         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28130         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28131         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28132         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28133         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28134         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28135         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28136         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28137         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28138
28139 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28140
28141         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28142         __attribute_used__ to __attribute__ ((unused)).
28143
28144 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28145
28146         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28147         powerpc mpa.c.
28148         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28149         comment formatting.
28150         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28151
28152 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28153
28154         [BZ #13550]
28155         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28156         Remove macro.
28157         (ENTER): Remove both macro definitions.
28158         (LEAVE): Likewise.
28159         (CHECK_BOUNDS_LOW): Likewise.
28160         (CHECK_BOUNDS_HIGH): Likewise.
28161         (CHECK_BOUNDS_BOTH): Likewise.
28162         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28163         (RETURN_BOUNDED_POINTER): Likewise.
28164         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28165         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28166         (POP_ERRNO_LOCATION_RETURN): Likewise.
28167         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28168         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28169         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28170         macros.
28171         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28172         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28173         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28174         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28175         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28176         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28177         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28178         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28179         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28180         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28181         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28182         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28183         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28184         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28185         removed macros.
28186         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28187         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28188         macros.
28189         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28190         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28191         * sysdeps/i386/i586/memset.S (memset): Likewise.
28192         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28193         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28194         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28195         macros.
28196         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28197         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28198         Change uses of L(2) to L(out).
28199         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28200         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28201         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28202         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28203         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28204         removed macros.
28205         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28206         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28207         macros.
28208         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28209         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28210         (RETURN): Do not use macro LEAVE.
28211         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28212         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28213         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28214         * sysdeps/i386/i686/memset.S (memset): Likewise.
28215         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28216         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28217         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28218         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28219         Likewise.
28220         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28221         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28222         L(1_2) and L(1_3) into L(1).
28223         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28224         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28225         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28226         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28227         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28228         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28229         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28230         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28231         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28232         macros.
28233         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28234         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28235         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28236         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28237         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28238         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28239         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28240         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28241         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28242         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28243         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28244         * sysdeps/i386/strspn.S (strspn): Likewise.
28245         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28246         conditional code.
28247         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28248         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28249         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28250         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28251         L(1_3) into L(1_1).
28252         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28253         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28254         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28255         macros.
28256         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28257
28258 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28259
28260         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28261         macro.
28262
28263 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28264
28265         * math/atest-exp.c (exp_mpn): Remove ROUND.
28266         * math/atest-exp2.c (exp_mpn): Likewise.
28267         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28268
28269         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28270         * stdlib/tst-tls-atexit-lib.c: Likewise.
28271         * stdlib/tst-tls-atexit.c: Likewise.
28272
28273 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28274
28275         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28276         and __attribute_alloc_size__.
28277
28278 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28279
28280         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28281         __attribute_alloc_size__.
28282         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28283         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28284
28285 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28286
28287         * include/programs/xmalloc.h: New file.
28288         * catgets/gencat.c: Include it.
28289         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28290         * elf/pldd.c: Likewise.
28291         * iconv/iconv_charmap.c: Likewise.
28292         * iconv/iconvconfig.c: Likewise.
28293         * iconv/strtab.c: Likewise.
28294         * locale/programs/locale.c: Likewise.
28295         * locale/programs/localedef.h: Likewise.
28296         * locale/programs/simple-hash.c: Likewise.
28297         * nscd/nscd.h: Likewise.
28298         * nss/makedb.c: Likewise.
28299         * sysdeps/generic/ldconfig.h: Likewise.
28300
28301 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28302
28303         * Versions.def: Add GLIBC_2.18.
28304         * include/link.h (struct link_map): New member l_tls_dtor_count.
28305         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28306         (__call_tls_dtors): Likewise.
28307         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28308         __cxa_thread_atexit_impl.
28309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28310         Likewise.
28311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28312         Likewise.
28313         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28314         Likewise.
28315         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28316         Likewise.
28317         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28318         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28319         Likewise.
28320         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28321         Likewise.
28322         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28323         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28324         Likewise.
28325         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28326         (tests): Add test case tst-tls-atexit.
28327         (modules-names): Add shared library for tst-tls-atexit.
28328         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28329         (GLIBC_PRIVATE): Add __call_tls_dtors.
28330         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28331         for libstdc++.
28332         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28333         * stdlib/tst-tls-atexit.c: New test case.
28334         * stdlib/tst-tls-atexit-lib.c: New test case.
28335
28336         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28337
28338         * elf/Versions (ld): Add _dl_find_dso_for_object.
28339         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28340         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28341         (dl_open_worker): Use _dl_find_dso_for_object.
28342         * elf/dl-sym.c (do_sym): Likewise.
28343         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28344
28345 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28346
28347         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28348         Syntactic changes only.
28349         (_dl_runtime_profile): Do a tail-call to the resolved function.
28350
28351 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28352
28353         [BZ #13550]
28354         * sysdeps/x86_64/bp-asm.h: Remove file.
28355         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28356         <bp-sym.h> and <bp-asm.h>.
28357         (__clone): Do not use BP_SYM.
28358         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28359         <bp-sym.h> and <bp-asm.h>.
28360         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28361         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28362         "bp-asm.h".
28363         (_setjmp): Do not use BP_SYM.
28364         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28365         "bp-asm.h".
28366         (setjmp): Do not use BP_SYM.
28367         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28368         libc_hidden_def.
28369         (mempcpy): Do not use BP_SYM in weak_alias.
28370         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28371         "bp-asm.h".
28372         (strchr): Do not use BP_SYM.
28373         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28374         "bp-asm.h".
28375         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28376         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28377         (_start): Do not use BP_SYM.
28378         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28379         "bp-asm.h".
28380         (strcat): Do not use BP_SYM.
28381         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28382         "bp-asm.h".
28383         (STRCMP): Do not use BP_SYM.
28384         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28385         "bp-asm.h".
28386         (STRCPY): Do not use BP_SYM.
28387         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28388         "bp-asm.h".
28389         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28390         "bp-asm.h".
28391         (FUNCTION): Do not use BP_SYM.
28392         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28393         weak_alias.
28394         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28395
28396 2013-02-17  Andreas Jaeger  <aj@suse.de>
28397
28398         * time/Versions: Sort entries.
28399         * string/Versions: Likewise.
28400         * resolv/Versions: Likewise.
28401         * posix/Versions: Likewise.
28402         * iconv/Versions: Likewise.
28403         * elf/Versions: Likewise.
28404         * wcsmbs/Versions: Likewise.
28405
28406 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28407
28408         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28409         loop termination condition.
28410
28411         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28412         variable to calculate EZ.
28413         (__sqr): Likewise.
28414
28415         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28416         the lower precision input.
28417
28418 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28419
28420         [BZ #13550]
28421         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28422         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28423         (run-via-rtld-prefix): Do not handle %-bp tests.
28424         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28425         (all-object-suffixes): Remove .ob.
28426         (bppfx): Remove variable.
28427         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28428         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28429         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28430         [$(build-bounded) = yes] (libtype.ob): Likewise.
28431         * Makerules (elide-routines.ob): Remove variable.
28432         (do-tests-clean): Do not handle *-bp.out.
28433         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28434         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28435         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28436         (tests): Do not include $(tests-bp.out).
28437         (xtests): Do not include $(xtests-bp.out).
28438         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28439         [$(build-bounded) = yes] ($(addprefix
28440         $(objpfx),$(binaries-bounded))): Remove rule.
28441         ($(objpfx)%-bp.out): Remove rule.
28442         * config.make.in (build-bounded): Remove variable.
28443         * crypt/Makefile [$(build-bounded) = yes]
28444         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28445         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28446         append to variable.
28447         [$(build-bounded) = yes] (install-lib): Likewise.
28448         [$(build-bounded) = yes] (generated): Likewise.
28449         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28450         Remove rule.
28451         * intl/Makefile [$(build-bounded) = yes]
28452         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28453         * math/Makefile [$(build-bounded) = yes]
28454         ($(tests:%=$(objpfx)%-bp): Likewise.
28455         * misc/Makefile [$(build-bounded) = yes]
28456         ($(objpfx)tst-tsearch-bp): Likewise.
28457         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28458         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28459         Remove dependency.
28460         * string/Makefile (o-objects.ob): Remove variable.
28461         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28462         (CFLAGS-.ob): Remove variable.
28463         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28464         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28465         both definitions of variable.
28466         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28467         (ASFLAGS-.ob): Remove variable.
28468
28469 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28470
28471         [BZ #13550]
28472         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28473         Remove __BOUNDED_POINTERS__ from condition.
28474         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28475         * string/bits/string2.h [!__NO_STRING_INLINES &&
28476         !__BOUNDED_POINTERS__]: Likewise.
28477         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28478         Likewise.
28479         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28480         Remove conditional code.
28481         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28482         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28483         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28484         condition.
28485
28486         [BZ #13550]
28487         * csu/libc-start.c: Do not include <bp-sym.h>.
28488         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28489         * elf/dl-open.c: Do not include <bp-sym.h>.
28490         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28491         * math/fegetenv.c: Do not include <bp-sym.h>.
28492         (fegetenv): Do not use BP_SYM in versioned symbols.
28493         * nptl/sysdeps/pthread/bits/libc-lockP.h
28494         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28495         <bp-sym.h>.
28496         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28497         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28498         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28499         (__pthread_mutex_destroy): Likewise.
28500         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28501         (__pthread_mutex_lock): Likewise.
28502         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28503         (__pthread_mutex_trylock): Likewise.
28504         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28505         (__pthread_mutex_unlock): Likewise.
28506         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28507         (__pthread_mutexattr_init): Likewise.
28508         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28509         (__pthread_mutexattr_destroy): Likewise.
28510         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28511         (__pthread_mutexattr_settype): Likewise.
28512         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28513         (__pthread_rwlock_init): Likewise.
28514         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28515         (__pthread_rwlock_destroy): Likewise.
28516         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28517         (__pthread_rwlock_rdlock): Likewise.
28518         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28519         (__pthread_rwlock_tryrdlock): Likewise.
28520         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28521         (__pthread_rwlock_wrlock): Likewise.
28522         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28523         (__pthread_rwlock_trywrlock): Likewise.
28524         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28525         (__pthread_rwlock_unlock): Likewise.
28526         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28527         (__pthread_key_create): Likewise.
28528         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28529         (__pthread_setspecific): Likewise.
28530         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28531         (__pthread_getspecific): Likewise.
28532         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28533         Likewise.
28534         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28535         (_pthread_cleanup_push_defer): Likewise.
28536         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28537         (_pthread_cleanup_pop_restore): Likewise.
28538         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28539         (pthread_setcancelstate): Likewise.
28540         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28541         <bp-sym.h>.
28542         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28543         (memchr): Do not use BP_SYM in weak_alias.
28544         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28545         (fegetenv): Do not use BP_SYM in versioned symbols.
28546         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28547         (fesetenv): Do not use BP_SYM in versioned symbols.
28548         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28549         (feupdateenv): Do not use BP_SYM in versioned symbols.
28550         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28551         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28552         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28553         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28554         (open64): Do not use BP_SYM in weak_alias.
28555         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28556         (fegetenv): Do not use BP_SYM in versioned symbols.
28557         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28558         (fesetenv): Do not use BP_SYM in versioned symbols.
28559         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28560         (feupdateenv): Do not use BP_SYM in versioned symbols.
28561         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28562         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28563         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28564         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28565         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28566         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28567         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28568         <bp-sym.h>.
28569         (__libc_start_main): Do not use BP_SYM.
28570
28571 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28572
28573         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28574         redundant return line.
28575         (norm): Likewise.
28576         (denorm): Likewise.
28577         (dbl_mp): Likewise.
28578         (sub_magnitudes): Likewise.
28579         (__add): Likewise.
28580         (__sub): Likewise.
28581         (__mul): Likewise.
28582         (__inv): Likewise.
28583         (__dvd): Likewise.
28584         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28585         (norm): Likewise.
28586         (denorm): Likewise.
28587         (dbl_mp): Likewise.
28588         (sub_magnitudes): Likewise.
28589         (__add): Likewise.
28590         (__sub): Likewise.
28591         (__mul): Likewise.
28592         (__inv): Likewise.
28593         (__dvd): Likewise.
28594
28595         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28596         instead of __mul.
28597         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28598         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28599         (cc32): Likewise.
28600
28601         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28602         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28603         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28604         of __mul for squares.
28605         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28606         function
28607         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28608         Likewise.
28609         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28610         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28611
28612 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28613
28614         [BZ #13550]
28615         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28616         code.
28617         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28618         prototype or function definition.  Rename ubp_* variables and
28619         parameters.  Remove argv definitions conditional on
28620         [__BOUNDED_POINTERS__].
28621         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28622         * elf/dl-runtime.c (_dl_fixup): Likewise.
28623         * include/set-hooks.h (RUN_HOOK): Likewise.
28624         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28625         definition.
28626         * string/strcpy.c (strcpy): Do not use __unbounded.
28627         * sysdeps/generic/frame.h (struct layout): Likewise.
28628         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28629         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28630         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28631         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28632         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28633         (__backtrace): Likewise.
28634         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28635         use __ptrvalue.
28636         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28637         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28638         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28639         Likewise.
28640         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28641         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28642         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28643         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28644         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28645         Do not use __unbounded.
28646         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28647         Rename __unboundedrlimits parameter to rlimits in prototype.
28648         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28649         Do not use __unbounded.
28650         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28651         not use __ptrvalue.
28652         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28653         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28654         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28655         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28656         __ptrvalue or __unbounded.
28657         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28658         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28659         use __unbounded.
28660         (__new_msgctl): Do not use __ptrvalue.
28661         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28662         __unbounded.
28663         (__libc_msgrcv): Do not use __ptrvalue.
28664         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28665         startup_info): Do not use __unbounded.
28666         (__libc_start_main): Likewise.  Rename ubp_* variables and
28667         parameters.  Remove argv definitions conditional on
28668         [__BOUNDED_POINTERS__].
28669         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28670         __ptrvalue.
28671         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28672         use __unbounded.
28673         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28674         or __ptrvalue.
28675         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28676         use __unbounded.
28677         (__new_shmctl): Do not use __ptrvalue.
28678         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28679         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28680         Likewise.
28681         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28682         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28683         (__libc_sigaction): Likewise.
28684         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28685         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28686         Likewise.
28687         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28688
28689 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
28690
28691         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
28692
28693         * string/mempcpy.c: Implement by calling memcpy.
28694
28695 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28696
28697         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28698
28699         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28700         evaluation.
28701
28702         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28703         values in the mantissa.
28704
28705         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28706         minimize writes to Z.
28707         (sub_magnitudes): Simplify code a bit.
28708
28709 2013-02-12  Roland McGrath  <roland@hack.frob.com>
28710
28711         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28712         from the message.  The linker prefixes all warnings with that already.
28713
28714 2013-02-12  Andreas Schwab  <schwab@suse.de>
28715
28716         [BZ #15078]
28717         * posix/regexec.c (extend_buffers): Add parameter min_len.
28718         (check_matching): Pass minimum needed length.
28719         (clean_state_log_if_needed): Likewise.
28720         (get_subexp): Likewise.
28721         * posix/Makefile (tests): Add bug-regex34.
28722         (bug-regex34-ENV): Define.
28723         * posix/bug-regex34.c: New file.
28724
28725         [BZ #11561]
28726         * posix/regcomp.c (parse_bracket_exp): When looking up collating
28727         elements compare against the byte sequence of it, not its name.
28728         * posix/Makefile (tests): Add bug-regex35.
28729         (bug-regex35-ENV): Define.
28730         * posix/bug-regex35.c: New file.
28731
28732 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28733
28734         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
28735         comment.
28736         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28737         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28738         (CHECK_EOL): Add undef.
28739
28740 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
28741
28742         * bits/stdlib-bsearch.h: New file.
28743         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
28744         * stdlib/stdlib.h: Likewise.
28745
28746 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28747
28748         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
28749         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28750         declaration.
28751         * manual/search.texi (Array Search Function): Add missing const in
28752         lfind prototype.
28753         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
28754         declaration to use rlim_t.
28755         (Basic Scheduling Functions): Remove erroneous const from
28756         sched_getparam prototype.  Remove erroneous * from
28757         sched_get_priority_max and sched_get_priority_min prototypes.
28758         (Resource Usage): Fix summary @comment on vtimes to refer to
28759         sys/vtimes.h rather than vtimes.h.
28760         Add missing *s in vtimes prototype.
28761         (Limits on Resources): Fix ulimit prototype to return long int.
28762         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
28763         prototypes to use long int rather than double.
28764         (BSD Random): Fix initstate and setstate to use char *, not void *.
28765         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
28766         prototype to make second argument 'struct aiocb64 *const[]'.
28767         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
28768         (Status of AIO Operations): Remove erroneous const in aio_return and
28769         aio_return64 prototypes.
28770         (Synchronizing I/O): Fix sync prototype to return void.
28771         * manual/startup.texi (Suboptions): Remove an erroneous const in
28772         getsubopt prototype.
28773         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
28774         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
28775         use size_t rather than int.
28776         (Scanning All Users): Likewise for getpwent_r.
28777         (Setting Groups): Add missing const to setgroups prototype.
28778         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
28779         * manual/socket.texi (Host Names): Fix gethostbyaddr and
28780         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
28781         'const void *' rather than 'const char *'.
28782         (Host Address Functions): Likewise for inet_ntop.
28783         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
28784         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
28785         ssize_t for return value.
28786         (Sending Data): Likewise for send, sendto, sendmsg.
28787         (Socket Option Functions): Add a missing const in setsockopt prototype.
28788         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
28789         use wchar_t for the argument.
28790         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
28791         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
28792         take no arguments.
28793         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
28794         double/float/long double for second argument.
28795         Fix return types of significand, significandf, significandl.
28796         * manual/filesys.texi (Setting Permissions): Use mode_t for second
28797         argument in fchmod prototype.
28798         (File Owner): Use uid_t and gid_t in fchown prototype.
28799         (File Times): Add const to utimes, futimes, and lutimes prototypes.
28800         (Making Special Files): Use mode_t and dev_t in mknod prototype.
28801         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
28802         use 'const struct dirent **' as argument types to CMP function pointer
28803         argument.
28804         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
28805         (File Times): Fix summary magic @comment for struct utimbuf and utime
28806         to refer to utime.h, not time.h.
28807         * manual/string.texi (Argz Functions): Add missing const in
28808         argz_extract and argz_next prototypes.
28809         (Finding Tokens in a String): Likewise for basename.
28810         (String/Array Comparison): Fix typo in wcscasecmp prototype.
28811         (Copying and Concatenation): Fix typo in wmemmove prototype.
28812         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
28813         (Signal Stack): Remove erroneous const in sigstack prototype.
28814         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
28815         prototype.
28816         (Simple Calendar Time): Likewise for stime.
28817         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
28818         prototype.
28819         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
28820         say sys/sysctl.h instead.
28821         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
28822         and vsyslog prototypes.
28823
28824 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28825
28826         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
28827         Remove.
28828
28829 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28830
28831         * misc/sys/mman.h: Fix typo in mremap comment.
28832
28833 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28834
28835         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
28836         the '\0' terminator.
28837
28838 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28839
28840         [BZ #13550]
28841         * debug/segfault.c: Don't include <bp-checks.h>.
28842         * sysdeps/generic/bp-checks.h: Remove file.
28843         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
28844         (__GETDENTS): Don't use CHECK_N.
28845         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
28846         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
28847         (__getgroups): Don't use CHECK_N.
28848         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
28849         (setgroups): Don't use CHECK_N.
28850         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
28851         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
28852         (__libc_msgrcv): Don't use CHECK_N.
28853         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
28854         (__libc_msgsnd): Don't use CHECK_N.
28855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
28856         <bp-checks.h>.
28857         (__libc_pread): Don't use CHECK_N.
28858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
28859         include <bp-checks.h>.
28860         (__libc_pread64): Don't use CHECK_N.
28861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
28862         include <bp-checks.h>.
28863         (__libc_pwrite): Don't use CHECK_N.
28864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
28865         include <bp-checks.h>.
28866         (__libc_pwrite64): Don't use CHECK_N.
28867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
28868         <bp-checks.h>.
28869         (__libc_pread): Don't use CHECK_N.
28870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
28871         include <bp-checks.h>.
28872         (__libc_pread64): Don't use CHECK_N.
28873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
28874         include <bp-checks.h>.
28875         (__libc_pwrite): Don't use CHECK_N.
28876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
28877         include <bp-checks.h>.
28878         (__libc_pwrite64): Don't use CHECK_N.
28879         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
28880         (do_pread): Don't use CHECK_N.
28881         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
28882         (do_pread64): Don't use CHECK_N.
28883         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
28884         (do_pwrite): Don't use CHECK_N.
28885         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
28886         (do_pwrite64): Don't use CHECK_N.
28887         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
28888         (__libc_readv): Don't use CHECK_N.
28889         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
28890         (semop): Don't use CHECK_N.
28891         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
28892         <bp-checks.h>.
28893         (semtimedop): Don't use CHECK_N.
28894         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
28895         (__libc_pread): Don't use CHECK_N.
28896         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
28897         <bp-checks.h>.
28898         (__libc_pread64): Don't use CHECK_N.
28899         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
28900         <bp-checks.h>.
28901         (__libc_pwrite): Don't use CHECK_N.
28902         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
28903         <bp-checks.h>.
28904         (__libc_pwrite64): Don't use CHECK_N.
28905         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
28906         <bp-checks.h>.
28907         (__libc_msgrcv): Don't use CHECK_N.
28908         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
28909         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
28910         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
28911         (__libc_writev): Don't use CHECK_N.
28912
28913 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28914
28915         * string/strcpy.c: Removed unused variable.
28916
28917         * Makeconfig (+sysdep-includes): Define with := rather than =.
28918         Use an existing include/ subdir of each sysdeps dir before it.
28919
28920 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28921
28922         * nscd/connection.c (register_traced_file): Comment function.
28923         [HAVE_INOTIFY] (union __inev): Define.
28924         [HAVE_INOTIFY] (inotify_check_files): New function.
28925         [HAVE_INOTIFY] (clear_db_cache): Likewise.
28926         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
28927         clear_db_cache.
28928         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
28929
28930 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28931
28932         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
28933         loaded if not already and that a failure is permanent.
28934
28935 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28936
28937         [BZ #15006]
28938         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
28939         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
28940
28941 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28942
28943         [BZ #13550]
28944         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
28945         (CHECK_1_NULL_OK): Likewise.
28946         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
28947         (__fxstat): Do not use CHECK_1.
28948         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
28949         <bp-checks.h>.
28950         (___fxstat64): Do not use CHECK_1.
28951         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
28952         <bp-checks.h>.
28953         (__fxstatat): Do not use CHECK_1.
28954         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
28955         <bp-checks.h>.
28956         (__fxstatat64): Do not use CHECK_1.
28957         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
28958         <bp-checks.h>.
28959         (__fxstat): Do not use CHECK_1.
28960         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
28961         <bp-checks.h>.
28962         (__fxstatat): Do not use CHECK_1.
28963         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
28964         <bp-checks.h>.
28965         (__getresgid): Do not use CHECK_1.
28966         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
28967         <bp-checks.h>.
28968         (__getresuid): Do not use CHECK_1.
28969         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
28970         <bp-checks.h>.
28971         (__lxstat): Do not use CHECK_1.
28972         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
28973         <bp-checks.h>.
28974         (__old_msgctl): Do not use CHECK_1.
28975         (__new_msgctl): Likewise.
28976         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
28977         <bp-checks.h>.
28978         (__new_setrlimit): Do not use CHECK_1.
28979         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
28980         <bp-checks.h>.
28981         (__old_shmctl): Do not use CHECK_1.
28982         (__new_shmctl): Likewise.
28983         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
28984         <bp-checks.h>.
28985         (__xstat): Do not use CHECK_1.
28986         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
28987         (__lxstat): Do not use CHECK_1.
28988         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
28989         <bp-checks.h>.
28990         (___lxstat64): Do not use CHECK_1.
28991         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
28992         (__old_msgctl): Do not use CHECK_1.
28993         (__new_msgctl): Likewise.
28994         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
28995         <bp-checks.h>.
28996         (__gettimeofday): Do not use CHECK_1.
28997         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
28998         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
28999         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29000         <bp-checks.h>.
29001         (__gettimeofday): Do not use CHECK_1.
29002         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29003         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29004         (__new_shmctl): Do not use CHECK_1.
29005         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29006         <bp-checks.h>.
29007         (do_sigtimedwait): Do not use CHECK_1.
29008         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29009         <bp-checks.h>.
29010         (do_sigwaitinfo): Do not use CHECK_1.
29011         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29012         <bp-checks.h>.
29013         (msgctl): Do not use CHECK_1.
29014         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29015         <bp-checks.h>.
29016         (shmctl): Do not use CHECK_1.
29017         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29018         (ustat): Do not use CHECK_1.
29019         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29020         <bp-checks.h>.
29021         (__fxstat): Do not use CHECK_1.
29022         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29023         <bp-checks.h>.
29024         (__fxstatat): Do not use CHECK_1.
29025         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29026         <bp-checks.h>.
29027         (__lxstat): Do not use CHECK_1.
29028         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29029         <bp-checks.h>.
29030         (__xstat): Do not use CHECK_1.
29031         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29032         (__xstat): Do not use CHECK_1.
29033         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29034         (___xstat64): Do not use CHECK_1.
29035
29036         [BZ #13550]
29037         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29038         definitions.
29039         (CHECK_BOUNDS_HIGH): Likewise.
29040         * string/strcpy.c: Do not include <bp-checks.h>.
29041         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29042
29043 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29044
29045         * nscd/nscd-client.h (__nscd_drop_map_ref):
29046         Add __attribute__ ((unused)).
29047         * nis/nss-nisplus.h (niserr2nss): Likewise.
29048
29049         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29050         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29051
29052         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29053         Remove inline keyword.
29054         * include/rounding-mode.h (round_away): Likewise.
29055         * libio/wfileops.c (adjust_wide_data): Likewise.
29056         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29057         (__m128i_strloadu_tolower): Likewise.
29058         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29059         (__m128i_strloadu_tolower): Likewise.
29060         * time/mktime.c (ydhms_diff): Likewise.
29061         * locale/elem-hash.h (elem_hash): Likewise.
29062         * locale/setlocale.c (setdata): Likewise.
29063         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29064         (re_string_wchar_at): Likewise.
29065         (bitset_not, bitset_merge, bitset_mask): Likewise.
29066         [!(__GNUC__ > 3)] (inline): Remove macro.
29067         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29068         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29069         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29070         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29071         * string/memcmp.c (memcmp_bytes): Likewise.
29072         * locale/programs/locarchive.c (compute_hashval): Likewise.
29073         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29074         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29075         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29076         * nss/getent.c (print_rpc, print_protocols): Likewise.
29077         (print_passwd, print_group, print_aliases): Likewise.
29078         * nis/nss-nisplus.h (niserr2nss): Likewise.
29079         * nscd/connections.c (restart_p): Likewise.
29080         Change return type to bool.
29081
29082 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29083
29084         * Makeconfig (all-Depend-files): Add existing
29085         $(sorted-subdirs:=/Depend) files.
29086         (all-subdirs): Remove nss.
29087         * sysdeps/unix/inet/Subdirs: Add it here instead.
29088         * hesiod/Depend: New file.
29089
29090         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29091         instead of calling alloca.
29092
29093         * io/lseek.c (__lseek): Rename to __libc_lseek.
29094         Define __lseek as an alias.
29095
29096         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29097
29098 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29099
29100         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29101         else clause and remove check for non-standard endianness.
29102
29103 2013-02-04  David S. Miller  <davem@davemloft.net>
29104
29105         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29106
29107 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29108
29109         [BZ #13550]
29110         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29111         (__ubp_memchr): Remove prototype.
29112         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29113         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29114         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29115         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29116         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29117         Remove alias.
29118         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29119         (__ubp_memchr): Likewise.
29120         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29121         (__ubp_memchr): Likewise.
29122         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29123         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29124         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29125         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29126         CHECK_STRING.
29127         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29128         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29129         (__getcwd): Do not use CHECK_STRING.
29130         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29131         <bp-checks.h>.
29132         (__real_chown): Do not use CHECK_STRING.
29133         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29134         <bp-checks.h>.
29135         (fchownat): Do not use CHECK_STRING.
29136         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29137         CHECK_STRING.
29138         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29139         <bp-checks.h>.
29140         (__lchown): Do not use CHECK_STRING.
29141         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29142         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29143         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29144         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29146         include <bp-checks.h>.
29147         (truncate64): Do not use CHECK_STRING.
29148         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29149         <bp-checks.h>.
29150         (__real_chown): Do not use CHECK_STRING.
29151         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29152         <bp-checks.h>.
29153         (__lchown): Do not use CHECK_STRING.
29154         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29155         <bp-checks.h>.
29156         (__chown): Do not use CHECK_STRING.
29157         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29158         <bp-checks.h>.
29159         (truncate64): Do not use CHECK_STRING.
29160         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29161         Likewise.
29162         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29163         (__xmknod): Do not use CHECK_STRING.
29164         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29165         <bp-checks.h>.
29166         (__xmknodat): Do not use CHECK_STRING.
29167         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29168         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29169
29170 2013-02-04  Andreas Schwab  <schwab@suse.de>
29171
29172         [BZ #14142]
29173         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29174         * include/netdb.h: Likewise for h_errno.
29175         * elf/tst-stackguard1.c: Include <tls.h>.
29176
29177 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29178
29179         * elf/link.h (struct link_map): Extend the l_addr comment.
29180         * include/link.h (struct link_map): Likewise.
29181
29182 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29183
29184         [BZ #13550]
29185         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29186         (BOUNDED_1): Remove macro.
29187         * debug/backtrace.c: Don't include <bp-checks.h>.
29188         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29189         (__backtrace): Likewise.
29190         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29191         <bp-checks.h>.
29192         (__backtrace): Don't use BOUNDED_1.
29193         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29194         <bp-checks.h>.
29195         (__backtrace): Don't use BOUNDED_1.
29196         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29197         (__backtrace): Don't use BOUNDED_1.
29198         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29199         (shmat): Don't use BOUNDED_N.
29200
29201 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29202
29203         [BZ #13550]
29204         * sysdeps/generic/bp-start.h: Remove file.
29205         * csu/libc-start.c: Don't include <bp-start.h>.
29206         (LIBC_START_MAIN): Set up __environ directly instead of using
29207         INIT_ARGV_and_ENVIRON.
29208         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29209         <bp-start.h>.
29210
29211         [BZ #13550]
29212         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29213         definitions.
29214         (CHECK_FCNTL): Likewise.
29215         (CHECK_N_PAGES): Likewise.
29216
29217         [BZ #13550]
29218         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29219         definitions.
29220         (CHECK_SIGSET_NULL_OK): Likewise.
29221         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29222         <bp-checks.h>.
29223         (sigpending): Don't use CHECK_SIGSET.
29224         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29225         <bp-checks.h>.
29226         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29227         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29228         <bp-checks.h>.
29229         (do_sigsuspend): Don't use CHECK_SIGSET.
29230         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29231         use CHECK_SIGSET.
29232         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29233         (do_sigwait): Don't use CHECK_SIGSET.
29234         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29235         use CHECK_SIGSET.
29236         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29237         include <bp-checks.h>.
29238         (sigpending): Don't use CHECK_SIGSET.
29239         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29240         include <bp-checks.h>.
29241         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29242         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29243         <bp-checks.h>.
29244         (sigpending): Don't use CHECK_SIGSET.
29245         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29246         <bp-checks.h>.
29247         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29248
29249         [BZ #13550]
29250         * sysdeps/generic/bp-semctl.h: Remove file.
29251         * sysdeps/unix/sysv/linux/i386/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/semctl.c: Don't include <bp-checks.h>
29256         and <bp-semctl.h>.
29257         (__old_semctl): Don't use CHECK_SEMCTL.
29258         (__new_semctl): Likewise.
29259         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29260         <bp-checks.h> and <bp-semctl.h>.
29261         (__old_semctl): Don't use CHECK_SEMCTL.
29262         (__new_semctl): Likewise.
29263         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29264         <bp-checks.h> and <bp-semctl.h>.
29265         (semctl): Don't use CHECK_SEMCTL.
29266
29267         [BZ #13550]
29268         * Makerules (elide-bp-thunks): Remove variable.
29269         (elide-routines.oS): Don't use $(elide-bp-thunks).
29270         (elide-routines.os): Likewise.
29271         (elide-routines.o): Likewise.
29272         (elide-routines.op): Likewise.
29273         (elide-routines.og): Likewise.
29274         (objects): Don't use $(bp-thunks).
29275         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29276         include.
29277         (common-generated): Do not add s-proto-bp.d.
29278         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29279         (int): Likewise.
29280         (typ): Likewise.
29281         Do not generate makefile rules for bounded-pointer thunks.
29282         * sysdeps/generic/bp-thunks.h: Remove file.
29283         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29284         * sysdeps/unix/s-proto-bp.S: Likewise.
29285
29286         [BZ #15062]
29287         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29288         parts of result separately when argument is not close to line from
29289         -i to i and one part of argument is small.
29290         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29291         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29292         * math/libm-test.inc (cacos_test): Add more tests.
29293         (casin_test): Likewise.
29294         (casinh_test): Likewise.
29295         * sysdeps/i386/fpu/libm-test-ulps: Update.
29296         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29297
29298 2013-01-31  David S. Miller  <davem@davemloft.net>
29299
29300         * po/de.po: Update from translation team.
29301
29302 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29303
29304         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29305
29306 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29307
29308         * configure.in (_AC_PROG_CC_C89): New definition.
29309         * configure: Regenerate.
29310
29311         * configure.in (AC_PROG_CPP): New definition.
29312         * configure: Regenerate.
29313
29314 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29315
29316         * debug/tst-backtrace.h: New file.
29317         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29318         (ret): Remove variable.
29319         (x): Likewise.
29320         (FAIL): Remove macro.
29321         (NO_INLINE): Likewise.
29322         (fn1): Use match function instead of strstr.
29323         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29324         (ret): Remove variable.
29325         (x): Likewise.
29326         (FAIL): Remove macro.
29327         (NO_INLINE): Likewise.
29328         (fn): Use match function instead of strstr.
29329         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29330         (ret): Remove variable.
29331         (x): Likewise.
29332         (FAIL): Remove macro.
29333         (NO_INLINE): Likewise.
29334         (handle_signal): Use match function instead of strstr.
29335         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29336         (ret): Remove variable.
29337         (x): Likewise.
29338         (FAIL): Remove macro.
29339         (NO_INLINE): Likewise.
29340         (handle_signal): Use match function instead of strstr.
29341
29342 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29343
29344         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29345
29346 2013-01-23  David S. Miller  <davem@davemloft.net>
29347
29348         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29349         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29350         argument of CAS if possible.
29351         * sysdeps/sparc/sparc64/bits/atomic.h
29352         (__arch_compare_and_exchange_val_32_acq): Likewise.
29353         (__arch_compare_and_exchange_val_64_acq): Likewise.
29354
29355 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29356
29357         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29358         * sysdeps/posix/ulimit.c: ... this.
29359         Include <limits.h>.
29360         * sysdeps/unix/bsd/ulimit.c: Remove file.
29361
29362 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29363
29364         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29365         (LDFLAGS-tst-array5): Likewise.
29366
29367 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29368
29369         [BZ #15036]
29370         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29371         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29372         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29373         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29374
29375 2013-01-21  David S. Miller  <davem@davemloft.net>
29376
29377         * sysdeps/sparc/backtrace.c: New file.
29378         * sysdeps/sparc/sparc32/backtrace.h: New file.
29379         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29380         * sysdeps/sparc/sparc64/backtrace.h: New file.
29381         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29382         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29383         -funwind-tables.
29384
29385 2013-01-21  Andreas Schwab  <schwab@suse.de>
29386
29387         [BZ #15020]
29388         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29389         closed its stdout.
29390
29391 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29392
29393         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29394         "mpa2.h".
29395         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29396
29397 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29398             Mark Mitchell  <mark@codesourcery.com>
29399             Tom de Vries  <tom@codesourcery.com>
29400             Paul Pluzhnikov  <ppluzhnikov@google.com>
29401
29402         * debug/tst-backtrace2.c: New file.
29403         * debug/tst-backtrace3.c: Likewise.
29404         * debug/tst-backtrace4.c: Likewise.
29405         * debug/tst-backtrace5.c: Likewise.
29406         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29407         (CFLAGS-tst-backtrace3.c): Likewise.
29408         (CFLAGS-tst-backtrace4.c): Likewise.
29409         (CFLAGS-tst-backtrace5.c): Likewise.
29410         (LDFLAGS-tst-backtrace2): Likewise.
29411         (LDFLAGS-tst-backtrace3): Likewise.
29412         (LDFLAGS-tst-backtrace4): Likewise.
29413         (LDFLAGS-tst-backtrace5): Likewise.
29414         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29415         tst-backtrace4 and tst-backtrace5.
29416
29417 2013-01-18  Anton Blanchard  <anton@samba.org>
29418             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29419
29420         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29421         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29422         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29423         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29425         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29426         "+r" and remove output regs list as redundant.  Add explicit inline
29427         asm to specify register of return val to work around compiler codegen
29428         bug.  Remove (int) cast on return value.  Add return type parameter to
29429         use in macro so that this macro does not truncate return value for
29430         64-bit values.
29431         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29432         pass to INTERNAL_VSYSCALL_NCS.
29433         (INLINE_VSYSCALL): Add 'long int' as return type to
29434         INTERNAL_VSYSCALL_NCS macro invocation.
29435         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29436         INTERNAL_VSYSCALL_NCS macro invocation.
29437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29438
29439 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29440
29441         [BZ #14496]
29442         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29443         Fix application of SIMD FP exception mask.
29444
29445         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29446         mp_no from a power of two.
29447         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29448         __mpexp_twomm1.  Use __pow_mp.
29449
29450         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29451         multiplication.
29452
29453 2013-01-17  David S. Miller  <davem@davemloft.net>
29454
29455         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29456
29457 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29458
29459         [BZ #15023]
29460         * include/complex.h: Condition contents on [!_COMPLEX_H].
29461         (__kernel_casinhf): New prototype.
29462         (__kernel_casinh): Likewise.
29463         (__kernel_casinhl): Likewise.
29464         * math/Makefile (libm_calls): Add k_casinh.
29465         * math/k_casinh.c: New file.
29466         * math/k_casinhf.c: Likewise.
29467         * math/k_casinhl.c: Likewise.
29468         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29469         finite nonzero arguments.
29470         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29471         finite nonzero arguments.
29472         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29473         finite nonzero arguments.
29474         * math/s_casinh.c: Do not include <float.h>.
29475         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29476         * math/s_casinhf.c: Do not include <float.h>.
29477         (__casinhf): Move code for finite nonzero arguments to
29478         k_casinhf.c.
29479         * math/s_casinhl.c: Do not include <float.h>.
29480         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29481         redefine.
29482         (__casinhl): Move code for finite nonzero arguments to
29483         k_casinhl.c.
29484         * math/libm-test.inc (cacos_test): Add more tests.
29485         * sysdeps/i386/fpu/libm-test-ulps: Update.
29486         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29487
29488 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29489
29490         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29491         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29492         [!HAVE_MREMAP]: Remove [defined linux] case.
29493         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29494
29495 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29496
29497         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29498
29499 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29500
29501         * elf/elf.h (R_386_SIZE32): New relocation.
29502         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29503         R_386_SIZE32.
29504         (elf_machine_rela): Likewise.
29505         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29506         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29507
29508 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29509
29510         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29511         (FP_FAST_FMA): Do not define.
29512         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29513         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29514         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29515         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29516         !_SOFT_FLOAT]: Likewise.
29517         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29518         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29519         value.
29520         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29521         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29522         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29523         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29524         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29525         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29526         file.
29527
29528 2013-01-16  Andreas Schwab  <schwab@suse.de>
29529
29530         [BZ #14327]
29531         * include/stdlib.h (__mktemp): Add declaration.
29532         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29533         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29534
29535 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29536
29537         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29538         definitions.
29539         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29540         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29541         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29542         definitions here.
29543         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29544         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29545         definitions.
29546         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29547         and ONE.
29548         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29549         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29550         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29551         definitions.
29552         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29553         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29554         definitions.
29555         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29556
29557         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29558
29559 2013-01-15  David S. Miller  <davem@davemloft.net>
29560
29561         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29562         trunc{,f} to libm-sysdep_routes.
29563         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29564         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29565         file.
29566         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29567         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29568         file.
29569         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29570         file.
29571         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29572         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29573         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29574         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29575         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29576         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29577         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29578         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29579
29580         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29581         nearbyint{,f} to libm-sysdep_routes.
29582         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29583         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29584         New file.
29585         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29586         file.
29587         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29588         New file.
29589         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29590         file.
29591         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29592         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29593         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29594         file.
29595         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29596         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29597         file.
29598         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29599         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29600         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29601
29602         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29603         libc_feholdexcept and libc_fesetenv.
29604
29605 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29606
29607         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29608
29609 2013-01-14  David S. Miller  <davem@davemloft.net>
29610
29611         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29612         (SPARC_ASM_VIS2_IFUNC): Likewise.
29613         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29614         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29615         use of 'siam' instruction.
29616         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29617         Likewise.
29618         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29619         Likewise.
29620         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29621         Likewise.
29622         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29623         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29624         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29625         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29626         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29627         file.
29628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29629         file.
29630         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29631         file.
29632         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29633         file.
29634         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29635         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29636         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29637         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29639         new VIS2 routines.
29640         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29641         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29642         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29643         Likewise.
29644         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29645         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29646         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29647         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29649         routines to libm-sysdep_routines.
29650         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29651
29652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29653         fdim/fdimf to libm-sysdep_routines.
29654         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29655         file.
29656         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29658         file.
29659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29660         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29661         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29662         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29663         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29664         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29665         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29666
29667 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29668
29669         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29670         to optimize copies.
29671
29672         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29673         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29674         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29675
29676         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29677         local variable MPTWO.
29678         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29679         Likewise.
29680
29681 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29682
29683         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29684         GLOB_NOESCAPE.
29685
29686 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29687
29688         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29689
29690 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29691
29692         * manual/pattern.texi (glob_t): Document gl_flags.
29693         (glob64_t): Likewise.
29694
29695 2013-01-11  David S. Miller  <davem@davemloft.net>
29696
29697         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29698         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29699         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
29700         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29701         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29702         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29703         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29704         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29705         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29706         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29707         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29708         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29709         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29710
29711         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29712         sparc V9 rather than using V8 code.
29713         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29714         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29715
29716         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29717         Move to...
29718         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29719         Here.
29720
29721 2013-01-11  Roland McGrath  <roland@hack.frob.com>
29722
29723         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29724         not in the main loop.
29725         * configure: Regenerated.
29726
29727 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
29728
29729         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29730         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29731         to just #else.
29732         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
29733         [!__GLIBC_HAVE_LONG_LONG] case.
29734         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29735         condition to just #else.
29736         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29737         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29738         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29739         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29740         unconditional.
29741         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29742         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29743         #elif condition to just #else.
29744         * sysdeps/unix/sysv/linux/sys/sysmacros.h
29745         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
29746         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29747         #elif condition to just #else.
29748
29749 2013-01-11  Steve Ellcey  <sellcey@mips.com>
29750
29751         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
29752         (EF_MIPS_ARCH_64): Fix value.
29753         (EF_MIPS_ARCH_32R2): New.
29754         (EF_MIPS_ARCH_64R2): New.
29755
29756 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
29757
29758         * Makeconfig (+link-pie-before-libc): New.
29759         (+link-pie-after-libc): Likewise.
29760         (+link-pie-tests): Likewise.
29761         (+link-pie): Rewritten.
29762         (link-before-libc): Remove $(config-LDFLAGS).
29763         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
29764         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
29765         (config-LDFLAGS): Renamed to ...
29766         (rtld-LDFLAGS): This.
29767         (rtld-tests-LDFLAGS): New macro.
29768         (link-libc-rpath-link): Likewise.
29769         (link-libc-tests-rpath-link): Likewise.
29770         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
29771         (link-libc): Prepand $(link-libc-rpath-link).
29772         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
29773         (test-program-prefix): New macro.
29774         (test-via-rtld-prefix): Likewise.
29775         (test-program-cmd): Likewise.
29776         (host-test-program-cmd): Likewise.
29777         * Makefile ($(common-objpfx)testrun.sh): Replace
29778         $(run-program-prefix) with $(test-program-prefix).
29779         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
29780         $(rtld-LDFLAGS).
29781         ($(common-objpfx)shlib.lds): Likewise.
29782         (build-module-helper): Likewise.
29783         ($(common-objpfx)format.lds): Likewise.
29784         * Rules (binaries-pie-tests): New.
29785         (binaries-pie-notests): Likewise.
29786         (binaries-pie): Rewritten.
29787         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
29788         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
29789         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
29790         (make-test-out): Replace $(host-built-program-cmd) with
29791         $(host-test-program-cmd).
29792         * config.make.in (build-hardcoded-path-in-tests): New variable.
29793         * configure.in (--enable-hardcoded-path-in-tests): New configure
29794         option.
29795         (hardcoded_path_in_tests): New AC_SUBST.
29796         * configure: Regenerated.
29797         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
29798         $(built-program-cmd) with $(test-program-cmd).
29799         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
29800         (test_program_cmd): This.
29801         * elf/Makefile ($(objpfx)order.out): Run test with
29802         $(test-program-prefix).
29803         ($(objpfx)order2.out): Likewise.
29804         ($(objpfx)tst-initorder.out): Likewise.
29805         ($(objpfx)tst-initorder2.out): Likewise.
29806         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
29807         $(test-program-cmd).
29808         ($(objpfx)tst-array1-static.out): Likewise.
29809         ($(objpfx)tst-array2.out): Likewise.
29810         ($(objpfx)tst-array3.out): Likewise.
29811         ($(objpfx)tst-array4.out): Likewise.
29812         ($(objpfx)tst-array5.out): Likewise.
29813         ($(objpfx)tst-array5-static.out): Likewise.
29814         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
29815         $(test-program-cmd).
29816         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
29817         $(run-program-prefix) with $(test-program-prefix).
29818         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
29819         (test_program_prefix): This.
29820         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
29821         $(run-program-prefix) with $(test-program-prefix).
29822         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
29823         (test_program_prefix): This.
29824         * iconvdata/tst-tables.sh: Likewise.
29825         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
29826         $(run-program-prefix) with $(test-program-prefix).
29827         ($(objpfx)tst-translit.out): Likewise.
29828         ($(objpfx)tst-gettext2.out): Likewise.
29829         ($(objpfx)tst-gettext4.out): Likewise.
29830         ($(objpfx)tst-gettext6.out): Likewise.
29831         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
29832         (test_program_prefix): This.
29833         * intl/tst-gettext2.sh: Likewise.
29834         * intl/tst-gettext4.sh  Likewise.
29835         * intl/tst-gettext6.sh: Likewise.
29836         * intl/tst-translit.sh: Likewise.
29837         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
29838         with $(test-program-cmd).
29839         * libio/Makefile ($(objpfx)test-freopen.out): Replace
29840         $(run-program-prefix) with $(test-program-prefix).
29841         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
29842         (test_program_prefix): This.
29843         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
29844         $(run-program-prefix) with $(test-program-prefix).
29845         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
29846         (test_program_prefix): This.
29847         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
29848         * posix/Makefile ($(objpfx)globtest.out): Replace
29849         $(run-via-rtld-prefix) and $(test-wrapper) with
29850         $(test-program-prefix) and $(test-via-rtld-prefix).
29851         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
29852         $(test-program-prefix).
29853         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
29854         $(host-test-program-cmd).
29855         (tst-spawn-ARGS): Likewise.
29856         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
29857         $(test-program-prefix).
29858         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
29859         (test_via_rtld_prefix): This.
29860         (test_wrapper): Renamed to ...
29861         (test_program_prefix): This.
29862         (run_program_prefix): Replaced by test_program_prefix.
29863         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
29864         (test_program_prefix): This.
29865         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
29866         with $(host-test-program-cmd).
29867         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
29868         $(run-program-prefix) with $(test-program-prefix).
29869         ($(objpfx)tst-printf.out): Likewise.
29870         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
29871         $(test-program-cmd).
29872         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
29873         (test_program_prefix): This.
29874         * stdio-common/tst-unbputc.sh: Likewise.
29875         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
29876         $(run-program-prefix) with $(test-program-prefix).
29877         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
29878         (test_program_prefix): This.
29879         * string/Makefile ($(objpfx)tst-svc.out):  Replace
29880         $(built-program-cmd) with $(test-program-cmd).
29881
29882 2013-01-11  Andreas Jaeger  <aj@suse.de>
29883
29884         [BZ #15003]
29885         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
29886         value. Sync with Linux 3.7.
29887
29888 2013-01-10  David S. Miller  <davem@davemloft.net>
29889
29890         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
29891         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29892         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29893
29894 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29895
29896         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
29897         never set.
29898         * configure: Regenerated.
29899
29900 2013-01-10  David S. Miller  <davem@davemloft.net>
29901
29902         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29903         sparc V9 rather than using V8 code.
29904         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29905         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29906
29907 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29908
29909         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
29910         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
29911         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
29912         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
29913         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
29914         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
29915         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
29916         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
29917         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
29918         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
29919         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
29920         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
29921         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
29922         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
29923         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
29924         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
29925         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
29926         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
29927         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
29928         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
29929         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
29930         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
29931         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
29932         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
29933         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
29934         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
29935         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
29936
29937 2013-01-10  David S. Miller  <davem@davemloft.net>
29938
29939         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29940
29941 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29942
29943         * posix/Makefile (tests-static): New variable.
29944         (tests): Add $(tests-static).
29945         (tst-exec-static-ARGS): New variable.
29946         (tst-spawn-static-ARGS): Likewise.
29947         * posix/tst-exec-static.c: New file.
29948         * posix/tst-spawn-static.c: Likewise.
29949         * posix/tst-exec.c: Support run directly.
29950         * posix/tst-spawn.c: Likewise.
29951
29952 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
29953
29954         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
29955         long.
29956         * math/bits/mathcalls.h (llrint): Likewise.
29957         (llround): Likewise.
29958         * stdlib/stdlib.h (struct drand48_data): Likewise.
29959         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
29960         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
29961         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
29962         Likewise.
29963         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
29964         Likewise.
29965         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
29966         (elf_greg_t): Likewise.
29967         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
29968         (__jmp_buf): Likewise.
29969         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
29970         definitions.
29971         (llrint): Likewise, for all definitions.
29972         (llrintl): Likewise.
29973
29974         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
29975         Remove [__GNUC__] condition.
29976         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
29977         condition to just [__USE_ISOC99].
29978         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
29979
29980 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29981
29982         [BZ #14200]
29983         * sysdeps/unix/sysv/linux/x86/bits/environments.h
29984         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
29985         defined.
29986         (_POSIX_V6_ILP32_OFF32): Likewise.
29987         (_XBS5_ILP32_OFF32): Likewise.
29988         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
29989         (__ILP32_OFFBIG_LDFLAGS): Likewise.
29990
29991 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29992
29993         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
29994
29995         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
29996         doubles __mpexp_twomm1.  Adjust usage.
29997         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
29998         Remove.
29999
30000 2013-01-10  Andreas Schwab  <schwab@suse.de>
30001
30002         [BZ #14964]
30003         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30004         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30005
30006 2013-01-09  David S. Miller  <davem@davemloft.net>
30007
30008         [BZ #15003]
30009         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30010         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30011         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30012         (TCP_FASTOPEN): Define.
30013         (tcp_repair_opt): New structure.
30014         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30015         enum values.
30016         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30017         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30018         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30019         (tcp_cookie_transactions): New structure.
30020
30021 2013-01-09  Anton Blanchard  <anton@samba.org>
30022
30023         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30024         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30025         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30026         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30027
30028 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30029
30030         * include/features.h (__USE_ANSI): Remove.
30031
30032 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30033
30034         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30035
30036         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30037
30038 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30039
30040         * sysdeps/s390/fpu/libm-test-ulps: Update.
30041
30042         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30043
30044         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30045         (__acr): Likewise.
30046         (__cpy): Likewise.
30047         (norm): Likewise.
30048         (denorm): Likewise.
30049         (__mp_dbl): Likewise.
30050         (__dbl_mp): Likewise.
30051         (add_magnitudes): Likewise.
30052         (sub_magnitudes): Likewise.
30053         (__add): Likewise.
30054         (__sub): Likewise.
30055         (__mul): Likewise.
30056         (__inv): Likewise.
30057         (__dvd): Likewise.
30058         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30059         (__acr): Likewise.
30060         (__cpy): Likewise.
30061         (norm): Likewise.
30062         (denorm): Likewise.
30063         (__mp_dbl): Likewise.
30064         (__dbl_mp): Likewise.
30065         (add_magnitudes): Likewise.
30066         (sub_magnitudes): Likewise.
30067         (__add): Likewise.
30068         (__sub): Likewise.
30069         (__mul): Likewise.
30070         (__inv): Likewise.
30071         (__dvd): Likewise.
30072         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30073         (__acr): Likewise.
30074         (__cpy): Likewise.
30075         (norm): Likewise.
30076         (denorm): Likewise.
30077         (__mp_dbl): Likewise.
30078         (__dbl_mp): Likewise.
30079         (add_magnitudes): Likewise.
30080         (sub_magnitudes): Likewise.
30081         (__add): Likewise.
30082         (__sub): Likewise.
30083         (__mul): Likewise.
30084         (__inv): Likewise.
30085         (__dvd): Likewise.
30086
30087 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30088
30089         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30090         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30091         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30092         2 && __USE_EXTERN_INLINES]: Likewise.
30093
30094 2013-01-08  Andreas Jaeger  <aj@suse.de>
30095
30096         [BZ# 14985]
30097         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30098         Remove.
30099         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30100         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30101
30102 2013-01-07  Anton Blanchard  <anton@samba.org>
30103
30104         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30105         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30106         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30107         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30108         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30109         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30110         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30111         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30112         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30113         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30114         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30115         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30116         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30117         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30118         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30119         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30120         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30121         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30122         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30123         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30124         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30125         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30126         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30127         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30128         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30129         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30130         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30131         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30132         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30133         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30134         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30135         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30136         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30137         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30138         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30139         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30140         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30141         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30142         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30143         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30144         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30145         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30146         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30147
30148 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30149
30150         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30151         (__MALLOC_PMT): Likewise.
30152         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30153         [__GNUC__], only on [_LIBC].
30154         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30155         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30156         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30157         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30158         forward declaration.
30159         (realloc_hook_ini): Likewise.
30160         (memalign_hook_ini): Likewise.
30161         (__libc_memalign): Do not use __MALLOC_PMT in variable
30162         declaration.
30163         (__libc_valloc): Likewise.
30164         (__libc_pvalloc): Likewise.
30165         (__libc_calloc): Likewise.
30166         (__posix_memalign): Likewise.
30167
30168         [BZ #14996]
30169         * math/s_casinh.c: Include <float.h>.
30170         (__casinh): Do not do computation with squaring and square root
30171         for large arguments.
30172         * math/s_casinhf.c: Include <float.h>.
30173         (__casinhf): Do not do computation with squaring and square root
30174         for large arguments.
30175         * math/s_casinhl.c: Include <float.h>.
30176         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30177         (__casinhl): Do not do computation with squaring and square root
30178         for large arguments.
30179         * math/libm-test.inc (casin_test): Add more tests.
30180         (casinh_test): Likewise.
30181         * sysdeps/i386/fpu/libm-test-ulps: Update.
30182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30183
30184 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30185
30186         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30187         (__x86_64_raw_data_cache_size): Likewise.
30188         (__x86_64_data_cache_size_half): Likewise.
30189         (__x86_64_raw_data_cache_size_half): Likewise.
30190         (__x86_64_shared_cache_size): Likewise.
30191         (__x86_64_raw_shared_cache_size): Likewise.
30192         (__x86_64_shared_cache_size_half): Likewise.
30193         (__x86_64_raw_shared_cache_size_half): Likewise.
30194         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30195         to ...
30196         (__x86_data_cache_size): This.
30197         (__x86_64_raw_data_cache_size): Renamed to ...
30198         (__x86_raw_data_cache_size): This.
30199         (__x86_64_data_cache_size_half): Renamed to ...
30200         (__x86_data_cache_size_half): This.
30201         (__x86_64_raw_data_cache_size_half): Renamed to ...
30202         (__x86_raw_data_cache_size_half): This.
30203         (__x86_64_shared_cache_size): Renamed to ...
30204         (__x86_shared_cache_size): This.
30205         (__x86_64_raw_shared_cache_size): Renamed to ...
30206         (__x86_raw_shared_cache_size): This.
30207         (__x86_64_shared_cache_size_half): Renamed to ...
30208         (__x86_shared_cache_size_half): This.
30209         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30210         (__x86_raw_shared_cache_size_half): This.
30211         * sysdeps/x86_64/memcpy.S: Updated.
30212         * sysdeps/x86_64/memset.S: Likewise.
30213         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30214         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30215         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30216
30217 2013-01-04  David S. Miller  <davem@davemloft.net>
30218
30219         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30220
30221 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30222
30223         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30224         1 to avoid redefinition warning.
30225         (__USE_GNU): Don't define.
30226         (init_signaling_nan): Protoize.
30227
30228         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30229
30230 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30231
30232         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30233         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30234         (__cpymn): Likewise.
30235         (norm): Remove commented code.
30236         (denorm): Likewise.
30237         (__mp_dbl): Likewise.
30238         (__inv): Likewise.
30239         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30240         (__cpymn): Likewise.
30241         (norm): Remove commented code.
30242         (denorm): Likewise.
30243         (__mp_dbl): Likewise.
30244         (__inv): Likewise.
30245
30246         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30247         mp_no value for 1.0 and 2.0.
30248         (norm): Use RADIXI instead of radixi.d.
30249         (denorm): Likewise.
30250         (__mul): Use 0.0 instead of zero.d.
30251         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30252         mp_no value for 1.0 and 2.0.
30253         (norm): Use RADIXI instead of radixi.d.
30254         (denorm): Likewise.
30255         (__mul): Use 0.0 instead of zero.d.
30256
30257 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30258
30259         [BZ #14994]
30260         * math/s_casinh.c (__casinh): Reduce finite argument to first
30261         quadrant then set signs of results at the end.
30262         * math/s_casinhf.c (__casinhf): Likewise.
30263         * math/s_casinhl.c (__casinhl): Likewise.
30264         * math/libm-test.inc (casin_test): Add more tests.
30265         (casinh_test): Likewise.
30266         * sysdeps/i386/fpu/libm-test-ulps: Update.
30267         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30268
30269 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30270
30271         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30272
30273         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30274
30275         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30276         declarations.
30277         (denorm): Likewise.
30278         (__mp_dbl): Likewise.
30279         (__inv): Likewise.
30280
30281         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30282         and adjust the header comment.
30283
30284         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30285         variable name from declaration.
30286
30287 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30288
30289         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30290         Initialize COMMON_CPUID_INDEX_7 element.
30291         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30292         (CPUID_RTM): Likewise.
30293         (HAS_RTM): Likewise.
30294         (COMMON_CPUID_INDEX_7): New enum.
30295
30296 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30297
30298         [BZ #14981]
30299         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30300         size is zero, record memory as freed.
30301
30302 2013-01-03  Andreas Jaeger  <aj@suse.de>
30303
30304         * po/ia.po: Add new Interlingua translation.
30305
30306 2012-01-03  Allan McRae  <allan@archlinux.org>
30307
30308         * locale/programs/localedef.c: Fix description of '--posix' flag.
30309
30310 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30311
30312         * NEWS: Update dates in second copyright notice.
30313         * README: Update copyright dates in example.
30314         * manual/libc.texinfo: Update copyright dates.
30315         * scripts/test-installation.pl: Update copyright date in --version
30316         output.
30317
30318         * hurd/ctty-input.c: Fix copyright notice formatting.
30319         * hurd/ctty-output.c: Likewise.
30320         * hurd/dtable.c: Likewise.
30321         * hurd/hurd-raise.c: Likewise.
30322         * hurd/hurdprio.c: Likewise.
30323         * hurd/msgportdemux.c: Likewise.
30324         * misc/sys/file.h: Likewise.
30325         * misc/sys/ioctl.h: Likewise.
30326         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30327         * sysdeps/mach/hurd/chdir.c: Likewise.
30328         * sysdeps/mach/hurd/fchdir.c: Likewise.
30329         * sysdeps/mach/hurd/rename.c: Likewise.
30330         * sysdeps/mach/hurd/rmdir.c: Likewise.
30331         * sysdeps/mach/hurd/seekdir.c: Likewise.
30332         * sysdeps/mach/hurd/setsid.c: Likewise.
30333         * sysdeps/posix/wait3.c: Likewise.
30334
30335         * All files with FSF copyright notices: Update copyright dates
30336         using scripts/update-copyrights.
30337         * intl/plural.c: Regenerated.
30338         * locale/programs/charmap-kw.h: Likewise.
30339         * locale/programs/locfile-kw.h: Likewise.
30340
30341 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30342
30343         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30344         four values.
30345
30346         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30347         calculation loop and add branch prediction.
30348
30349         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30350         check access beyond bounds of m1np.
30351
30352         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30353         MPTWO.
30354         (__inv): Remove local variable MPTWO to use the global
30355         constant.
30356         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30357         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30358         variable MPTWO.
30359         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30360         MP3HALFS static const.
30361
30362 2013-01-01  David S. Miller  <davem@davemloft.net>
30363
30364         * po/ca.po: Update from translation team.
30365
30366 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30367
30368         * scripts/update-copyrights: New file.
30369         * Makeconfig: Reformat copyright notice.
30370         * ctype/ctype.h: Likewise.
30371         * debug/swprintf_chk.c: Likewise.
30372         * elf/dl-cache.c: Likewise.
30373         * elf/dl-debug.c: Likewise.
30374         * elf/dl-object.c: Likewise.
30375         * grp/initgroups.c: Likewise.
30376         * hurd/Makefile: Likewise.
30377         * hurd/hurd/signal.h: Likewise.
30378         * hurd/hurdfault.c: Likewise.
30379         * hurd/hurdioctl.c: Likewise.
30380         * hurd/hurdlookup.c: Likewise.
30381         * hurd/intr-msg.c: Likewise.
30382         * iconv/gconv_open.c: Likewise.
30383         * libio/swprintf.c: Likewise.
30384         * locale/lc-ctype.c: Likewise.
30385         * locale/nl_langinfo.c: Likewise.
30386         * mach/Machrules: Likewise.
30387         * mach/Makefile: Likewise.
30388         * malloc/obstack.h: Likewise.
30389         * manual/Makefile: Likewise.
30390         * manual/tsort.awk: Likewise.
30391         * misc/bits/stab.def: Likewise.
30392         * nis/nis_print_group_entry.c: Likewise.
30393         * nis/nis_table.c: Likewise.
30394         * nis/nss_compat/compat-pwd.c: Likewise.
30395         * nis/nss_compat/compat-spwd.c: Likewise.
30396         * po/Makefile: Likewise.
30397         * posix/fnmatch.c: Likewise.
30398         * posix/regex.h: Likewise.
30399         * resolv/Makefile: Likewise.
30400         * resolv/nss_dns/dns-network.c: Likewise.
30401         * resolv/res_hconf.c: Likewise.
30402         * scripts/gen-sorted.awk: Likewise.
30403         * soft-fp/soft-fp.h: Likewise.
30404         * stdio-common/printf.h: Likewise.
30405         * stdlib/monetary.h: Likewise.
30406         * stdlib/random.c: Likewise.
30407         * stdlib/random_r.c: Likewise.
30408         * sysdeps/generic/Makefile: Likewise.
30409         * sysdeps/gnu/Makefile: Likewise.
30410         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30411         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30412         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30413         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30414         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30415         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30416         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30417         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30418         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30419         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30420         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30421         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30422         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30423         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30424         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30425         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30426         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30427         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30428         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30429         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30430         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30431         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30432         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30433         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30434         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30435         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30436         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30437         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30438         * sysdeps/mach/hurd/errnos.awk: Likewise.
30439         * sysdeps/mach/hurd/fork.c: Likewise.
30440         * sysdeps/mach/hurd/getcwd.c: Likewise.
30441         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30442         * sysdeps/mach/hurd/mmap.c: Likewise.
30443         * sysdeps/mach/hurd/utimes.c: Likewise.
30444         * sysdeps/mach/hurd/xmknod.c: Likewise.
30445         * sysdeps/posix/profil.c: Likewise.
30446         * sysdeps/posix/readdir_r.c: Likewise.
30447         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30448         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30449         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30450         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30451         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30452         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30453         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30454         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30455         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30456         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30457         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30458         * sysdeps/pthread/lio_listio.c: Likewise.
30459         * sysdeps/sparc/dl-procinfo.h: Likewise.
30460         * sysdeps/unix/i386/sysdep.S: Likewise.
30461         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30462         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30463         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30464         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30466         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30467         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30468         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30469         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30470         * sysdeps/wordsize-32/divdi3.c: Likewise.
30471         * time/sys/time.h: Likewise.
30472         * wcsmbs/Makefile: Likewise.
30473
30474 2013-01-01  David S. Miller  <davem@davemloft.net>
30475
30476         * po/fr.po: Update from translation team.
30477
30478         * catgets/gencat.c: Update copyright year.
30479         * csu/version.c: Likewise.
30480         * debug/catchsegv.sh: Likewise.
30481         * debug/pcprofiledump.c: Likewise.
30482         * debug/xtrace.sh: Likewise.
30483         * elf/ldconfig.c: Likewise.
30484         * elf/ldd.bash.in: Likewise.
30485         * elf/pldd.c: Likewise.
30486         * elf/sotruss.ksh: Likewise.
30487         * elf/sprof.c: Likewise.
30488         * iconv/iconv_prog.c: Likewise.
30489         * iconv/iconvconfig.c: Likewise.
30490         * locale/programs/locale.c: Likewise.
30491         * locale/programs/localedef.c: Likewise.
30492         * login/programs/pt_chown.c: Likewise.
30493         * malloc/memusage.sh: Likewise.
30494         * malloc/memusagestat.c: Likewise.
30495         * malloc/mtrace.pl: Likewise.
30496         * nscd/nscd.c: Likewise.
30497         * nss/getent.c: Likewise.
30498         * nss/makedb.c: Likewise.
30499         * posix/getconf.c: Likewise.
30500
30501 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30502
30503         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30504         numbers.
30505
30506 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30507
30508         * math/bits/mathcalls.h (modf): Use __nonnull.
30509
30510 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30511
30512         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30513         (split): Use macro CN instead of the bare value.
30514         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30515         could be used.
30516         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30517         instead of the bare value.
30518         (power1): Likewise.
30519
30520 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30521
30522         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30523         __ATAN_TWOM.
30524         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30525
30526         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30527         their values.
30528         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30529         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30530         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30531         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30532
30533 2012-12-28  Andreas Jaeger  <aj@suse.de>
30534
30535         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30536         values are from Linux 3.7.
30537
30538         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30539         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30540
30541 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30542
30543         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30544         TRUE case.
30545
30546         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30547         (norm): Likewise.
30548         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30549         variables with preprocessor constants.
30550         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30551         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30552         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30553
30554 2012-12-27  Bruno Haible  <bruno@clisp.org>
30555
30556         [BZ #14317]
30557         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30558         only if needed.
30559
30560 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30561
30562         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30563         and use variable directly.
30564         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30565
30566         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30567         MPONE.
30568         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30569         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30570         variable MPONE.
30571         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30572         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30573         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30574         include directive.  Remove local variable MPONE.
30575         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30576         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30577         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30578
30579 2012-12-25  David S. Miller  <davem@davemloft.net>
30580
30581         * version.h (RELEASE): Set to "development".
30582         (VERSION): Set to "2.17.90".
30583         * NEWS: Add 2.18 section.
30584
30585 2012-12-21  David S. Miller  <davem@davemloft.net>
30586
30587         * po/hr.po: Update from translation team.
30588
30589 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30590
30591         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30592
30593 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30594
30595         * NEWS:  Mention new memcpy for MIPS.
30596
30597 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30598
30599         * manual/contrib.texi (Contributors): Spelling correction.
30600
30601 2012-12-15  David S. Miller  <davem@davemloft.net>
30602
30603         * po/ru.po: Update from translation team.
30604
30605 2012-12-13  David S. Miller  <davem@davemloft.net>
30606
30607         * NEWS: Mention IFUNC testsuite enhancements.
30608
30609         * po/pl.po: Update from translation team.
30610         * po/bg.po: Likewise.
30611
30612         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30613         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30614
30615 2012-12-11  David S. Miller  <davem@davemloft.net>
30616
30617         * po/sv.po: Update from translation team.
30618
30619         * po/vi.po: Update from translation team.
30620
30621         * po/cs.po: Update from translation team.
30622
30623         * po/de.po: Update from translation team.
30624         * po/eo.po: Likewise.
30625         * po/nl.po: Likewise.
30626
30627 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30628
30629         [BZ #14246]
30630         * manual/argp.texi (Argp Helper Functions): Move node to follow
30631         Argp Parsing State.
30632
30633         [BZ #14872]
30634         * manual/conf.texi (Limits on File System Capacity): Mention if
30635         terminating null is included in the max size.
30636
30637 2012-12-10  Andreas Jaeger  <aj@suse.de>
30638
30639         * po/cs.po: Update from translation team.
30640
30641 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30642
30643         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30644         void pointer and cast to uintptr_t.
30645         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30646         path.
30647         * sysdeps/s390/s390-64/memcpy.S: Likewise.
30648         * sysdeps/s390/s390-64/memset.S: Likewise.
30649
30650 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
30651
30652         [BZ #14833]
30653         * menual/message.texi (Message Translation): Fix typos.
30654         (Helper programs for gettext): Likewise.
30655
30656 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
30657
30658         [BZ #14898]
30659         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30660         Change to -1.
30661
30662 2012-12-07  David S. Miller  <davem@davemloft.net>
30663
30664         * po/libc.pot: Update.
30665
30666 2012-12-07  Richard Henderson  <rth@redhat.com>
30667
30668         [BZ #10114]
30669         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30670         normal/normal case to before the switch.
30671         (_FP_DIV): Likewise.
30672
30673 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
30674             Mike Frysinger  <vapier@gentoo.org>
30675
30676         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30677         check for __NR_fadvise64_64.
30678
30679 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
30680
30681         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30682         0, not just to plain "0" as a statement.
30683         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30684         with cw.
30685
30686 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
30687
30688         * NEWS: Use sourceware.org in Bugzilla URL.
30689
30690 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30691
30692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30693         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30694
30695         * stdio-common/tst-put-error.c (do_test): Add newline to the
30696         padded test to ensure flush.
30697
30698 2012-12-05  Jeff Law  <law@redhat.com>
30699
30700         * sunrpc/etc.rpc (fedfs_admin): Add entry.
30701
30702 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
30703
30704         * README: Don't refer to ports add-on as distributed separately.
30705         Mention AArch64 in list of systems supported in the ports add-on.
30706
30707         * LICENSES: Add more non-FSF copyright and license notices.
30708
30709         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30710         ((unused)).
30711
30712         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30713
30714         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30715         10000 as width of padded output.
30716
30717 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30718
30719         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30720
30721         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30722         variable LX with __attribute__ ((unused)).
30723         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30724         Likewise.
30725         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30726         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30727         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30728         with __attribute__ ((unused)).
30729
30730 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
30731
30732         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30733
30734 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30735
30736         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30737         (CFLAGS-nldbl-acos.c): New variable.
30738         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30739         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30740         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30741         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30742         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
30743         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
30744         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
30745         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
30746         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
30747         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
30748         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
30749         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
30750         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
30751         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
30752         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
30753         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
30754         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
30755         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
30756         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
30757         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
30758         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
30759         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
30760         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
30761         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
30762         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
30763         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
30764         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
30765         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
30766         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
30767         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
30768         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
30769         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
30770         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
30771         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
30772         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
30773         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
30774         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
30775         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
30776         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
30777         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
30778         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
30779         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
30780         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
30781         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
30782         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
30783         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
30784         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
30785         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
30786         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
30787         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
30788         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
30789         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
30790         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
30791         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
30792         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
30793         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
30794         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
30795         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
30796         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
30797         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
30798         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
30799         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
30800         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
30801         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
30802         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
30803         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
30804         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
30805         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
30806         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
30807         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
30808         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
30809         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
30810         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
30811         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
30812         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
30813         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
30814         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
30815         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
30816         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
30817         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
30818         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
30819         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
30820         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
30821         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
30822         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
30823         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
30824         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
30825         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
30826         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
30827         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
30828         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
30829         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
30830         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
30831         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
30832         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
30833         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
30834         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
30835
30836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30837         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30838
30839         [BZ #14914]
30840         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
30841         whole low double instead of just low 47 bits when splitting values
30842         into two parts.
30843
30844 2012-12-03  Allan McRae  <allan@archlinux.org>
30845
30846         * manual/stdio.texi (Predefined Printf Handlers): Remove
30847         @hsep and @vsep usage.
30848
30849 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
30850
30851         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
30852         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
30853
30854 2012-12-03  Jeff Law  <law@redhat.com>
30855
30856         * time/sys/time.h (settimeofday): Do not mark TV argument
30857         as __nonnull.
30858
30859 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
30860
30861         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
30862         when currently writing and seek to current position when not.
30863         * libio/Makefile (tests): Remove bug-fclose1.
30864         * libio/bug-fclose1.c: Delete.
30865
30866 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
30867
30868         * manual/arith.texi (feenableexcept): Fix typo.
30869         (fedisableexcept): Likewise.
30870
30871 2012-11-30  Roland McGrath  <roland@hack.frob.com>
30872
30873         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
30874         second, differently-typed declaration, rather than a cast.
30875
30876 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30877
30878         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
30879         * include/rpc/svc.h: ... here.
30880
30881 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
30882
30883         [BZ #13013]
30884         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
30885         depending n and resplen2 to catch cases where answer
30886         equals answerp2.
30887
30888 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
30889
30890         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
30891         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
30892
30893 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
30894
30895         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
30896
30897 2012-11-29  Roland McGrath  <roland@hack.frob.com>
30898
30899         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
30900
30901 2012-11-28  Jeff Law  <law@redhat.com>
30902
30903         [BZ #13761]
30904         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
30905         dataset_temporary.  Track alloca usage into alloca_used.
30906         If dataset is large allocate and release it via malloc/free.
30907
30908 2012-06-04  Florian Weimer  <fweimer@redhat.com>
30909
30910         [BZ #14197]
30911         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
30912
30913 2012-11-28  David S. Miller  <davem@davemloft.net>
30914
30915         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30916
30917 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30918
30919         [BZ #14803]
30920         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
30921         of pi/2 rounded to nearest to 64 bits.
30922         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
30923         nearest to 64 bits.
30924         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
30925         bits.
30926
30927 2012-11-28  Jeff Law <law@redhat.com>
30928             Martin Osvald <mosvald@redhat.com>
30929
30930         [BZ #14889]
30931         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
30932         * sunrpc/svc.c: Include time.h.
30933         (__svc_accept_failed): New function.
30934         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
30935         any reason other than EINTR, call __svc_accept_failed.
30936         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
30937         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
30938
30939 2012-11-28  Andreas Schwab  <schwab@suse.de>
30940
30941         * scripts/abilist.awk: Also handle indirect functions in .opd
30942         section.
30943
30944 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30945
30946         [BZ #13881]
30947         * sysdeps/x86/fpu/powl_helper.c: New file.
30948         * sysdeps/x86/fpu/Makefile: Likewise.
30949         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
30950         (p3): New object.
30951         (__ieee754_powl): Use __powl_helper for finite arguments except
30952         integer exponents below 8.
30953         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
30954         (p3): New object.
30955         (__ieee754_powl): Use __powl_helper for finite arguments except
30956         integer exponents below 8.
30957         * math/libm-test.inc (pow_test): Add more tests and enable some
30958         previously disabled tests.
30959         * sysdeps/i386/fpu/libm-test-ulps: Update.
30960         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30961
30962 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30963             Carlos O'Donell  <carlos_odonell@mentor.com>
30964
30965         * nss/makedb.c (is_prime): Assert that input is odd and greater
30966         than 4.  Note that fact in a comment too.
30967         (next_prime): Add 4 to input.
30968
30969 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30970
30971         [BZ #11741]
30972         * libio/Makefile (tests): Add test case tst-fwrite-error.
30973         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
30974         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
30975         * libio/tst-fwrite-error.c: New test case.
30976
30977 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
30978
30979         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
30980         before casting to void *.
30981         * include/libc-internal.h (__pointer_type): New macro.
30982         (__integer_if_pointer_type_sub): Likewise.
30983         (__integer_if_pointer_type): Likewise.
30984         (cast_to_integer): Likewise.
30985         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
30986         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
30987         before casting to atomic64_t.
30988         (atomic_exchange_acq): Likewise.
30989         (__arch_exchange_and_add_body): Likewise.
30990         (__arch_add_body): Likewise.
30991         (atomic_add_negative): Likewise.
30992         (atomic_add_zero): Likewise.
30993
30994 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
30995
30996         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
30997         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
30998         (add_fdes): Likewise.
30999         (linear_search_fdes): Likewise.
31000         (binary_search_unencoded_fdes): Likewise.
31001
31002 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31003
31004         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31005
31006 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31007
31008         * configure.in: Autodetect C++ header directories.
31009         * configure: Regenerated.
31010
31011 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31012
31013         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31014
31015 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31016
31017         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31018
31019 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31020
31021         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31022         LDBL_MANT_DIG == 106]: Disable some tests.
31023         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31024         Likewise.
31025         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31026         Likewise.
31027
31028         [BZ #14871]
31029         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31030         input for small inputs.  Return +/- pi/2 for large inputs.
31031         * math/libm-test.inc (atan_test): Add more tests.
31032
31033         * sysdeps/generic/unwind-dw2-fde-glibc.c
31034         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31035         __attribute__ ((unused)).
31036
31037         [BZ #14645]
31038         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31039         x * y if x and y are nonzero and z is zero.
31040
31041         [BZ #14811]
31042         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31043         nonzero exponents with absolute value below 0x1p-117 to +/-
31044         0x1p-117.
31045
31046         [BZ #14869]
31047         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31048         up arguments below 2**-450, not just those below 2**-500.
31049         * math/libm-test.inc (hypot_test): Add another test.
31050
31051         [BZ #14868]
31052         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31053         Return a+b for ratio over 2**120, not 2**60.
31054         * math/libm-test.inc (hypot_test): Add another test.
31055
31056         * math/libm-test.inc (clog_test): Use
31057         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31058         (clog10_test): Likewise.
31059
31060         [BZ #6778]
31061         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31062
31063 2012-11-22  Andreas Schwab  <schwab@suse.de>
31064
31065         * sysdeps/i386/fpu/libm-test-ulps: Update.
31066
31067 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31068
31069         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31070         printf output with newline.
31071
31072 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31073
31074         [BZ #14865]
31075         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31076         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31077         -z nodlopen, -z initfirst and -z execstack support.
31078         * configure: Regenerated.
31079
31080         * elf/elf.h (DF_1_NODIRECT): New macro.
31081         (DF_1_IGNMULDEF): Likewise.
31082         (DF_1_NOKSYMS): Likewise.
31083         (DF_1_NOHDR): Likewise.
31084         (DF_1_EDITED): Likewise.
31085         (DF_1_NORELOC): Likewise.
31086         (DF_1_SYMINTPOSE): Likewise.
31087         (DF_1_GLOBAUDIT): Likewise.
31088         (DF_1_SINGLETON): Likewise.
31089         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31090         DT_1_SUPPORTED_MASK bits.
31091         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31092
31093 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31094
31095         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31096
31097 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31098
31099         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31100         macro.
31101
31102         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31103         (sendmmsg): Move declarations...
31104         * socket/sys/socket.h: ... here.
31105         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31106         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31107         include it from...
31108         * socket/recvmmsg.c: ... this new file.
31109         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31110         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31111         definition of __sendmmsg hidden.
31112         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31113         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31114         Move ENOSYS stub into and include it from...
31115         * socket/sendmmsg.c: ... this new file.
31116         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31117         (sysdep_routines): Move recvmmsg and sendmmsg...
31118         * socket/Makefile (routines): ... here.
31119         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31120         (GLIBC_PRIVATE): Add __sendmmsg.
31121         * include/sys/socket.h (__sendmmsg): Add declarations.
31122         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31123         sendmmsg.
31124
31125 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31126
31127         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31128         variable I1 with __attribute__ ((unused)).
31129         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31130
31131 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31132
31133         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31134         DUMMY variables with __attribute__ ((unused)).
31135
31136         * bits/byteswap.h: Include <bits/types.h>.
31137         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31138
31139 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31140
31141         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31142         string_t.  Do not manually set errno.
31143         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31144         length with __strnlen.  Make sure to both set errno and return it on
31145         failure.
31146
31147 2012-11-19  David S. Miller  <davem@davemloft.net>
31148
31149         With help from Joseph Myers.
31150         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31151         very large arguments properly.
31152         * math/libm-test.inc (atan_test): New tests.
31153         (atan2_test): New tests.
31154         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31155         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31156
31157 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31158
31159         [BZ #14856]
31160         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31161         Define to 3.
31162
31163         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31164         [POSIX] (EADDRNOTAVAIL): Likewise.
31165         [POSIX] (EAFNOSUPPORT): Likewise.
31166         [POSIX] (EALREADY): Likewise.
31167         [POSIX] (ECONNABORTED): Likewise.
31168         [POSIX] (ECONNREFUSED): Likewise.
31169         [POSIX] (ECONNRESET): Likewise.
31170         [POSIX] (EDESTADDRREQ): Likewise.
31171         [POSIX] (EDQUOT): Likewise.
31172         [POSIX] (EHOSTUNREACH): Likewise.
31173         [POSIX] (EIDRM): Likewise.
31174         [POSIX] (EISCONN): Likewise.
31175         [POSIX] (ELOOP): Likewise.
31176         [POSIX] (EMULTIHOP): Likewise.
31177         [POSIX] (ENETDOWN): Likewise.
31178         [POSIX] (ENETUNREACH): Likewise.
31179         [POSIX] (ENOBUFS): Likewise.
31180         [POSIX] (ENODATA): Likewise.
31181         [POSIX] (ENOLINK): Likewise.
31182         [POSIX] (ENOMSG): Likewise.
31183         [POSIX] (ENOPROTOOPT): Likewise.
31184         [POSIX] (ENOSR): Likewise.
31185         [POSIX] (ENOSTR): Likewise.
31186         [POSIX] (ENOTCONN): Likewise.
31187         [POSIX] (ENOTSOCK): Likewise.
31188         [POSIX] (EOPNOTSUPP): Likewise.
31189         [POSIX] (EOVERFLOW): Likewise.
31190         [POSIX] (EPROTO): Likewise.
31191         [POSIX] (EPROTONOSUPPORT): Likewise.
31192         [POSIX] (EPROTOTYPE): Likewise.
31193         [POSIX] (ESTALE): Likewise.
31194         [POSIX] (ETIME): Likewise.
31195         [POSIX] (ETXTBSY): Likewise.
31196         [POSIX] (EWOULDBLOCK): Likewise.
31197         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31198         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31199         [POSIX] (SEEK_CUR): Likewise.
31200         [POSIX] (SEEK_END): Likewise.
31201         [POSIX || UNIX98] (mode_t): Do not require.
31202         [POSIX] (off_t): Likewise.
31203         [POSIX] (pid_t): Likewise.
31204         [POSIX] (sys/stat.h): Do not allow header.
31205         [POSIX] (unistd.h): Likewise.
31206         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31207         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31208         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31209         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31210         require.
31211         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31212         sigevent): Specify elements.
31213         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31214         entry.
31215         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31216         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31217
31218         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31219         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31220         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31221         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31222         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31223         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31224         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31225         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31226         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31227         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31228         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31229         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31230         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31231         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31232         Likewise.
31233         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31234         Likewise.
31235         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31236         Likewise.
31237         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31238         Likewise.
31239         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31240         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31241         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31242         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31243         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31244         Specify lower bound on value.
31245         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31246         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31247         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31248         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31249         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31250         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31251         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31252         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31253         value.
31254         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31255         as optional.
31256         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31257         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31258         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31259         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31260         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31261         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31262         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31263         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31264         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31265         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31266         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31267         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31268         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31269         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31270         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31271         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31272         entry.
31273         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31274         optional.
31275         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31276         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31277         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31278         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31279         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31280         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31281         Likewise.
31282         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31283         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31284         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31285         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31286         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31287         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31288         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31289         as optional.
31290         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31291         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31292         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31293         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31294         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31295         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31296         specify as optional.
31297         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31298         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31299         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31300         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31301         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31302         [XPG3] (NL_LANGMAX): Likewise.
31303         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31304         [POSIX || XPG3] (NL_NMAX): Likewise.
31305         [POSIX || XPG3] (NL_SETMAX): Likewise.
31306         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31307         [XPG3] (NZERO): Likewise.
31308         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31309         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31310         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31311         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31312         (REG_ERANGE): Expect.
31313         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31314         optional-constant.
31315         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31316         Use (void) in prototype.
31317         [POSIX] (*_t): Allow.
31318         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31319         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31320         (WRDE_BADVAL): Expect.
31321
31322         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31323         expect.
31324         [XPG3 || XPG4] (O_RSYNC): Likewise.
31325         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31326         Likewise.
31327         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31328         [XPG3 || XPG4] (sigqueue): Likewise.
31329         [XPG3 || XPG4] (sigtimedwait): Likewise.
31330         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31331         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31332         [XPG3 || XPG4] (vsnprintf): Likewise.
31333         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31334         Likewise.
31335         [XPG3 || XPG4] (blksize_t): Likewise.
31336         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31337         Likewise.
31338         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31339         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31340         [XPG3 || XPG4] (struct itimerspec): Likewise.
31341         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31342         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31343         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31344         [XPG3 || XPG4] (clockid_t): Likewise.
31345         [XPG3 || XPG4] (timer_t): Likewise.
31346         [XPG3 || XPG4] (clock_getres): Likewise.
31347         [XPG3 || XPG4] (clock_gettime): Likewise.
31348         [XPG3 || XPG4] (clock_settime): Likewise.
31349         [XPG3 || XPG4] (nanosleep): Likewise.
31350         [XPG3 || XPG4] (timer_create): Likewise.
31351         [XPG3 || XPG4] (timer_delete): Likewise.
31352         [XPG3 || XPG4] (timer_gettime): Likewise.
31353         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31354         [XPG3 || XPG4] (timer_settime): Likewise.
31355         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31356         [XPG3 || XPG4] (getlogin_r): Likewise.
31357         [XPG3 || XPG4] (pread): Likewise.
31358         [XPG3 || XPG4] (pthread_atfork): Likewise.
31359         [XPG3 || XPG4] (pwrite): Likewise.
31360
31361         [BZ #14835]
31362         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31363         <bits/siginfo.h>.
31364
31365 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31366
31367         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31368         finalizing MALLSTREAM.
31369
31370         * sysdeps/mach/hurd/syncfs.c: New file.
31371
31372 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31373
31374         [BZ #14719]
31375         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31376         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31377         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31378         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31379         (_nss_dns_gethostbyname4_r): Likewise.
31380         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31381         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31382
31383 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31384
31385         [BZ #13763]
31386         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31387
31388 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31389
31390         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31391         * elf/cache.c (print_entry): Print ",AArch64" for
31392         FLAG_AARCH64_LIB64
31393
31394         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31395         * elf/cache.c (print_entry): Print ",hard-float" for
31396         FLAG_ARM_LIBHF.
31397
31398 2012-11-18  David S. Miller  <davem@davemloft.net>
31399
31400         With help from Joseph Myers.
31401         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31402         cutoff to 2**-13.
31403         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31404         cutoff to 2**-25.
31405         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31406         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31407         small.
31408         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31409         * math/libm-test.inc (y0_test): New tests.
31410         (y1_test): New tests.
31411         * sysdeps/i386/fpu/libm-test-ulps: Update.
31412         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31413         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31414
31415 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31416
31417         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31418         64-bit targets.
31419         * configure: Regenerated.
31420
31421 2012-11-17  David S. Miller  <davem@davemloft.net>
31422
31423         [BZ #14811]
31424         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31425         nonzero exponents with absolute value below 0x1p-128 to +/-
31426         0x1p-128.
31427
31428 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31429
31430         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31431
31432         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31433
31434         * posix/getconf-speclist.c: New file.
31435         * posix/posix-envs.def: Likewise.
31436         * posix/confstr.c (START_ENV_GROUP): New macro.
31437         (END_ENV_GROUP): Likewise.
31438         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31439         (KNOWN_PRESENT_ENV_STRING): Likewise.
31440         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31441         (UNKNOWN_ENVIRONMENT): Likewise.
31442         (confstr): Include posix-envs.def instead of handling
31443         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31444         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31445         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31446         (END_ENV_GROUP): Likewise.
31447         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31448         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31449         (UNKNOWN_ENVIRONMENT): Likewise.
31450         (__sysconf): Include posix-envs.def instead of handling associated
31451         cases directly here.
31452         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31453         preprocessing getconf-speclist.c rather than running getconf or
31454         generating empty file.
31455
31456 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31457
31458         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31459
31460 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31461
31462         [BZ #14672]
31463         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31464
31465 2012-11-16  David S. Miller  <davem@davemloft.net>
31466
31467         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31468         smaller than LDBL_EPSILON/2.0L, just return xm1.
31469
31470 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31471
31472         * elf/tst-array1.c (init): Set constructor priority to 1000.
31473         (fini): Set destructor priority to 1000.
31474         * elf/tst-array2dep.c: Likewise.
31475
31476 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31477
31478         [BZ #11741]
31479         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31480         (_IO_new_file_xsputn): Also return EOF if none of the input
31481         data was written when overflow failed.
31482         * libio/iopadn.c (_IO_padn): Likewise.
31483         * libio/iowpadn.c (_IO_wpadn): Likewise.
31484         * stdio-common/tst-put-error.c: Add copyright notice.
31485         (do_test): Add case for printing padded string.
31486         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31487         _IO_padn returned error.
31488         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31489         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31490         return EOF.
31491
31492 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31493
31494         * libio/libioP.h: Add comment note that the references to C++
31495         bits are now obsolete.
31496
31497 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31498
31499         * math/libm-test.inc (check_complex): Use asprintf.
31500
31501 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31502
31503         * debug/pcprofiledump.c (print_version): Update copyright year.
31504         * malloc/memusagestat.c (print_version): Likewise.
31505
31506 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31507
31508         [BZ #14831]
31509         * elf/Makefile (tests): Add tst-audit8.
31510         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31511         ($(objpfx)tst-audit8.out): New target.
31512         (tst-audit8-ENV): New variable.
31513         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31514         audit if l_reloc_result is NULL.
31515         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31516         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31517         * elf/tst-audit8.c: New file.
31518
31519 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31520
31521         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31522         * misc/Makefile (CFLAGS-select.c): Define.
31523         * posix/Makefile (CFLAGS-pause.c): Define.
31524
31525 2012-11-13  David S. Miller  <davem@davemloft.net>
31526
31527         * crypt/Makefile: Move test targets after toplevel Rules
31528         inclusion.  Grab any necessary sysdep routines when linking.
31529         * crypt/md5.c (md5_process_block): Remove define, we will always
31530         name it __md5_process_block.
31531         (md5_finish_ctx): Update md5_process_block call.
31532         (md5_stream): Likewise.
31533         (md5_process_bytes): Likewise.
31534         (md5_process_block): Rename to __md5_process_block and move to ...
31535         * crypt/md5-block.c: ... here.
31536         * crypt/sha256.c (sha256_process_block): Move to ...
31537         * crypt/sha256-block.c: ... here.
31538         * crypt/sha512.c (sha512_process_block): Move to ...
31539         * crypt/sha512-block.c: ... here.
31540         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31541         path.
31542         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31543         * sysdeps/sparc/sparc64/multiarch/Makefile
31544         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31545         crypt subdir.
31546         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31547         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31548         multiarch changes.
31549         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31550         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31551         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31552         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31553         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31554         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31555         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31556         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31557         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31558         file.
31559         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31560         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31561         file.
31562         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31563
31564 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31565
31566         * timezone/tzselect.ksh: Update from tzcode git revision
31567         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31568         * timezone/zdump.c: Likewise.
31569         * timezone/zic.c: Likewise.
31570         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31571         in TZVERSION setting, not $(PKGVERSION).
31572         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31573         REPORT_BUGS_TO settings.
31574
31575         [BZ #14838]
31576         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31577         macro.
31578
31579 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31580
31581         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31582         detection to immediately after _FP_ROUND().
31583         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31584         bits are 0.
31585
31586 2012-11-11  David S. Miller  <davem@davemloft.net>
31587
31588         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31589         inttypes.h
31590         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31591         __close rather than their public counterparts.
31592
31593 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31594
31595         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31596         file.
31597         [UNIX98] (sem_timedwait): Do not expect.
31598         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31599         [XPG4 || UNIX98] (sockatmark): Do not expect.
31600         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31601         (clock_getcpuclockid): Do not expect.
31602         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31603         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31604         Do not expect.
31605         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31606         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31607         [UNIX98] (vwscanf): Likewise.
31608         [UNIX98] (vswscanf): Likewise.
31609
31610 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31611
31612         * timezone/version.h: Remove file.
31613         * timezone/README: Do not refer to version.h.
31614         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31615         $(objpfx)version.h.
31616         ($(objpfx)zdump.o): Likewise.
31617         ($(objpfx)version.h): New target.
31618
31619         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31620         2012i.
31621         * timezone/README: Don't mention modification to tzselect.ksh.
31622         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31623         work on unmodified tzselect.ksh.  Substitute version numbers in
31624         tzselect.ksh.
31625
31626         * Makefile (format-me): Remove.
31627         (INSTALL): Adjust indentation.  Use commands directly instead of
31628         using $(format-me).
31629
31630         * aclocal.m4 (ACX_PKGVERSION): New macro.
31631         (ACX_BUGURL): Likewise.
31632         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31633         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31634         (REPORT_BUGS_TO): Likewise.
31635         * configure: Regenerated.
31636         * config.h.in (PKGVERSION): New macro.
31637         (REPORT_BUGS_TO): Likewise.
31638         * config.make.in (PKGVERSION): New variable.
31639         (PKGVERSION_TEXI): Likewise.
31640         (REPORT_BUGS_TO): Likewise.
31641         (REPORT_BUGS_TEXI): Likewise.
31642         * Makefile (format-me): Use -I$(common-objpfx)manual.
31643         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31644         ($(common-objpfx)manual/%): New target.
31645         (manual/%): Remove target.
31646         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31647         (print_version): Use PKGVERSION.
31648         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31649         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31650         and REPORT_BUGS_TO.
31651         ($(objpfx)xtrace): Likewise.
31652         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31653         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31654         (print_version): Use PKGVERSION.
31655         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31656         (do_version): Use PKGVERSION.
31657         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31658         REPORT_BUGS_TO.
31659         (common-ldd-rewrite): Likewise.
31660         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31661         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31662         (print_version): Use PKGVERSION.
31663         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31664         * elf/pldd.c (argp_program_bug_address): Remove variable.
31665         (more_help): New function.
31666         (argp): Use more_help.
31667         (print_version): Use PKGVERSION.
31668         * elf/sln.c (main): Use PKGVERSION.
31669         (usage): Use REPORT_BUGS_TO.
31670         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31671         (top level): Use PKGVERSION.
31672         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31673         (print_version): Use PKGVERSION.
31674         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31675         (print_version): Use PKGVERSION.
31676         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31677         (print_version): Use PKGVERSION.
31678         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31679         (print_version): Use PKGVERSION.
31680         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31681         (print_version): Use PKGVERSION.
31682         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31683         (print_version): Use PKGVERSION.
31684         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31685         and BUGURL.
31686         ($(objpfx)memusage): Likewise.
31687         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31688         (do_version): Use PKGVERSION.
31689         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31690         (print_version): Use PKGVERSION.
31691         * malloc/mtrace.pl ($PACKAGE): Remove variable.
31692         ($PKGVERSION): New variable.
31693         ($REPORT_BUGS_TO): Likewise.
31694         (usage): Use $REPORT_BUGS_TO.
31695         (top level): Use $PKGVERSION.
31696         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31697         ($(objpfx)pkgvers.texi): New rule.
31698         ($(objpfx)stamp-pkgvers): Likewise.
31699         * manual/install.texi: Include pkgvers.texi.
31700         (--with-pkgversion): Document new configure option.
31701         (--with-bugurl): Likewise.
31702         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31703         than necessarily for this particular distribution.  Use
31704         REPORT_BUGS_TO for where to report bugs.
31705         * INSTALL: Regenerated.
31706         * manual/libc.texinfo: Include pkgvers.texi.
31707         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31708         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31709         (print_version): Use PKGVERSION.
31710         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31711         (print_version): Use PKGVERSION.
31712         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31713         (print_version): Use PKGVERSION.
31714         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31715         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31716         macro.
31717         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31718         (print_version): Use PKGVERSION.
31719         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31720         (print_version): Use PKGVERSION.
31721         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31722         and PKGVERSION.
31723
31724         * timezone/checktab.awk: Update from tzcode 2012i.
31725         * timezone/ialloc.c: Likewise.
31726         * timezone/private.h: Likewise.
31727         * timezone/scheck.c: Likewise.
31728         * timezone/tzfile.h: Likewise.
31729         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31730         (TZVERSION): Hardcode tzcode version number.
31731         * timezone/zdump.c: Update from tzcode 2012i.
31732         * timezone/zic.c: Likewise.
31733         * timezone/version.h: New file.
31734         * timezone/README: Describe version.h.  Update upstream location.
31735
31736         [BZ #14824]
31737         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31738         (mktemp): Enable declaration.
31739         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31740         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31741         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31742         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
31743         Likewise.
31744         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
31745         Likewise.
31746         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
31747         Likewise.
31748         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
31749         Likewise.
31750         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
31751         Likewise.
31752         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
31753         Likewise.
31754
31755         [BZ #14821]
31756         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
31757         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
31758         for copies of such integer values.
31759         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
31760         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
31761
31762 2012-11-09  Andreas Jaeger  <aj@suse.de>
31763
31764         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
31765         definitions and declarations that are provided by
31766         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31767
31768 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31769
31770         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
31771         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
31772         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
31773         definition.
31774
31775 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31776
31777         * elf/elf.h: Update comment before AArch64 relocations.
31778
31779 2012-11-07  David S. Miller  <davem@davemloft.net>
31780
31781         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
31782         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
31783         (__start_context): Declare.
31784         (__makecontext_ret): Delete.
31785         (__makecontext): Hook up __start_context instead of
31786         __makecontext_ret.
31787         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
31788         (sysdep_routines): Add __start_context when in stdlib.
31789
31790 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31791
31792         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
31793         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
31794         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
31795         hardcoded "nm".
31796         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
31797         (READELF): New variable.  Use it instead of hardcoded "readelf".
31798
31799 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
31800
31801         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
31802         * sysdeps/x86/Makefile: Here.
31803         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
31804         * sysdeps/x86/tst-xmmymm.sh: This.
31805
31806 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31807
31808         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
31809         expectations.
31810         [UNIX98] (pthread_barrier_t): Do not expect.
31811         [UNIX98] (pthread_barrierattr_t): Likewise.
31812         [UNIX98] (pthread_spinlock_t): Likewise.
31813         [UNIX98] (pthread_barrier_destroy): Likewise.
31814         [UNIX98] (pthread_barrier_init): Likewise.
31815         [UNIX98] (pthread_barrier_wait): Likewise.
31816         [UNIX98] (pthread_barrierattr_destroy): Likewise.
31817         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
31818         [UNIX98] (pthread_barrierattr_init): Likewise.
31819         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
31820         [UNIX98] (pthread_getcpuclockid): Likewise.
31821         [UNIX98] (pthread_mutex_timedlock): Likewise.
31822         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
31823         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
31824         [UNIX98] (pthread_sigmask): Likewise.
31825         [UNIX98] (pthread_spin_destroy): Likewise.
31826         [UNIX98] (pthread_spin_init): Likewise.
31827         [UNIX98] (pthread_spin_lock): Likewise.
31828         [UNIX98] (pthread_spin_trylock): Likewise.
31829         [UNIX98] (pthread_spin_unlock): Likewise.
31830         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
31831         Do not expect.
31832         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
31833         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
31834         [XPG3 || XPG4] (pthread_cond_t): Likewise.
31835         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
31836         [XPG3 || XPG4] (pthread_key_t): Likewise.
31837         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
31838         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
31839         [XPG3 || XPG4] (pthread_once_t): Likewise.
31840         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
31841         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
31842         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
31843         [XPG3 || XPG4] (pthread_t): Likewise.
31844
31845         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
31846         not expect.
31847         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
31848
31849         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
31850         Change function return type to int.
31851
31852         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
31853         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
31854         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
31855         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
31856         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
31857         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
31858         [!POSIX] (posix_madvise): Likewise.
31859         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
31860         && !UNIX98].
31861         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
31862         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
31863         (mode_t): Likewise.
31864         (posix_mem_offset): Likewise.
31865         (posix_typed_mem_get_info): Likewise.
31866         (posix_typed_mem_open): Likewise.
31867
31868         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
31869         Change condition to [XOPEN2K8].
31870
31871         * conform/conformtest.pl: Preprocess allow-header data with -x c
31872         instead of from stdin.
31873         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
31874         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
31875         [C99-based standards] (cerfc): Likewise.
31876         [C99-based standards] (cexp2): Likewise.
31877         [C99-based standards] (cexpm1): Likewise.
31878         [C99-based standards] (clog10): Likewise.
31879         [C99-based standards] (clog1p): Likewise.
31880         [C99-based standards] (clog2): Likewise.
31881         [C99-based standards] (clgamma): Likewise.
31882         [C99-based standards] (ctgamma): Likewise.
31883         [C99-based standards] (cerff): Likewise.
31884         [C99-based standards] (cerfcf): Likewise.
31885         [C99-based standards] (cexp2f): Likewise.
31886         [C99-based standards] (cexpm1f): Likewise.
31887         [C99-based standards] (clog10f): Likewise.
31888         [C99-based standards] (clog1pf): Likewise.
31889         [C99-based standards] (clog2f): Likewise.
31890         [C99-based standards] (clgammaf): Likewise.
31891         [C99-based standards] (ctgammaf): Likewise.
31892         [C99-based standards] (cerfl): Likewise.
31893         [C99-based standards] (cerfcl): Likewise.
31894         [C99-based standards] (cexp2l): Likewise.
31895         [C99-based standards] (cexpm1l): Likewise.
31896         [C99-based standards] (clog10l): Likewise.
31897         [C99-based standards] (clog1pl): Likewise.
31898         [C99-based standards] (clog2l): Likewise.
31899         [C99-based standards] (clgammal): Likewise.
31900         [C99-based standards] (ctgammal): Likewise.
31901         * conform/data/inttypes.h-data [C99-based standards]: Include
31902         stdint.h-data.  Remove all expectations for stdint.h contents.
31903         [C99-based standards] (PRI*): Do not allow.
31904         [C99-based standards] (SCN*): Likewise.
31905         [C99-based standards] (*_t): Likewise.
31906         [C99-based-standards] (PRId8): Expect macro.
31907         [C99-based-standards] (PRIi8): Likewise.
31908         [C99-based-standards] (PRIo8): Likewise.
31909         [C99-based-standards] (PRIu8): Likewise.
31910         [C99-based-standards] (PRIx8): Likewise.
31911         [C99-based-standards] (PRIX8): Likewise.
31912         [C99-based-standards] (SCNd8): Likewise.
31913         [C99-based-standards] (SCNi8): Likewise.
31914         [C99-based-standards] (SCNo8): Likewise.
31915         [C99-based-standards] (SCNu8): Likewise.
31916         [C99-based-standards] (SCNx8): Likewise.
31917         [C99-based-standards] (PRIdLEAST8): Likewise.
31918         [C99-based-standards] (PRIiLEAST8): Likewise.
31919         [C99-based-standards] (PRIoLEAST8): Likewise.
31920         [C99-based-standards] (PRIuLEAST8): Likewise.
31921         [C99-based-standards] (PRIxLEAST8): Likewise.
31922         [C99-based-standards] (PRIXLEAST8): Likewise.
31923         [C99-based-standards] (SCNdLEAST8): Likewise.
31924         [C99-based-standards] (SCNiLEAST8): Likewise.
31925         [C99-based-standards] (SCNoLEAST8): Likewise.
31926         [C99-based-standards] (SCNuLEAST8): Likewise.
31927         [C99-based-standards] (SCNxLEAST8): Likewise.
31928         [C99-based-standards] (PRIdFAST8): Likewise.
31929         [C99-based-standards] (PRIiFAST8): Likewise.
31930         [C99-based-standards] (PRIoFAST8): Likewise.
31931         [C99-based-standards] (PRIuFAST8): Likewise.
31932         [C99-based-standards] (PRIxFAST8): Likewise.
31933         [C99-based-standards] (PRIXFAST8): Likewise.
31934         [C99-based-standards] (SCNdFAST8): Likewise.
31935         [C99-based-standards] (SCNiFAST8): Likewise.
31936         [C99-based-standards] (SCNoFAST8): Likewise.
31937         [C99-based-standards] (SCNuFAST8): Likewise.
31938         [C99-based-standards] (SCNxFAST8): Likewise.
31939         [C99-based-standards] (PRId16): Likewise.
31940         [C99-based-standards] (PRIi16): Likewise.
31941         [C99-based-standards] (PRIo16): Likewise.
31942         [C99-based-standards] (PRIu16): Likewise.
31943         [C99-based-standards] (PRIx16): Likewise.
31944         [C99-based-standards] (PRIX16): Likewise.
31945         [C99-based-standards] (SCNd16): Likewise.
31946         [C99-based-standards] (SCNi16): Likewise.
31947         [C99-based-standards] (SCNo16): Likewise.
31948         [C99-based-standards] (SCNu16): Likewise.
31949         [C99-based-standards] (SCNx16): Likewise.
31950         [C99-based-standards] (PRIdLEAST16): Likewise.
31951         [C99-based-standards] (PRIiLEAST16): Likewise.
31952         [C99-based-standards] (PRIoLEAST16): Likewise.
31953         [C99-based-standards] (PRIuLEAST16): Likewise.
31954         [C99-based-standards] (PRIxLEAST16): Likewise.
31955         [C99-based-standards] (PRIXLEAST16): Likewise.
31956         [C99-based-standards] (SCNdLEAST16): Likewise.
31957         [C99-based-standards] (SCNiLEAST16): Likewise.
31958         [C99-based-standards] (SCNoLEAST16): Likewise.
31959         [C99-based-standards] (SCNuLEAST16): Likewise.
31960         [C99-based-standards] (SCNxLEAST16): Likewise.
31961         [C99-based-standards] (PRIdFAST16): Likewise.
31962         [C99-based-standards] (PRIiFAST16): Likewise.
31963         [C99-based-standards] (PRIoFAST16): Likewise.
31964         [C99-based-standards] (PRIuFAST16): Likewise.
31965         [C99-based-standards] (PRIxFAST16): Likewise.
31966         [C99-based-standards] (PRIXFAST16): Likewise.
31967         [C99-based-standards] (SCNdFAST16): Likewise.
31968         [C99-based-standards] (SCNiFAST16): Likewise.
31969         [C99-based-standards] (SCNoFAST16): Likewise.
31970         [C99-based-standards] (SCNuFAST16): Likewise.
31971         [C99-based-standards] (SCNxFAST16): Likewise.
31972         [C99-based-standards] (PRId32): Likewise.
31973         [C99-based-standards] (PRIi32): Likewise.
31974         [C99-based-standards] (PRIo32): Likewise.
31975         [C99-based-standards] (PRIu32): Likewise.
31976         [C99-based-standards] (PRIx32): Likewise.
31977         [C99-based-standards] (PRIX32): Likewise.
31978         [C99-based-standards] (SCNd32): Likewise.
31979         [C99-based-standards] (SCNi32): Likewise.
31980         [C99-based-standards] (SCNo32): Likewise.
31981         [C99-based-standards] (SCNu32): Likewise.
31982         [C99-based-standards] (SCNx32): Likewise.
31983         [C99-based-standards] (PRIdLEAST32): Likewise.
31984         [C99-based-standards] (PRIiLEAST32): Likewise.
31985         [C99-based-standards] (PRIoLEAST32): Likewise.
31986         [C99-based-standards] (PRIuLEAST32): Likewise.
31987         [C99-based-standards] (PRIxLEAST32): Likewise.
31988         [C99-based-standards] (PRIXLEAST32): Likewise.
31989         [C99-based-standards] (SCNdLEAST32): Likewise.
31990         [C99-based-standards] (SCNiLEAST32): Likewise.
31991         [C99-based-standards] (SCNoLEAST32): Likewise.
31992         [C99-based-standards] (SCNuLEAST32): Likewise.
31993         [C99-based-standards] (SCNxLEAST32): Likewise.
31994         [C99-based-standards] (PRIdFAST32): Likewise.
31995         [C99-based-standards] (PRIiFAST32): Likewise.
31996         [C99-based-standards] (PRIoFAST32): Likewise.
31997         [C99-based-standards] (PRIuFAST32): Likewise.
31998         [C99-based-standards] (PRIxFAST32): Likewise.
31999         [C99-based-standards] (PRIXFAST32): Likewise.
32000         [C99-based-standards] (SCNdFAST32): Likewise.
32001         [C99-based-standards] (SCNiFAST32): Likewise.
32002         [C99-based-standards] (SCNoFAST32): Likewise.
32003         [C99-based-standards] (SCNuFAST32): Likewise.
32004         [C99-based-standards] (SCNxFAST32): Likewise.
32005         [C99-based-standards] (PRId64): Likewise.
32006         [C99-based-standards] (PRIi64): Likewise.
32007         [C99-based-standards] (PRIo64): Likewise.
32008         [C99-based-standards] (PRIu64): Likewise.
32009         [C99-based-standards] (PRIx64): Likewise.
32010         [C99-based-standards] (PRIX64): Likewise.
32011         [C99-based-standards] (SCNd64): Likewise.
32012         [C99-based-standards] (SCNi64): Likewise.
32013         [C99-based-standards] (SCNo64): Likewise.
32014         [C99-based-standards] (SCNu64): Likewise.
32015         [C99-based-standards] (SCNx64): Likewise.
32016         [C99-based-standards] (PRIdLEAST64): Likewise.
32017         [C99-based-standards] (PRIiLEAST64): Likewise.
32018         [C99-based-standards] (PRIoLEAST64): Likewise.
32019         [C99-based-standards] (PRIuLEAST64): Likewise.
32020         [C99-based-standards] (PRIxLEAST64): Likewise.
32021         [C99-based-standards] (PRIXLEAST64): Likewise.
32022         [C99-based-standards] (SCNdLEAST64): Likewise.
32023         [C99-based-standards] (SCNiLEAST64): Likewise.
32024         [C99-based-standards] (SCNoLEAST64): Likewise.
32025         [C99-based-standards] (SCNuLEAST64): Likewise.
32026         [C99-based-standards] (SCNxLEAST64): Likewise.
32027         [C99-based-standards] (PRIdFAST64): Likewise.
32028         [C99-based-standards] (PRIiFAST64): Likewise.
32029         [C99-based-standards] (PRIoFAST64): Likewise.
32030         [C99-based-standards] (PRIuFAST64): Likewise.
32031         [C99-based-standards] (PRIxFAST64): Likewise.
32032         [C99-based-standards] (PRIXFAST64): Likewise.
32033         [C99-based-standards] (SCNdFAST64): Likewise.
32034         [C99-based-standards] (SCNiFAST64): Likewise.
32035         [C99-based-standards] (SCNoFAST64): Likewise.
32036         [C99-based-standards] (SCNuFAST64): Likewise.
32037         [C99-based-standards] (SCNxFAST64): Likewise.
32038         [C99-based-standards] (PRIdMAX): Likewise.
32039         [C99-based-standards] (PRIiMAX): Likewise.
32040         [C99-based-standards] (PRIoMAX): Likewise.
32041         [C99-based-standards] (PRIuMAX): Likewise.
32042         [C99-based-standards] (PRIxMAX): Likewise.
32043         [C99-based-standards] (PRIXMAX): Likewise.
32044         [C99-based-standards] (SCNdMAX): Likewise.
32045         [C99-based-standards] (SCNiMAX): Likewise.
32046         [C99-based-standards] (SCNoMAX): Likewise.
32047         [C99-based-standards] (SCNuMAX): Likewise.
32048         [C99-based-standards] (SCNxMAX): Likewise.
32049         [C99-based-standards] (PRIdPTR): Likewise.
32050         [C99-based-standards] (PRIiPTR): Likewise.
32051         [C99-based-standards] (PRIoPTR): Likewise.
32052         [C99-based-standards] (PRIuPTR): Likewise.
32053         [C99-based-standards] (PRIxPTR): Likewise.
32054         [C99-based-standards] (PRIXPTR): Likewise.
32055         [C99-based-standards] (SCNdPTR): Likewise.
32056         [C99-based-standards] (SCNiPTR): Likewise.
32057         [C99-based-standards] (SCNoPTR): Likewise.
32058         [C99-based-standards] (SCNuPTR): Likewise.
32059         [C99-based-standards] (SCNxPTR): Likewise.
32060         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32061         allow.
32062         * conform/data/stdint.h-data: Update comments to clarify
32063         requirements.
32064         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32065         type.
32066         [C99-based standards] (INT8_MAX): Likewise.
32067         [C99-based standards] (INT16_MIN): Likewise.
32068         [C99-based standards] (INT16_MAX): Likewise.
32069         [C99-based standards] (INT32_MIN): Likewise.
32070         [C99-based standards] (INT32_MAX): Likewise.
32071         [C99-based standards] (INT64_MIN): Likewise.
32072         [C99-based standards] (INT64_MAX): Likewise.
32073         [C99-based standards] (UINT8_MAX): Likewise.
32074         [C99-based standards] (UINT16_MAX): Likewise.
32075         [C99-based standards] (UINT32_MAX): Likewise.
32076         [C99-based standards] (UINT64_MAX): Likewise.
32077         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32078         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32079         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32080         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32081         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32082         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32083         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32084         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32085         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32086         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32087         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32088         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32089         [C99-based standards] (INT_FAST8_MIN): Likewise.
32090         [C99-based standards] (INT_FAST8_MAX): Likewise.
32091         [C99-based standards] (INT_FAST16_MIN): Likewise.
32092         [C99-based standards] (INT_FAST16_MAX): Likewise.
32093         [C99-based standards] (INT_FAST32_MIN): Likewise.
32094         [C99-based standards] (INT_FAST32_MAX): Likewise.
32095         [C99-based standards] (INT_FAST64_MIN): Likewise.
32096         [C99-based standards] (INT_FAST64_MAX): Likewise.
32097         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32098         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32099         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32100         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32101         [C99-based standards] (INTPTR_MIN): Likewise.
32102         [C99-based standards] (INTPTR_MAX): Likewise.
32103         [C99-based standards] (UINTPTR_MAX): Likewise.
32104         [C99-based standards] (INTMAX_MIN): Likewise.
32105         [C99-based standards] (INTMAX_MAX): Likewise.
32106         [C99-based standards] (UINTMAX_MAX): Likewise.
32107         [C99-based standards] (PTRDIFF_MIN): Likewise.
32108         [C99-based standards] (PTRDIFF_MAX): Likewise.
32109         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32110         [C99-based standards] (SIZE_MAX): Likewise.
32111         [C99-based standards] (WCHAR_MAX): Likewise.
32112         [C99-based standards] (WINT_MAX): Likewise.
32113         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32114         constraint on value.
32115         [C99-based standards] (WCHAR_MIN): Likewise.
32116         [C99-based standards] (WINT_MIN): Likewise.
32117         [C99-based standards] (*_t): Allow.
32118         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32119         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32120         Include math.h-data and complex.h-data.  Remove all expectations
32121         of math.h and complex.h contents.
32122         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32123         at end of line.
32124         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32125         (struct tm): Expect tag.
32126         [C99-based-standards] (wcstof): Expect function.
32127         [C99-based-standards] (wcstold): Likewise.
32128         [C99-based-standards] (wcstoll): Likewise.
32129         [C99-based-standards] (wcstoull): Likewise.
32130         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32131         macro-int-constant.  Specify type.
32132         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32133         constraint on value.
32134         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32135         Specify type.
32136         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32137         Specify value.
32138         [ISO C standards]: Do not allow headers.
32139         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32140         wcs[abcdefghijklmnopqrstuvwxyz]*.
32141         [ISO C standards] (*_t): Do not allow.
32142         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32143         Expect function.
32144         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32145         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32146         Specify type.
32147         [ISO C standards]: Do not allow headers.
32148         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32149         is[abcdefghijklmnopqrstuvwxyz]*.
32150         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32151         to[abcdefghijklmnopqrstuvwxyz]*.
32152         [ISO C standards] (*_t): Do not allow.
32153         * conform/data/stdalign.h-data: New file.
32154         * conform/data/stdbool.h-data: Likewise.
32155         * conform/data/stdnoreturn.h-data: Likewise.
32156
32157 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32158
32159         [BZ #14815]
32160         * manual/filesys.texi (Directory Entries): Typo fix.
32161         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32162
32163 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32164
32165         * elf/elf.h (EM_AARCH64): New macro.
32166         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32167         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32168         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32169         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32170         (R_AARCH64_TLSDESC): Likewise.
32171         (NT_ARM_TLS): Likewise.
32172         (NT_ARM_HW_BREAK): Likewise.
32173         (NT_ARM_HW_WATCH): Likewise.
32174
32175 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32176
32177         [BZ #14811]
32178         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32179         (__ieee754_powl): Saturate nonzero exponents with absolute value
32180         below 0x1p-79 to +/- 0x1p-79.
32181         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32182         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32183         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32184         nonzero exponents with absolute value below 0x1p-32 to +/-
32185         0x1p-32.
32186         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32187         (__ieee754_powl): Saturate nonzero exponents with absolute value
32188         below 0x1p-79 to +/- 0x1p-79.
32189         * math/libm-test.inc (pow_test): Add more tests.
32190
32191 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32192
32193         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32194         _dl_s390_cap_flags with kernel. Increase string length.
32195         (_dl_s390_platforms): Add z196 and zEC12.
32196
32197 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32198
32199         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32200         Change XOPEN21K to XOPEN2K.
32201
32202 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32203
32204         * string/memmove.c: Use memcpy when possible.
32205
32206 2012-11-06  Andreas Jaeger  <aj@suse.de>
32207
32208         * po/eo.po: Update from translation team.
32209
32210 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32211
32212         [BZ #14793]
32213         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32214         exponent and small x and y exponents, scale x or y up.  Increase
32215         by 2 the exponent used in scaling up.
32216         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32217         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32218         * math/libm-test.inc (fma_test): Add more tests.
32219         (fma_test_towardzero): Likewise.
32220         (fma_test_downward): Likewise.
32221         (fma_test_upward): Likewise.
32222
32223 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32224
32225         [BZ #14805]
32226         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32227         fenv_t *.
32228
32229         [BZ #14801]
32230         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32231         namespace for names of struct fields.
32232         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32233         fenv_t fields.
32234         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32235         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32236
32237 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32238
32239         [BZ #3665]
32240         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32241
32242 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32243
32244         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32245         PTR_DEMANGLE.
32246
32247         [BZ #5246]
32248         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32249         PTR_DEMANGLE.
32250
32251 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32252
32253         [BZ #14797]
32254         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32255         definitely overflow as x * y not x * y + z.
32256         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32257         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32258         * math/libm-test.inc (fma_test): Add more tests.
32259         (fma_test_towardzero): Likewise.
32260         (fma_test_downward): Likewise.
32261         (fma_test_upward): Likewise.
32262
32263 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32264
32265         [BZ #157]
32266
32267         * include/stub-tag.h: Remove file.
32268         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32269         '#include' of it.
32270         * manual/maint.texi (Porting): Don't reference it.
32271         * Makerules ($(objpfx)stubs): Likewise.
32272         * dirent/closedir.c: Don't include <stub-tag.h>.
32273         * dirent/dirfd.c: Likewise.
32274         * dirent/fdopendir.c: Likewise.
32275         * dirent/getdents.c: Likewise.
32276         * dirent/getdents64.c: Likewise.
32277         * dirent/opendir.c: Likewise.
32278         * dirent/readdir.c: Likewise.
32279         * dirent/readdir64.c: Likewise.
32280         * dirent/readdir64_r.c: Likewise.
32281         * dirent/readdir_r.c: Likewise.
32282         * dirent/rewinddir.c: Likewise.
32283         * dirent/seekdir.c: Likewise.
32284         * dirent/telldir.c: Likewise.
32285         * gmon/profil.c: Likewise.
32286         * grp/setgroups.c: Likewise.
32287         * inet/if_index.c: Likewise.
32288         * io/access.c: Likewise.
32289         * io/chdir.c: Likewise.
32290         * io/chmod.c: Likewise.
32291         * io/chown.c: Likewise.
32292         * io/close.c: Likewise.
32293         * io/dup.c: Likewise.
32294         * io/dup2.c: Likewise.
32295         * io/dup3.c: Likewise.
32296         * io/euidaccess.c: Likewise.
32297         * io/faccessat.c: Likewise.
32298         * io/fchdir.c: Likewise.
32299         * io/fchmod.c: Likewise.
32300         * io/fchmodat.c: Likewise.
32301         * io/fchown.c: Likewise.
32302         * io/fchownat.c: Likewise.
32303         * io/fcntl.c: Likewise.
32304         * io/flock.c: Likewise.
32305         * io/fstatfs.c: Likewise.
32306         * io/fstatfs64.c: Likewise.
32307         * io/fstatvfs.c: Likewise.
32308         * io/fstatvfs64.c: Likewise.
32309         * io/futimens.c: Likewise.
32310         * io/fxstat.c: Likewise.
32311         * io/fxstat64.c: Likewise.
32312         * io/fxstatat.c: Likewise.
32313         * io/fxstatat64.c: Likewise.
32314         * io/getcwd.c: Likewise.
32315         * io/isatty.c: Likewise.
32316         * io/lchmod.c: Likewise.
32317         * io/lchown.c: Likewise.
32318         * io/link.c: Likewise.
32319         * io/linkat.c: Likewise.
32320         * io/lseek.c: Likewise.
32321         * io/lseek64.c: Likewise.
32322         * io/lxstat64.c: Likewise.
32323         * io/mkdir.c: Likewise.
32324         * io/mkdirat.c: Likewise.
32325         * io/mkfifo.c: Likewise.
32326         * io/mkfifoat.c: Likewise.
32327         * io/open.c: Likewise.
32328         * io/open64.c: Likewise.
32329         * io/openat.c: Likewise.
32330         * io/openat64.c: Likewise.
32331         * io/pipe.c: Likewise.
32332         * io/pipe2.c: Likewise.
32333         * io/poll.c: Likewise.
32334         * io/posix_fadvise.c: Likewise.
32335         * io/posix_fadvise64.c: Likewise.
32336         * io/posix_fallocate.c: Likewise.
32337         * io/posix_fallocate64.c: Likewise.
32338         * io/read.c: Likewise.
32339         * io/readlink.c: Likewise.
32340         * io/readlinkat.c: Likewise.
32341         * io/rmdir.c: Likewise.
32342         * io/sendfile.c: Likewise.
32343         * io/sendfile64.c: Likewise.
32344         * io/statfs.c: Likewise.
32345         * io/statfs64.c: Likewise.
32346         * io/statvfs.c: Likewise.
32347         * io/statvfs64.c: Likewise.
32348         * io/symlink.c: Likewise.
32349         * io/symlinkat.c: Likewise.
32350         * io/ttyname.c: Likewise.
32351         * io/ttyname_r.c: Likewise.
32352         * io/umask.c: Likewise.
32353         * io/unlink.c: Likewise.
32354         * io/unlinkat.c: Likewise.
32355         * io/utime.c: Likewise.
32356         * io/utimensat.c: Likewise.
32357         * io/write.c: Likewise.
32358         * io/xmknod.c: Likewise.
32359         * io/xmknodat.c: Likewise.
32360         * io/xstat.c: Likewise.
32361         * io/xstat64.c: Likewise.
32362         * login/getpt.c: Likewise.
32363         * login/grantpt.c: Likewise.
32364         * login/unlockpt.c: Likewise.
32365         * math/e_acoshl.c: Likewise.
32366         * math/e_acosl.c: Likewise.
32367         * math/e_asinl.c: Likewise.
32368         * math/e_atan2l.c: Likewise.
32369         * math/e_atanhl.c: Likewise.
32370         * math/e_coshl.c: Likewise.
32371         * math/e_expl.c: Likewise.
32372         * math/e_fmodl.c: Likewise.
32373         * math/e_gammal_r.c: Likewise.
32374         * math/e_hypotl.c: Likewise.
32375         * math/e_j0l.c: Likewise.
32376         * math/e_j1l.c: Likewise.
32377         * math/e_jnl.c: Likewise.
32378         * math/e_lgammal_r.c: Likewise.
32379         * math/e_log10l.c: Likewise.
32380         * math/e_log2l.c: Likewise.
32381         * math/e_logl.c: Likewise.
32382         * math/e_powl.c: Likewise.
32383         * math/e_rem_pio2l.c: Likewise.
32384         * math/e_sinhl.c: Likewise.
32385         * math/e_sqrtl.c: Likewise.
32386         * math/fclrexcpt.c: Likewise.
32387         * math/fedisblxcpt.c: Likewise.
32388         * math/feenablxcpt.c: Likewise.
32389         * math/fegetenv.c: Likewise.
32390         * math/fegetexcept.c: Likewise.
32391         * math/fegetround.c: Likewise.
32392         * math/feholdexcpt.c: Likewise.
32393         * math/fesetenv.c: Likewise.
32394         * math/fesetround.c: Likewise.
32395         * math/feupdateenv.c: Likewise.
32396         * math/fgetexcptflg.c: Likewise.
32397         * math/fraiseexcpt.c: Likewise.
32398         * math/fsetexcptflg.c: Likewise.
32399         * math/ftestexcept.c: Likewise.
32400         * math/k_cosl.c: Likewise.
32401         * math/k_rem_pio2l.c: Likewise.
32402         * math/k_sinl.c: Likewise.
32403         * math/k_tanl.c: Likewise.
32404         * math/s_asinhl.c: Likewise.
32405         * math/s_atanl.c: Likewise.
32406         * math/s_cbrtl.c: Likewise.
32407         * math/s_erfl.c: Likewise.
32408         * math/s_expm1l.c: Likewise.
32409         * math/s_log1pl.c: Likewise.
32410         * math/s_tanhl.c: Likewise.
32411         * misc/acct.c: Likewise.
32412         * misc/brk.c: Likewise.
32413         * misc/chflags.c: Likewise.
32414         * misc/chroot.c: Likewise.
32415         * misc/fchflags.c: Likewise.
32416         * misc/fgetxattr.c: Likewise.
32417         * misc/flistxattr.c: Likewise.
32418         * misc/fremovexattr.c: Likewise.
32419         * misc/fsetxattr.c: Likewise.
32420         * misc/fsync.c: Likewise.
32421         * misc/ftruncate.c: Likewise.
32422         * misc/futimes.c: Likewise.
32423         * misc/futimesat.c: Likewise.
32424         * misc/getdomain.c: Likewise.
32425         * misc/getdtsz.c: Likewise.
32426         * misc/gethostid.c: Likewise.
32427         * misc/gethostname.c: Likewise.
32428         * misc/getloadavg.c: Likewise.
32429         * misc/getpagesize.c: Likewise.
32430         * misc/getsysstats.c: Likewise.
32431         * misc/getxattr.c: Likewise.
32432         * misc/gtty.c: Likewise.
32433         * misc/ioctl.c: Likewise.
32434         * misc/lgetxattr.c: Likewise.
32435         * misc/listxattr.c: Likewise.
32436         * misc/llistxattr.c: Likewise.
32437         * misc/lremovexattr.c: Likewise.
32438         * misc/lsetxattr.c: Likewise.
32439         * misc/lutimes.c: Likewise.
32440         * misc/madvise.c: Likewise.
32441         * misc/mincore.c: Likewise.
32442         * misc/mlock.c: Likewise.
32443         * misc/mlockall.c: Likewise.
32444         * misc/mmap.c: Likewise.
32445         * misc/mprotect.c: Likewise.
32446         * misc/msync.c: Likewise.
32447         * misc/munlock.c: Likewise.
32448         * misc/munlockall.c: Likewise.
32449         * misc/munmap.c: Likewise.
32450         * misc/preadv.c: Likewise.
32451         * misc/preadv64.c: Likewise.
32452         * misc/ptrace.c: Likewise.
32453         * misc/pwritev.c: Likewise.
32454         * misc/pwritev64.c: Likewise.
32455         * misc/readv.c: Likewise.
32456         * misc/reboot.c: Likewise.
32457         * misc/remap_file_pages.c: Likewise.
32458         * misc/removexattr.c: Likewise.
32459         * misc/revoke.c: Likewise.
32460         * misc/select.c: Likewise.
32461         * misc/setdomain.c: Likewise.
32462         * misc/setegid.c: Likewise.
32463         * misc/seteuid.c: Likewise.
32464         * misc/sethostid.c: Likewise.
32465         * misc/sethostname.c: Likewise.
32466         * misc/setregid.c: Likewise.
32467         * misc/setreuid.c: Likewise.
32468         * misc/setxattr.c: Likewise.
32469         * misc/sstk.c: Likewise.
32470         * misc/stty.c: Likewise.
32471         * misc/swapoff.c: Likewise.
32472         * misc/swapon.c: Likewise.
32473         * misc/sync.c: Likewise.
32474         * misc/syncfs.c: Likewise.
32475         * misc/syscall.c: Likewise.
32476         * misc/truncate.c: Likewise.
32477         * misc/ualarm.c: Likewise.
32478         * misc/usleep.c: Likewise.
32479         * misc/ustat.c: Likewise.
32480         * misc/utimes.c: Likewise.
32481         * misc/vhangup.c: Likewise.
32482         * misc/writev.c: Likewise.
32483         * posix/_exit.c: Likewise.
32484         * posix/alarm.c: Likewise.
32485         * posix/execve.c: Likewise.
32486         * posix/fexecve.c: Likewise.
32487         * posix/fork.c: Likewise.
32488         * posix/fpathconf.c: Likewise.
32489         * posix/getaddrinfo.c: Likewise.
32490         * posix/getegid.c: Likewise.
32491         * posix/geteuid.c: Likewise.
32492         * posix/getgid.c: Likewise.
32493         * posix/getgroups.c: Likewise.
32494         * posix/getlogin.c: Likewise.
32495         * posix/getlogin_r.c: Likewise.
32496         * posix/getpgid.c: Likewise.
32497         * posix/getpid.c: Likewise.
32498         * posix/getppid.c: Likewise.
32499         * posix/getresgid.c: Likewise.
32500         * posix/getresuid.c: Likewise.
32501         * posix/getsid.c: Likewise.
32502         * posix/getuid.c: Likewise.
32503         * posix/glob64.c: Likewise.
32504         * posix/nanosleep.c: Likewise.
32505         * posix/pathconf.c: Likewise.
32506         * posix/pause.c: Likewise.
32507         * posix/posix_madvise.c: Likewise.
32508         * posix/pread.c: Likewise.
32509         * posix/pread64.c: Likewise.
32510         * posix/pwrite.c: Likewise.
32511         * posix/pwrite64.c: Likewise.
32512         * posix/sched_getaffinity.c: Likewise.
32513         * posix/sched_getp.c: Likewise.
32514         * posix/sched_gets.c: Likewise.
32515         * posix/sched_primax.c: Likewise.
32516         * posix/sched_primin.c: Likewise.
32517         * posix/sched_rr_gi.c: Likewise.
32518         * posix/sched_setaffinity.c: Likewise.
32519         * posix/sched_setp.c: Likewise.
32520         * posix/sched_sets.c: Likewise.
32521         * posix/sched_yield.c: Likewise.
32522         * posix/setgid.c: Likewise.
32523         * posix/setlogin.c: Likewise.
32524         * posix/setpgid.c: Likewise.
32525         * posix/setresgid.c: Likewise.
32526         * posix/setresuid.c: Likewise.
32527         * posix/setsid.c: Likewise.
32528         * posix/setuid.c: Likewise.
32529         * posix/sleep.c: Likewise.
32530         * posix/spawni.c: Likewise.
32531         * posix/sysconf.c: Likewise.
32532         * posix/times.c: Likewise.
32533         * posix/wait.c: Likewise.
32534         * posix/wait3.c: Likewise.
32535         * posix/wait4.c: Likewise.
32536         * posix/waitpid.c: Likewise.
32537         * resolv/gai_sigqueue.c: Likewise.
32538         * resource/getpriority.c: Likewise.
32539         * resource/getrlimit.c: Likewise.
32540         * resource/getrusage.c: Likewise.
32541         * resource/nice.c: Likewise.
32542         * resource/setpriority.c: Likewise.
32543         * resource/setrlimit.c: Likewise.
32544         * resource/ulimit.c: Likewise.
32545         * rt/aio_cancel.c: Likewise.
32546         * rt/aio_fsync.c: Likewise.
32547         * rt/aio_read.c: Likewise.
32548         * rt/aio_sigqueue.c: Likewise.
32549         * rt/aio_suspend.c: Likewise.
32550         * rt/aio_write.c: Likewise.
32551         * rt/clock_getres.c: Likewise.
32552         * rt/clock_gettime.c: Likewise.
32553         * rt/clock_nanosleep.c: Likewise.
32554         * rt/clock_settime.c: Likewise.
32555         * rt/lio_listio.c: Likewise.
32556         * rt/mq_close.c: Likewise.
32557         * rt/mq_getattr.c: Likewise.
32558         * rt/mq_notify.c: Likewise.
32559         * rt/mq_open.c: Likewise.
32560         * rt/mq_receive.c: Likewise.
32561         * rt/mq_send.c: Likewise.
32562         * rt/mq_setattr.c: Likewise.
32563         * rt/mq_timedreceive.c: Likewise.
32564         * rt/mq_timedsend.c: Likewise.
32565         * rt/mq_unlink.c: Likewise.
32566         * rt/shm_open.c: Likewise.
32567         * rt/shm_unlink.c: Likewise.
32568         * rt/timer_create.c: Likewise.
32569         * rt/timer_delete.c: Likewise.
32570         * rt/timer_getoverr.c: Likewise.
32571         * rt/timer_gettime.c: Likewise.
32572         * rt/timer_settime.c: Likewise.
32573         * setjmp/__longjmp.c: Likewise.
32574         * setjmp/setjmp.c: Likewise.
32575         * signal/kill.c: Likewise.
32576         * signal/killpg.c: Likewise.
32577         * signal/raise.c: Likewise.
32578         * signal/sigaction.c: Likewise.
32579         * signal/sigaltstack.c: Likewise.
32580         * signal/sigblock.c: Likewise.
32581         * signal/sigignore.c: Likewise.
32582         * signal/sigintr.c: Likewise.
32583         * signal/signal.c: Likewise.
32584         * signal/sigpause.c: Likewise.
32585         * signal/sigpending.c: Likewise.
32586         * signal/sigqueue.c: Likewise.
32587         * signal/sigreturn.c: Likewise.
32588         * signal/sigset.c: Likewise.
32589         * signal/sigsetmask.c: Likewise.
32590         * signal/sigstack.c: Likewise.
32591         * signal/sigsuspend.c: Likewise.
32592         * signal/sigtimedwait.c: Likewise.
32593         * signal/sigvec.c: Likewise.
32594         * signal/sigwait.c: Likewise.
32595         * signal/sigwaitinfo.c: Likewise.
32596         * signal/sysv_signal.c: Likewise.
32597         * socket/accept.c: Likewise.
32598         * socket/accept4.c: Likewise.
32599         * socket/bind.c: Likewise.
32600         * socket/connect.c: Likewise.
32601         * socket/getpeername.c: Likewise.
32602         * socket/getsockname.c: Likewise.
32603         * socket/getsockopt.c: Likewise.
32604         * socket/isfdtype.c: Likewise.
32605         * socket/listen.c: Likewise.
32606         * socket/recv.c: Likewise.
32607         * socket/recvfrom.c: Likewise.
32608         * socket/recvmsg.c: Likewise.
32609         * socket/send.c: Likewise.
32610         * socket/sendmsg.c: Likewise.
32611         * socket/sendto.c: Likewise.
32612         * socket/setsockopt.c: Likewise.
32613         * socket/shutdown.c: Likewise.
32614         * socket/sockatmark.c: Likewise.
32615         * socket/socket.c: Likewise.
32616         * socket/socketpair.c: Likewise.
32617         * stdio-common/ctermid.c: Likewise.
32618         * stdio-common/cuserid.c: Likewise.
32619         * stdio-common/remove.c: Likewise.
32620         * stdio-common/rename.c: Likewise.
32621         * stdio-common/renameat.c: Likewise.
32622         * stdio-common/tempname.c: Likewise.
32623         * stdlib/getcontext.c: Likewise.
32624         * stdlib/makecontext.c: Likewise.
32625         * stdlib/setcontext.c: Likewise.
32626         * stdlib/swapcontext.c: Likewise.
32627         * stdlib/system.c: Likewise.
32628         * streams/fattach.c: Likewise.
32629         * streams/fdetach.c: Likewise.
32630         * streams/getmsg.c: Likewise.
32631         * streams/getpmsg.c: Likewise.
32632         * streams/putmsg.c: Likewise.
32633         * streams/putpmsg.c: Likewise.
32634         * sysdeps/unix/bsd/getpt.c: Likewise.
32635         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32636         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32637         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32639         Likewise.
32640         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32641         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32642         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32643         * sysvipc/msgctl.c: Likewise.
32644         * sysvipc/msgget.c: Likewise.
32645         * sysvipc/msgrcv.c: Likewise.
32646         * sysvipc/msgsnd.c: Likewise.
32647         * sysvipc/semctl.c: Likewise.
32648         * sysvipc/semget.c: Likewise.
32649         * sysvipc/semop.c: Likewise.
32650         * sysvipc/semtimedop.c: Likewise.
32651         * sysvipc/shmat.c: Likewise.
32652         * sysvipc/shmctl.c: Likewise.
32653         * sysvipc/shmdt.c: Likewise.
32654         * sysvipc/shmget.c: Likewise.
32655         * termios/tcdrain.c: Likewise.
32656         * termios/tcflow.c: Likewise.
32657         * termios/tcflush.c: Likewise.
32658         * termios/tcgetattr.c: Likewise.
32659         * termios/tcgetpgrp.c: Likewise.
32660         * termios/tcsendbrk.c: Likewise.
32661         * termios/tcsetattr.c: Likewise.
32662         * termios/tcsetpgrp.c: Likewise.
32663         * time/adjtime.c: Likewise.
32664         * time/clock.c: Likewise.
32665         * time/getitimer.c: Likewise.
32666         * time/gettimeofday.c: Likewise.
32667         * time/setitimer.c: Likewise.
32668         * time/settimeofday.c: Likewise.
32669         * time/stime.c: Likewise.
32670         * time/time.c: Likewise.
32671
32672 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
32673
32674         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32675         /usr/old/bin.
32676
32677         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32678         instead of spaces.
32679         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32680
32681 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
32682
32683         [BZ #14796]
32684         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32685         FE_TONEAREST before applying Dekker multiplication and Knuth
32686         addition.  Clear inexact exceptions and check for exact zero
32687         results afterwards.
32688         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32689         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32690         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32691         * math/libm-test.inc (fma_test): Add more tests.
32692         (fma_test_towardzero): Likewise.
32693         (fma_test_downward): Likewise.
32694         (fma_test_upward): Likewise.
32695         * sysdeps/generic/math_private.h (default_libc_fesetround): New
32696         function.
32697         (libc_fesetround): New macro.
32698         (libc_fesetroundf): Likewise.
32699         (libc_fesetroundl): Likewise.
32700         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32701         function.
32702         (libc_fesetround_387): Likewise.
32703         (libc_fesetroundf): New macro.
32704         (libc_fesetround): Likewise.
32705         (libc_fesetroundl): Likewise.
32706         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32707         function.
32708         (libc_fesetroundf): New macro.
32709         (libc_fesetround): Likewise.
32710         (libc_fesetroundl): Likewise.
32711         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32712         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32713         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32714         libm_hidden_ver.
32715         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32716         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32717         libm_hidden_def.
32718         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32719         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32720         libm_hidden_ver.
32721         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32722         libm_hidden_def.
32723
32724         [BZ #3439]
32725         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32726         integer constant usable in #if and use that to give value to enum
32727         constant.
32728         (FE_DIVBYZERO): Likewise.
32729         (FE_UNDERFLOW): Likewise.
32730         (FE_OVERFLOW): Likewise.
32731         (FE_INVALID): Likewise.
32732         (FE_INVALID_SNAN): Likewise.
32733         (FE_INVALID_ISI): Likewise.
32734         (FE_INVALID_IDI): Likewise.
32735         (FE_INVALID_ZDZ): Likewise.
32736         (FE_INVALID_IMZ): Likewise.
32737         (FE_INVALID_COMPARE): Likewise.
32738         (FE_INVALID_SOFTWARE): Likewise.
32739         (FE_INVALID_SQRT): Likewise.
32740         (FE_INVALID_INTEGER_CONVERSION): Likewise.
32741         (FE_TONEAREST): Likewise.
32742         (FE_TOWARDZERO): Likewise.
32743         (FE_UPWARD): Likewise.
32744         (FE_DOWNWARD): Likewise.
32745         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
32746         (FE_DIVBYZERO): Likewise.
32747         (FE_OVERFLOW): Likewise.
32748         (FE_UNDERFLOW): Likewise.
32749         (FE_INEXACT): Likewise.
32750         (FE_TONEAREST): Likewise.
32751         (FE_DOWNWARD): Likewise.
32752         (FE_UPWARD): Likewise.
32753         (FE_TOWARDZERO): Likewise.
32754         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
32755         (FE_UNDERFLOW): Likewise.
32756         (FE_OVERFLOW): Likewise.
32757         (FE_DIVBYZERO): Likewise.
32758         (FE_INVALID): Likewise.
32759         (FE_TONEAREST): Likewise.
32760         (FE_TOWARDZERO): Likewise.
32761         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
32762         (FE_OVERFLOW): Likewise.
32763         (FE_UNDERFLOW): Likewise.
32764         (FE_DIVBYZERO): Likewise.
32765         (FE_INEXACT): Likewise.
32766         (FE_TONEAREST): Likewise.
32767         (FE_TOWARDZERO): Likewise.
32768         (FE_UPWARD): Likewise.
32769         (FE_DOWNWARD): Likewise.
32770         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
32771         (FE_DIVBYZERO): Likewise.
32772         (FE_OVERFLOW): Likewise.
32773         (FE_UNDERFLOW): Likewise.
32774         (FE_INEXACT): Likewise.
32775         (FE_TONEAREST): Likewise.
32776         (FE_DOWNWARD): Likewise.
32777         (FE_UPWARD): Likewise.
32778         (FE_TOWARDZERO): Likewise.
32779
32780 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
32781
32782         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
32783
32784 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
32785
32786         * scripts/cross-test-ssh.sh (command): Use newlines to separate
32787         commands.  Quote $PWD.
32788         (blacklist_exports): Don't use remove_newlines.  Replace "declare
32789         -x" by "export".
32790         (remove_newlines): Remove.
32791
32792 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
32793
32794         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
32795         * stdlib/stdlib.h (atof): Moved to ...
32796         * include/bits/stdlib-float.h: Here.  New file.
32797         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
32798         * stdlib/bits/stdlib-float.h: New file.
32799         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
32800         -mno-sse -mno-mmx.
32801         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
32802         <xmmintrin.h>.
32803
32804 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32805
32806         * conform/conformtest.pl (@headers): Add fenv.h.
32807         * conform/data/fenv.h-data: New file.
32808         * include/fenv.h [_ISOMAC]: Disable all contents of file except
32809         include of <math/fenv.h>.
32810
32811         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
32812         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
32813         && !UNIX98].  Enables tests for XOPEN2K8.
32814         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
32815         POSIX2008]: Likewise.
32816
32817         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
32818         (struct rusage): Do not expect type or its members.
32819
32820         [BZ #3439]
32821         * math/math.h (FP_NAN): Define macro to integer constant usable in
32822         #if and use that to give value to enum constant.
32823         (FP_INFINITE): Likewise.
32824         (FP_ZERO): Likewise.
32825         (FP_SUBNORMAL): Likewise.
32826         (FP_NORMAL): Likewise.
32827
32828 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
32829
32830         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
32831         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
32832         arguments.
32833
32834 2012-11-02  Roland McGrath  <roland@hack.frob.com>
32835
32836         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
32837         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
32838         autoconf-time if not.
32839         * configure.in: Remove AC_PREREQ.
32840
32841 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32842
32843         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
32844         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
32845         of the internal implementation.
32846
32847 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32848
32849         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
32850         except include of <misc/sys/syslog.h>.
32851
32852 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32853
32854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
32855         function returns with a NULL context exit with zero.
32856
32857 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32858
32859         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
32860
32861 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
32862
32863         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
32864         (run_program_cmd): This.
32865         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
32866         (tst_langinfo): New variable.  Use it.
32867
32868 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
32869
32870         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
32871         floating point opcodes.
32872
32873 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32874
32875         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
32876         variable.
32877
32878         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
32879
32880         * sysdeps/mach/hurd/powerpc: Remove directory.
32881         * sysdeps/mach/powerpc: Likewise.
32882
32883 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32884
32885         * scripts/check-local-headers.sh: Ignore c++ headers.
32886
32887 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32888
32889         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
32890         __libc_cleanup_region_start argument.
32891
32892 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
32893
32894         [BZ #14784]
32895         [BZ #14785]
32896         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
32897         x * y using scaling, not as x * y + z.
32898         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32899         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32900         * math/libm-test.inc (fma_test): Add more tests.
32901         (fma_test_towardzero): Likewise.
32902         (fma_test_downward): Likewise.
32903         (fma_test_upward): Likewise.
32904
32905 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32906
32907         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
32908
32909 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32910
32911         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
32912         New variable.
32913
32914 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
32915
32916         * rt/tst-shm.c (worker): Correct checking for mmap failure.
32917
32918 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32919
32920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32921         Fix sort order.
32922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32923         Likewise.
32924
32925 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32926
32927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32928         Fix the order of the list for glibc 2.17.
32929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32930         Likewise.
32931
32932 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32933
32934         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32935
32936 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32937
32938         [BZ #14610]
32939         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
32940         for low part of x being zero before using __atanl (y).
32941         * math/libm-test.inc (atan2_test): Add another test.
32942
32943         * manual/install.texi (Configuring and compiling): Document
32944         general use of test-wrapper and test-wrapper-env.
32945         * INSTALL: Regenerated.
32946
32947         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
32948         (__fma): 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         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
32952         (__fmal): Do not extract and scale down low bits on after-rounding
32953         systems when result rounded to normal precision would have normal
32954         exponent.
32955         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
32956         (__fmal): Do not extract and scale down low bits on after-rounding
32957         systems when result rounded to normal precision would have normal
32958         exponent.
32959         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
32960         macro.
32961         (fma_test): Add more tests.
32962         (fma_test_towardzero): Likewise.
32963         (fma_test_downward): Likewise.
32964         (fma_test_upward): Likewise.
32965
32966 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
32967
32968         * sysdeps/i386/tininess.h: Renamed to ...
32969         * sysdeps/x86/tininess.h: This.
32970         * sysdeps/x86_64/tininess.h: Removed.
32971
32972 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32973
32974         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
32975         input.  Use $(build-program-cmd).
32976         ($(objpfx)tst-array1-static.out): Likewise.
32977         ($(objpfx)tst-array2.out): Likewise.
32978         ($(objpfx)tst-array3.out): Likewise.
32979         ($(objpfx)tst-array4.out): Likewise.
32980         ($(objpfx)tst-array5.out): Likewise.
32981         ($(objpfx)tst-array5-static.out): Likewise.
32982
32983 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
32984
32985         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
32986         if defined.
32987
32988         * nss/nsswitch.h (nss_interface_function): Provide new
32989         macro for use with NSS functions.
32990         * grp/initgroups.c: Use new macro.
32991         * nss/getXXbyYY.c: Likewise.
32992         * nss/getXXbyYY_r.c: Likewise.
32993         * nss/getXXent.c: Likewise.
32994         * nss/getXXent_r.c: Likewise.
32995         * sysdeps/posix/getaddrinfo.c: Likewise.
32996
32997 2012-10-30  Andreas Jaeger  <aj@suse.de>
32998
32999         * po/ru.po: Update Russion translation from translation project.
33000
33001 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33002
33003         [BZ #14152]
33004         [BZ #14783]
33005         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33006         result and shift together with sticky bit instead of replicating
33007         round-to-nearest rounding.
33008         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33009         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33010         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33011         missing underflow exceptions.
33012         (fma_test_towardzero): Add more tests.
33013         (fma_test_downward): Likewise.
33014         (fma_test_upward): Likewise.
33015
33016         [BZ #14047]
33017         * sysdeps/generic/tininess.h: New file.
33018         * sysdeps/i386/tininess.h: Likewise.
33019         * sysdeps/sh/tininess.h: Likewise.
33020         * sysdeps/x86_64/tininess.h: Likewise.
33021         * stdlib/tst-strtod-underflow.c: Likewise.
33022         * stdlib/tst-tininess.c: Likewise.
33023         * stdlib/strtod_l.c: Include <tininess.h>.
33024         (round_and_return): Do not set errno for exact underflow cases.
33025         Force an underflow exception when setting errno for underflow.
33026         Determine underflow based on rounding to normal precision if
33027         TININESS_AFTER_ROUNDING.
33028         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33029         ERANGE for exact underflow cases.
33030         * stdlib/Makefile (tests): Add tst-tininess and
33031         tst-strtod-underflow.
33032         ($(objpfx)tst-tininess): Use $(link-libm).
33033         ($(objpfx)tst-strtod-underflow): Likewise.
33034
33035 2012-10-30  Andreas Jaeger  <aj@suse.de>
33036
33037         [BZ#14767]
33038         * elf/Makefile (tests): Remove conditional for have-initfini-array
33039         since this is now always required and the variable does not exist
33040         anymore.
33041         (tests-static): Likewise.
33042         (modules-names): Likewise.
33043
33044         * po/eo.po: Add Esperanto translation from translation project.
33045
33046         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33047         merged with constructor/destructor.
33048         (init_array): Likewise.
33049         * elf/tst-array2dep.c (fini_array): Likewise.
33050         (init_array): Likewise.
33051
33052 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33053
33054         * manual/message.texi: Delete @cartouche tags.
33055
33056 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33057
33058         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33059         EOPNOTSUPP.
33060         * sysdeps/mach/hurd/fsync.c: Likewise.
33061
33062         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33063         [_POSIX_REALTIME_SIGNALS]: Change condition to
33064         [_POSIX_REALTIME_SIGNALS > 0].
33065
33066 2012-10-27  Andreas Jaeger  <aj@suse.de>
33067
33068         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33069         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33070         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33071         [__WORDSIZE != 64]: Likewise.
33072
33073 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33074
33075         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33076         *  iconvdata/tst-tables.sh: Likewise.
33077
33078 2012-10-25  David S. Miller  <davem@davemloft.net>
33079
33080         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33081         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33082         of strtoull.
33083
33084         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33085         ifunc-impl-list.c
33086         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33087         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33088         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33089         file.
33090
33091 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33092
33093         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33094         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33095         __getdirentries.
33096
33097 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33098             Jim Blandy  <jimb@codesourcery.com>
33099
33100         * scripts/cross-test-ssh.sh: New file.
33101         * manual/install.texi (Configuring and compiling): Document use of
33102         cross-test-ssh.sh.
33103         * INSTALL: Regenerated.
33104
33105 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33106
33107         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33108         EOPNOTSUPP.
33109
33110 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33111
33112         * Makeconfig (run-program-prefix): Fix comment.
33113
33114 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33115             Jim Blandy  <jimb@codesourcery.com>
33116
33117         * Makeconfig (test-wrapper): New variable,
33118         (test-wrapper-env): Likewise.
33119         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33120         (run-built-tests): Define to yes.
33121         (run-program-prefix): Use $(test-wrapper).
33122         (built-program-cmd): Likewise.
33123         * Rules (make-test-out): Use $(test-wrapper-env) and
33124         $(host-built-program-cmd).
33125         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33126         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33127         tst-pathopt.sh.
33128         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33129         $(test-wrapper-env) to tst-rtld-load-self.sh.
33130         ($(objpfx)order2.out): Use $(test-wrapper).
33131         ($(objpfx)tst-initorder.out): Likewise.
33132         ($(objpfx)tst-initorder2.out): Likewise.
33133         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33134         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33135         (test_wrapper_env): New variable.  Use it to run ld.so.
33136         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33137         Use it to run ld.so.
33138         (test_wrapper_env): Likewise.
33139         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33140         $(test-wrapper) to run-iconv-test.sh.
33141         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33142         (ICONV): Use $test_wrapper.
33143         * posix/Makefile ($(objpfx)globtest.out): Pass
33144         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33145         globtest.sh, not $(run-program-prefix).
33146         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33147         (test_wrapper): Likewise.
33148         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33149         set together with run_via_rtld_prefix.
33150         (run_program_prefix): Define in terms of test_wrapper and
33151         run_via_rtld_prefix.
33152
33153 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33154
33155         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33156         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33157         Targets removed.
33158
33159         [BZ #14743]
33160         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33161         Declare __clock_getres, __clock_gettime, __clock_settime,
33162         __clock_nanosleep, and __clock_getcpuclockid.
33163         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33164         Remove librt_hidden_def (clock_gettime).
33165         * sysdeps/unix/clock_gettime.c: Likewise.
33166         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33167         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33168         * rt/clock_getres.c: Define __clock_getres as an alias.
33169         * sysdeps/posix/clock_getres.c: Likewise.
33170         * rt/clock_settime.c: Define __clock_settime as an alias.
33171         * sysdeps/unix/clock_settime.c: Likewise.
33172         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33173         * sysdeps/unix/clock_nanosleep.c: Likewise.
33174         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33175         * rt/clock-compat.c: New file.
33176         * rt/Makefile (librt-routines): Add clock-compat and move
33177         $(clock-routines) to ...
33178         (routines): ... here, new variable.
33179         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33180         Don't add get_clockfreq here.
33181         * rt/Versions (libc: GLIBC_2.17): New version set.
33182         Add clock_* symbols here.
33183         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33184         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33185         (GLIBC_2.17): Add clock_* symbols.
33186         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33187         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33188         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33190         Likewise.
33191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33192         Likewise.
33193         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33194         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33195         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33196         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33197         * NEWS: Mention the move.
33198
33199         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33200         Use __open, __read, __close rather than their public counterparts.
33201         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33202         (__get_clockfreq_via_cpuinfo): Likewise.
33203         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33204         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33205
33206         * config.h.in (HAVE_IFUNC): New #undef.
33207         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33208         was successful.
33209         * configure: Regenerated.
33210
33211 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33212
33213         * configure.in: Move READELF check to start of file.
33214         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33215         libc_cv_asm_gnu_indirect_function in the process.
33216         * configure: Regenerated.
33217
33218 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33219
33220         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33221         send the output to /dev/null.
33222         (libc_cv_cc_with_libunwind): Likewise.
33223         (libc_cv_as_noexecstack): Likewise.
33224         * configure: Regenerate.
33225
33226 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33227
33228         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33229
33230         * posix/globtest.sh (TMPDIR): Do not set.
33231         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33232         (testout): Likewise.
33233
33234 2012-10-24  Andreas Jaeger  <aj@suse.de>
33235
33236         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33237         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33238         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33239         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33240         posix_fadvise64, posix_fallocate64.
33241
33242         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33243         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33244         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33245         Likewise.
33246         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33247         Likewise.
33248         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33249
33250         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33251         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33252         <bits/fcntl-linux.h>.
33253         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33254
33255         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33256         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33257         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33258         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33259         [__WORDSIZE != 64]: Likewise.
33260
33261 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33262
33263         * Makeconfig (run-built-tests): New variable.
33264         * Rules [$(cross-compiling) = yes]: Change condition to
33265         [$(run-built-tests) = no].
33266         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33267         to [$(run-built-tests) = yes].
33268         * elf/Makefile [$(cross-compiling) = no]: Likewise
33269         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33270         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33271         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33272         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33273         * io/Makefile [$(cross-compiling) = no]: Likewise.
33274         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33275         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33276         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33277         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33278         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33279         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33280         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33281         * string/Makefile [$(cross-compiling) = no]: Likewise.
33282
33283         * posix/Makefile ($(objpfx)globtest.out): Pass
33284         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33285         $(rtld-installed-name).
33286         * posix/globtest.sh (elf_objpfx): Remove variable.
33287         (rtld_installed_name): Likewise.
33288         (library_path): Likewise.
33289         (run_program_prefix): New variable.  Use for running globtest
33290         binary.
33291
33292 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33293             Joseph Myers  <joseph@codesourcery.com>
33294
33295         * Makeconfig (host-built-program-cmd): New variable.
33296         * elf/Makefile (tst-stackguard1-ARGS): Use
33297         $(host-built-program-cmd).
33298         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33299         (tst-spawn-ARGS): Likewise.
33300         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33301
33302 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33303             Jim Blandy  <jimb@codesourcery.com>
33304
33305         * Makeconfig (run-via-rtld-prefix): New variable.
33306         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33307         (built-program-cmd): Likewise.
33308
33309 2012-10-22  Andreas Jaeger  <aj@suse.de>
33310
33311         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33312         __O_RSYNC if it exists, otherwise to O_SYNC.
33313
33314 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33315             Joseph Myers  <joseph@codesourcery.com>
33316
33317         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33318         /dev/null.
33319         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33320         from /dev/null
33321         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33322         /dev/null.
33323
33324 2012-10-22  Andreas Jaeger  <aj@suse.de>
33325
33326         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33327         Define always.
33328         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33329
33330         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33331         bits/fcntl-linux.h.
33332
33333         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33334         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33335
33336         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33337         to __O_LARGEFILE.
33338         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33339         to __O_LARGEFILE.
33340
33341 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33342             Joseph Myers  <joseph@codesourcery.com>
33343
33344         * config.make.in (NM): New variable.
33345
33346 2012-10-21  Andreas Jaeger  <aj@suse.de>
33347
33348         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33349         definitions and declarations that are provided by
33350         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33351
33352 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33353
33354         [BZ #14683]
33355         * elf/Makefile (tests-static): Add tst-leaks1-static.
33356         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33357         ($(objpfx)tst-leaks1-static): New rule.
33358         ($(objpfx)tst-leaks1-static-mem): Likewise.
33359         (tst-leaks1-static-ENV): New macro.
33360         * elf/dl-open.c (dl_open_worker): Check the main application
33361         only if SHARED is defined.
33362         * elf/tst-leaks1-static.c: New file.
33363
33364 2012-10-20  Andreas Jaeger  <aj@suse.de>
33365
33366         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33367         generic values for Linux.
33368         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33369         and declarations that are provided by <bits/fcntl-linux.h> and
33370         include <bits/fcntl-linux.h>.
33371         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33372         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33373
33374 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33375
33376         * io/fcntl.h: Move include of <bits/types.h> to the top and
33377         include it unconditionally.
33378
33379 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33380
33381         * wcsmbs/Makefile (tests-ifunc): New variable.
33382         (tests): Add $(tests-ifunc).
33383         * wcsmbs/test-wcschr-ifunc.c: New file.
33384         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33385         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33386         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33387         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33388         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33389
33390         * string/Makefile (tests-ifunc): New variable.
33391         (tests): Add $(tests-ifunc).
33392         * string/test-memccpy.c (TEST_NAME): New macro.
33393         * string/test-memchr.c (TEST_NAME): Likewise.
33394         * string/test-memcmp.c (TEST_NAME): Likewise.
33395         * string/test-memcpy.c (TEST_NAME): Likewise.
33396         * string/test-memmem.c (TEST_NAME): Likewise.
33397         * string/test-memmove.c (TEST_NAME): Likewise.
33398         * string/test-memset.c (TEST_NAME): Likewise.
33399         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33400         * string/test-stpcpy.c (TEST_NAME): Likewise.
33401         * string/test-stpncpy.c (TEST_NAME): Likewise.
33402         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33403         * string/test-strcasestr.c (TEST_NAME): Likewise.
33404         * string/test-strcat.c (TEST_NAME): Likewise.
33405         * string/test-strchr.c (TEST_NAME): Likewise.
33406         * string/test-strcmp.c(TEST_NAME): Likewise.
33407         * string/test-strcpy.c (TEST_NAME): Likewise.
33408         * string/test-strcspn.c (TEST_NAME): Likewise.
33409         * string/test-strlen.c (TEST_NAME): Likewise.
33410         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33411         * string/test-strncmp.c (TEST_NAME): Likewise.
33412         * string/test-strncpy.c (TEST_NAME): Likewise.
33413         * string/test-strnlen.c (TEST_NAME): Likewise.
33414         * string/test-strpbrk.c (TEST_NAME): Likewise.
33415         * string/test-strrchr.c (TEST_NAME): Likewise.
33416         * string/test-strspn.c (TEST_NAME): Likewise.
33417         * string/test-strstr.c (TEST_NAME): Likewise.
33418         * string/test-bcopy-ifunc.c: New file.
33419         * string/test-bzero-ifunc.c: Likewise.
33420         * string/test-memccpy-ifunc.c: Likewise.
33421         * string/test-memchr-ifunc.c: Likewise.
33422         * string/test-memcmp-ifunc.c: Likewise.
33423         * string/test-memcpy-ifunc.c: Likewise.
33424         * string/test-memmem-ifunc.c: Likewise.
33425         * string/test-memmove-ifunc.c: Likewise.
33426         * string/test-mempcpy-ifunc.c: Likewise.
33427         * string/test-memset-ifunc.c: Likewise.
33428         * string/test-rawmemchr-ifunc.c: Likewise.
33429         * string/test-stpcpy-ifunc.c: Likewise.
33430         * string/test-stpncpy-ifunc.c: Likewise.
33431         * string/test-strcasecmp-ifunc.c: Likewise.
33432         * string/test-strcasestr-ifunc.c: Likewise.
33433         * string/test-strcat-ifunc.c: Likewise.
33434         * string/test-strchr-ifunc.c: Likewise.
33435         * string/test-strchrnul-ifunc.c: Likewise.
33436         * string/test-strcmp-ifunc.c: Likewise.
33437         * string/test-strcpy-ifunc.c: Likewise.
33438         * string/test-strcspn-ifunc.c: Likewise.
33439         * string/test-strlen-ifunc.c: Likewise.
33440         * string/test-strncasecmp-ifunc.c: Likewise.
33441         * string/test-strncat-ifunc.c: Likewise.
33442         * string/test-strncmp-ifunc.c: Likewise.
33443         * string/test-strncpy-ifunc.c: Likewise.
33444         * string/test-strnlen-ifunc.c: Likewise.
33445         * string/test-strpbrk-ifunc.c: Likewise.
33446         * string/test-strrchr-ifunc.c: Likewise.
33447         * string/test-strspn-ifunc.c: Likewise.
33448         * string/test-strstr-ifunc.c: Likewise.
33449
33450         * debug/Makefile (tests-ifunc): New variable.
33451         (tests): Add $(tests-ifunc).
33452         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33453         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33454         * debug/test-stpcpy_chk-ifunc.c: New file.
33455         * debug/test-strcpy_chk-ifunc.c: Likewise.
33456
33457 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33458
33459         [BZ #13601]
33460         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33461         header is not read in.
33462
33463 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33464
33465         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33466         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33467         directly.  Pass built executable to script as
33468         $(built-program-cmd).
33469         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33470         $testprogram without using LD_LIBRARY_PATH and $ldso.
33471
33472         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33473         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33474         $(rtld-installed-name).
33475         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33476         (rtld_installed_name): Likewise.
33477         (library_path): Likewise.
33478         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33479         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33480         $(run-program-prefix) to tst-tables.sh.
33481         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33482         it to run tst-table-from and tst-table-to.
33483         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33484         Pass it to tst-table.sh.
33485         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33486         $(run-program-prefix) to tst-gettext.sh.
33487         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33488         tst-translit.sh.
33489         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33490         tst-gettext2.sh.
33491         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33492         to run tst-gettext.
33493         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33494         to run tst-gettext2.
33495         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33496         to run tst-translit.
33497         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33498         $(run-program-prefix) to tst-mtrace.sh.
33499         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33500         to run tst-mtrace.
33501         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33502         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33503         $(rtld-installed-name).
33504         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33505         (rtld_installed_name): Likewise.
33506         (run_program_prefix): New variable.  Use it to run wordexp-test.
33507
33508         * Makeconfig (ARCH): Remove all definitions.
33509         (machine): Likewise.
33510         [ARCH]: Remove conditional code.
33511         [!objdir]: Give error.
33512         [!objdir] (objpfx): Remove.
33513         [!objdir] (common-objpfx): Likewise.
33514         [!objdir] (common-objdir): Likewise.
33515         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33516         AC_CONFIG_FILES call.
33517         * configure: Regenerated.
33518
33519         [BZ #13888]
33520         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33521         or TMPDIR.
33522         (testout): Likewise.
33523
33524         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33525         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33526         $(rtld-installed-name).
33527         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33528         (rtld_installed_name): Likwise.
33529         (runit): Remove function.
33530         (run_getconf): New variable,  Use it for running getconf binary.
33531
33532 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33533
33534         [BZ #14716]
33535         * string/test-memmem.c (check_result): New function.
33536         (do_one_test): Use it.
33537         (check1): New function.
33538         (test_main): Use it.
33539
33540 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33541
33542         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33543
33544 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33545
33546         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33547         (_G_LSEEK64): Likewise.
33548         (_G_MMAP64): Likewise.
33549         (_G_FSTAT64): Likewise.
33550         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33551         (_G_LSEEK64): Likewise.
33552         (_G_MMAP64): Likewise.
33553         (_G_FSTAT64): Likewise.
33554         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33555         unconditional.  Call __mmap64 directly.
33556         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33557         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33558         __lseek64 directly.
33559         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33560         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33561         __mmap64 directly.
33562         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33563         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33564         __lseek64 directly.
33565         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33566         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33567         __lseek64 directly.
33568         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33569         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33570         __lseek64 directly.
33571         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33572         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33573         __fxstat64 directly.
33574         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33575         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33576         unconditional.
33577         (freopen64) [!_G_OPEN64]: Remove conditional code.
33578         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33579         unconditional.
33580         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33581         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33582         unconditional.
33583         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33584         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33585         unconditional.
33586         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33587         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33588         unconditional.
33589         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33590         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33591         unconditional.
33592         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33593         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33594         unconditional.
33595         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33596         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33597         unconditional.
33598         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33599
33600 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33601
33602         [BZ #12140]
33603         * manual/memory.texi (Malloc Tunable Parameters): Add note
33604         about free list pointers overwriting some perturb bytes.
33605         Wording suggested by Roland McGrath.
33606
33607 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33608
33609         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33610         (lgamma_test): Likewise.
33611         (tgamma_test): Likewise.
33612
33613 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33614
33615         [BZ #14700]
33616         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33617         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33618
33619 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33620
33621         * NEWS: Mention BZ #14716.
33622         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33623         when removing AVAILABLE1_USES_J macro.
33624
33625 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33626
33627         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33628         (__bswap_64): __uint64_t for unsigned 64-bit int.
33629
33630 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33631
33632         * include/string.h (memmem): Declare libc hidden alias.
33633         * string/memmem.c (memmem): Define libc hidden alias.
33634         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33635         __read, __close instead of open, read, close.
33636
33637 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
33638
33639         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33640         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33641         global and hidden.
33642         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33643         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33644         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33645         Likewise.
33646         (__rawmemchr_sse2): Likewise.
33647         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33648         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33649         (__strchr_sse2): Likewise.
33650         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33651         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33652         (__strcasecmp_sse2): Likewise.
33653         (__strncasecmp_sse2): Likewise.
33654         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33655         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33656         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33657         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33658         (__strrchr_sse2): Likewise.
33659         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33660         ifunc-impl-list.c.
33661         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33662         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33663         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33664         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33665         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33666         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33667         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33668         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33669         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33670         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33671         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33672         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33673         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33674         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33675         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33676         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33677         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33678         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33679         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33680         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33681         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33682         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33683         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33684         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33685         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33686         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33687         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33688         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33689         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33690         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33691
33692         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33693         global and hidden.
33694         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33695         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33696         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33697         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33698         Likewise.
33699         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33700         Likewise.
33701         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33702         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33703         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33704         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33705         ifunc-impl-list.c.
33706         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33707         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33708         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33709         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33710         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33711         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33712         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33713         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33714         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33715         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33716         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33717         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33718         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33719         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33720         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33721         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33722         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33723         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33724         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33725         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33726         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33727         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33728         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33729         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33730         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33731         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33732         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33733         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33734         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33735         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33736         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33737         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33738         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33739         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33740         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33741         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33742         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33743         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33744         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33745         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33746         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
33747
33748         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
33749         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
33750         * include/ifunc-impl-list.h: New file.
33751         * misc/ifunc-impl-list.c: Likewise.
33752         * misc/Makefile (routines): Add ifunc-impl-list.
33753         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
33754         * string/test-string.h: Include <ifunc-impl-list.h>.
33755         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
33756         TEST_NAME]: New variables.
33757         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
33758         are defined.
33759         (test_init): Call __libc_ifunc_impl_list to initialize
33760         func_list if TEST_IFUNC and TEST_NAME are defined.
33761
33762         * string/Makefile (strop-tests): Add bcopy and bzero.
33763         * string/test-bcopy.c: New file.
33764         * string/test-bzero.c: Likewise.
33765         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
33766         defined.
33767         * string/test-memset.c: Support bzero test if TEST_BZERO is
33768         defined.
33769         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
33770         __libc_memmove.
33771         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
33772         __libc_memset.
33773         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
33774         of memset.
33775
33776 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
33777
33778         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
33779         * configure: Regenerated.
33780
33781         * Makeconfig (+link-static-before-libc): Don't include
33782         $(link-static-libc).
33783
33784         * libio/libio.h (_IO_pos_t): Remove.
33785
33786 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33787
33788         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
33789         McGrath.
33790
33791 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33792
33793         * crypt/crypt-entry.c: Include fips-private.h.
33794         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
33795         * crypt/md5c-test.c (main): Tolerate disabled MD5.
33796         * sysdeps/unix/sysv/linux/fips-private.h: New file.
33797         * sysdeps/generic/fips-private.h: New file, dummy fallback.
33798
33799 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33800
33801         * crypt/crypt-private.h: Include stdbool.h.
33802         (_ufc_setup_salt_r): Return bool.
33803         * crypt/crypt-entry.c: Include errno.h.
33804         (__crypt_r): Return NULL with EINVAL for bad salt.
33805         * crypt/crypt_util.c (bad_for_salt): New.
33806         (_ufc_setup_salt_r): Check that salt is long enough and within
33807         the specified alphabet.
33808         * crypt/badsalttest.c: New file.
33809         * crypt/Makefile (tests): Add it.
33810         ($(objpfx)badsalttest): New.
33811
33812 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
33813
33814         * NEWS: Add entry for BZ #14602.
33815
33816 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33817
33818         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
33819         type-generic.
33820         * math/libm-test.inc: Update comment listing what functions and
33821         macros are tested.
33822         (isgreater_test): New function.
33823         (isgreaterequal_test): Likewise.
33824         (isless_test): Likewise.
33825         (islessequal_test): Likewise.
33826         (islessgreater_test): Likewise.
33827         (isunordered_test): Likewise.
33828         (main): Call the new functions.
33829
33830 2012-10-09  Roland McGrath  <roland@hack.frob.com>
33831
33832         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
33833         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
33834         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
33835         * sysdeps/i386/configure: Regenerated.
33836         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
33837         * sysdeps/mach/configure: Regenerated.
33838         * sysdeps/mach/hurd/configure: Regenerated.
33839         * sysdeps/powerpc/configure: Regenerated.
33840         * sysdeps/powerpc/powerpc32/configure: Regenerated.
33841         * sysdeps/powerpc/powerpc64/configure: Regenerated.
33842         * sysdeps/s390/s390-32/configure: Regenerated.
33843         * sysdeps/s390/s390-64/configure: Regenerated.
33844         * sysdeps/sh/configure: Regenerated.
33845         * sysdeps/sparc/configure: Regenerated.
33846         * sysdeps/unix/sysv/linux/configure: Regenerated.
33847         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
33848         * sysdeps/x86_64/configure: Regenerated.
33849
33850         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
33851         defined.  Don't check if MAP is NULL.
33852
33853 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33854
33855         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
33856         (_G_stat64): Likewise.
33857         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
33858         (_G_stat64): Likewise.
33859         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
33860         instead of struct _G_stat64.
33861         * libio/fileops.c (mmap_remap_check): Likewise.
33862         (decide_maybe_mmap): Likewise.
33863         (_IO_new_file_seekoff): Likewise.
33864         (_IO_file_stat): Likewise.
33865         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
33866         _G_off64_t.
33867         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
33868         instead of struct _G_stat64.
33869         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33870
33871 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
33872
33873         [BZ #14602]
33874         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33875         Replace with ...
33876         (CHECK_EOL): New macro.
33877         (two_way_short_needle): Check beginning of haystack for EOL.  Use
33878         CHECK_EOL.
33879         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33880         Replace with CHECK_EOL.
33881         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33882         Replace with CHECK_EOL.
33883
33884 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
33885
33886         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
33887         type-generic.
33888         * math/libm-test.inc: Update comment listing what functions and
33889         macros are tested.
33890         (finite_test): New function.
33891         (isinf_test): Likewise.
33892         (isnan_test): Likewise.
33893         (fpclassify_test): Test subnormal input.
33894         (isfinite_test): Likewise.
33895         (isnormal_test): Likewise.
33896         (main): Call the new functions.
33897
33898 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
33899
33900         [BZ #14660]
33901         * Makerules (%.dynsym): Force C locale when running
33902         $(OBJDUMP) --dynamic-syms.
33903
33904 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
33905
33906         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
33907         <stdint.h>.
33908
33909 2012-10-06  David S. Miller  <davem@davemloft.net>
33910
33911         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
33912         upper 32-bits of the length value in %o2 since we use branch-on-register
33913         tests which consider the entire 64-bit register.
33914
33915 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
33916
33917         * string/test-strstr.c (check2): Add a test for page boundary.
33918
33919 2012-10-05  David S. Miller  <davem@davemloft.net>
33920
33921         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
33922         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
33923         file.
33924         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33925         sysdep_routines.
33926         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33927         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
33928         and bzero when HWCAP_SPARC_CRYPTO is present.
33929
33930 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
33931
33932         [BZ #14602]
33933         * string/test-strstr.c (check2): New function.
33934         (test_main): Call check2.
33935
33936         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
33937         and bug-strchr1.
33938         * string/bug-strcasestr1.c (do_test): Moved to ...
33939         * string/test-strcasestr.c (check1): Here.  New function.
33940         (do_one_test): Break out result checking code into ...
33941         (check_result): This.  New function.
33942         (do_one_test): Call check_result.
33943         (test_main): Call check1.
33944         * string/bug-strchr1.c (do_test): Moved to ...
33945         * string/test-strchr.c (check1): Here.  New function.
33946         (do_one_test): Break out result checking code into ...
33947         (check_result): This.  New function.
33948         (do_one_test): Call check_result.
33949         (test_main): Call check1.
33950         * string/bug-strstr1.c (main): Moved to ...
33951         * string/test-strstr.c (check1): Here.  New function.
33952         (do_one_test): Break out result checking code into ...
33953         (check_result): This.  New function.
33954         (do_one_test): Call check_result.
33955         (test_main): Call check1.
33956         * string/bug-strcasestr1.c: Removed.
33957         * string/bug-strchr1.c: Likewise.
33958         * string/bug-strstr1.c: Likewise.
33959
33960         * elf/Makefile (dl-routines): Add hwcaps.
33961         * elf/dl-support.c (_dl_important_hwcaps): Removed.
33962         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
33963         (_dl_important_hwcaps): Moved to ...
33964         * elf/dl-hwcaps.c: Here.  New file.
33965         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
33966
33967         [BZ #14557]
33968         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
33969         if IS_IN_rtld isn't defined.
33970
33971         * elf/dl-support.c (_dl_sysinfo_map): New.
33972         Include "get-dynamic-info.h" and "setup-vdso.h".
33973         (_dl_non_dynamic_init): Call setup_vdso.
33974         * elf/dynamic-link.h: Don't include <assert.h>.
33975         (elf_get_dynamic_info): Moved to ...
33976         * elf/get-dynamic-info.h: Here.  New file.
33977         * elf/dynamic-link.h: Include "get-dynamic-info.h".
33978         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
33979         * elf/setup-vdso.h: Here.  New file.
33980         * elf/rtld.c: Include "setup-vdso.h".
33981         (dl_main): Call setup_vdso.
33982
33983 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
33984
33985         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
33986         creal in comment listing functions tested.  List finite, isinf,
33987         isnan, isless, islessequal, isgreater, isgreaterequal,
33988         islessgreater, isunordered, lgamma_r and pow10 as functions and
33989         macros not tested.  Mention which functions not tested are aliases
33990         for other functions.  Fix typo.  Note that signs of NaNs are not
33991         tested.
33992
33993         * scripts/config.guess: Update from config.git.
33994         * scripts/config.sub: Likewise.
33995
33996 2012-10-04  Roland McGrath  <roland@hack.frob.com>
33997
33998         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
33999         * misc/madvise.c (madvise): Renamed to __madvise.
34000         Make madvise a weak alias.
34001         * include/sys/mman.h: Declare __madvise.
34002         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34003         * sysdeps/unix/syscalls.list
34004         (madvise): Make __madvise the strong name, and madvise a weak alias.
34005         * sysdeps/unix/sysv/linux/syscalls.list
34006         (madvise, mmap): Remove redundant entries.
34007         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34008         * malloc/malloc.c (mtrim): Likewise.
34009         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34010
34011 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34012
34013         * sysdeps/mach/hurd/dl-cache.c: File removed.
34014         * config.h.in (USE_LDCONFIG): New #undef.
34015         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34016         * configure: Regenerated.
34017         * elf/Makefile (dl-routines): Add dl-cache only under
34018         [$(use-ldconfig) = yes].
34019         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34020         cache on [USE_LDCONFIG].
34021         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34022         [USE_LDCONFIG].
34023         * elf/rtld.c (dl_main): Likewise.
34024
34025 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34026
34027         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34028         _SC_LEVEL4_CACHE_LINESIZE.
34029
34030 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34031
34032         * sysdeps/unix/bsd/confstr.h: File removed.
34033
34034 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34035
34036         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34037         sys/sdt-config.h.
34038
34039 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34040
34041         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34042         Make 'mapoff' field ElfW(Off) rather than off_t.
34043
34044 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34045
34046         * nscd/Makefile: Remove nscd-cflags and all its users.
34047         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34048         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34049
34050         [BZ #10631]
34051         * malloc.c (malloc_printerr): Clarify error message.
34052
34053 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34054
34055         [BZ #14648]
34056         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34057         Set bit_FMA_Usable if FMA is supported.
34058         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34059         macro.
34060         (bit_FMA4_Usable): Updated.
34061         (index_FMA_Usable): New macro.
34062         (CPUID_FMA): Likewise
34063         (HAS_FMA): Defined with bit_FMA_Usable.
34064
34065 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34066
34067         * bits/types.h (__swblk_t): Type removed.
34068         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34069         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34070         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34071         (__SWBLK_T_TYPE): Likewise.
34072         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34073         (__SWBLK_T_TYPE): Likewise.
34074         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34075         (__SWBLK_T_TYPE): Likewise.
34076         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34077         (__SWBLK_T_TYPE): Likewise.
34078
34079 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34080             Honza Horak <hhorak@redhat.com>
34081
34082         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34083         (xdr_mapname): Use YPMAXMAP as maxsize.
34084         (xdr_peername): Use YPMAXPEER as maxsize.
34085         (xdr_keydat): Use YPAXRECORD as maxsize.
34086         (xdr_valdat): Use YPMAXRECORD as maxsize.
34087
34088 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34089
34090         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34091
34092         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34093         * csu/init-first.c: ... here.
34094         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34095         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34096         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34097         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34098         * sysdeps/i386/init-first.c: File removed.
34099         * sysdeps/sh/init-first.c: File removed.
34100
34101 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34102
34103         [BZ #14645]
34104         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34105         if x * y might underflow to zero and z is zero.
34106         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34107         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34108         * math/libm-test.inc (min_subnorm_value): New variable.
34109         (fma_test): Add more tests.
34110         (fma_test_towardzero): Likewise.
34111         (fma_test_downward): Likewise
34112         (fma_test_upward): Likewise.
34113         (initialize): Set min_subnorm_value.
34114
34115 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34116
34117         [BZ #14638]
34118         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34119         0 + 0.
34120         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34121         mode for addition resulting in exact zero.
34122         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34123         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34124         exact 0 + 0.
34125         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34126         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34127         * math/libm-test.inc (fma_test): Add more tests.
34128         (fma_test_towardzero): New function.
34129         (fma_test_downward): Likewise.
34130         (fma_test_upward): Likewise.
34131         (main): Call the new functions.
34132
34133 2012-09-28  David S. Miller  <davem@davemloft.net>
34134
34135         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34136
34137 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34138
34139         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34140         instead of SIGALRM.
34141
34142         * sysdeps/gnu/_G_config.h: Moved to ...
34143         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34144         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34145         * sysdeps/generic/_G_config.h: ... here.
34146
34147         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34148
34149         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34150
34151         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34152         Conditionalize target on [libnss_test1.so-version].
34153
34154         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34155
34156         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34157         (elfobjdir): Move out of conditionals.
34158
34159         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34160         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34161         (__nss_lookup_function): Conditionalize label remove_from_tree on
34162         [!DO_STATIC_NSS || SHARED], matching its only use.
34163
34164 2012-09-28  David S. Miller  <davem@davemloft.net>
34165
34166         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34167         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34168         file.
34169         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34170         sysdep_routines.
34171         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34172         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34173         when HWCAP_SPARC_CRYPTO is present.
34174
34175 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34176
34177         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34178
34179 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34180
34181         [BZ #6530]
34182         * stdio-common/vfprintf.c (process_string_arg): Revert
34183         2000-07-22 change.
34184
34185 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34186
34187         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34188         for testcase.
34189         * stdio-common/tst-sprintf.c: Include <locale.h>
34190         (main): Test sprintf's handling of incomplete multibyte
34191         characters.
34192
34193 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34194
34195         * elf/dl-runtime.c (VERSYMIDX): Removed.
34196         * elf/dl-version.c (VERSYMIDX): Likewise.
34197         * elf/do-rel.h (VERSYMIDX): Likewise.
34198         (VALIDX): Likewise.
34199         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34200         * elf/rtld.c (VALIDX): Likewise.
34201         (ADDRIDX): Likewise.
34202         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34203         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34204         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34205         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34206         (VALIDX): Likewise.
34207         (ADDRIDX): Likewise.
34208
34209 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34210
34211         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34212
34213 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34214
34215         [BZ #11438]
34216         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34217         to global scope.
34218         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34219         addresses are in the same scope as 192.0.2/24.
34220         * posix/gai.conf: Document new scope table defaults.
34221
34222 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34223
34224         [BZ #5298]
34225         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34226         for ftell.  Compute offsets from write pointers instead.
34227         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34228
34229 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34230
34231         [BZ #14543]
34232         * libio/Makefile (tests): New test case tst-fseek.
34233         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34234         combination works in wide mode.
34235         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34236         state when the external buffer state changes.
34237
34238 2012-09-27  David S. Miller  <davem@davemloft.net>
34239
34240         [BZ #14376]
34241         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34242         pass reloc->r_addend in as the 'high' argument to
34243         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34244
34245         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34246
34247 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34248
34249         * rt/tst-aio2.c: Include <pthread.h>.
34250         * rt/tst-aio3.c: Likewise.
34251
34252 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34253
34254         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34255
34256 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34257
34258         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34259         contents on [SHARED].
34260
34261 2012-09-26  Marek Polacek  <polacek@redhat.com>
34262
34263         [BZ #14530]
34264         [BZ #13741]
34265         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34266         for C++ and GCC <4.3 as well as for non GCC compilers.
34267
34268 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34269
34270         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34271
34272 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34273
34274         * Makefile.in (all, install): Declare with .PHONY.
34275         Reported by Michael Hope <michael.hope@linaro.org>.
34276
34277 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34278
34279         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34280         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34281         system header.
34282         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34283         Likewise.
34284         (sydep_routines): Add the new and the internal functions.
34285         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34286         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34288         (GLIBC_2.17): Add the new function.
34289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34290         (GLIBC_2.17): Likewise.
34291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34292         (GLIBC_2.17): Likewise.
34293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34294         (GLIBC_2.17): Likewise.
34295         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34296
34297 2012-09-25  Alan Modra  <amodra@gmail.com>
34298
34299         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34300         Add release barrier before setting once_control to say
34301         initialisation is done.  Add hints on lwarx.  Use macro in
34302         place of isync.
34303         (clear_once_control): Add release barrier.
34304
34305 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34306
34307         [BZ #13629]
34308         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34309         specially.
34310         * math/s_clog10.c (__clog10): Likewise.
34311         * math/s_clog10f.c (__clog10f): Likewise.
34312         * math/s_clog10l.c (__clog10l): Likewise.
34313         * math/s_clogf.c (__clogf): Likewise.
34314         * math/s_clogl.c (__clogl): Likewise.
34315         * math/Makefile (libm-calls): Add x2y2m1.
34316         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34317         (__x2y2m1): Likewise.
34318         (__x2y2m1l): Likewise.
34319         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34320         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34321         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34322         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34323         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34324         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34325         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34326         * sysdeps/i386/fpu/libm-test-ulps: Update.
34327         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34328
34329         [BZ #14621]
34330         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34331         int as type of variable DEPTH.
34332         (glob): Use size_t instead of int as type of variables NEWCOUNT
34333         and OLD_PATHC.
34334
34335 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34336
34337         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34338         Add s_sincosf-sse2.
34339         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34340         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34341         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34342         macros for using routine as __sincosf_ia32.
34343         Use macro for function declaration and weak_alias.
34344         * sysdeps/i386/fpu/libm-test-ulps: Update.
34345
34346         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34347         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34348
34349         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34350         subnormal argument.
34351         * math/s_cexpf.c (__cexpf): Likewise.
34352         * math/s_csinf.c (__csinf): Likewise.
34353         * math/s_csinhf.c (__csinhf): Likewise.
34354         * math/s_ctanf.c (__ctanf): Likewise.
34355         * math/s_ctanhf.c (__ctanhf): Likewise.
34356         * math/s_ccosh.c (__ccoshf): Likewise.
34357         * math/s_cexp.c (__cexpl): Likewise.
34358         * math/s_csin.c (__csin): Likewise.
34359         * math/s_csinh.c (__csinh): Likewise.
34360         * math/s_ctan.c (__ctan): Likewise.
34361         * math/s_ctanh.c (ctanh): Likewise.
34362         * math/s_ccoshl.c (__ccoshl): Likewise.
34363         * math/s_cexpl.c (__cexpl): Likewise.
34364         * math/s_csinl.c (__csinl): Likewise.
34365         * math/s_csinhl.c (__csinhl): Likewise.
34366         * math/s_ctanl.c (__ctanl): Likewise.
34367         * math/s_ctanhl.c (__ctanhl): Likewise.
34368
34369 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34370
34371         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34372         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34373         (_IO_off_t): Define to __off_t, not _G_off_t.
34374         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34375         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34376         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34377         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34378         type of __dummy and __dummy2 fields.
34379         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34380         (_G_ssize_t): Likewise.
34381         (_G_off_t): Likewise.
34382         (_G_pid_t): Likewise.
34383         (_G_uid_t): Likewise.
34384         (_G_wchar_t): Likewise.
34385         (_G_wint_t): Likewise.
34386         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34387         (_G_ssize_t): Likewise.
34388         (_G_off_t): Likewise.
34389         (_G_pid_t): Likewise.
34390         (_G_uid_t): Likewise.
34391         (_G_wchar_t): Likewise.
34392         (_G_wint_t): Likewise.
34393         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34394         (_G_ssize_t): Likewise.
34395         (_G_off_t): Likewise.
34396         (_G_pid_t): Likewise.
34397         (_G_uid_t): Likewise.
34398         (_G_wchar_t): Likewise.
34399         (_G_wint_t): Likewise.
34400
34401 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34402
34403         * malloc/arena.c: Include malloc-sysdep.h.
34404         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34405         is sufficient to shrink the heap or an unmap is needed.
34406         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34407         new function check_may_shrink_heap.
34408         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34409         new function check_may_shrink_heap.
34410
34411 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34412
34413         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34414         comments.
34415
34416 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34417
34418         * catgets/test-gencat.sh: Add "set -e".
34419         * elf/tst-pathopt.sh: Likewise.
34420         * grp/tst_fgetgrent.sh: Likewise.
34421         * iconvdata/run-iconv-test.sh: Likewise.
34422         * intl/tst-gettext.sh: Likewise.
34423         * intl/tst-gettext2.sh: Likewise.
34424         * intl/tst-gettext4.sh: Likewise.
34425         * intl/tst-gettext6.sh: Likewise.
34426         * intl/tst-translit.sh: Likewise.
34427         * io/ftwtest-sh: Likewise.
34428         * libio/test-freopen.sh: Likewise.
34429         * malloc/tst-mtrace.sh: Likewise.
34430         * posix/globtest.sh: Likewise.
34431         * posix/tst-getconf.sh: Likewise.
34432         * posix/wordexp-tst.sh: Likewise.
34433         * stdio-common/tst-printf.sh: Likewise.
34434         * stdio-common/tst-unbputc.sh: Likewise.
34435         * stdlib/tst-fmtmsg.sh: Likewise.
34436         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34437         * catgets/Makefile: Do not specify -e option when running
34438         testsuite shell scripts.
34439         * elf/Makefile: Likewise.
34440         * grp/Makefile: Likewise.
34441         * iconvdata/Makefile: Likewise.
34442         * intl/Makefile: Likewise.
34443         * io/Makefile: Likewise.
34444         * libio/Makefile: Likewise.
34445         * malloc/Makefile: Likewise.
34446         * posix/Makefile: Likewise.
34447         * stdio-common/Makefile: Likewise.
34448         * stdlib/Makefile: Likewise.
34449         * sysdeps/x86_64/Makefile: Likewise.
34450
34451         * io/ftwtest-sh: Add copyright header.
34452         * posix/globtest.sh: Likewise.
34453         * posix/tst-getconf.sh: Likewise.
34454         * posix/wordexp-tst.sh: Likewise.
34455         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34456
34457 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34458
34459         [BZ #13679]
34460         * Makeconfig (+link): Defined as $(+link-static) if
34461         $(build-shared) isn't yes.
34462         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34463         isn't yes.
34464         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34465
34466         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34467
34468         [BZ #14562]
34469         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34470         new chunk size with MALLOC_ALIGN_MASK.
34471
34472 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34473
34474         [BZ #5044]
34475         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34476         <rounding-mode.h>.
34477         (__printf_fphex): Determine rounding using get_rounding_mode and
34478         round_away.
34479         * stdio-common/tst-printf-round.c (struct hex_test): New
34480         structure.
34481         (hex_tests): New variable.
34482         (test_hex_in_one_mode): New function.
34483         (do_test): Also run tests for hex float output.
34484
34485 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34486
34487         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34488         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34489         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34490         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34491         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34492         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34493         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34494         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34495
34496 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34497
34498         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34499         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34500         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34501         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34502
34503 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34504
34505         [BZ #14579]
34506         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34507         mode only.
34508         * elf/tst-rtld-load-self.sh: New test.
34509         * elf/Makefile: Run it.
34510
34511 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34512
34513         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34514         (tst-writev-ENV): Remove.
34515         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34516
34517 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34518
34519         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34520
34521 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34522
34523         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34524         unconditional.
34525         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34526         Likewise.
34527         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34528         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34529         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34530         Likewise.
34531
34532 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34533
34534         [BZ #14587]
34535         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34536         * config.make.in (have-cpp-asm-debuginfo): Removed.
34537         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34538         * configure: Regenerated.
34539
34540 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34541
34542         [BZ #5044]
34543         * stdio-common/printf_fp.c: Include <stdbool.h> and
34544         <rounding-mode.h>.
34545         (___printf_fp): Determine rounding using get_rounding_mode and
34546         round_away.
34547         * stdio-common/tst-printf-round.c: New file.
34548         * stdio-common/Makefile (tests): Add tst-printf-round.
34549         (link-libm): New variable.
34550         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34551
34552 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34553
34554         [BZ #14576]
34555         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34556         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34557         Likewise.
34558         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34559         Likewise.
34560
34561 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34562
34563         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34564         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34565         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34566         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34567
34568 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34569
34570         [BZ #14518]
34571         * include/rounding-mode.h: New file.
34572         * sysdeps/generic/get-rounding-mode.h: Likewise.
34573         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34574         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34575         (MAX_VALUE): New macro.
34576         (MIN_VALUE): Likewise.
34577         (overflow_value): New function.
34578         (underflow_value): Likewise.
34579         (round_and_return): Use overflow_value and underflow_value to
34580         determine return values in overflow and underflow cases.  Use
34581         round_away to determine rounding depending on rounding mode.
34582         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34583         determine return values in overflow and underflow cases.
34584         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34585         (struct test_results): New structure.
34586         (struct test): Use struct test_results to store expected results
34587         for all rounding modes.
34588         (TEST): Include expected results for all rounding modes.
34589         (test_in_one_mode): New function.
34590         (do_test): Use test_in_one_mode to compute and check results.
34591         Check results for all rounding modes.
34592         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34593         $(link-libm).
34594
34595 2012-12-09  Allan McRae  <allan@archlinux.org>
34596
34597         * sysdeps/i386/fpu/libm-test-ulps: Update
34598
34599 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34600
34601         * sysdeps/generic/_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/gnu/_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         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34618         (_G_int32_t): Likewise.
34619         (_G_uint16_t): Likewise.
34620         (_G_uint32_t): Likewise.
34621         (_G_HAVE_BOOL): Likewise.
34622         (_G_HAVE_ATEXIT): Likewise.
34623         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34624         (_G_HAVE_IO_FILE_OPEN): Likewise.
34625
34626 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34627
34628         * csu/libc-tls.c: Update copyright years.
34629
34630 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34631
34632         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34633         [!_G_USING_THUNKS]: Remove conditional code.
34634         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34635         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34636
34637         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34638         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34639         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34640         (_G_VTABLE_LABEL_PREFIX): Likewise.
34641         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34642         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34643         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34644         (_G_VTABLE_LABEL_PREFIX): Likewise.
34645         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34646         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34647         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34648         (_G_VTABLE_LABEL_PREFIX): Likewise.
34649         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34650
34651 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
34652
34653         * libio/Makefile: Include ../Makeconfig before tests.
34654         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34655         only if $(build-shared) is yes.
34656
34657         * iconv/gconv_db.c: Update copyright years.
34658
34659 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34660
34661         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34662         unwind info if defined PIC. Fix special cases description.
34663         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34664
34665         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34666         DP_HI_MASK entry.
34667         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34668
34669 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
34670
34671         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34672
34673         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34674         is NULL.
34675
34676         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34677         (LDLIBS-tst-chk4): This.
34678         (LDFLAGS-tst-chk5): Renamed to ...
34679         (LDLIBS-tst-chk5): This.
34680         (LDFLAGS-tst-chk6): Renamed to ...
34681         (LDLIBS-tst-chk6): This.
34682         (LDFLAGS-tst-lfschk4): Renamed to ...
34683         (LDLIBS-tst-lfschk4): This.
34684         (LDFLAGS-tst-lfschk5): Renamed to ...
34685         (LDLIBS-tst-lfschk5): This.
34686         (LDFLAGS-tst-lfschk6): Renamed to ...
34687         (LDLIBS-tst-lfschk6): This.
34688
34689         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34690         on $(common-objpfx)soversions.mk.
34691
34692 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
34693
34694         [BZ #10014]
34695         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34696         example host name.
34697
34698 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34699
34700         * malloc/arena.c (arena_get_retry): New function that gets
34701         another arena for the caller to try its request on.
34702         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34703         current arena cannot fulfill the request.
34704         (__libc_memalign): Likewise.
34705         (__libc_memalign): Likewise.
34706         (__libc_pvalloc): Likewise.
34707         (__libc_calloc): Likewise.
34708
34709 2012-09-05  John Tobey  <john.tobey@gmail.com>
34710
34711         [BZ #13542]
34712         * manual/arith.texi (Operations on Complex): Fix description
34713         of carg branch cut.
34714
34715 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34716
34717         [BZ #10014]
34718         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34719         host name.
34720
34721         [BZ #10038]
34722         * manual/memory.texi (Memory): Make order of menu items match
34723         order of sections.
34724
34725 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34726
34727         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34728         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
34729         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34730
34731 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34732
34733         * csu/libc-tls.c (static_dtv): Renamed to ...
34734         (_dl_static_dtv): This.  Make it global.
34735         (_dl_initial_dtv): Removed.
34736         (__libc_setup_tls): Updated.
34737         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34738         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34739         DL_INITIAL_DTV.
34740
34741 2012-09-06  Petr Machata  <pmachata@redhat.com>
34742
34743         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
34744         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
34745         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
34746         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
34747
34748 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34749
34750         [BZ #14545]
34751         * csu/libc-tls.c (_dl_initial_dtv): New variable.
34752         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
34753         freeing dtv[-1].
34754
34755 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34756
34757         [BZ #14544]
34758         * Makeconfig (link-static-before-libc): Replace $(+prector)
34759         with $(+prectorT).
34760         (link-static-after-libc): Replace $(+postctor) with
34761         $(+postctorT).
34762         (link-bounded): Replace $(+prector)/$(+postctor) with
34763         $(+prectorT)/$(+postctorT).
34764         (+prectorT): New macro.
34765         (+postctorT): Likewise.
34766
34767 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34768
34769         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
34770         (round_str): Handle values above the maximum for IBM long double
34771         as inexact.
34772         * stdlib/tst-strtod-round.c (tests): Regenerated.
34773
34774 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34775
34776         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
34777         assembler flag.
34778         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
34779         zarch_nohighgprs around the zarch optimized routines.
34780         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
34781         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
34782         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
34783         for zarch.
34784
34785 2012-09-05  David S. Miller  <davem@davemloft.net>
34786
34787         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34788
34789         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
34790         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
34791         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
34792         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34793         entries.
34794
34795 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34796
34797         * malloc/arena.c: Fold copyright years.
34798         * malloc/mcheck.c, malloc/memusage.c: Likewise.
34799
34800 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34801
34802         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
34803
34804 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34805
34806         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
34807
34808 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34809
34810         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
34811         change internal state upon failure.
34812
34813 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34814
34815         * malloc/mcheck.c (mcheck_check_all): Fix typo.
34816         * malloc/memusage.c (mmap): Likewise.
34817         (mmap64, mremap): Likewise.  Adjust name in comment.
34818
34819 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34820
34821         * libio/fileops.c: Fix typos in comments.
34822         * libio/oldfileops.c: Likewise.
34823         * libio/wfileops.c: Likewise.
34824
34825 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34826
34827         [BZ #1349]
34828         * malloc/Makefile (tests): Add tst-malloc-usable test case.
34829         (tst-malloc-usable-ENV): Set environment for test case.
34830         * malloc/hooks.c (malloc_check_get_size): New function to get
34831         requested size.
34832         * malloc/malloc.c (musable): Use malloc_check_get_size.
34833         * malloc/tst-malloc-usable.c: New test case.
34834
34835 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34836
34837         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
34838
34839 2012-09-05  Allan McRae  <allan@archlinux.org>
34840
34841         [BZ #13966]
34842         * configure.in (CXX_SYSINCLUDES): Use compiler output to
34843         determine header location.
34844         * configure: Regenerated.
34845
34846 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34847
34848         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
34849         float format.
34850         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
34851         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
34852         format.
34853         (test): Regenerate.
34854
34855 2012-09-04  David S. Miller  <davem@davemloft.net>
34856
34857         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
34858         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
34859         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
34860
34861 2012-09-04  Florian Weimer  <fweimer@redhat.com>
34862
34863         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
34864         failures.
34865
34866         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
34867
34868 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
34869
34870         [BZ #9914]
34871         * libio/iogetdelim.c: Include <limits.h>.
34872         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
34873         + len + 1 would overflow.
34874
34875 2012-09-03  Andreas Jaeger  <aj@suse.de>
34876
34877         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34878         * sysdeps/i386/fpu/libm-test-ulps: Update.
34879
34880 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34881
34882         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34883         Add s_sinf-sse2, s_conf-sse2.
34884
34885         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
34886         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
34887         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
34888         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
34889
34890         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
34891         for using routine as __sinf_ia32.
34892         Use macro for function declaration and weak_alias.
34893         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
34894         for using routine as __cosf_ia32.
34895         Use macro for function declaration and weak_alias.
34896
34897         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
34898         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
34899
34900         * sysdeps/x86_64/fpu/s_sinf.S: New file.
34901         * sysdeps/x86_64/fpu/s_cosf.S: New file.
34902         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34903
34904         * math/libm-test.inc (cos_test): Add more test cases.
34905         (sin_test): Likewise.
34906         (sincos_test): Likewise.
34907
34908 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34909
34910         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
34911         (IFUNC_RESOLVE): Make pointers to the specialized implementations
34912         hidden.
34913         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
34914
34915 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
34916
34917         [BZ #14538]
34918         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
34919         first element of the GOT.
34920         (elf_machine_load_address): Return the difference between
34921         the runtime address of _DYNAMIC and elf_machine_dynamic ().
34922
34923 2012-09-01  Allan McRae  <allan@archlinux.org>
34924
34925         [BZ #13412]
34926         * configure.in (AWK): Require gawk version 3.0 or later.
34927         * configure: Regenerated.
34928
34929 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
34930
34931         * sysdeps/unix/sysv/linux/kernel-features.h
34932         (__ASSUME_POSIX_CPU_TIMERS): Remove.
34933         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
34934         [__NR_clock_getres]: Make code unconditional.
34935         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
34936         (clock_getcpuclockid): Remove code left unreachable by removal of
34937         conditionals.
34938         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
34939         code unconditional.
34940         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34941         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34942         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
34943         Make code unconditional.
34944         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34945         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34946         * sysdeps/unix/sysv/linux/clock_settime.c
34947         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
34948         conditional code.
34949         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
34950         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34951
34952 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
34953
34954         [BZ #14476]
34955         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
34956         scripts/test-installation.pl.
34957
34958         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
34959         and $ld_so_version if it is set.
34960
34961 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34962
34963         [BZ #14516]
34964         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
34965         failure if reading from procfs failed.
34966         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
34967
34968 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34969
34970         * sysdeps/unix/sysv/linux/kernel-features.h
34971         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
34972         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34973         Remove conditional code.
34974         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34975         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
34976         Remove conditional code.
34977         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34978         * sysdeps/unix/sysv/linux/i386/fxstat.c
34979         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34980         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34981         * sysdeps/unix/sysv/linux/i386/fxstatat.c
34982         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34983         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34984         * sysdeps/unix/sysv/linux/i386/lxstat.c
34985         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34986         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34987         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
34988         Remove conditional code.
34989         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34990         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34991         Remove conditional code.
34992         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34993         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
34994         <kernel-features.h>.
34995         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
34996         Remove.
34997         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
34998         Remove conditional code.
34999         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35000         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35001         Remove conditional.
35002
35003 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35004
35005         [BZ #5400]
35006         * NEWS: Add fixed bug number.
35007
35008 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35009
35010         [BZ #14519]
35011         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35012         underflowing exponent in case of negative sign.
35013         * stdlib/tst-strtod-round-data: Add more tests.
35014         * stdlib/tst-strtod-round.c (tests): Regenerated.
35015
35016         [BZ #3479]
35017         * stdlib/strtod_l.c (NDIG): Remove.
35018         (HEXNDIG): Likewise.
35019         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35020         smallest representable value.
35021         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35022         lie within an exact representation of 1/2 ulp of the result.
35023         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35024         unconditionally.
35025         (TENS_P9_IDX): Define unconditionally.
35026         (TENS_P9_SIZE): Likewise.
35027         (TENS_P10_IDX): Likewise.
35028         (TENS_P10_SIZE): Likewise.
35029         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35030         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35031         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35032         entries for 10^2^13 and 10^2^14.
35033         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35034         (TENS_P13_IDX): Define.
35035         (TENS_P13_SIZE): Likewise.
35036         (TENS_P14_IDX): Likewise.
35037         (TENS_P14_SIZE): Likewise.
35038         (_fpioconst_pow10): Change array size to
35039         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35040         unconditional.
35041         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35042         1024]: Add entries for 10^2^13 and 10^2^14.
35043         [LAST_POW10 > _LAST_POW10]: Remove #error.
35044         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35045         (_fpioconst_pow10): Change array size to
35046         FPIOCONST_POW10_ARRAY_SIZE.
35047         * stdlib/gen-fpioconst.c: New file.
35048         * stdlib/gen-tst-strtod-round.c: Likewise.
35049         * stdlib/tst-strtod-round-data: Likewise.
35050         * stdlib/tst-strtod-round.c: Likewise.
35051         * stdlib/Makefile (tests): Add tst-strtod-round.
35052
35053         [BZ #14459]
35054         * stdlib/strtod_l.c: Include <stdint.h>.
35055         (NDEBUG): Do not define.
35056         (round_and_return): Change EXPONENT parameter to type intmax_t.
35057         Rearrange calculations to avoid internal overflow possibilities.
35058         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35059         Rearrange calculations to avoid internal overflow possibilities.
35060         Assert that number fits inside MPNSIZE limbs.
35061         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35062         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35063         calculations and add assertions to avoid internal overflow
35064         possibilities.  Add casts to avoid signed/unsigned operations.
35065         * stdlib/tst-strtod-overflow.c: New file.
35066         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35067
35068 2012-08-25  Marek Polacek  <polacek@redhat.com>
35069
35070         * time/time.h: Fix some typos in comments.
35071
35072 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35073
35074         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35075         * posix/tst-rfc3484-2.c: Likewise.
35076         * posix/tst-rfc3484-3.c: Likewise.
35077
35078 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35079
35080         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35081         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35082
35083 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35084
35085         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35086         #include of fxstatat64.c.
35087
35088 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35089
35090         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35091         * shadow/getspent_r.c: Likewise.
35092         * shadow/getspnam.c: Likewise.
35093         * shadow/getspnam_r.c: Likewise.
35094         * gshadow/getsgent.c: Likewise.
35095         * gshadow/getsgent_r.c: Likewise.
35096         * gshadow/getsgnam.c: Likewise.
35097         * gshadow/getsgnam_r.c: Likewise.
35098         * inet/getnetbyad.c: Likewise.
35099         * inet/getnetbyad_r.c: Likewise.
35100         * inet/getnetbynm.c: Likewise.
35101         * inet/getnetbynm_r.c: Likewise.
35102         * inet/getnetent.c: Likewise.
35103         * inet/getnetent_r.c: Likewise.
35104         * inet/getproto.c: Likewise.
35105         * inet/getproto_r.c: Likewise.
35106         * inet/getprtent.c: Likewise.
35107         * inet/getprtent_r.c: Likewise.
35108         * inet/getprtname.c: Likewise.
35109         * inet/getprtname_r.c: Likewise.
35110         * inet/getrpcbyname.c: Likewise.
35111         * inet/getrpcbyname_r.c: Likewise.
35112         * inet/getrpcbynumber.c: Likewise.
35113         * inet/getrpcbynumber_r.c: Likewise.
35114         * inet/getrpcent.c: Likewise.
35115         * inet/getrpcent_r.c: Likewise.
35116         * inet/getaliasent.c: Likewise.
35117         * inet/getaliasent_r.c: Likewise.
35118         * inet/getaliasname.c: Likewise.
35119         * inet/getaliasname_r.c: Likewise.
35120         * nscd/getgrgid_r.c: Likewise.
35121         * nscd/getgrnam_r.c: Likewise.
35122         * nscd/gethstbyad_r.c: Likewise.
35123         * nscd/gethstbynm3_r.c: Likewise.
35124         * nscd/getpwnam_r.c: Likewise.
35125         * nscd/getpwuid_r.c: Likewise.
35126         * nscd/getsrvbynm_r.c: Likewise.
35127         * nscd/getsrvbypt_r.c: Likewise.
35128         * nscd/gai.c: Likewise.
35129
35130         * configure.in (build_nscd): New substituted variable, set
35131         by --disable-build-nscd and defaults to $use_nscd.
35132         * configure: Regenerated.
35133         * config.make.in (build-nscd): New substituted variable.
35134         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35135         Change conditional to require [$(build-nscd) = yes] as well.
35136         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35137
35138         [BZ# 13696]
35139         * configure.in (use_nscd): New substituted variable, set by
35140         --disable-nscd.  If enabled, define USE_NSCD.
35141         * configure: Regenerated.
35142         * config.h.in: Add USE_NSCD.
35143         * config.make.in (use-nscd): New substituted variable.
35144         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35145         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35146         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35147         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35148         (CFLAGS-getgrnam_r.c): Likewise.
35149         (CFLAGS-initgroups.c): Likewise.
35150         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35151         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35152         Variables removed.
35153         * inet/getnetgrent_r.c
35154         (nscd_setnetgrent): New function, broken out of ...
35155         (setnetgrent): ... here.  Call it.
35156         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35157         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35158         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35159         * nscd/Makefile (routines, aux): Move definitions after include of
35160         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35161         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35162         Conditionalize on [USE_NSCD].
35163         (is_nscd, nscd_init_cb): Likewise.
35164         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35165         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35166         * nss/nss_db/db-init.c: Likewise.
35167         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35168         [USE_NSCD].
35169         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35170         (make_request): Use it.
35171         (cache_valid_p): New function.
35172         (__check_pf): Use it.
35173         * NEWS: Add item for --disable-nscd.
35174
35175 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35176
35177         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35178         to support sed >= 4.2.1-20-ga9bf076.
35179         * configure: Regenerated.
35180
35181 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35182
35183         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35184         Conditionalize whole body on [IREL].
35185
35186 2012-08-22  Jeff Law <law@redhat.com>
35187
35188         [BZ #14505]
35189         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35190         if the family is PF_UNSPEC.
35191
35192 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35193
35194         * Makerules (lib-version): Rename from V.
35195         (install-lib-nosubdir): Change V to lib-version.
35196
35197 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35198
35199         [BZ #14252]
35200         * powerpc32/power6/wcschr.c: New file.
35201         * powerpc32/power6/wcscpy.c: New file.
35202         * powerpc32/power6/wcsrchr.c: New file.
35203         * powerpc64/power6/wcschr.c: New file.
35204         * powerpc64/power6/wcscpy.c: New file.
35205         * powerpc64/power6/wcsrchr.c: New file.
35206
35207 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35208
35209         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35210         (two_way_short_needle): Use it.
35211         * string/strstr.c (AVAILABLE1_USES_J): Define.
35212         * string/strcasestr.c: Likewise.
35213
35214         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35215         array references.
35216         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35217
35218         [BZ #11607]
35219         * NEWS: Add an entry.
35220         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35221         define their defaults.
35222         (two_way_short_needle): Detect end-of-string on-the-fly.
35223         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35224         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35225         * string/bug-strcasestr1.c: New test.
35226         * string/Makefile: Run it.
35227
35228 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35229
35230         [BZ #11607]
35231         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35232         the first character.
35233
35234 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35235
35236         * csu/elf-init.c (__libc_csu_irel): Function removed.
35237         * csu/libc-start.c (apply_irel): New function.
35238         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35239
35240 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35241
35242         * sysdeps/unix/sysv/linux/kernel-features.h
35243         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35244         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35245         <kernel-features.h>.
35246         [__NR_fadvise64_64]: Make code unconditional.
35247         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35248         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35249         !__NR_fadvise64_64)]: Likewise.
35250         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35251         !__NR_fadvise64_64))]: Likewise.
35252         [__NR_fadvise64]: Make code unconditional.
35253         [!__NR_fadvise64]: Remove conditional code.
35254         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35255         <kernel-features.h>.
35256         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35257         unconditional.
35258         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35259         conditional code.
35260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35261         not include <kernel-features.h>.
35262         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35263         unconditional.
35264         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35265         conditional code.
35266         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35267         include <kernel-features.h>.
35268         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35269         unconditional.
35270         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35271         conditional code.
35272
35273 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35274
35275         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35276         slight instruction rearrangements per scrollpipe analysis.
35277         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35278
35279 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35280
35281         * manual/syslog.texi (syslog; vsyslog, closelog):
35282         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35283         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35284
35285         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35286         DSOCAPS to match condition on defining it.
35287
35288 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35289
35290         * sysdeps/unix/sysv/linux/kernel-features.h
35291         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35293         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35294         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35296         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35297         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35299         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35300         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35301
35302         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35303         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35304
35305         * sysdeps/unix/sysv/linux/kernel-features.h
35306         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35307         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35308         unconditional.
35309         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35310         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35311         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35312         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35313         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35314         Make code unconditional.
35315         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35316         (__mmap64) [!__NR_mmap2]: Likewise.
35317         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35318         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35319         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35320         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35321         [__NR_mmap2]: Make code unconditional.
35322         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35323         (__mmap64) [!__NR_mmap2]: Likewise.
35324
35325 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35326
35327         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35328
35329 2012-08-18  Andreas Jaeger  <aj@suse.de>
35330
35331         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35332
35333 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35334
35335         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35336         * include/unistd.h (__have_sock_cloexec): Likewise.
35337         (__have_pipe2): Likewise.
35338         (__have_dup3): Likewise.
35339
35340 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35341
35342         [BZ #9685]
35343         * include/unistd.h (__have_pipe2): Change define into an extern int.
35344         (__have_dup3): Likewise.
35345         * socket/have_sock_cloexec.c: Include fcntl.h.
35346         (__have_pipe2): New variable.
35347         (__have_dup3): Likewise.
35348
35349 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35350
35351         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35352
35353 2012-08-17  Marek Polacek  <polacek@redhat.com>
35354
35355         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35356         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35357
35358 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35359
35360         * configure.in: Add AC_SUBST for sysheaders.
35361         * configure: Regenerated.
35362         * config.make.in (sysheaders): New substituted variable.
35363
35364         * sysdeps/unix/mkfifo.c: Moved ...
35365         * sysdeps/posix/mkfifo.c: ... here.
35366         * sysdeps/unix/mkfifoat.c: Moved ...
35367         * sysdeps/posix/mkfifoat.c: ... here.
35368
35369         * sysdeps/unix/utime.c: Moved ...
35370         * sysdeps/posix/utime.c: ... here.
35371
35372         * sysdeps/unix/time.c: Moved ...
35373         * sysdeps/posix/time.c: ... here.
35374         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35375         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35376
35377         * sysdeps/unix/nice.c: Moved ...
35378         * sysdeps/posix/nice.c: ... here.
35379
35380         * sysdeps/unix/alarm.c: Moved ...
35381         * sysdeps/posix/alarm.c: ... here.
35382
35383         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35384
35385 2012-08-17  Jeff Law <law@redhat.com>
35386
35387         * intl/Makefile (codeset_mo): New variable.
35388         ($(codeset_mo)): New target.
35389         (tst-codeset.out): Depend on that.  Remove explicit rule.
35390         (tst-gettext3.out, tst-gettext5.out): Likewise.
35391         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35392         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35393         * intl/tst-codeset.sh: Remove.
35394         * intl/tst-gettext3.sh: Likewise.
35395         * intl/tst-gettext5.sh: Likewise.
35396
35397 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35398
35399         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35400         * sysdeps/unix/syscalls.list: ... here.
35401
35402         * sysdeps/posix/getaddrinfo.c
35403         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35404         (gaiconf_init, gaiconf_reload): Use them.
35405         [!_STATBUF_ST_NSEC]
35406         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35407         Define using time_t rather than struct timespec.
35408
35409         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35410         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35411         Macros removed.
35412         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35413         [!NO_THREADS].
35414         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35415         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35416         Likewise.
35417
35418         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35419         __libc_cleanup_push argument.
35420
35421         * bits/param.h: New file.
35422         * misc/sys/param.h: New file.
35423         * include/sys/param.h: New file.
35424         * misc/Makefile (headers): Add bits/param.h.
35425         * sysdeps/generic/sys/param.h: File removed.
35426         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35427         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35428         * sysdeps/mach/hurd/bits/param.h: New file.
35429         * sysdeps/mach/hurd/sys/param.h: File removed.
35430
35431         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35432         last change.
35433
35434         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35435         [_IO_MTSAFE_IO].
35436         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35437         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35438         New macros.
35439
35440         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35441         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35442         rather than -D_IO_MTSAFE_IO conditionally.
35443         * stdio-common/Makefile (CPPFLAGS): Likewise.
35444         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35445         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35446         Use $(libio-mtsafe).
35447         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35448         of -D_IO_MTSAFE_IO.
35449         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35450         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35451         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35452         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35453         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35454         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35455         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35456         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35457         (CFLAGS-fread_u_chk.c): Likewise.
35458         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35459         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35460         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35461         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35462         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35463         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35464         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35465         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35466         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35467
35468         * libio/Makefile: Test [$(libc-reentrant) = yes]
35469         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35470
35471         * Makeconfig
35472         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35473         * sysdeps/pthread/configure: File removed.
35474         * sysdeps/pthread/Makeconfig: New file.
35475         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35476         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35477
35478 2012-08-16  Gary Benson  <gbenson@redhat.com>
35479
35480         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35481         unmapping the first object in a namespace.
35482
35483 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35484
35485         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35486         (__internal_setnetgrent): ... this.  Add internal_function to
35487         definition.  Add libc_hidden_def.
35488         (setnetgrent): Update caller.
35489         (internal_endnetgrent): Renamed to ...
35490         (__internal_endnetgrent): ... this.  Add internal_function to
35491         definition.  Add libc_hidden_def.
35492         (endnetgrent): Update caller.
35493         (internal_getnetgrent_r): Renamed to ...
35494         (__internal_getnetgrent_r): ... this.  Add internal_function to
35495         definition.  Add libc_hidden_def.
35496         (__getnetgrent_r): Update caller.
35497         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35498
35499 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35500
35501         * stdlib/longlong.h: Update from GCC.
35502
35503 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35504
35505         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35506         on _QL, which is set by umul_ppmm but never used.
35507         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35508         variables, which are set by GMP macros but never used.
35509         * stdio-common/_itowa.c (_itowa): Likewise.
35510         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35511         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35512
35513 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35514
35515         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35516         struct La_sh_regs is not constant.
35517         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35518         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35519         and struct La_sparc64_regs are not constant.
35520
35521 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35522
35523         * sysdeps/unix/sysv/linux/kernel-features.h
35524         (__ASSUME_POSIX_TIMERS): Remove.
35525         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35526         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35527         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35528         Make code unconditional.
35529         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35530         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35531         Make code unconditional.
35532         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35533         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35534         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35535         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35536         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35537         Make code unconditional.
35538         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35539         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35540         (__libc_missing_posix_timers): Remove.
35541
35542 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35543
35544         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35545         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35546
35547         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35548
35549         * elf/dl-sym.c: Include <stdlib.h>.
35550
35551         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35552         constants, which avoids warnings in 32-bit builds.
35553
35554         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35555         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35556
35557         * misc/lseek.c: File moved to ...
35558         * io/lseek.c: ... here.
35559
35560         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35561
35562         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35563         shifting LEN more than 31 bits at once.
35564
35565 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35566
35567         [BZ #14195]
35568         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35569         segmentation fault for a case of two empty input strings.
35570         * string/test-strncasecmp.c (check1): Renamed to...
35571         (bz12205): ...this.
35572         (bz14195): Add new testcase for two empty input strings and N > 0.
35573         (test_main): Call new testcase, adapt for renamed function.
35574
35575 2012-08-15  Andreas Jaeger  <aj@suse.de>
35576
35577         [BZ #14090]
35578         * crypt/md5test2.c: New test, based on test supplied by Serge
35579         Belyshev <belyshev@depni.sinp.msu.ru>.
35580         * crypt/Makefile (xtests): Add md5test-giant..
35581         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35582
35583 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35584
35585         [BZ #14090]
35586         * crypt/md5.c (md5_process_block): Don't assume the buffer
35587         length is less than 2**32.
35588         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35589         length is less than 2**64.
35590
35591 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35592
35593         * string/str-two-way.h: Include <sys/param.h>.
35594         (MAX): Macro removed.
35595
35596         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35597         Move #define and #undef of memmove to just before and after
35598         including <string.h>.
35599
35600         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35601         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35602         and after including <string.h>.  Move declarations of
35603         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35604         to before #include "string/memmove.c".
35605
35606         * include/dirent.h: Declare __getdirentries.
35607
35608         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35609         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35610
35611 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35612
35613         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35614         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35615         * sysdeps/i386/configure: Regenerated.
35616         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35617         STABS_CURRENT_FILE, and STABS_FUN.
35618         (END): Remove call to STABS_FUN_END.
35619         (STABS_CURRENT_FILE1): Delete.
35620         (STABS_CURRENT_FILE): Likewise.
35621         (STABS_FUN): Likewise.
35622         (STABS_FUN_END): Likewise.
35623         (STABS_FUN2): Likewise.
35624         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35625         * sysdeps/x86_64/configure: Regenerated.
35626
35627 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35628
35629         * elf/dl-open.c: Include <atomic.h>.
35630         * elf/dl-lookup.c: Likewise.
35631
35632 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35633
35634         * sysdeps/unix/sysv/linux/kernel-features.h
35635         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35636         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35637         unconditionally.
35638         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35639         unconditionally.
35640         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35641         condition on __ASSUME_CLONE_THREAD_FLAGS.
35642
35643 2012-08-14  Andreas Jaeger  <aj@suse.de>
35644
35645         * sysdeps/i386/fpu/libm-test-ulps: Update.
35646
35647 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
35648
35649         * include/atomic.h (atomic_exchange_and_add): Split into ...
35650         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35651         New atomic macros.
35652
35653 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
35654
35655         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35656
35657 2012-08-13  Jeff Law <law@redhat.com>
35658
35659         * manual/stdio.texi (snprintf): Clarify handling of the trailing
35660         null byte in the output string.
35661
35662 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
35663
35664         * sysdeps/unix/sysv/linux/kernel-features.h
35665         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35666         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35667         (__ASSUME_ARG_MAX_STACK_BASED): Define.
35668         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35669         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35670         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
35671         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35672
35673 2012-08-09  Jeff Law <law@redhat.com>
35674
35675         [BZ #13939]
35676         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35677         When avoid_arena is set, don't retry in the that arena.  Pick the
35678         next one, whatever it might be.
35679         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35680         (arena_lock): Pass in new parameter to arena_get2.
35681         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35682         arena_get2.
35683         (__libc_malloc): Unify retrying after main arena failure with
35684         __libc_memalign version.
35685         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35686
35687 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
35688
35689         [BZ #14166]
35690         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35691         to __redirect_strstr.
35692         (__strstr_sse42): Use typeof __redirect_strstr.
35693         (__strstr_ia32): Likewise.
35694         (__libc_strstr): New prototype.
35695         (strstr): Renamed to ...
35696         (__libc_strstr): This.
35697         (strstr): New strong alias of __libc_strstr.
35698         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35699         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35700         __redirect_time.
35701         Include <time.h>.
35702         (__libc_time): New prototype.
35703         (time_ifunc): Replace time with __libc_time.
35704         (time): New strong alias and hidden definition of __libc_time.
35705         (__GI_time): Remove strong alias.
35706         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35707         Include <stddef.h>.
35708         (memmove): Redefined to __redirect_memmove.
35709         (__memmove_sse2): Use typeof __redirect_memmove.
35710         (__memmove_ssse3): Likewise.
35711         (__memmove_ssse3_back): Likewise.
35712         (__libc_memmove): New prototype.
35713         (memmove): Renamed to ...
35714         (__libc_memmove): This.
35715         (memmove): New strong alias of __libc_memmove.
35716
35717 2012-08-08  Mark Salter  <msalter@redhat.com>
35718
35719         * elf/elf.h
35720         (R_MN10300_TLS_GD): Define.
35721         (R_MN10300_TLS_LD): Likewise.
35722         (R_MN10300_TLS_LDO): Likewise.
35723         (R_MN10300_TLS_GOTIE): Likewise.
35724         (R_MN10300_TLS_IE): Likewise.
35725         (R_MN10300_TLS_LE): Likewise.
35726         (R_MN10300_TLS_DTPMOD): Likewise.
35727         (R_MN10300_TLS_DTPOFF): Likewise.
35728         (R_MN10300_TLS_TPOFF): Likewise.
35729         (R_MN10300_SYM_DIFF): Likewise.
35730         (R_MN10300_ALIGN): Likewise.
35731         (R_MN10300_NUM): Update.
35732
35733 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
35734
35735         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35736         Remove.
35737
35738 2012-08-08  Roland McGrath  <roland@hack.frob.com>
35739
35740         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35741
35742         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
35743         sysdeps/unix -> sysdeps/posix move.
35744         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
35745
35746 2012-08-07      Allan McRae     <allan@archlinux.org>
35747
35748         [BZ #14303]
35749         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
35750         (SUNOS_CPP): Likewise.
35751         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
35752         not found.
35753         (open_input): Call CPP using execvp.
35754
35755 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35756
35757         * sysdeps/unix/sysv/linux/kernel-features.h
35758         (__ASSUME_PROT_GROWSUPDOWN): Remove.
35759         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35760         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35761         (__ASSUME_WAITID_SYSCALL): Likewise.
35762         * sysdeps/unix/sysv/linux/dl-execstack.c
35763         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
35764         code unconditional.
35765         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
35766         conditional code.
35767         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
35768         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
35769         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
35770         code.
35771         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
35772         unconditional.
35773         [__ASSUME_WAITID_SYSCALL]: Likewise.
35774         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
35775
35776 2012-08-07  Roland McGrath  <roland@hack.frob.com>
35777
35778         * sysdeps/unix/closedir.c: Renamed to ...
35779         * sysdeps/posix/closedir.c: ... here.
35780         * sysdeps/unix/dirfd.c: Renamed to ...
35781         * sysdeps/posix/dirfd.c: ... here.
35782         * sysdeps/unix/dirstream.h: Renamed to ...
35783         * sysdeps/posix/dirstream.h: ... here.
35784         * sysdeps/unix/fdopendir.c: Renamed to ...
35785         * sysdeps/posix/fdopendir.c: ... here.
35786         * sysdeps/unix/opendir.c: Renamed to ...
35787         * sysdeps/posix/opendir.c: ... here.
35788         * sysdeps/unix/readdir.c: Renamed to ...
35789         * sysdeps/posix/readdir.c: ... here.
35790         * sysdeps/unix/readdir_r.c: Renamed to ...
35791         * sysdeps/posix/readdir_r.c: ... here.
35792         * sysdeps/unix/rewinddir.c: Renamed to ...
35793         * sysdeps/posix/rewinddir.c: ... here.
35794         * sysdeps/unix/seekdir.c: Renamed to ...
35795         * sysdeps/posix/seekdir.c: ... here.
35796         * sysdeps/unix/telldir.c: Renamed to ...
35797         * sysdeps/posix/telldir.c: ... here.
35798         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
35799         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
35800         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
35801         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
35802
35803         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
35804         * bits/fcntl.h: ... here.
35805
35806         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
35807         not 0.
35808         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
35809         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
35810         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
35811         (struct flock): Move l_start, l_len to the beginning.
35812         Use __pid_t for l_pid.
35813         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
35814         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
35815         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
35816         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
35817         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
35818         [__USE_LARGEFILE64] (struct flock64): New type.
35819         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
35820
35821         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
35822         * bits/dirent.h: ... here.
35823
35824         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
35825         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
35826
35827 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35828
35829         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35830         Change from 2.6.0 to 2.6.16.
35831         * sysdeps/unix/sysv/linux/configure: Regenerated.
35832         * sysdeps/unix/sysv/linux/kernel-features.h
35833         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
35834         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
35835         version.
35836         (__ASSUME_UTIMES): Likewise.
35837         (__ASSUME_CLONE_STOPPED): Remove.
35838         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
35839         architectures, not kernel version.
35840         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
35841         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35842         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35843         (__ASSUME_WAITID_SYSCALL): Likewise.
35844         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
35845         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
35846         * README: State 2.6.16 as minimum Linux kernel version.  Do not
35847         refer to older versions.
35848
35849 2012-08-06  Roland McGrath  <roland@hack.frob.com>
35850
35851         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
35852         Define alphasort64 as an alias.
35853         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
35854         Define versionsort64 as an alias.
35855         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
35856         Define scandir64 as an alias.
35857         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
35858         Define scandirat64 as an alias.
35859         * dirent/alphasort64.c (alphasort64):
35860         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
35861         * dirent/versionsort64.c: Likewise.
35862         * dirent/scandir64.c: Likewise.
35863         * dirent/scandirat64.c: Likewise.
35864         * sysdeps/wordsize-64/alphasort.c: File removed.
35865         * sysdeps/wordsize-64/alphasort64.c: File removed.
35866         * sysdeps/wordsize-64/scandir.c: File removed.
35867         * sysdeps/wordsize-64/scandir64.c: File removed.
35868         * sysdeps/wordsize-64/scandirat.c: File removed.
35869         * sysdeps/wordsize-64/scandirat64.c: File removed.
35870         * sysdeps/wordsize-64/versionsort.c: File removed.
35871         * sysdeps/wordsize-64/versionsort64.c: File removed.
35872         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
35873         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
35874         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
35875         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
35876         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
35877         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
35878         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
35879         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
35880
35881         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
35882         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35883         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
35884         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35885         [defined __arch64__ || defined __sparcv9]
35886         (__INO_T_MATCHES_INO64_T): New macro.
35887         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35888         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
35889         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
35890         * sysdeps/unix/sysv/linux/bits/dirent.h
35891         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
35892         (_DIRENT_MATCHES_DIRENT64): New macro.
35893
35894         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
35895         Define lockf64 as an alias.
35896         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
35897         Define fseeko64 as an alias.
35898         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
35899         Define ftello64 as an alias.
35900         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
35901         Define _IO_fgetpos64 and fgetpos64 as aliases.
35902         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
35903         Define _IO_fsetpos64 and fsetpos64 as aliases.
35904         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
35905         Conditionalize body on this.
35906         * libio/fseeko64.c: Likewise.
35907         * libio/ftello64.c: Likewise.
35908         * libio/iofgetpos64.c: Likewise.
35909         * libio/iofsetpos64.c: Likewise.
35910         * sysdeps/wordsize-64/lockf.c: File removed.
35911         * sysdeps/wordsize-64/lockf64.c: File removed.
35912         * sysdeps/wordsize-64/fseeko.c: File removed.
35913         * sysdeps/wordsize-64/fseeko64.c: File removed.
35914         * sysdeps/wordsize-64/ftello.c: File removed.
35915         * sysdeps/wordsize-64/ftello64.c: File removed.
35916         * sysdeps/wordsize-64/iofgetpos.c: File removed.
35917         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
35918         * sysdeps/wordsize-64/iofsetpos.c: File removed.
35919         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
35920         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
35921         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
35922         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
35923         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
35924         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
35925         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
35926         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
35927         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
35928         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
35929         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
35930
35931         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35932         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35933         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
35934         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35935         [defined __arch64__ || defined __sparcv9]
35936         (__OFF_T_MATCHES_OFF64_T): New macro.
35937         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35938         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35939         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35940         (__OFF_T_MATCHES_OFF64_T): New macro.
35941
35942 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35943
35944         * stdlib/secure-getenv.c (__secure_getenv): Replace
35945         GLIBC_2_16 with GLIBC_2_17.
35946
35947 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35948
35949         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
35950         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35951
35952 2012-08-03  David S. Miller  <davem@davemloft.net>
35953
35954         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35955
35956 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35957
35958         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
35959         Remove.
35960         (__ASSUME_CORRECT_SI_PID): Likewise.
35961         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
35962         (__ASSUME_TMPFS_NAME): Likewise.
35963         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
35964         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
35965         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
35966         (HAVE_AUX_SECURE): Make definition unconditional.
35967         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
35968         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
35969
35970 2012-08-03  Roland McGrath  <roland@hack.frob.com>
35971
35972         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
35973         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
35974         * sysdeps/mach/hurd/eloop-threshold.h: New file.
35975         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35976         __eloop_threshold instead of SYMLOOP_MAX.
35977
35978         * sysdeps/generic/eloop-threshold.h: New file.
35979         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
35980         of MAXSYMLINKS.
35981         * elf/chroot_canon.c (chroot_canon): Likewise.
35982
35983 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35984
35985         [BZ #13717]
35986         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35987         Change to 2.6.0 everywhere.
35988         * sysdeps/unix/sysv/linux/configure: Regenerated.
35989         * sysdeps/unix/sysv/linux/kernel-features.h
35990         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
35991         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
35992         kernel versions.
35993         (__ASSUME_POSIX_TIMERS): Define unconditionally.
35994         (__ASSUME_FUTEX_REQUEUE): Remove.
35995         (__ASSUME_STATFS64): Define unconditionally.
35996         (__ASSUME_AT_SECURE): Likewise.
35997         (__ASSUME_CORRECT_SI_PID): Likewise.
35998         (__ASSUME_TGKILL): Define without depending on kernel version for
35999         i386.
36000         (__ASSUME_UTIMES): Likewise.
36001         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36002         kernel version.
36003         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36004         (__ASSUME_TMPFS_NAME): Likewise.
36005         * README: Update reference to Linux kernel versions.
36006
36007 2012-08-02  Marek Polacek  <polacek@redhat.com>
36008
36009         [BZ# 14150]
36010         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36011         libc_cv_asm_type_prefix with %.
36012         * configure: Regenerated.
36013         * include/libc-symbols.h: Remove comment about
36014         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36015         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36016         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36017         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36018         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36019         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36020         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36021         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36022         * elf/tst-unique2mod1.c: Likewise.
36023         * elf/tst-unique1mod2.c: Likewise.
36024         * elf/tst-unique1mod1.c: Likewise.
36025         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36026         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36027         Replace ASM_TYPE_DIRECTIVE with .type.
36028         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36029         * sysdeps/i386/sysdep.h: Likewise.
36030         * sysdeps/x86_64/sysdep.h: Likewise.
36031         * sysdeps/sh/sysdep.h: Likewise.
36032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36033         Do not define ASM_TYPE_DIRECTIVE.
36034         * sysdeps/powerpc/sysdep.h: Likewise.
36035         * sysdeps/powerpc/powerpc32/sysdep.h:
36036         Replace ASM_TYPE_DIRECTIVE with .type.
36037         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36038         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36039         * sysdeps/i386/fpu/e_powf.S: Likewise.
36040         * sysdeps/i386/fpu/e_expl.S: Likewise.
36041         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36042         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36043         * sysdeps/i386/fpu/e_pow.S: Likewise.
36044         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36045         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36046         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36047         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36048         * sysdeps/i386/fpu/e_log2.S: Likewise.
36049         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36050         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36051         * sysdeps/i386/fpu/e_powl.S: Likewise.
36052         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36053         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36054         * sysdeps/i386/fpu/e_logl.S: Likewise.
36055         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36056         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36057         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36058         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36059         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36060         * sysdeps/i386/fpu/e_log.S: Likewise.
36061         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36062         * sysdeps/i386/fpu/e_logf.S: Likewise.
36063         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36064         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36065         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36066         * sysdeps/i386/fpu/e_log10.S: Likewise.
36067         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36068         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36069         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36070         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36071         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36072         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36073         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36074         * sysdeps/i386/i686/strtok.S: Likewise.
36075         * sysdeps/i386/i386-mcount.S: Likewise.
36076         * sysdeps/i386/strtok.S: Likewise.
36077         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36078         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36079         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36080         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36081         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36082         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36083         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36084         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36085         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36086         * sysdeps/x86_64/_mcount.S: Likewise.
36087         * sysdeps/x86_64/strtok.S: Likewise.
36088         * sysdeps/sh/_mcount.S: Likewise.
36089
36090 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36091
36092         * libio/iofopen.c: Include <fcntl.h>.
36093         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36094         (_IO_fopen64, fopen64): Define as aliases.
36095         * libio/iofopen64.c: Include <fcntl.h>.
36096         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36097         Conditionalize body on this.
36098         * sysdeps/wordsize-64/iofopen.c: File removed.
36099         * sysdeps/wordsize-64/iofopen64.c: File removed.
36100
36101 2012-08-01  Marek Polacek  <polacek@redhat.com>
36102
36103         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36104         Use dlfcn directly instead of a variable.
36105         (binfmt-subdir): Do not define.
36106         (dlfcn): Likewise.
36107
36108 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36109
36110         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36111         Remove all definitions.
36112         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36113         <kernel-features.h>.
36114         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36115         (miss_F_GETOWN_EX): Remove all definitions.
36116         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36117         macro definition.
36118         [!__ASSUME_FCNTL64]: Remove conditional code.
36119         [__ASSUME_FCNTL64]: Make code unconditional.
36120         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36121         <kernel-features.h>.
36122         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36123         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36124         (lockf64) [__NR_fcntl64]: Make code unconditional.
36125         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36126
36127         * sysdeps/unix/sysv/linux/kernel-features.h
36128         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36129         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36130         Make code unconditional.
36131         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36132         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36134         [__NR_vfork]: Make code unconditional.
36135         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36136         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36138         [__NR_vfork]: Make code unconditional.
36139         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36140         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36141
36142 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36143
36144         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36145         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36146
36147         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36148         Define mkstemp64 as an alias.
36149         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36150         Define mkstemps64 as an alias.
36151         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36152         Define mkostemp64 as an alias.
36153         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36154         Define mkostemps64 as an alias.
36155         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36156         Conditionalize body on this.
36157         * misc/mkostemp64.c: Likewise.
36158         * misc/mkostemps64.c: Likewise.
36159         * misc/mkstemps64.c: Likewise.
36160         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36161         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36162         * sysdeps/wordsize-64/mkostemp.c: File removed.
36163         * sysdeps/wordsize-64/mkstemp.c: File removed.
36164         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36165         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36166         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36167         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36168
36169         [BZ #14138]
36170         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36171         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36172         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36173         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36174
36175         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36176         compat_symbol macros from <shlib-compat.h> rather than the underlying
36177         default_symbol_version and symbol_version macros, so that DEFAULT
36178         lines in shlib-versions are respected.
36179         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36180
36181 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36182
36183         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36184         Declare with warn_unused_result.
36185         (setgid, setregid, setegid, setresgid): Likewise.
36186         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36187         Likewise.
36188         * WUR-REPORT: Remove set*id functions.
36189
36190 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36191
36192         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36193
36194 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36195
36196         [BZ #10191]
36197         * include/sys/socket.h (__libc_accept, __libc_accept4):
36198         Add attribute_hidden.
36199         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36200
36201         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36202         use of PTR_MANGLE.
36203         * inet/getnetgrent_r.c (setup): Likewise.
36204
36205         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36206
36207 2012-07-31  David S. Miller  <davem@davemloft.net>
36208
36209         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36210
36211 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36212
36213         [BZ #13629]
36214         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36215         value between 1.0 and 2.0 and smaller part has absolute value less
36216         than 1.0.
36217         * math/s_clog10.c (__clog10): Likewise.
36218         * math/s_clog10f.c (__clog10f): Likewise.
36219         * math/s_clog10l.c (__clog10l): Likewise.
36220         * math/s_clogf.c (__clogf): Likewise.
36221         * math/s_clogl.c (__clogl): Likewise.
36222         * math/libm-test.inc (clog_test): Add more tests.
36223         (clog10_test): Likewise.
36224         * sysdeps/i386/fpu/libm-test-ulps: Update.
36225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36226
36227 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36228
36229         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36230         Exit with zero in case no suitable GID is found, and write a
36231         message to standard error.
36232
36233 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36234
36235         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36236         rather than to 1.
36237         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36238         (MAXPATHLEN): Removed.
36239         (NOGROUP, NODEV): New macros.
36240         (setbit, clrbit, isset, isclr): New macros.
36241         (howmany, roundup, powerof2): New macros.
36242         (DEV_BSIZE): New macro.
36243
36244         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36245         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36246
36247         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36248         definition on [!__NO_LONG_DOUBLE_MATH].
36249
36250         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36251         PTR_MANGLE and PTR_DEMANGLE.
36252
36253         * socket/accept4.c (accept4): Rename to __libc_accept4.
36254         Define accept4 as a weak alias.
36255
36256         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36257         on [_DIRENT_HAVE_D_TYPE].
36258         * io/ftw.c (ftw_dir): Likewise.
36259
36260         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36261
36262         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36263
36264         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36265         Use the BSD numbers rather than the arbitrary ones we had.
36266         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36267         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36268         (SIGXCPU, SIGXFSZ): New macros.
36269         (_NSIG): Now 32.
36270
36271         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36272         initializer on [_LIBC_REENTRANT].
36273
36274         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36275         definitions inside [_POSIX_MAPPED_FILES].
36276
36277         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36278
36279         * dirent/opendir.c: Include <fcntl.h>.
36280
36281         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36282         (__libc_getspecific): Likewise.
36283         (__libc_key_create): Likewise.
36284
36285         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36286         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36287         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36288         (tmpfile64): Define as alias.
36289         * sysdeps/wordsize-64/tmpfile.c: File removed.
36290         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36291         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36292         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36293
36294         * stdio-common/vfscanf.c: Include <stdbool.h>.
36295         * nss/makedb.c: Likewise.
36296         * stdio-common/_i18n_number.h: Likewise.
36297         * argp/argp-help.c: Likewise.
36298         * posix/wordexp.c: Likewise.
36299         * sysdeps/posix/spawni.c: Likewise.
36300         * nss/nss_files/files-initgroups.c: Likewise.
36301         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36302         * nss/nss_files/files-initgroups.c: Likewise.
36303         * nss/nss_db/db-netgrp.c: Likewise.
36304         * nss/nss_db/db-initgroups.c: Likewise.
36305         * io/fchmodat.c: Include <sys/stat.h>.
36306
36307         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36308         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36309
36310         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36311         [HAVE_MMAP].
36312
36313         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36314         Add multiple inclusion protection.
36315
36316 2012-07-27  David S. Miller  <davem@davemloft.net>
36317
36318         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36319
36320 2012-07-27  Gary Benson  <gbenson@redhat.com>
36321
36322         [BZ #14298]
36323         * elf/rtld.c: Include <stap-probe.h>.
36324         (dl_main): Added static probes "init_start" and "init_complete".
36325         * elf/dl-load.c: Include <stap-probe.h>.
36326         (lose): Take new parameter "nsid".
36327         Added static probe "map_failed".
36328         (_dl_map_object_from_fd): Pass namespace id to lose.
36329         Added static probe "map_start".
36330         (open_verify): Pass namespace id to lose.
36331         * elf/dl-open.c: Include <stap-probe.h>.
36332         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36333         and "reloc_complete".
36334         * elf/dl-close.c: Include <stap-probe.h>.
36335         (_dl_close_worker): Added static probes "unmap_start" and
36336         "unmap_complete".
36337         * elf/rtld-debugger-interface.txt: New file documenting the above.
36338
36339 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36340
36341         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36342         rather than a string variable.
36343         * sunrpc/rpc_main.c (h_output): Likewise.
36344         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36345
36346 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36347
36348         * inet/check_native.c: New file.
36349
36350 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36351
36352         [BZ #13629]
36353         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36354         if larger part has absolute value 1.0.
36355         * math/s_clog10.c (__clog10): Likewise.
36356         * math/s_clog10f.c (__clog10f): Likewise.
36357         * math/s_clog10l.c (__clog10l): Likewise.
36358         * math/s_clogf.c (__clogf): Likewise.
36359         * math/s_clogl.c (__clogl): Likewise.
36360         * math/libm-test.inc (clog_test): Add more tests.
36361         (clog10_test): Likewise.
36362         * sysdeps/i386/fpu/libm-test-ulps: Update.
36363         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36364
36365         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36366         (pltexit): Likewise.
36367         (La_regs): Likewise.
36368         (La_retval): Likewise.
36369         (int_retval): Likewise.
36370         Update #error for removed macros to refer only to definitions in
36371         tst-audit.h.
36372         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36373         macro.
36374         (pltexit): Likewise.
36375         (La_regs): Likewise.
36376         (La_retval): Likewise.
36377         (int_retval): Likewise.
36378         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36379         macro.
36380         (pltexit): Likewise.
36381         (La_regs): Likewise.
36382         (La_retval): Likewise.
36383         (int_retval): Likewise.
36384         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36385         macro.
36386         (pltexit): Likewise.
36387         (La_regs): Likewise.
36388         (La_retval): Likewise.
36389         (int_retval): Likewise.
36390         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36391         macro.
36392         (pltexit): Likewise.
36393         (La_regs): Likewise.
36394         (La_retval): Likewise.
36395         (int_retval): Likewise.
36396         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36397         macro.
36398         (pltexit): Likewise.
36399         (La_regs): Likewise.
36400         (La_retval): Likewise.
36401         (int_retval): Likewise.
36402         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36403         macro.
36404         (pltexit): Likewise.
36405         (La_regs): Likewise.
36406         (La_retval): Likewise.
36407         (int_retval): Likewise.
36408         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36409         macro definitions in tst-audit.h.
36410         * sysdeps/i386/tst-audit.h: New file.
36411         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36412         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36413         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36414         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36415         * sysdeps/sh/tst-audit.h: Likewise.
36416         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36417         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36418         * sysdeps/x86_64/tst-audit.h: Likewise.
36419
36420 2012-07-26  Andreas Jaeger  <aj@suse.de>
36421
36422         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36423         ptrace.
36424
36425         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36426         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36427         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36428         PTRACE_O_MASK.
36429         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36430         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36431         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36432
36433         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36434         value.
36435
36436         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36437         _sigsys.
36438         (si_call_addr, si_syscall, si_arch): Define new macro.
36439         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36440         _sigsys.
36441         (si_call_addr, si_syscall, si_arch): Define new marcro.
36442         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36443         _sigsys.
36444         (si_call_addr, si_syscall, si_arch): Define new macro.
36445         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36446         _sigsys.
36447         (si_call_addr, si_syscall, si_arch): Define new macro.
36448
36449 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36450
36451         [BZ #13717]
36452         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36453         Change to 2.4.21 where previously 2.4.1.
36454         * sysdeps/unix/sysv/linux/configure: Regenerated.
36455         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36456         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36457         Linux kernel version.
36458         (__ASSUME_STD_AUXV): Remove.
36459         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36460         kernel version.
36461         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36462         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36463         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36464         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36465         (__ASSUME_NETLINK_SUPPORT): Likewise.
36466         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36467         (__no_netlink_support): Remove conditional definition.
36468         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36469         Remove.
36470         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36471         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36472         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36473         (if_nameindex_ioctl): Remove.
36474         (if_nameindex_netlink): Do not handle __no_netlink_support.
36475         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36476         code.
36477         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36478         Remove conditional code.
36479         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36480         code.
36481         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36482         unconditional.
36483         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36484         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36485         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36486         Remove.
36487         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36488         [!__ASSUME_STD_AUXV]: Remove conditional code.
36489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36490         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36491         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36493         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36494         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36495         code.
36496         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36498         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36499         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36500         conditional code.
36501         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36503         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36504         code.
36505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36506         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36507         conditional code.
36508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36509         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36510         code unconditional.
36511         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36512         conditional code.
36513         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36514         unconditional.
36515         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36516         conditional code.
36517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36518         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36519         unconditional.
36520         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36521         conditional code.
36522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36523         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36524         code unconditional.
36525         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36526         conditional code.
36527         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36528         unconditional.
36529         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36530         conditional code.
36531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36532         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36533         code unconditional.
36534         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36535         conditional code.
36536         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36537         unconditional.
36538         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36539         conditional code.
36540
36541 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36542
36543         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36544         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36545         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36546         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36547         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36548         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36549         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36550         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36551         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36552         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36553         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36554         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36555         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36556         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36557         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36558         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36559         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36560         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36561         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36562         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36563         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36564         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36565         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36566
36567 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36568
36569         * Versions.def: Add GLIBC_2.17.
36570         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36571         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36572         Introduce __libc_secure_getenv.
36573         * stdlib/Versions (2.17): Add secure_getenv
36574         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36575         * stdlib/secure-getenv.c: Rename __secure_getenv to
36576         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36577         symbol __secure_getenv for GLIBC_2.0.
36578         * stdlib/tst-secure-getenv.c: New.
36579         * stdlib/Makefile (tests): Add testcase.
36580         * manual/startup.texi (Environment Access): Document
36581         secure_getenv.
36582         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36583         __libc_secure_getenv.
36584         * inet/ruserpass.c (ruserpass): Likewise.
36585         * malloc/mtrace.c (mtrace): Likewise.
36586         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36587         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36588         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36589         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36590         HAVE_SECURE_GETENV.
36591         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36592         __secure_getenv to __libc_secure_getenv.
36593         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36595         Likewise.
36596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36597         Likewise.
36598         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36599         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36600         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36601         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36602         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36603         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36604         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36605
36606 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36607
36608         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36609         (struct La_i86_retval): Likewise.
36610         (struct La_x86_64_regs): Likewise.
36611         (struct La_x86_64_retval): Likewise.
36612         (struct La_x32_regs): Likewise.
36613         (struct La_x32_retval): Likewise.
36614         (struct La_ppc32_regs): Likewise.
36615         (struct La_ppc32_retval): Likewise.
36616         (struct La_ppc64_regs): Likewise.
36617         (struct La_ppc64_retval): Likewise.
36618         (struct La_sh_regs): Likewise.
36619         (struct La_sh_retval): Likewise.
36620         (struct La_s390_32_regs): Likewise.
36621         (struct La_s390_32_retval): Likewise.
36622         (struct La_s390_64_regs): Likewise.
36623         (struct La_s390_64_retval): Likewise.
36624         (struct La_sparc32_regs): Likewise.
36625         (struct La_sparc32_retval): Likewise.
36626         (struct La_sparc64_regs): Likewise.
36627         (struct La_sparc64_retval): Likewise.
36628         (struct audit_ifaces): Remove architecture-specific pltenter and
36629         pltexit members.
36630         * sysdeps/i386/ldsodefs.h: New file.
36631         * sysdeps/powerpc/ldsodefs.h: Likewise.
36632         * sysdeps/s390/ldsodefs.h: Likewise.
36633         * sysdeps/sh/ldsodefs.h: Likewise.
36634         * sysdeps/sparc/ldsodefs.h: Likewise.
36635         * sysdeps/x86_64/ldsodefs.h: Likewise.
36636
36637 2012-07-25  Marek Polacek  <polacek@redhat.com>
36638
36639         [BZ #6808]
36640         * math/libm-test.inc (yn_test): Add another test.
36641         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36642         to ERANGE when the result is +-Inf.
36643         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36644         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36645         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36646         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36647
36648 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
36649
36650         * conform/data/time.h-data (NULL): Use macro-constant.  Require
36651         equal to 0.
36652         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
36653         clock_t.
36654         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
36655
36656 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
36657
36658         * configure.in <sysdeps resolving>: Correct printing
36659         Implies_before.
36660         * configure: Regenerate.
36661
36662 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
36663
36664         * math/w_ilogb.c: Include <limits.h>.
36665         * math/w_ilogbl.c: Likewise.
36666
36667 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36668
36669         * manual/lang.texi (__va_copy): Document primarily as ISO C99
36670         va_copy.  Document allowing for unavailable va_copy only as
36671         pre-C99 compatibility.
36672         * manual/string.texi (Copying and Concatenation): Use va_copy
36673         instead of __va_copy in concat example.
36674
36675 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
36676
36677         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36678         (__sendto): Use create_address_port.  Initialize APORT and deallocate
36679         it if not null.
36680
36681         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36682         with O_NOLINK passed to __file_name_lookup.
36683
36684         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36685         with O_NOLINK passed to __file_name_lookup.
36686
36687         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36688         negative N or less than NGIDS.
36689
36690         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36691         type to string_t.  Set ERANGE as errno and return it if NAME is not big
36692         enough.  Use memcpy instead of strncpy.
36693
36694 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36695
36696         * elf/Makefile (check-data): Remove.
36697         (localplt.data): New vpath directive.
36698         ($(objpfx)check-localplt.out): Use localplt.data from vpath
36699         instead of $(check-data).
36700         * scripts/data/localplt-generic.data: Move to ...
36701         * sysdeps/generic/localplt.data: ... here.
36702         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36703         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36704         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36706         ... here.
36707         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36709         ... here.
36710         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36711         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36712         ... here.
36713         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36714         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36715         ... here.
36716         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36717         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36718         ... here.
36719         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36720         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36721         ... here.
36722
36723 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36724
36725         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36726         PPC32 and PPC64 files.
36727         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36728         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36729
36730 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36731
36732         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36733         __makecontext_ret to ...
36734         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36735         ... here and call exit if uc_link is NULL.  New file.
36736         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36737         __makecontext_ret.S.
36738         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36739         __makecontext_ret to ...
36740         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36741         ... here and call exit if uc_link is NULL.  New file.
36742         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
36743         __makecontext_ret.S.
36744
36745 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36746
36747         * elf/elf.h (R_390_IRELATIVE): New definition.
36748         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
36749         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
36750         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
36751         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
36752         (elf_machine_lazy_rel): Likewise.
36753         * sysdeps/s390/dl-irel.h: New file.
36754         * sysdeps/s390/s390-64/memcpy.S: New asm code.
36755         * sysdeps/s390/s390-64/memset.S: New asm code.
36756         * sysdeps/s390/s390-64/memcmp.S: New asm code.
36757         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
36758         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
36759         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
36760         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
36761         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
36762         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
36763         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
36764         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
36765         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
36766         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
36767         * sysdeps/s390/s390-32/memcpy.S: New asm code.
36768         * sysdeps/s390/s390-32/memset.S: New asm code.
36769         * sysdeps/s390/s390-32/memcmp.S: New asm code.
36770
36771 2012-07-17  Marek Polacek  <polacek@redhat.com>
36772
36773         [BZ #14349]
36774         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
36775         * sysdeps/s390/s390-64/configure.in: Likewise.
36776         * sysdeps/sparc/configure.in: Likewise.
36777         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
36778         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
36779         * sysdeps/i386/configure.in: Likewise.
36780         * sysdeps/x86_64/configure.in: Likewise.
36781         * sysdeps/sh/configure.in: Likewise.
36782         * sysdeps/s390/s390-32/configure: Regenerated.
36783         * sysdeps/s390/s390-64/configure: Likewise.
36784         * sysdeps/x86_64/configure: Likewise.
36785         * sysdeps/sh/configure: Likewise.
36786         * sysdeps/powerpc/powerpc64/configure: Likewise.
36787         * sysdeps/powerpc/powerpc32/configure: Likewise.
36788         * sysdeps/sparc/configure: Likwise.
36789         * sysdeps/i386/configure: Likewise.
36790
36791         * elf/dl-open.c: Comment fixes.
36792
36793 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
36794
36795         * Makefile [CXX] (check-data): Remove.
36796         [CXX] (c++-types.data): New vpath directive.
36797         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
36798         vpath.  Do not allow for C++ type data being missing.
36799         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
36800         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
36801         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
36802         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
36803         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
36804         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
36805         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
36806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
36807         ... here.
36808         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
36809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
36810         ... here.
36811         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
36812         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
36813         ... here.
36814         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
36815         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
36816         ... here.
36817         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
36818         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
36819         ... here.
36820         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
36821         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
36822         ... here.
36823         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
36824         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
36825         ... here.
36826         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
36827         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
36828
36829         * elf/tls-macros.h (TLS_LE): Move architecture-specific
36830         definitions to architecture-specific files.
36831         (TLS_IE): Likewise.
36832         (TLS_LD): Likewise.
36833         (TLS_GD): Likewise.
36834         * sysdeps/i386/tls-macros.h: New file.
36835         * sysdeps/powerpc/tls-macros.h: Likewise.
36836         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
36837         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
36838         * sysdeps/sh/tls-macros.h: Likewise.
36839         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
36840         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
36841         * sysdeps/x86_64/tls-macros.h: Likewise.
36842
36843 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36844
36845         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
36846         zero value for regular exit case.
36847
36848         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
36849         (__start_context): Preserve zero value for regular exit case.
36850
36851 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36852             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36853
36854         * manual/setjmp.texi (setcontext): Clarify normal process
36855         termination when uc_link is the null pointer.
36856         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
36857         exit call.
36858
36859 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
36860
36861         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
36862         preprocessor.  Test for each exception mask separately.
36863
36864 2012-07-16  Andreas Jaeger  <aj@suse.de>
36865
36866         * po/ru.po: Update from translation team.
36867
36868 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
36869
36870         * conform/data/string.h-data (NULL): Use macro-constant.  Require
36871         equal to 0.
36872         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36873         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36874         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
36875         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
36876         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36877
36878 2012-07-13  Andreas Jaeger  <aj@suse.de>
36879
36880         * po/fr.po: Update from translation team.
36881
36882 2012-07-12  Marek Polacek  <polacek@redhat.com>
36883
36884         [BZ #14173]
36885         * math/libm-test.inc (yn_test): Add test for BZ #14173.
36886         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
36887         loop condition.
36888
36889 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
36890
36891         [BZ #13717]
36892         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36893         Change to 2.4.1 where previously 2.4.0.
36894         * sysdeps/unix/sysv/linux/configure: Regenerated.
36895         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
36896         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
36897         version.
36898         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
36899         (__ASSUME_AT_CLKTCK): Remove.
36900         (__ASSUME_AT_PAGESIZE): Likewise.
36901         (__ASSUME_AT_XID): Likewise.
36902         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
36903         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
36904         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
36905         unconditionally.
36906         (HAVE_AUX_PAGESIZE): Likewise.
36907         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
36908         [__ASSUME_AT_CLKTCK]: Make code unconditional.
36909         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
36910
36911 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
36912
36913         [BZ #14307]
36914         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
36915         the temporary buffer used to invoke __gethostbyname2_r,
36916         __gethostbyaddr_r and gethostbyname4_r to make room for struct
36917         host_data / struct gaih_addrtuple.
36918         * resolv/nss_dns/dns-host.c (global scope): Move definition of
36919         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
36920         header file nss/nsswitch.h.
36921         * nss/nsswitch.h (global scope): Add definition of implementation
36922         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
36923         resolv/nss_dns/dns-host.c).
36924
36925 2012-07-11  Andreas Jaeger  <aj@suse.de>
36926
36927         * po/fr.po: Update from translation team.
36928
36929         * po/sv.po: Update from translation team
36930         * po/fr.po: Another update from translation team.
36931
36932 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36933
36934         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
36935         for subnormals or multiply small sinh result by itself.
36936         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
36937         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36938
36939 2012-07-11  David S. Miller  <davem@davemloft.net>
36940
36941         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36942
36943 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
36944
36945         [BZ #14347]
36946         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
36947         (INTERNAL_MARK): Shift it here.
36948
36949 2012-07-10  Marek Polacek  <polacek@redhat.com>
36950
36951         [BZ #14151]
36952         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
36953         libc_cv_asm_global_directive with .globl.
36954         * configure: Regenerated.
36955         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
36956         with .globl.
36957         * sysdeps/i386/configure: Regenerated.
36958         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
36959         with .globl.
36960         * sysdeps/x86_64/configure: Regenerated.
36961         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
36962         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
36963         * elf/tst-unique2mod2.c: Likewise.
36964         * elf/tst-unique2mod1.c: Likewise.
36965         * elf/tst-unique1mod2.c: Likewise.
36966         * elf/tst-unique1mod1.c: Likewise.
36967         * sysdeps/s390/s390-32/sysdep.h: Likewise.
36968         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36969         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36970         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36971         * sysdeps/mach/sysdep.h: Likewise.
36972         * sysdeps/i386/sysdep.h: Likewise.
36973         * sysdeps/i386/i386-mcount.S: Likewise.
36974         * sysdeps/x86_64/_mcount.S: Likewise.
36975         * sysdeps/x86_64/sysdep.h: Likewise.
36976         * sysdeps/sh/_mcount.S: Likewise.
36977         * sysdeps/sh/sysdep.h: Likewise.
36978         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
36979         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
36980         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
36981         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
36982         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
36983         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
36984         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
36985         * locale/localeinfo.h: Likewise.
36986         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
36987         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
36988
36989 2012-07-09  Roland McGrath  <roland@hack.frob.com>
36990
36991         [BZ #14336]
36992         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
36993         system".
36994         * manual/message.texi (The Uniforum approach): Likewise.
36995         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
36996         (glibc iconv Implementation): Likewise.
36997
36998 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
36999
37000         [BZ #14337]
37001         * math/s_clog.c (__clog): Avoid scaling a value down where that
37002         could result in underflow.
37003         * math/s_clog10.c (__clog10): Likewise.
37004         * math/s_clog10f.c (__clog10f): Likewise.
37005         * math/s_clog10l.c (__clog10l): Likewise.
37006         * math/s_clogf.c (__clogf): Likewise.
37007         * math/s_clogl.c (__clogl): Likewise.
37008         * math/libm-test.inc (clog_test): Add more tests.
37009         (clog10_test): Likewise.
37010         * sysdeps/i386/fpu/libm-test-ulps: Update.
37011         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37012
37013 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37014
37015         [BZ #14283]
37016         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37017         by 7 not 8 to examine high bit of fractional part.
37018
37019         [BZ #14042]
37020         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37021         for call to __mcount_internal.
37022         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37023         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37024         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37025
37026 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37027
37028         [BZ #14154]
37029         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37030         approximation for values within 0x1p-13f of an odd multiple of
37031         pi/4.
37032         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37033         exception.  Add more tests.
37034         * sysdeps/i386/fpu/libm-test-ulps: Update.
37035
37036         [BZ #6778]
37037         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37038         inputs and return -1 for them.  Do not check for +Inf in case not
37039         reachable for +Inf.
37040         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37041         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37042         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37043         and return -1 for them.  Do not check for +Inf in case not
37044         reachable for +Inf.
37045         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37046         define.
37047         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37048         and return -1 for them.  Do not check for +Inf in case not
37049         reachable for +Inf.
37050         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37051         spurious underflow.
37052         * sysdeps/i386/fpu/libm-test-ulps: Update.
37053         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37054
37055 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37056
37057         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37058
37059 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37060
37061         [BZ #14157]
37062         [BZ #14331]
37063         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37064         could result in spurious underflow.  Scale down values above
37065         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37066         * math/s_csqrtf.c (__csqrtf): Likewise.
37067         * math/s_csqrtl.c (__csqrtl): Likewise.
37068         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37069         spurious underflow.
37070         * sysdeps/i386/fpu/libm-test-ulps: Update.
37071         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37072
37073 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37074
37075         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37076         xopen-msg.sed.
37077         * catgets/xopen-msg.awk: New file.
37078         * catgets/xopen-msg.sed: Removed.
37079
37080         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37081         po2text.sed.
37082         * intl/po2test.awk: New file.
37083         * intl/po2test.sed: Removed.
37084
37085 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37086
37087         [BZ #14328]
37088         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37089         or multiply small sinh result by itself.
37090         * math/s_ctanf.c (__ctanf): Likewise.
37091         * math/s_ctanh.c (__ctanh): Likewise.
37092         * math/s_ctanhf.c (__ctanhf): Likewise.
37093         * math/s_ctanhl.c (__ctanhl): Likewise.
37094         * math/s_ctanl.c (__ctanl): Likewise.
37095         * math/libm-test.inc (ctan_test_tonearest): New function.
37096         (ctan_test_towardzero): Likewise.
37097         (ctan_test_downward): Likewise.
37098         (ctan_test_upward): Likewise.
37099         (ctanh_test_tonearest): Likewise.
37100         (ctanh_test_towardzero): Likewise.
37101         (ctanh_test_downward): Likewise.
37102         (ctanh_test_upward): Likewise.
37103         (main): Call these new functions.
37104         * sysdeps/i386/fpu/libm-test-ulps: Update.
37105         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37106
37107 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37108
37109         * .gitignore: Delete /ports entry.
37110
37111 2012-07-03  Andreas Jaeger  <aj@suse.de>
37112
37113         * po/bg.po: Update from translation team.
37114         * po/cs.po: Likewise.
37115         * po/de.po: Likewise.
37116         * po/hr.po: Likewise.
37117         * po/nl.pl: Likewise.
37118         * po/pl.po: Likewise.
37119         * po/vi.po: Likewise.
37120
37121 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37122
37123         * Makeconfig [!+link] (+link-before-libc): New variable.
37124         [!+link] (+link-after-libc): Likewise.
37125         [!+link] (+link-tests): Likewise.
37126         [!+link] (+link): Define in terms of $(+link-before-libc) and
37127         $(+link-after-libc).
37128         [!+link-static] (+link-static-before-libc): New variable.
37129         [!+link-static] (+link-static-after-libc): Likewise.
37130         [!+link-static] (+link-static-tests): Likewise.
37131         [!+link-static] (+link-static): Define in terms of
37132         $(+link-static-before-libc) and $(+link-static-after-libc).
37133         [build-shared] (link-libc-before-gnulib): New variable.
37134         [build-shared] (link-libc-tests): Likewise.
37135         [build-shared] (link-libc): Define in terms of
37136         $(link-libc-before-gnulib).
37137         [!build-shared] (link-libc-tests): New variable.
37138         (link-libc-static-tests): New variable.
37139         [!gnulib] (gnulib-arch): New variable.
37140         [!gnulib] (gnulib-tests): Likewise.
37141         [!gnulib] (static-gnulib-arch): Likewise.
37142         [!gnulib] (static-gnulib-tests): Likewise.
37143         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37144         Define with "=" instead of ":=".
37145         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37146         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37147         * Rules (binaries-all-notests): New variable.
37148         (binaries-all-tests): Likewise.
37149         (binaries-static-notests): Likewise.
37150         (binaries-static-tests): Likewise.
37151         (binaries-all): Define using $(binaries-all-notests) and
37152         $(binaries-all-tests).
37153         (binaries-static): Define using $(binaries-static-notests) and
37154         $(binaries-static-tests).
37155         (binaries-shared-tests): New variable.
37156         (binaries-shared-notests): Likewise.
37157         (binaries-shared): Remove variable.
37158         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37159         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37160         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37161         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37162         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37163         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37164         * elf/Makefile (sln-modules): New variable.
37165         (extra-objs): Add $(sln-modules:=.o).
37166         (ldconfig-modules): Add static-stubs.
37167         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37168         * elf/static-stubs.c: New file.
37169
37170         [BZ #14283]
37171         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37172         by 7 not 8 to examine high bit of fractional part.  Use volatile
37173         variables when splitting into final array of floats if
37174         __FLT_EVAL_METHOD__ != 0.
37175         * math/libm-test.inc (cos_test): Add another test.
37176         (sin_test): Likewise.
37177         * sysdeps/i386/fpu/libm-test-ulps: Update.
37178
37179         [BZ #14273]
37180         * math/libm-test.inc (cosh_test): Add more tests.
37181
37182         * version.h (RELEASE): Set to "development".
37183         (VERSION): Set to "2.16.90".
37184
37185 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37186
37187         * NEWS: Update copyright. Remove last-updated date.
37188         Mention math library bug fixes and timezone data changes.
37189         * README: Mention GNU/Hurd, x32, and HPPA support status.
37190
37191 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37192
37193         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37194
37195 2012-06-27  Andreas Jaeger  <aj@suse.de>
37196
37197         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37198
37199 2012-06-25  Andreas Jaeger  <aj@suse.de>
37200
37201         * sysdeps/s390/fpu/libm-test-ulps: Update.
37202
37203 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37204             Thomas Schwinge  <thomas@codesourcery.com>
37205
37206         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37207         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37208         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37209         fanotify_mark.
37210
37211 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37212
37213         * sysdeps/mach/start.c: Remove file.
37214         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37215         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37216         * sysdeps/sh/init-first.c: Likewise.
37217
37218         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37219         registers for frame unwinding purposes, add CFI directives.
37220         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37221         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37222         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37223         Likewise.
37224
37225         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37226         __fortify_fail returning.
37227         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37228
37229         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37230         sysdeps/sh/____longjmp_chk.S.
37231         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37232         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37233         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37234         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37235
37236         * sysdeps/sh/abort-instr.h: New file.
37237         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37238         process in case exit returns.
37239
37240         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37241         initialize the GOT register before use.
37242
37243         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37244         calculation of ARGC > 4.
37245
37246         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37247         meaningful names to some local labels.
37248
37249 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37250             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37251
37252         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37253         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37254         (__arch_compare_and_exchange_val_16_acq): Likewise.
37255         (__arch_compare_and_exchange_val_32_acq): Likewise.
37256         (atomic_exchange_and_add): Fix gUSA sequence.
37257         (atomic_add): Likewise.
37258         (atomic_add_negative): Likewise.
37259         (atomic_add_zero): Likewise.
37260         (atomic_bit_test_set): Likewise.
37261
37262 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37263
37264         [BZ #13579]
37265         * include/link.h (struct link_map): Add l_free_initfini.
37266         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37267         l_initfini.
37268         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37269         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37270         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37271         set.
37272
37273 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37274
37275         * configure.in: Use AC_LANG_SOURCE.
37276         * configure: Regenerate.
37277
37278 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37279
37280         * configure.in (libc_cv_localstatedir): New substituted variable.
37281         * configure: Regenerated.
37282         * config.make.in (localstatedir): New variable, substituted from
37283         libc_cv_localstatedir.
37284         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37285         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37286         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37287         * sysdeps/gnu/configure: Regenerated.
37288
37289 2012-06-21  Jeff Law  <law@redhat.com>
37290
37291         [BZ #14277]
37292         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37293         free.  Simplify list management for _LIBC case.
37294
37295 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37296
37297         [BZ #14273]
37298         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37299         Clear sign bit of 64-bit integer value before comparing against
37300         overflow value.
37301
37302         * sysdeps/mach/configure: Regenerated.
37303
37304 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37305
37306         [BZ #14278]
37307         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37308
37309 2012-06-21  Jeff Law  <law@redhat.com>
37310
37311         [BZ #13882]
37312         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37313         uint16_t for elements in the "seen" array to avoid char overflows.
37314         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37315         * elf/dl-open.c (dl_open_worker): Likewise.
37316
37317 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37318
37319         * scripts/list-sources.sh: Scan PORTS for translations.
37320         * po/libc.pot: Regenerated.
37321
37322 2012-06-21  Andreas Jaeger  <aj@suse.de>
37323
37324         [BZ #12194]
37325         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37326         warning.
37327         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37328         * bits/byteswap-16.h (__bswap_16): Likewise.
37329         * bits/byteswap.h (__bswap_constant_16): Likewise.
37330
37331 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37332
37333         [BZ #14117]
37334         * sysdeps/i386/fpu_control.h: Removed.
37335         * sysdeps/x86_64/fpu_control.h: Moved to ...
37336         * sysdeps/x86/fpu_control.h: Here.
37337
37338         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37339         (_FPU_SETCW): Likewise.
37340
37341 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37342
37343         [BZ #14117]
37344         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37345         * sysdeps/x86/fpu/bits/mathinline.h: This.
37346         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37347
37348         [BZ #14050]
37349         [BZ #14117]
37350         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37351         functions if __x86_64__ is defined.
37352
37353 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37354
37355         * string/endian.h: Add !__ASSEMBLER__ condition for including
37356         conversion interfaces.
37357
37358 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37359
37360         [BZ #14241]
37361         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37362         of ABS(x) in calculating zero to negative powers other than odd
37363         integers.
37364         * math/libm-test.inc (pow_test): Add more tests.
37365
37366 2012-06-15  Andreas Jaeger  <aj@suse.de>
37367
37368         * manual/contrib.texi (Contributors): Update entry of Liubov
37369         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37370         Machado Filho.
37371
37372 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37373
37374         * string/string.h: Add __wur to GNU version of strerror_r.
37375
37376 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37377
37378         [BZ #14229]
37379         * string/Makefile (tests): Add tst-strtok_r.
37380         * string/tst-strtok_r.c: New file.
37381         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37382         RAX_LP/RDX_LP on SAVE_PTR.
37383
37384 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37385
37386         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37387
37388 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37389
37390         * libm_test.inc (csqrt_test): Allow more spurious underflow
37391         exceptions.
37392         (j0_test): Likewise.
37393         (j1_test): Likewise.
37394         (y0_test): Likewise.
37395         (y1_test): Likewise.
37396
37397 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37398
37399         * po/Makefile (libc.pot): Use UTF-8 charset.
37400
37401 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37402
37403         [BZ #14210]
37404         Suppress sign-conversion warning from FD_SET.
37405         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37406         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37407         not unsigned long int.
37408         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37409
37410 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37411
37412         [BZ #14050]
37413         [BZ #14117]
37414         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37415         __extern_always_inline instead of __extern_inline.
37416         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37417         (__signbit): Likewise.
37418         (__signbitl): Support C++ namespace.
37419         (lrintf): New inline function.
37420         (lrint): Likewise.
37421         (llrintf): Likewise.
37422         (llrint): Likewise.
37423         (fmaxf): Likewise.
37424         (fmax): Likewise.
37425         (fminf): Likewise.
37426         (fmin): Likewise.
37427         (rint): Likewise.
37428         (rintf): Likewise.
37429         (ceil): Likewise.
37430         (ceilf): Likewise.
37431         (floor): Likewise.
37432         (floorf): Likewise.
37433         (nearbyint): Likewise.
37434         (nearbyintf): Likewise.
37435
37436 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37437
37438         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37439         non-default versions.
37440
37441 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37442
37443         [BZ #14218]
37444         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37445
37446 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37447
37448         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37449         (FE_UPWARD, FE_DOWNWARD): Don't define.
37450         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37451         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37452
37453         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37454         reading it.
37455         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37456         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37457
37458 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37459
37460         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37461         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37462         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37463         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37464
37465 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37466
37467         [BZ #14117]
37468         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37469         * sysdeps/i386/fpu/Implies: New file.
37470         * sysdeps/x86_64/fpu/Implies: Likewise.
37471         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37472         * sysdeps/x86/fpu/bits/fenv.h: This.
37473
37474         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37475         __SSE_MATH__.
37476
37477 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37478
37479         [BZ #14134]
37480         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37481         character 0xffff that matches the last element of the
37482         conversion table.
37483
37484 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37485
37486         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37487         fmodl commit.
37488
37489 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37490
37491         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37492         values higher than 25.6283.
37493
37494 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37495
37496         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37497         subnormal exponent extraction and add some __builtin_expect.
37498         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37499         Fix for subnormal mantissa calculation.
37500
37501 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37502
37503         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37504         cpu2 is -1 and errno is not ENOSYS.
37505
37506 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37507
37508         [BZ #14117]
37509         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37510         * sysdeps/x86/bits/string.h: This.
37511         * sysdeps/x86_64/bits/string.h: Removed.
37512
37513         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37514         if not compiling for x86-64, but compiling for >= i486.
37515
37516         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37517         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37518
37519         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37520         New macro from Linux kernel 3.4.0.
37521         (FP_XSTATE_MAGIC2): Likewise.
37522         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37523         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37524         (struct _fpx_sw_bytes): New struct.
37525         (struct _xsave_hdr): Likewise.
37526         (struct _ymmh_state): Likewise.
37527         (struct _xstate): Likewise.
37528
37529         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37530         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37531         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37532         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37533         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37534         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37535
37536         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37537         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37538         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37539         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37540         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37541         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37542
37543 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37544
37545         [BZ #13743]
37546         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37547         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37548         (sysdep_headers): Include sys/platform/ppc.h.
37549         * sysdeps/powerpc/test-gettimebase.c: Test for
37550         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37551         * manual/Makefile (appendices): Include platform.texi.
37552         * manual/contrib.texi (Contributors): Update @node pointers.
37553         * manual/maint.texi (Maintenance): Likewise.
37554         (Platform): New node.
37555         * manual/platform.texi: New file.  Document the new features.
37556
37557 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37558             Jakub Jelinek  <jakub@redhat.com>
37559
37560         [BZ #14188]
37561         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37562         where __builtin_expect is unavailable.
37563
37564 2012-06-03  David S. Miller  <davem@davemloft.net>
37565
37566         * stdlib/longlong.h: Updated from GCC.
37567
37568 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37569
37570         [BZ #14042]
37571         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37572         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37573         __mcount_internal.
37574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37575         (GLIBC_2.16): Likewise.
37576
37577 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37578
37579         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37580
37581 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37582
37583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37584         (default-abi): New variable.
37585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37586         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37587         variable.
37588         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37589         Likewise.
37590         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37591         Likewise.
37592         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37593         Likewise.
37594
37595         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37596         definition.  Document in comment.
37597
37598 2012-06-01  David S. Miller  <davem@davemloft.net>
37599
37600         * stdlib/longlong.h: Updated from GCC.
37601
37602 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37603
37604         [BZ #14117]
37605         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37606         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37607         sys/debugreg.h sys/io.h here.
37608         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37609         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37610         sys/io.h.
37611         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37612         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37613         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37614         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37615         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37616         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37617
37618         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37619         Define only if __x86_64__ is defined.
37620
37621 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37622
37623         [BZ #14048]
37624         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37625         Use int64_t for variable i.
37626         * math/libm-test.inc (fmod_test): Add more tests.
37627
37628         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37629         z computation is not scheduled after fetestexcept.
37630         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37631         Use math_force_eval instead of asm to ensure calculation scheduled
37632         before exception test.
37633         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37634         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37635
37636 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
37637
37638         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37639         computation is not scheduled after fetestexcept.
37640
37641 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37642
37643         [BZ #14117]
37644         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37645         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37646
37647 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37648
37649         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37650         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37651
37652 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37653
37654         [BZ #14117]
37655         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37656         <bits/wordsize.h>.
37657         (__WCHAR_MIN): Support __WORDSIZE == 64.
37658         (__WCHAR_MAX): Likewise.
37659
37660         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37661         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37662
37663         [BZ #14183]
37664         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37665         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37666
37667         [BZ #14117]
37668         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37669         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37670
37671         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37672         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37673
37674         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37675         Defined to 1 if __x86_64__ isn't defined.
37676         (_STAT_VER_LINUX_OLD): New.
37677         (st_atime): Remove duplicate.
37678         (st_mtime): Likewise.
37679         (st_ctime): Likewise.
37680
37681 2012-05-31  David S. Miller  <davem@davemloft.net>
37682
37683         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37684         entries.
37685
37686 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
37687
37688         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37689         gen-libm-test.pl.
37690
37691         [BZ #14132]
37692         * elf/dl-reloc.c: Include <_itoa.h>.
37693         (_dl_reloc_bad_type): Remove use of INTUSE.
37694         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37695         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37696         * stdio-common/psiginfo.c (psiginfo): Likewise.
37697         * stdio-common/psignal.c (psignal): Likewise.
37698         * string/strsignal.c (strsignal): Likewise.
37699         * include/signal.h (_sys_siglist): Declare hidden proto.
37700         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
37701         INTVARDEF with libc_hidden_data_def.
37702         * stdio-common/itoa-udigits.c: Likewise.
37703         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37704         (_itoa_lower_digits_internal): Remove declaration.
37705         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37706         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37707         (_sys_sigabbrev_internal): Remove aliases.
37708         (_sys_siglist): Define hidden alias.
37709
37710 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
37711
37712         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37713         bits/sysctl.h.
37714
37715 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37716
37717         [BZ #14117]
37718         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37719         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37720
37721         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37722         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37723         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37724         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37725         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37726         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37727
37728         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37729         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37730         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37731
37732         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37733         with __addr.
37734         (insw): Likewise.
37735         (insl): Likewise.
37736         (outsb): Likewise.
37737         (outsw): Likewise.
37738         (outsl): Likewise.
37739
37740         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37741         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37742         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
37743
37744         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
37745         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
37746         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
37747         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
37748         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
37749         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
37750
37751         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
37752         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
37753
37754         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
37755         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
37756
37757         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
37758         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
37759         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
37760
37761         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
37762         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
37763         to ...
37764         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
37765
37766         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
37767         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
37768         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
37769
37770         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
37771         for x86-64.
37772         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
37773
37774 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
37775
37776         * math/math.h (M_El): Use two more decimal places.
37777         (M_LOG2El): Likewise.
37778         (M_LOG10El): Likewise.
37779         (M_LN2l): Likewise.
37780         (M_LN10l): Likewise.
37781         (M_PIl): Likewise.
37782         (M_PI_2l): Likewise.
37783         (M_PI_4l): Likewise.
37784         (M_1_PIl): Likewise.
37785         (M_2_PIl): Likewise.
37786         (M_2_SQRTPIl): Likewise.
37787         (M_SQRT2l): Likewise.
37788         (M_SQRT1_2l): Likewise.
37789
37790 2012-05-31  David S. Miller  <davem@davemloft.net>
37791
37792         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
37793         values between float registers.
37794         * sysdeps/sparc/sparc64/memset.S: Likewise.
37795         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37796
37797 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
37798
37799         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
37800         -D_FORTIFY_SOURCE=1.
37801         (CPPFLAGS-tst-longjmp_chk.c): Define.
37802         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
37803         (CPPFLAGS-tst-longjmp_chk2.c): Define.
37804         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
37805         CFLAGS-tst-wchar-h.c.
37806
37807 2012-05-31  Marek Polacek  <polacek@redhat.com>
37808
37809         [BZ #14132]
37810         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
37811         __endmntent_internal): Remove declaration.
37812         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
37813         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
37814         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
37815
37816 2012-05-30  David S. Miller  <davem@davemloft.net>
37817
37818         * sysdeps/sparc/sparc32/soft-fp/q_util.c
37819         (___Q_simulate_exceptions): Use real FP ops rather than writing
37820         into the %fsr.
37821         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
37822         Likewise.
37823
37824 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37825
37826         [BZ #14117]
37827         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
37828         * sysdeps/x86/bits/xtitypes.h: This.
37829
37830         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
37831         * sysdeps/x86/bits/wordsize.h: This.
37832
37833         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
37834         * sysdeps/x86/bits/huge_vall.h: This.
37835
37836         * sysdeps/i386/bits/select.h: Removed.
37837         * sysdeps/x86_64/bits/select.h: Renamed to ...
37838         * sysdeps/x86/bits/select.h: This.
37839
37840         * sysdeps/i386/bits/setjmp.h: Removed.
37841         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
37842         * sysdeps/x86/bits/setjmp.h: This.
37843
37844         * sysdeps/i386/bits/mathdef.h: Removed.
37845         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
37846         * sysdeps/x86/bits/mathdef.h: This.
37847
37848 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
37849
37850         [BZ #14132]
37851         * include/sys/socket.h (__connect_internal)
37852         (__libc_sa_len_internal): Remove declaration.
37853         (__connect, __libc_sa_len): Declare hidden_proto.
37854         (SA_LEN): Remove use of INTUSE.
37855         * socket/connect.c: Add libc_hidden_def.
37856         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
37857         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
37858         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
37859         alias.
37860         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
37861         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
37862         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
37863         of adding _internal alias.
37864
37865 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37866
37867         [BZ #14117]
37868         * sysdeps/i386/bits/link.h: Removed.
37869         * sysdeps/i386/bits/linkmap.h: Likewise.
37870         * sysdeps/x86_64/bits/link.h: Renamed to ...
37871         * sysdeps/x86/bits/link.h: This.
37872         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
37873         * sysdeps/x86/bits/linkmap.h: This.
37874
37875         * sysdeps/i386/bits/endian.h: Removed.
37876         * sysdeps/x86_64/bits/endian.h: Renamed to ...
37877         * sysdeps/x86/bits/endian.h: This.
37878
37879         * sysdeps/i386/bits/byteswap.h: Removed.
37880         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37881         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
37882         * sysdeps/x86/bits/byteswap.h: This.
37883         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
37884         * sysdeps/x86/bits/byteswap-16.h: This.
37885         * sysdeps/i386/Implies: Add x86.
37886         * sysdeps/x86_64/Implies: Likewise.
37887
37888 2012-05-30  David S. Miller  <davem@davemloft.net>
37889
37890         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
37891         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
37892         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
37893         (FP_TRAPPING_EXCEPTIONS): Define.
37894         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
37895         (FP_TRAPPING_EXCEPTIONS): Define.
37896         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
37897         subnormals only when inexact has been signalled or underflow
37898         exceptions are enabled.
37899         (_FP_PACK_CANONICAL): Likewise.
37900
37901 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37902
37903         [BZ #14183]
37904         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
37905         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
37906
37907 2012-05-30  Richard Henderson  <rth@twiddle.net>
37908
37909         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
37910         with #ifndef NOT_IN_libc.
37911
37912         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
37913         marked to avoid plt entry.
37914
37915 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37916
37917         [BZ #14112]
37918         * Makeconfig (default-abi): New macro.
37919         (abi-includes): Likewise.
37920         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
37921         $(abi-$(default-abi)-lib-soname) for soname if defined.
37922         ($(common-objpfx)gnu/lib-names.stmp): Generate from
37923         abi-variants.
37924         * Makefile (installed-stubs): Likewise.
37925         * include/stubs-biarch.h: Removed.
37926         * scripts/lib-names.awk: Only handle one library at a time.
37927         * scripts/soversions.awk: Remove WORDSIZE support.
37928         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
37929         entries.
37930         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
37931         Removed.
37932         (syscall-list-default-condition): Likewise.
37933         (syscall-list-default-condition): Likewise.
37934         (syscall-list-includes): Likewise.
37935         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
37936         syscall-list-* with abi-*.  Handle undefined abi-variants.
37937         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
37938         * sysdeps/unix/sysv/linux/i386/Implies: New file.
37939         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
37940         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
37941         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
37942         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
37943         Removed.
37944         (syscall-list-32-options): Likewise.
37945         (syscall-list-32-condition): Likewise.
37946         (syscall-list-64-options): Likewise.
37947         (syscall-list-64-condition): Likewise.
37948         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
37949         macro.
37950         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
37951         Renamed to ...
37952         (abi-*): This.
37953         (abi-64-ld-soname): New macro.
37954         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
37955         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
37956         Renamed to ...
37957         (abi-*): This.
37958         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
37959         * sysdeps/x86_64/x32/shlib-versions: Likewise.
37960
37961 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
37962
37963         * sysdeps/unix/sysv/linux/kernel-features.h
37964         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
37965         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
37966         include <kernel-features.h>.
37967         [!__NR_ftruncate64]: Remove conditional code.
37968         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37969         [__NR_ftruncate64]: Make code unconditional.
37970         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37971         * sysdeps/unix/sysv/linux/truncate64.c: Do not
37972         include <kernel-features.h>.
37973         [!__NR_ftruncate64]: Remove conditional code.
37974         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37975         [__NR_ftruncate64]: Make code unconditional.
37976         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
37978         include <kernel-features.h>.
37979         [!__NR_ftruncate64]: Remove conditional code.
37980         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37981         [__NR_ftruncate64]: Make code unconditional.
37982         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
37984         include <kernel-features.h>.
37985         [!__NR_ftruncate64]: Remove conditional code.
37986         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37987         [__NR_ftruncate64]: Make code unconditional.
37988         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37989
37990         * configure.in (libc_cv_fpie): Weaken to a compile test using
37991         LIBC_TRY_CC_OPTION.
37992         * configure: Regenerated.
37993
37994 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37995
37996         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
37997         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
37998         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
37999         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38000         Refreshed.
38001         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38002         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38003         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38004         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38005         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38006         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38007         Refreshed.
38008
38009 2012-05-27  David S. Miller  <davem@davemloft.net>
38010
38011         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38012         (___Q_zero): New.
38013         (__Q_simulate_exceptions): Return void.  Change to simulate
38014         exceptions by writing into the %fsr.
38015         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38016         (__Qp_handle_exceptions): Likewise.
38017         (numbers): Delete.
38018         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38019         __Qp_handle_exceptions.
38020         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38021         __Qp_handle_exceptions.
38022         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38023         as unused and give dummy FP_RND_NEAREST initializer.
38024         (FP_INHIBIT_RESULTS): Define.
38025         (___Q_simulate_exceptions): Update declaration.
38026         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38027         formatting.
38028         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38029         as unused and give dummy FP_RND_NEAREST initializer.
38030         (__Qp_handle_exceptions): Update declaration.
38031         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38032         formatting.
38033
38034 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38035
38036         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38037         the temporary FPU control word.
38038         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38039         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38040         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38041         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38042         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38043         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38044         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38045         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38046         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38047         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38048         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38049
38050 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38051
38052         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38053         fields.
38054
38055 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38056
38057         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38058         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38059         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38060         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38061         Likewise.
38062         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38063         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38064         Likewise.
38065
38066 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38067
38068         * po/h.po: Update from translation team.
38069
38070 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38071
38072         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38073
38074         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38075         handling of denormals.
38076         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38077         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38078         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38079         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38080         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38081         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38082         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38083         Likewise.
38084
38085 2012-05-26  Marek Polacek  <polacek@redhat.com>
38086
38087         [BZ #14152]
38088         * math/libm-test.inc (fma_test): Don't always expect underflow
38089         exception.
38090
38091 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38092
38093         [BZ #12416]
38094         * elf/tst-execstack.c: Include stackinfo.h.
38095         (do_test): Adjust test case to ensure that pthread_getattr_np
38096         behaviour remains the same after marking stack executable.
38097
38098 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38099
38100         * sysdeps/unix/sysv/linux/kernel-features.h
38101         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38102         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38103         kernel-features.h.
38104         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38105         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38106         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38107         kernel-features.h.
38108         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38109         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38110
38111 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38112
38113         * configure.in: Define the default includes to being none.
38114         * configure: Regenerated.
38115
38116 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38117
38118         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38119         * sysdeps/x86_64/setjmp.S: Likewise.
38120         * sysdeps/i386/bsd-setjmp.S: Likewise.
38121         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38122         * sysdeps/i386/setjmp.S: Likewise.
38123         * sysdeps/i386/__longjmp.S: Likewise.
38124         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38125         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38126
38127         * include/stap-probe.h: New file.
38128         * configure.in: Handle --enable-systemtap.
38129         * configure: Regenerated.
38130         * config.h.in (USE_STAP_PROBE): New #undef.
38131         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38132         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38133         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38134
38135 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38136
38137         [BZ #13717]
38138         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38139         to 2.4.0 where earlier.
38140         * sysdeps/unix/sysv/linux/configure: Regenerated.
38141         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38142         <kernel-features.h>.
38143         [__ASSUME_32BITUIDS]: Make code unconditional.
38144         [!__ASSUME_32BITUIDS]: Remove conditional code.
38145         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38146         <kernel-features.h>.
38147         [__ASSUME_32BITUIDS]: Make code unconditional.
38148         [!__ASSUME_32BITUIDS]: Remove conditional code.
38149         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38150         [__ASSUME_32BITUIDS]: Make code unconditional.
38151         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38152         * sysdeps/unix/sysv/linux/i386/getegid.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/geteuid.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/getgid.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/getgroups.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/getresgid.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/getresuid.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/getuid.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/lchown.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/msgctl.c: Do not include
38185         <kernel-features.h>.
38186         [__ASSUME_32BITUIDS]: Make code unconditional.
38187         [!__ASSUME_32BITUIDS]: Remove conditional code.
38188         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38189         <kernel-features.h>.
38190         [__ASSUME_32BITUIDS]: Make code unconditional.
38191         [!__ASSUME_32BITUIDS]: Remove conditional code.
38192         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38193         <kernel-features.h>.
38194         [__NR_setresgid] (__setresgid): Do not declare.
38195         [__ASSUME_32BITUIDS]: Make code unconditional.
38196         [!__ASSUME_32BITUIDS]: Remove conditional code.
38197         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38198         <kernel-features.h>.
38199         [__NR_setresuid] (__setresuid): Do not declare.
38200         [__ASSUME_32BITUIDS]: Make code unconditional.
38201         [!__ASSUME_32BITUIDS]: Remove conditional code.
38202         * sysdeps/unix/sysv/linux/i386/setfsgid.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/setfsuid.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/setgid.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/setgroups.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/setregid.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/setresgid.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/setresuid.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/setreuid.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/i386/setuid.c: Do not include
38235         <kernel-features.h>.
38236         [__ASSUME_32BITUIDS]: Make code unconditional.
38237         [!__ASSUME_32BITUIDS]: Remove conditional code.
38238         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38239         <kernel-features.h>.
38240         [__ASSUME_32BITUIDS]: Make code unconditional.
38241         [!__ASSUME_32BITUIDS]: Remove conditional code.
38242         * sysdeps/unix/sysv/linux/kernel-features.h
38243         (__ASSUME_SETRESUID_SYSCALL): Remove.
38244         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38245         (__ASSUME_32BITUIDS): Likewise.
38246         (__ASSUME_LDT_WORKS): Likewise.
38247         (__ASSUME_O_DIRECTORY): Likewise.
38248         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38249         architecture but not kernel version.
38250         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38251         (__ASSUME_MMAP2_SYSCALL): Likewise.
38252         (__ASSUME_STAT64_SYSCALL): Likewise.
38253         (__ASSUME_IPC64): Likewise.
38254         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38255         <kernel-features.h>.
38256         [__ASSUME_32BITUIDS]: Make code unconditional.
38257         [!__ASSUME_32BITUIDS]: Remove conditional code.
38258         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38259         <kernel-features.h>.
38260         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38261         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38262         132096]: Remove conditional code.
38263         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38264         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38265         <kernel-features.h>.
38266         [__ASSUME_32BITUIDS]: Make code unconditional.
38267         [!__ASSUME_32BITUIDS]: Remove conditional code.
38268         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38269         <kernel-features.h>.
38270         [__ASSUME_32BITUIDS]: Make code unconditional.
38271         [!__ASSUME_32BITUIDS]: Remove conditional code.
38272         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38273         <kernel-features.h>.
38274         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38275         unconditional.
38276         (__setresgid): Do not declare.
38277         [__ASSUME_32BITUIDS]: Make code unconditional.
38278         [!__ASSUME_32BITUIDS]: Remove conditional code.
38279         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38280         <kernel-features.h>.
38281         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38282         unconditional.
38283         (__setresuid): Do not declare.
38284         [__ASSUME_32BITUIDS]: Make code unconditional.
38285         [!__ASSUME_32BITUIDS]: Remove conditional code.
38286         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38287         <kernel-features.h>.
38288         [__ASSUME_32BITUIDS]: Make code unconditional.
38289         [!__ASSUME_32BITUIDS]: Remove conditional code.
38290         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38291         <kernel-features.h>.
38292         [__ASSUME_32BITUIDS]: Make code unconditional.
38293         [!__ASSUME_32BITUIDS]: Remove conditional code.
38294
38295 2012-05-25  Richard Henderson  <rth@twiddle.net>
38296
38297         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38298         dl_hwcap to ifunc resolver.
38299         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38300         elf_ifunc_invoke.
38301         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38302         dl_hwcap to ifunc resolver.
38303         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38304
38305 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38306
38307         [BZ #14153]
38308         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38309         for |x| <= 2**-26, not 2**-57.
38310         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38311         exception.
38312
38313 2012-05-24  Jeff Law  <law@redhat.com>
38314
38315         * stdio-common/Makefile (tests): Add bug25.
38316         * stdio-common/bug25.c: New test.
38317
38318 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38319
38320         [BZ #13576]
38321         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38322         multiple of MALLOC_ALIGNMENT in size.
38323         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38324
38325 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38326
38327         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38328         Require >= 256.
38329         (FILENAME_MAX): Use macro-int-constant.
38330         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38331         (_IOFBF): Use macro-int-constant.
38332         (_IOLBF): Likewise.
38333         (_IONBF): Likewise.
38334         (SEEK_CUR): Likewise.
38335         (SEEK_END): Likewise.
38336         (SEEK_SET): Likewise.
38337         (TMP_MAX): Likewise.
38338         (EOF): Use macro-int-constant.  Require < 0.
38339         (NULL): Use macro-constant.  Require == 0.
38340         (stdin): Require type to be FILE *.
38341         (stdout): Likewise.
38342         (stderr): Likewise.
38343         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38344         macro-int-constant.
38345         (EXIT_SUCCESS): Likewise.
38346         (NULL): Use macro-constant.  Require == 0.
38347         (RAND_MAX): Use macro-int-constant.
38348         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38349         [C99-based standards] (strtof): Require function.
38350         [C99-based standards] (strtold): Likewise.
38351         [C99-based standards] (strtoll): Likewise.
38352         [C99-based standards] (strtoull): Likewise.
38353         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38354         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38355         [ISO || ISO99 || ISO11] (math.h): Likewise.
38356         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38357         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38358         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38359
38360 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38361
38362         [BZ #14132]
38363         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38364         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38365         * intl/dgettext.c (DCGETTEXT): Likewise.
38366         * intl/gettext.c (DCGETTEXT): Likewise.
38367         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38368         * posix/regex_internal.h (gettext): Likewise.
38369         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38370         Remove declaration.
38371         * include/argz.h (__argz_count_internal)
38372         (__argz_stringify_internal): Remove declaration.
38373         (__argz_count, __argz_stringify): Declare hidden proto.
38374         * intl/dcgettext.c: Remove use of INTDEF.
38375         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38376         * string/argz-stringify.c: Likewise.
38377         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38378         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38379         Declare hidden proto.
38380         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38381         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38382         Declare hidden proto.
38383         * include/stdio.h (__asprintf_internal): Don't declare.
38384         (__asprintf): Don't define as macro.  Declare hidden proto.
38385         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38386         (__fsetlocking): Declare hidden proto.
38387         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38388         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38389         hidden proto.
38390         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38391         (_IO_setlinebuf): Remove use of INTUSE.
38392         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38393         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38394         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38395         Remove declaration.
38396         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38397         (_IO_do_flush): Remove use of INTUSE.
38398         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38399         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38400         (_IO_adjust_column, _IO_least_wmarker)
38401         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38402         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38403         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38404         (_IO_default_doallocate, _IO_wdefault_doallocate)
38405         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38406         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38407         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38408         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38409         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38410         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38411         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38412         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38413         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38414         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38415         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38416         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38417         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38418         proto.
38419         (_IO_flush_all_internal, _IO_adjust_column_internal)
38420         (_IO_default_uflow_internal, _IO_default_finish_internal)
38421         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38422         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38423         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38424         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38425         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38426         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38427         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38428         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38429         (_IO_file_close_internal, _IO_file_close_it_internal)
38430         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38431         (_IO_file_init_internal, _IO_file_attach_internal)
38432         (_IO_file_fopen_internal, _IO_file_read_internal)
38433         (_IO_file_sync_internal, _IO_file_seek_internal)
38434         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38435         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38436         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38437         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38438         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38439         (_IO_list_all_internal, _IO_link_in_internal)
38440         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38441         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38442         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38443         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38444         (_IO_do_write_internal, _IO_padn_internal)
38445         (_IO_getline_info_internal, _IO_getline_internal)
38446         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38447         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38448         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38449         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38450         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38451         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38452         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38453         with libc_hidden_ver, remove use of INTUSE.
38454         * libio/genops.c: Likewise.
38455         * libio/freopen.c: Likewise.
38456         * libio/freopen64.c: Likewise.
38457         * libio/iofclose.c: Likewise.
38458         * libio/iofdopen.c: Likewise.
38459         * libio/iofflush.c: Likewise.
38460         * libio/iofflush_u.c: Likewise.
38461         * libio/iofgets.c: Likewise.
38462         * libio/iofgets_u.c: Likewise.
38463         * libio/iofopen.c: Likewise.
38464         * libio/iofopncook.c: Likewise.
38465         * libio/iofread.c: Likewise.
38466         * libio/iofread_u.c: Likewise.
38467         * libio/ioftell.c: Likewise.
38468         * libio/iofwrite.c: Likewise.
38469         * libio/iogetline.c: Likewise.
38470         * libio/iogets.c: Likewise.
38471         * libio/iogetwline.c: Likewise.
38472         * libio/iopadn.c: Likewise.
38473         * libio/iopopen.c: Likewise.
38474         * libio/ioseekoff.c: Likewise.
38475         * libio/ioseekpos.c: Likewise.
38476         * libio/iosetbuffer.c: Likewise.
38477         * libio/iosetvbuf.c: Likewise.
38478         * libio/ioungetc.c: Likewise.
38479         * libio/ioungetwc.c: Likewise.
38480         * libio/iovdprintf.c: Likewise.
38481         * libio/iovsprintf.c: Likewise.
38482         * libio/iovsscanf.c: Likewise.
38483         * libio/memstream.c: Likewise.
38484         * libio/obprintf.c: Likewise.
38485         * libio/oldfileops.c: Likewise.
38486         * libio/oldiofclose.c: Likewise.
38487         * libio/oldiofdopen.c: Likewise.
38488         * libio/oldiofopen.c: Likewise.
38489         * libio/oldiopopen.c: Likewise.
38490         * libio/oldstdfiles.c: Likewise.
38491         * libio/putc.c: Likewise.
38492         * libio/setbuf.c: Likewise.
38493         * libio/setlinebuf.c: Likewise.
38494         * libio/stdfiles.c: Likewise.
38495         * libio/strops.c: Likewise.
38496         * libio/vasprintf.c: Likewise.
38497         * libio/vscanf.c: Likewise.
38498         * libio/vsnprintf.c: Likewise.
38499         * libio/vswprintf.c: Likewise.
38500         * libio/wfiledoalloc.c: Likewise.
38501         * libio/wfileops.c: Likewise.
38502         * libio/wgenops.c: Likewise.
38503         * libio/wmemstream.c: Likewise.
38504         * libio/wstrops.c: Likewise.
38505         * libio/__fpurge.c: Likewise.
38506         * libio/__fsetlocking.c: Likewise.
38507         * assert/assert.c: Likewise.
38508         * debug/fgets_chk.c: Likewise.
38509         * debug/fgets_u_chk.c: Likewise.
38510         * debug/fread_chk.c: Likewise.
38511         * debug/fread_u_chk.c: Likewise.
38512         * debug/gets_chk.c: Likewise.
38513         * debug/obprintf_chk.c: Likewise.
38514         * debug/vasprintf_chk.c: Likewise.
38515         * debug/vdprintf_chk.c: Likewise.
38516         * debug/vsnprintf_chk.c: Likewise.
38517         * debug/vsprintf_chk.c: Likewise.
38518         * malloc/mtrace.c: Likewise.
38519         * misc/error.c: Likewise.
38520         * misc/syslog.c: Likewise.
38521         * stdio-common/asprintf.c: Likewise.
38522         * stdio-common/fxprintf.c: Likewise.
38523         * stdio-common/getw.c: Likewise.
38524         * stdio-common/isoc99_fscanf.c: Likewise.
38525         * stdio-common/isoc99_scanf.c: Likewise.
38526         * stdio-common/isoc99_vfscanf.c: Likewise.
38527         * stdio-common/isoc99_vscanf.c: Likewise.
38528         * stdio-common/isoc99_vsscanf.c: Likewise.
38529         * stdio-common/printf-prs.c: Likewise.
38530         * stdio-common/printf_fp.c: Likewise.
38531         * stdio-common/printf_fphex.c: Likewise.
38532         * stdio-common/printf_size.c: Likewise.
38533         * stdio-common/putw.c: Likewise.
38534         * stdio-common/scanf.c: Likewise.
38535         * stdio-common/sprintf.c: Likewise.
38536         * stdio-common/tmpfile.c: Likewise.
38537         * stdio-common/vfprintf.c: Likewise.
38538         * stdio-common/vfscanf.c: Likewise.
38539         * stdlib/strfmon_l.c: Likewise.
38540         * sunrpc/openchild.c: Likewise.
38541         * sunrpc/xdr_stdio.c: Likewise.
38542         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38543         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38544
38545 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38546
38547         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38548
38549         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38550         in the third column, to generate for the shared library an IFUNC
38551         that uses _dl_vdso_vsym.
38552         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38553         * Makeconfig (object-suffixes-noshared): New variable.
38554
38555         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38556         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38557         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38558         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38559
38560         [BZ #14132]
38561         * include/sys/time.h (__gettimeofday): Remove macro.
38562         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38563         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38564         Remove INTDEF.
38565         (__gettimeofday): Add libc_hidden_def.
38566         (gettimeofday): Add libc_hidden_weak.
38567         * sysdeps/mach/gettimeofday.c: Likewise.
38568         * sysdeps/posix/gettimeofday.c: Likewise.
38569         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38570         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38571         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38572         (__gettimeofday_internal): Remove strong_alias.
38573         (__gettimeofday): Add libc_hidden_def.
38574         (gettimeofday): Add libc_hidden_weak.
38575         * sysdeps/unix/syscalls.list (gettimeofday):
38576         Remove __gettimeofday_internal alias.
38577
38578 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38579             H.J. Lu  <hongjiu.lu@intel.com>
38580
38581         [BZ #12495]
38582         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38583         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38584         (largebin_index_32_big): New.
38585         (largebin_index): Use it for 16-byte alignment.
38586         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38587         correction with front_misalign.
38588
38589 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38590
38591         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38592         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38593         Likewise.
38594         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38595         Likewise.
38596         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38597         Likewise.
38598         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38599         Likewise.
38600         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38601         Likewise.
38602         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38603         Likewise.
38604         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38605         Likewise.
38606         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38607         Likewise.
38608         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38609         Likewise.
38610         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38611         Likewise.
38612         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38613         Likewise.
38614         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38615         Likewise.
38616
38617         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38618         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38619
38620 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38621
38622         [BZ #10846]
38623         [BZ #14036]
38624         * math/libm-test.inc (exp_test): Add test from bug 14036.
38625         (pow_test): Add test from bug 10846.
38626
38627         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38628         and other flags.
38629         (special_function): Do not include flags in test name.
38630         (parse_args): Likewise.
38631         * sysdeps/i386/fpu/libm-test-ulps: Update.
38632         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38633         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38634         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38636
38637         * math/gen-libm-test.pl (%beautify): Add entries for underflow
38638         exceptions.
38639         * math/libm-test.inc ("Philosophy"): Update comment about
38640         exception testing.
38641         (UNDERFLOW_EXCEPTION): New macro.
38642         (UNDERFLOW_EXCEPTION_OK): Likewise.
38643         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38644         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38645         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38646         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38647         (INVALID_EXCEPTION_OK): Update value.
38648         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38649         (OVERFLOW_EXCEPTION_OK): Likewise.
38650         (IGNORE_ZERO_INF_SIGN): Likewise.
38651         (test_exceptions): Handle underflow exceptions.
38652         (acos_test): Update for underflow exception expectations.
38653         (cexp_test): Likewise.
38654         (clog_test): Likewise.
38655         (clog10_test): Likewise.
38656         (csqrt_test): Likewise.
38657         (ctan_test): Likewise.
38658         (ctanh_test): Likewise.
38659         (exp_test): Likewise.
38660         (exp10_test): Likewise.
38661         (exp2_test): Likewise.
38662         (expm1_test): Likewise.
38663         (fma_test): Likewise.
38664         (j0_test): Likewise.
38665         (jn_test): Likewise.
38666         (nexttoward_test): Likewise.
38667         (pow_test): Likewise.
38668         (scalbn_test): Likewise.
38669         (scalbln_test): Likewise.
38670         (tan_test): Likewise.
38671         (y1_test): Likewise.
38672         * sysdeps/i386/fpu/libm-test-ulps: Update.
38673         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38674
38675 2012-05-23  David S. Miller  <davem@davemloft.net>
38676
38677         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38678         (__libc_sigaction): Remove unused local variables.
38679
38680 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38681
38682         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38683
38684 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
38685
38686         mktime: avoid signed integer overflow
38687         * time/mktime.c (__mktime_internal): Do not mishandle the case
38688         where diff == INT_MIN.
38689
38690         mktime: simplify computation of average
38691         * time/mktime.c (ranged_convert): Use new time_t_avg function
38692         instead of rolling our own (probably-slower) code.
38693
38694         mktime: do not assume signed right shift propagates sign bit
38695         * time/mktime.c (isdst_differ): New static function.
38696         (__mktime_internal): No need to normalize tm_isdst now.
38697         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38698         tm_isdst values.
38699
38700         mktime: merge another wrapv change from gnulib
38701         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38702         from some compilers.
38703
38704         mktime: remove incorrect attempt at unusual arithmetics
38705         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38706         The code didn't really work on such machines anyway.
38707         (TYPE_MINIMUM): Assume two's complement.
38708         (twos_complement_arithmetic): Verify that long_int and time_t
38709         are two's complement (or unsigned, in the latter case).
38710
38711         mktime: check signed shifts on long_int and time_t, too
38712         * time/mktime.c (SHR): Check that shifts work as desired
38713         on the types long_int and time_t too, as SHR is used on
38714         such types.
38715
38716         mktime: do not assume 'long' is wide enough
38717         * time/mktime.c (verify): Move decl up.
38718         (long_int): New type.
38719         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38720         to remove assumption in the code that 'long' is wide enough to
38721         store year values.  This assumption is not true on x32 and on
38722         some non-glibc platforms.
38723
38724         mktime: merge wrapv change from gnulib
38725         * time/mktime.c (WRAPV): New macro.
38726         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38727         (guess_time_tm, __mktime_internal): Do not assume that signed
38728         integer overflow wraps around; modern compilers generate code
38729         where this assumption is no longer valid.
38730
38731 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38732
38733         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38734         Replace "jmp L(pseudo_end)" with "ret".
38735         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38736         Likewise.
38737
38738 2012-05-23  Andreas Jaeger  <aj@suse.de>
38739
38740         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38741         * sysdeps/unix/sysv/linux/poll.c: Remove file.
38742
38743 2012-05-23  Andreas Jaeger  <aj@suse.de>
38744             Maximilian Attems  <max@stro.at>
38745
38746         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
38747         New macros.
38748
38749 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38750
38751         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
38752         code so that pseudo_end is just ret and the stack pointer is
38753         correct also for static library in error case.
38754
38755 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
38756
38757         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
38758         move to syscalls.list.
38759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
38760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
38761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
38762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
38763
38764         * manual/install.texi (Running make install): Do not mention Linux
38765         kernel version for which pt_chown is not needed.
38766         (Linux): Do not mention problems with nscd with 2.0 kernels.
38767         * INSTALL: Regenerated.
38768
38769 2012-05-23  Andreas Jaeger  <aj@suse.de>
38770
38771         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
38772         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
38773         macro.
38774         * sysdeps/unix/sysv/linux/s390/bits/mman.h
38775         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38776         * sysdeps/unix/sysv/linux/sh/bits/mman.h
38777         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38778         * sysdeps/unix/sysv/linux/i386/bits/mman.h
38779         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38780         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
38781         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38782         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
38783         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38784         * sysdeps/unix/sysv/linux/bits/in.h
38785         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
38786
38787 2012-05-22  Roland McGrath  <roland@hack.frob.com>
38788
38789         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
38790         (PREPARE_VERSION): Just use assert instead, it will be elided
38791         under [NDEBUG] anyway.
38792
38793 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38794
38795         * sysdeps/unix/sysv/linux/Makefile: Include
38796         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
38797         (sysdep_routines): Remove sysctl.
38798         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
38799         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
38800         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
38801         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
38802         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
38803
38804 2012-05-22  Andreas Jaeger  <aj@suse.de>
38805
38806         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
38807         that pseudo_end is just ret and the stack pointer is correct also
38808         for static library in error case.
38809
38810 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
38811
38812         [BZ #14122]
38813         * nss/nsswitch.c (defconfig_entries): New variable.
38814         (__nss_database_lookup): Don't leak defconfig entries.
38815         (nss_parse_service_list): Don't leak on error paths.
38816         (free_database_entries): New function.
38817         (free_defconfig): New function.
38818         (free_mem): Move common code to free_database_entries.
38819
38820 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38821
38822         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
38823         Add arch_prctl.
38824         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
38825
38826         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
38827         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
38828         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
38829         New macro.
38830         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
38831         (INTERNAL_SYSCALL_TYPES): Likewise.
38832         (LOAD_ARGS_TYPES_[1-6]): Likewise.
38833         (LOAD_REGS_TYPES_[1-6]): Likewise.
38834         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
38835         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
38836
38837 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38838
38839         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
38840         copysignl for GLIBC_2_0.
38841         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
38842         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
38843         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
38844         logbl for GLIBC_2_0.
38845         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
38846         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
38847
38848 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38849
38850         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
38851         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
38852
38853         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38854         Use "neg %eax".
38855
38856         * time/mktime.c: Update copyright years.
38857
38858 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
38859
38860         mktime: merge comment-quoting-style change from gnulib
38861         * time/mktime.c: Quote 'like this' in comments.
38862         The GNU coding standards suggest that we no longer quote `like this',
38863         as "`" and "'" are typically rendered asymmetrically nowadays.
38864         The typical gnulib style is to quote 'like this' when quoting
38865         code, and "like this" when quoting English.
38866
38867         * time/mktime.c (compile-command): Add "-I.".
38868
38869         mktime: merge mktime-internal.h change from gnulib
38870         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
38871
38872         mktime: merge time_r change from gnulib
38873         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
38874
38875         mktime: merge DEBUG change from gnulib
38876         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
38877         case system <time.h> has a #define.
38878
38879         mktime: merge <sys/types.h> change from gnulib
38880         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
38881         since <time.t> is now guaranteed to define time_t.
38882
38883         mktime: merge HAVE_CONFIG_H change from gnulib
38884         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
38885
38886 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38887
38888         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38889         Use "neg %eax".
38890
38891         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
38892         __rlim_t cast.
38893         (struct rusage): Use anonymous union to pad each field to
38894         __syscall_slong_t.
38895
38896 2012-05-21  David S. Miller  <davem@davemloft.net>
38897
38898         * Makefules (o-iterator): Remove .s cases.
38899         (compile-command.s): Delete.
38900         (COMPILE.s): Delete.
38901         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
38902
38903 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
38904
38905         * configure.in (libc_cv_predef_stack_protector): Only consider
38906         "foobar" and "__stack_chk_fail" lines in libc_undefs.
38907         * configure: Regenerated.
38908
38909 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38910
38911         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38912         New macro.  Use R*LP on int and pointer.
38913         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
38914         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
38915         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
38916         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
38917
38918         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
38919         [__WORDSIZE_TIME64_COMPAT32] instead of
38920         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
38921         (struct utmp): Likewise.
38922         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
38923         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
38924         Renamed to ...
38925         (__WORDSIZE_TIME64_COMPAT32): This.
38926         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
38927         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
38928         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
38929         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
38930         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
38931         (__WORDSIZE_TIME64_COMPAT32): New macro.
38932
38933 2012-05-21  Andreas Jaeger  <aj@suse.de>
38934
38935         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
38936         only if [SHARED]. Add prototype for __wcschr_ia32.
38937
38938 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38939
38940         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
38941         of %rbp unmolested in the jmp_buf while mangling the low bits.
38942         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
38943         unmolested high bits of %rbp while demangling the low bits.
38944         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38945
38946 2012-05-21  Andreas Jaeger  <aj@suse.de>
38947
38948         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
38949         * sunrpc/svc_simple.c: Use it for registerrpc.
38950         * sunrpc/xcrypt.c: Use it for passwd2des.
38951
38952         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
38953
38954 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38955
38956         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
38957         Don't define if [__SYSCALL_WORDSIZE != 32].
38958         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
38959         New macro.
38960
38961 2012-05-21  Bruno Haible  <bruno@clisp.org>
38962             Andreas Jaeger  <aj@suse.de>
38963
38964         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
38965         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
38966         inptr and inend for must_buffer_ch.
38967         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
38968         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
38969         * stdio-common/Makefile (tests): Remove bug15.
38970         (bug15-ENV): Remove macro.
38971         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
38972         anymore.
38973
38974 2012-05-19  Andreas Jaeger  <aj@suse.de>
38975             Roland McGrath  <roland@hack.frob.com>
38976
38977         * manual/contrib.texi: Completely rewritten. It contains now an
38978         alphabetical list of contributors and their contributions.
38979
38980 2012-05-21  Richard Henderson  <rth@twiddle.net>
38981
38982         * misc/getauxval.c (__getauxval): Use unsigned long int.
38983         * misc/sys/auxv.h: Include <sys/cdefs.h>.
38984         (getauxval): Use unsigned long int.
38985
38986 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38987
38988         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38989
38990 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38991
38992         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
38993         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
38994         __alignof__ (long double).
38995
38996 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38997
38998         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38999
39000 2012-05-20  Richard Henderson  <rth@twiddle.net>
39001
39002         * misc/getauxval.c: New file.
39003         * misc/sys/auxv.h: New file.
39004         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39005         (routines): Add getauxval.
39006         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39007         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39008         * elf/dl-sysdep.c (_dl_auxv): Remove.
39009         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39010         * elf/dl-support.c (_dl_auxv): New variable.
39011         (_dl_aux_init): Initialize it.
39012         * manual/startup.texi (Auxiliary Vector): New node.
39013         * sysdeps/generic/bits/hwcap.h: New file.
39014         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39015         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39016         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39017         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39018         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39019         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39021         Update.
39022         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39023         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39024         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39025         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39026         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39027         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39028         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39029         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39030
39031 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39032
39033         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39034
39035 2012-05-19  David S. Miller  <davem@davemloft.net>
39036
39037         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39038
39039 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39040
39041         [BZ #14123]
39042         * math/s_ccosh.c: Include <float.h>
39043         (__ccosh): Avoid internal overflow calculating sinh and cosh
39044         values before multiplying by sin and cos values.
39045         * math/s_ccoshf.c: Likewise.
39046         * math/s_ccoshl.c: Likewise.
39047         * math/s_csin.c: Likewise.
39048         * math/s_csinf.c: Likewise.
39049         * math/s_csinl.c: Likewise.
39050         * math/s_csinh.c: Likewise.
39051         * math/s_csinhf.c: Likewise.
39052         * math/s_csinhl.c: Likewise.
39053         * math/libm-test.inc (ccos_test): Add more tests.
39054         (ccosh_test): Likewise.
39055         (csin_test): Likewise.
39056         (csinh_test): Likewise.
39057         * sysdeps/i386/fpu/libm-test-ulps: Update.
39058         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39059
39060 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39061
39062         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39063         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39064
39065         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39066
39067 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39068
39069         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39070         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39071         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39072         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39073         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39074         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39075         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39076         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39077         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39078         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39079         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39080         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39081         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39082         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39083         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39084         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39085         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39086         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39087         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39088         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39089         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39090         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39091         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39092         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39093         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39094         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39095         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39096         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39097         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39098         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39099         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39100
39101 2012-05-18  Andreas Jaeger  <aj@suse.de>
39102
39103         * csu/.gitignore: Delete.
39104
39105 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39106
39107         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39108         (timex): Use __syscall_slong_t.
39109
39110 2012-05-18  Andreas Jaeger  <aj@suse.de>
39111             Carlos O'Donell  <carlos_odonell@mentor.com>
39112
39113         * manual/install.texi (Configuring and compiling): Update
39114         description about files modified in the source directory.
39115         * INSTALL: Regenerated.
39116
39117 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39118
39119         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39120         value.  Use "or" to set return value to -1.
39121         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39122         negate return value.
39123
39124 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39125
39126         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39127         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39128         failure if the compiler has Graphite support disabled.
39129         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39130         Likewise.
39131         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39132         (CFLAGS-memmove.c): Likewise.
39133         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39134         Likewise.
39135
39136 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39137
39138         * sysdeps/x86_64/x32/_itoa.h: New file.
39139
39140         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39141         getdents system call only if kernel and user dirents have the
39142         same d_ino and d_off.
39143
39144         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39145         LLONG_MAX != LONG_MAX.
39146         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39147         (_fitoa_word): Likewise.
39148
39149         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39150         years.
39151         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39152         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39153         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39154
39155         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39156         include <bits/wordsize.h>.  Check __x86_64__ instead of
39157         __WORDSIZE.
39158         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39159         if __x86_64__ is defined.  Use anonymous union on fpstate.
39160
39161         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39162         anonymous union.
39163
39164 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39165
39166         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39167         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39168         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39169         Refer to _rtld_local_ro instead of _rtld_global_ro.
39170         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39171         Likewise.
39172         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39173         Likewise.
39174         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39175         Likewise.
39176         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39177         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39178         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39179
39180         * sysdeps/powerpc/powerpc32/dl-machine.c
39181         (__elf_machine_runtime_setup) [PROF]: Don't reference
39182         _dl_prof_resolve.
39183
39184 2012-05-18  Andreas Jaeger  <aj@suse.de>
39185
39186         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39187         function only available for GCCs before 3.4 since GCC 3.4
39188         introduced a builtin.
39189         (lrint): Likewise.
39190         (llrintf): Likewise.
39191         (llrint): Likewise.
39192         (fmaxf): Likewise.
39193         (fmax): Likewise.
39194         (fminf): Likewise.
39195         (fmin): Likewise.
39196         (rint): Likewise.
39197         (rintf): Likewise.
39198         (nearbyint): Likewise.
39199         (nearbyintf): Likewise.
39200         (ceil): Likewise.
39201         (ceilf): Likewise.
39202         (floor): Likewise.
39203         (floorf): Likewise.
39204
39205 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39206
39207         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39208         on both fields and cast pointer to __syscall_ulong_t.
39209
39210         * bits/types.h (__fsword_t): New type.
39211         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39212         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39213         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39214         (__FSWORD_T_TYPE): Likewise.
39215         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39216         (__FSWORD_T_TYPE): Likewise.
39217         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39218         (__FSWORD_T_TYPE): Likewise.
39219         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39220         (__FSWORD_T_TYPE): Likewise.
39221         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39222         __SWORD_TYPE with __fsword_t.
39223         (statfs64): Likewise.
39224
39225 2012-05-17  David S. Miller  <davem@davemloft.net>
39226
39227         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39228
39229 2012-05-17  Andreas Jaeger  <aj@suse.de>
39230
39231         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39232         warning.
39233
39234 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39235
39236         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39237
39238 2012-05-17  Andreas Jaeger  <aj@suse.de>
39239
39240         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39241         when it is used.
39242
39243 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39244
39245         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39246
39247 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39248
39249         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39250         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39251
39252 2012-05-17  Andreas Jaeger  <aj@suse.de>
39253             Carlos O'Donell  <carlos_odonell@mentor.com>
39254
39255         [BZ #14059]
39256         * sysdeps/x86_64/multiarch/init-arch.h
39257         (bit_YMM_Usable): Rename to...
39258         (bit_AVX_Usable): ... this.
39259         (bit_FMA4_Usable): New macro.
39260         (bit_XMM_state): New macro.
39261         (bit_YMM_state): New macro.
39262         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39263         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39264         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39265         (CPUID_OSXSAVE): New macro.
39266         (CPUID_AVX): New macro.
39267         (CPUID_FMA4): New macro.
39268         (index_YMM_Usable): Rename to...
39269         (index_AVX_Usable): ... this.
39270         (HAS_AVX): Use HAS_ARCH_FEATURE.
39271         (HAS_FMA4): Likewise.
39272         (HAS_YMM_USABLE): Remove.
39273         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39274         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39275         are present.
39276         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39277         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39278         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39279         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39280         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39281
39282 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39283
39284         * math/libm-test.c: Support platforms without multiple rounding modes.
39285         * math/bug-nextafter.c: Support platforms without FP exceptions.
39286         * math/bug-nexttoward.c: Likewise.
39287         * math/test-fenv.c: Likewise.
39288         * math/test-misc.c: Likewise.
39289         * stdlib/bug-getcontext.c: Likewise.
39290
39291 2012-05-17  Andreas Jaeger  <aj@suse.de>
39292
39293         * manual/examples/search.c (critter_cmp): Change signature to
39294         avoid warnings.
39295         * manual/string.texi (Collation Functions): Likewise.
39296
39297 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39298
39299         * bits/types.h: Fold copyright years.
39300         * bits/typesizes.h: Likewise.
39301         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39302         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39303         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39304         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39305         * time/time.h: Likewise.
39306
39307 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39308
39309         [BZ #208]
39310         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39311         in instead of returning them.  Return void.
39312         (__libc_mallinfo): Accumulate over all arenas.
39313         (__malloc_stats): Adjust for change in int_mallinfo interface.
39314
39315 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39316
39317         [BZ #10375]
39318         * configure.in (NM): Add AC_CHECK_TOOL for it.
39319         (libc_extra_cflags): New substituted variable.
39320         Check for -fstack-protector being used implicitly.
39321         * configure: Regenerated.
39322         * config.make.in (config-extra-cflags): New variable,
39323         gets @libc_extra_cflags@.
39324         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39325
39326         [BZ #10375]
39327         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39328         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39329         * configure: Regenerated.
39330         * config.make.in (CPPUNDEFS): New substituted variable.
39331         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39332         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39333         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39334
39335 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39336
39337         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39338         (mq_attr): Use __syscall_slong_t.
39339
39340 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39341
39342         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39343         Check __x86_64__ instead of __WORDSIZE.
39344         (_STAT_VER_LINUX): Likewise.
39345         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39346         __syscall_ulong_t and __syscall_slong_t.
39347         (stat64): Likewise.
39348
39349 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39350
39351         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39352
39353 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39354
39355         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39356
39357 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39358
39359         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39360         __syscall_ulong_t.
39361
39362         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39363         include <bits/wordsize.h>.  Check __x86_64__ instead of
39364         __WORDSIZE.
39365         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39366         defined.
39367         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39368
39369         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39370         include <bits/wordsize.h>.  Check __x86_64__ instead of
39371         __WORDSIZE.
39372         (user_regs_struct): Use "__extension__ unsigned long long"
39373         instead of "unsigned long" if __x86_64__ is defined.
39374         (user): Likewise.  Pad after pointer field if __ILP32__ is
39375         defined.
39376
39377 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39378
39379         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39380         versions 5 to 9.
39381         * configure: Regenerated.
39382         * manual/install.texi (texinfo): Increase version requirement to
39383         4.5 or later.
39384         * INSTALL: Regenerated.
39385
39386         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39387
39388 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39389
39390         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39391
39392         * sysdeps/x86_64/x32/ffs.c: New file.
39393
39394         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39395         __syscall_ulong_t.
39396         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39397         defined.  Use __syscall_ulong_t.
39398         (shminfo): Use __syscall_ulong_t.
39399         (shm_info): Likewise.
39400
39401         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39402         __syscall_ulong_t.
39403
39404         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39405         <bits/wordsize.h>.
39406         (msgqnum_t): Use __syscall_ulong_t.
39407         (msglen_t): Likewise.
39408         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39409         __syscall_ulong_t.
39410
39411         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39412         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39413
39414         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39415
39416         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39417         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39418
39419         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39420         __syscall_slong_t.
39421
39422         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39423         include <bits/wordsize.h>.  Check __x86_64__ instead of
39424         __WORDSIZE.
39425
39426         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39427         "unsigned long long int" if __x86_64__ is defined.
39428         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39429
39430         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39431         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39432         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39433
39434         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39435         <stdint.h>.
39436         (GET_PC): Cast to uintptr_t first.
39437         (GET_FRAME): Likewise.
39438         (GET_STACK): Likewise.
39439
39440         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39441         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39442         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39443         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39444         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39445         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39446         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39447         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39448         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39449         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39450         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39451         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39452         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39453         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39454         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39455         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39456         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39457         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39458         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39459         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39460         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39461         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39462         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39463         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39464         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39465         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39466         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39467         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39468         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39469
39470 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39471
39472         * Makerules (+depfiles): Also collect depfiles from .oS in
39473         $(extra-objs).
39474         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39475         .oS, $(libnldbl-routines)).
39476
39477         * Makerules (native-compile-mkdep-flags): Define.
39478         * sunrpc/Makefile (extra-objs): Add $(addprefix
39479         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39480         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39481         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39482         calling $(make-target-directory).
39483
39484 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39485
39486         * bits/types.h (__snseconds_t): Removed.
39487         * time/time.h (struct timespec): Replace __snseconds_t with
39488         __syscall_slong_t.
39489         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39490         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39491         Likewise.
39492         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39493         (__SNSECONDS_T_TYPE): Likewise.
39494         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39495         (__SNSECONDS_T_TYPE): Likewise.
39496         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39497         (__SNSECONDS_T_TYPE): Likewise.
39498
39499 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39500
39501         * sysdeps/mach/hurd/bits/typesizes.h
39502         (__SYSCALL_SLONG_TYPE): New macro.
39503         (__SYSCALL_ULONG_TYPE): Likewise.
39504
39505 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39506
39507         * bits/types.h (__syscall_slong_t): New type.
39508         (__syscall_ulong_t): Likewise.
39509
39510         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39511         (__SYSCALL_ULONG_TYPE): Likewise.
39512         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39513         (__SYSCALL_SLONG_TYPE): Likewise.
39514         (__SYSCALL_ULONG_TYPE): Likewise.
39515         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39516         (__SYSCALL_SLONG_TYPE): Likewise.
39517         (__SYSCALL_ULONG_TYPE): Likewise.
39518         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39519         (__SYSCALL_SLONG_TYPE): Likewise.
39520         (__SYSCALL_ULONG_TYPE): Likewise.
39521
39522 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39523
39524         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39525         Add sigaltstack-offsets.sym.
39526         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39527         <sigaltstack-offsets.h>.
39528         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39529         longjmp_msg pointer.
39530         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39531         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39532         signal stack.
39533         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39534
39535 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39536
39537         * elf/stackguard-macros.h: Remove file.
39538         * sysdeps/generic/stackguard-macros.h: New file.
39539         * sysdeps/i386/stackguard-macros.h: Likewise.
39540         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39541         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39542         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39543         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39544         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39545         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39546         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39547         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39548         <elf/stackguard-macros.h>.
39549
39550         [BZ #14109]
39551         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39552         __aligned__ in attribute.
39553         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39554         (gregset_t): Likewise.
39555
39556 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39557
39558         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39559         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39560         * sysdeps/x86_64/x32/Implies-after: New file.
39561
39562 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39563
39564         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39565         and access return value for _dl_profile_fixup.  Use R10_LP to
39566         load frame size.
39567
39568 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39569
39570         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39571
39572 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39573
39574         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39575         * sysdeps/x86_64/x32/sysdep.h: New file.
39576
39577 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39578
39579         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39580         * sysdeps/x86_64/setjmp.S: Likewise.
39581
39582 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39583
39584         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39585         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39586         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39587         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39588         remove unused global constant.
39589
39590 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39591
39592         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39593         include of <not-cancel.h>.
39594
39595 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39596
39597         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39598
39599 2012-05-15  Jeff Law  <law@redhat.com>
39600             Andreas Jaeger  <aj@suse.de>
39601
39602         [BZ #13594]
39603         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39604         out from...
39605         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39606         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39607         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39608         code changing __hst_map_handle.map.
39609
39610 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39611
39612         * configure.in (sysnames): Look for Implies-before and Implies-after
39613         files.
39614         * configure: Regenerated.
39615
39616 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39617
39618         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39619         8-byte data alignment with LP_SIZE alignment.
39620
39621 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39622
39623         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39624         into R10_LP.
39625
39626 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39627
39628         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39629
39630 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39631
39632         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39633         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39634         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39635         Likewise.
39636         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39637
39638 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39639
39640         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39641         (stackinfo_sub_sp): Likewise.
39642
39643 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39644
39645         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39646         RAX_LP.
39647
39648 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39649
39650         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39651         into R*_LP.
39652
39653 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39654
39655         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39656         sizes into R*_LP.
39657
39658 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39659
39660         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39661
39662 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39663
39664         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39665         into R11_LP and load __x86_64_shared_cache_size_half into
39666         R8_LP.
39667
39668 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39669
39670         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39671         R8_LP.
39672
39673 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39674
39675         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39676         logb for POWER7.
39677         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39678         logbf for POWER7.
39679         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39680         logbl for POWER7.
39681         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39682         powerpc32/power7/fpu/s_logb.c via #include.
39683         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39684         powerpc32/power7/fpu/s_logbf.c via #include.
39685         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39686         powerpc32/power7/fpu/s_logbl.c via #include.
39687
39688 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39689
39690         * README.libm: Remove file.
39691
39692 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39693
39694         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39695         count for x32.  Use R*_LP and omit operand-size suffix.
39696
39697 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39698
39699         * shlib-versions: Move x86_64-.*-linux.* entries to ...
39700         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
39701         * sysdeps/x86_64/x32/shlib-versions: New file.
39702
39703 2012-05-14  Roland McGrath  <roland@hack.frob.com>
39704
39705         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39706         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39707         Use _dl_fatal_printf instead.
39708
39709 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39710
39711         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39712         set if not set by the user.  Do not allow for being unset.
39713         * sysdeps/unix/sysv/linux/configure: Regenerated.
39714
39715 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39716
39717         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39718         the `q' suffix from lea and replace .quad with ASM_ADDR.
39719
39720 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39721
39722         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39723         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
39724         instead of $17.
39725         (PTR_DEMANGLE): Likewise.
39726
39727 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39728
39729         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39730         (LP_OP): Likewise.
39731         (ASM_ADDR): Likewise.
39732         (RAX_LP): Likewise.
39733         (RBP_LP): Likewise.
39734         (RBX_LP): Likewise.
39735         (RCX_LP): Likewise.
39736         (RDI_LP): Likewise.
39737         (RSI_LP): Likewise.
39738         (RSP_LP): Likewise.
39739         (R8_LP): Likewise.
39740         (R9_LP): Likewise.
39741         (R10_LP): Likewise.
39742         (R10_LP): Likewise.
39743         (R11_LP): Likewise.
39744         (R12_LP): Likewise.
39745         (R13_LP): Likewise.
39746         (R14_LP): Likewise.
39747         (R15_LP): Likewise.
39748
39749 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39750
39751         * sysdeps/x86_64/x32/dl-machine.h: New file.
39752
39753 2012-05-14  Andreas Jaeger  <aj@suse.de>
39754
39755         * manual/Makefile (subdir): Remove export of subdir.
39756         (all): Remove target.
39757         (.PHONY): Remove all from list.
39758         (mkinstalldirs): Remove.
39759         (.PHONY): Remove installdirs from list.
39760         ($(inst_infodir)/libc.info): Use make-target-directory.
39761         (installdirs): Remove.
39762         (subdir_%): Remove.
39763         (glibc-targets): Remove.
39764         (lib): Remove.
39765         (stubs): Remove.
39766         ($(objpfx)stubs ../po/manual.pot): Remove.
39767         ($(objpfx)stamp%): Remove.
39768         (make-target-directory): Remove.
39769         (subdir_install): Remove.
39770         (routines): Remove.
39771         (aux): Remove.
39772         (sources): Remove.
39773         (objects): Remove.
39774         (headers): Remove.
39775
39776         [BZ #13750]
39777         * manual/.gitignore: Remove, it's not needed anymore.
39778         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
39779         all files in it.
39780         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
39781         directory.
39782         (texis): Renamed to $(objpfx)texis.
39783         (texis-path): New, contains path to generated files.
39784         (chapters.%): Use texis-path for complete path, add extra argument
39785         libc-texinfo.sh.
39786         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
39787         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
39788         (summary,texi, stamp-summary): Use complete path of
39789         files. Generate files in build dir.
39790         (dir-add.texi): Build in build dir.
39791         (libm-err.texi,stamp-libm-err): Likewise.
39792         (version.texi, stamp-version): Likewise.
39793         (.%c.texi): Likewise.
39794         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
39795         (mostlyclean): Remove target.
39796         (realclean): Remove target.
39797         (generated): Add new variable with contents from mostlyclean and
39798         realclean, remove entries duplicated in common-mostlyclean, add
39799         stamp-libm-err and stamp-version.
39800         (generated-dirs): Add libc directory.
39801         ($(inst_infodir)/libc.info): Install files from build dir.
39802
39803         * manual/install.texi (Configuring and compiling): Adjust since
39804         the info files are not part of the tar ball anymore.
39805
39806 2012-05-14  Andreas Jaeger  <aj@suse.de>
39807
39808         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
39809         variable.
39810
39811 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39812
39813         [BZ #13717]
39814         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39815         to 2.2.0 where earlier.
39816         * sysdeps/unix/sysv/linux/configure: Regenerated.
39817         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
39818         Remove conditional code.
39819         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
39820         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
39821         Remove conditional code.
39822         [!__NR_lchown]: Likewise.
39823         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39824         [__NR_lchown]: Likewise.
39825         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
39826         comment referencing __ASSUME_LCHOWN_SYSCALL.
39827         * sysdeps/unix/sysv/linux/i386/sigaction.c
39828         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39829         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39830         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
39831         Remove conditional code.
39832         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
39833         (__protocol_available): Remove #if 0 code.
39834         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
39835         conditional code.
39836         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
39837         * sysdeps/unix/sysv/linux/kernel-features.h
39838         (__ASSUME_GETCWD_SYSCALL): Don't define.
39839         (__ASSUME_REALTIME_SIGNALS): Likewise.
39840         (__ASSUME_PREAD_SYSCALL): Likewise.
39841         (__ASSUME_PWRITE_SYSCALL): Likewise.
39842         (__ASSUME_POLL_SYSCALL): Likewise.
39843         (__ASSUME_LCHOWN_SYSCALL): Likewise.
39844         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
39845         non-SPARC.
39846         (__ASSUME_SIOCGIFNAME): Don't define.
39847         (__ASSUME_MSG_NOSIGNAL): Likewise.
39848         (__ASSUME_SENDFILE): Define unconditionally.
39849         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
39850         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
39851         conditional code.
39852         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
39853         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
39854         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39855         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39856         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
39857         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39858         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
39860         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39861         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39862         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
39863         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39864         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
39866         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39867         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
39869         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39870         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
39872         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39873         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
39875         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39876         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
39878         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39879         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
39881         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39882         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39883         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
39884         Remove conditional code.
39885         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39886         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39887         Remove conditional code.
39888         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39889         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
39890         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
39891         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39892         Remove conditional code.
39893         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39894         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
39895         Remove conditional code.
39896         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39897         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
39898         Remove conditional code.
39899         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39900         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39901         Remove conditional code.
39902         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39903         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39904         Remove conditional code.
39905         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39906         * sysdeps/unix/sysv/linux/sh/pwrite64.c
39907         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39908         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39909         * sysdeps/unix/sysv/linux/sigaction.c
39910         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39911         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39912         * sysdeps/unix/sysv/linux/sigpending.c
39913         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39914         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39915         * sysdeps/unix/sysv/linux/sigprocmask.c
39916         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39917         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39918         * sysdeps/unix/sysv/linux/sigsuspend.c
39919         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39920         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39921         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39922         (__libc_missing_rt_sigs): Remove.
39923         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
39924         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
39925         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
39926         Remove conditional code.
39927         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
39928         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
39929         return 1.
39930         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
39931         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
39932         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
39933         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
39934
39935 2012-05-14  Andreas Jaeger  <aj@suse.de>
39936
39937         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
39938         it's not used in glibc.
39939         (__coshm1): Likewise.
39940         (__acosh1p): Likewise.
39941         (__sgn): Likewise.
39942
39943         * manual/string.texi (Copying and Concatenation): Add missing
39944         variable in concat example.
39945         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
39946
39947 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39948
39949         [BZ #14103]
39950         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
39951         __builtin_clzl with __builtin_clzll.
39952
39953 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39954
39955         [BZ #14104]
39956         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
39957         libc_freeres_ptr.
39958
39959 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39960
39961         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
39962         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
39963         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
39964         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
39965
39966 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
39967
39968         * NEWS: Update ia64 info.
39969
39970 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
39971
39972         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
39973         used as bcopy.
39974
39975 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
39976
39977         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
39978         * sysdeps/unix/syscalls.list (dup3): Likewise.
39979         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
39980         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
39981
39982 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39983
39984         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
39985         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
39986
39987 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39988
39989         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
39990         thread pointer.
39991         (TLS_IE): Use mov/add instead of movq/addq to load thread
39992         pointer.
39993         (TLS_GD_PREFIX): New.
39994         (TLS_GD): Use it.
39995
39996 2012-05-11  David S. Miller  <davem@davemloft.net>
39997
39998         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
39999         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40000         (_FPU_SETCW): Likewise.
40001
40002 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40003
40004         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40005         is 32-byte aligned.
40006
40007 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40008
40009         [BZ #11837]
40010         * iconvdata/gb18030.c: Update tables.
40011         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40012         characters specially.
40013         (BODY for TO_LOOP): Add encoding of missing ranges.
40014
40015 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40016
40017         [BZ #13673]
40018         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40019         * sysdeps/mach/hurd/dup3.c: Likewise.
40020         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40021         * sysdeps/powerpc/memmove.c:: Likewise.
40022
40023 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40024
40025         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40026         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40027
40028 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40029
40030         * elf/elf.h (R_X86_64_RELATIVE64): New.
40031         (R_X86_64_NUM): Updated.
40032         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40033         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40034         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40035         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40036         tst-quad1pie tst-quad2pie
40037         (modules-names): Add tst-quadmod1 tst-quadmod2.
40038         ($(objpfx)tst-quad1): New dependency.
40039         ($(objpfx)tst-quad2): Likewise.
40040         ($(objpfx)tst-quad1pie): Likewise.
40041         ($(objpfx)tst-quad2pie): Likewise.
40042         * sysdeps/x86_64/tst-quad1.c: New file.
40043         * sysdeps/x86_64/tst-quad1pie.c: New file.
40044         * sysdeps/x86_64/tst-quad2.c: Likewise.
40045         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40046         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40047         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40048         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40049         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40050
40051 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40052
40053         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40054         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40055         * streams/stropts.h (t_scalar_t): Define type.
40056
40057         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40058         (_PATH_PRESERVE): Set to "/var/lib".
40059         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40060
40061         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40062         instead of int.
40063
40064         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40065         if __dir_mkfile succeeded.
40066
40067         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40068         checking for _hurd_dtablesize.  Unlock it right after having
40069         finished _hurd_dtable allocation.
40070
40071 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40072
40073         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40074         * sysdeps/mach/hurd/configure: Regenerated.
40075         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40076         special-casing to...
40077         * sysdeps/gnu/configure.in: ... this new file.
40078         * sysdeps/unix/sysv/linux/configure: Regenerated.
40079         * sysdeps/gnu/configure: New generated file.
40080
40081         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40082         for Linux: use nsec instead of usec, as well as:
40083         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40084         members of type struct timespec.
40085         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40086         New macros.
40087         (struct stat64): Likewise.
40088         (_STATBUF_ST_NSEC): New macro.
40089         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40090
40091         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40092         __strtoul_internal rather than strtoul.
40093
40094 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40095
40096         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40097         and reject them.
40098
40099 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40100
40101         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40102         which preserves existing values.
40103         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40104
40105 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40106
40107         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40108         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40109         greater than FD_SETSIZE.
40110
40111 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40112
40113         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40114         allocated, call __vm_protect to finish enabling the existing space, and
40115         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40116         allocate the remainder.
40117
40118 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40119
40120         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40121         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40122
40123 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40124
40125         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40126         sysdeps/mach/hurd/readlink.c.
40127
40128         * posix/tst-sysconf.c (posix_options): Only use
40129         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40130         _POSIX_SYNCHRONIZED_IO when they are defined
40131         * sysdeps/mach/hurd/bits/posix_opt.h:
40132         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40133         (_XOPEN_REALTIME): Undefine macro.
40134         (_XOPEN_REALTIME_THREADS): Undefine macro.
40135         (_XOPEN_SHM): Undefine macro.
40136         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40137         macro to -1.
40138         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40139         macro to -1.
40140         (_POSIX_ASYNC_IO): Undefine macro.
40141         (_POSIX_PRIORITIZED_IO): Undefine macro.
40142         (_POSIX_SPIN_LOCKS): Define macro to -1.
40143
40144         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40145         SA_NODEFER, SA_RESETHAND.
40146         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40147         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40148         F_DUPFD_CLOEXEC.
40149
40150 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40151
40152         * elf/Makefile (pldd-modules): Define unconditionally.
40153
40154 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40155
40156         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40157
40158 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40159
40160         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40161         Return ENOENT when name is empty.
40162         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40163
40164 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40165
40166         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40167
40168         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40169
40170 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40171
40172         Fix mlock in all cases except non-readable pages.
40173         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40174         instead of VM_PROT_ALL as parameter to __vm_wire function.
40175
40176         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40177         (__mkdir): When path is `/', just fail with EEXIST.
40178         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40179
40180 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40181
40182         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40183         <sys/uio.h> (for writev).
40184         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40185         and <sys/param.h> (for MIN).
40186
40187 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40188
40189         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40190         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40191         if interrupted.
40192
40193 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40194
40195         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40196         Depend on against $(link-rpcuserlibs).
40197
40198 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40199
40200         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40201         (__libc_stack_end): Do not use attribute_relro.
40202         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40203         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40204         to libthread-provided value.
40205         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40206         attribute_relro.
40207
40208 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40209
40210         [BZ #3748]
40211         * bits/libc-lock.h (__libc_once_get): New macro.
40212         * sysdeps/mach/bits/libc-lock.h: Likewise.
40213         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40214         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40215         instead of using implementation details.
40216
40217         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40218         * libio/freopen.c: Likewise.
40219         * libio/freopen64.c: Likewise.
40220         * misc/syslog.c: Likewise.
40221         * nscd/connections.c: Likewise.
40222         * nscd/netgroupcache.c: Likewise.
40223         * sysdeps/posix/getcwd.c: Likewise.
40224
40225 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40226
40227         * math/w_ilogbf.c: Add #include <limits.h>.
40228
40229 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40230
40231         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40232         path instead of returning without unlocking.
40233
40234         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40235         immediate-write ioctls.
40236         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40237
40238 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40239
40240         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40241         __builtin_frame_address instead of making assumptions about the
40242         location of the return address relative to DATA.  Force early load of
40243         the return address.
40244         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40245         __builtin_frame_address.
40246
40247         dup3 for GNU Hurd.
40248         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40249         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40250         implement dup3 and do some further code clean-ups.
40251         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40252         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40253
40254 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40255
40256         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40257
40258         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40259         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40260         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40261         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40262         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40263         d->port.lock.
40264
40265         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40266         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40267         when handler == SIG_ERR, not when handler != SIG_ERR.
40268
40269 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40270
40271         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40272         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40273         definitions.
40274
40275         accept4 for GNU Hurd.
40276         * include/sys/socket.h (__libc_accept4): New prototype.
40277         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40278         to implement __libc_accept4.
40279         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40280         __libc_accept4.
40281         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40282
40283         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40284         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40285         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40286         signal-defines.sym.
40287
40288 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40289
40290         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40291
40292 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40293
40294         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40295         assertion on O_CLOEXEC flag.
40296         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40297         * hurd/intern-fd.c: Likewise.
40298         * hurd/port2fd.c: Likewise.
40299
40300 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40301
40302         [BZ #3906]
40303         * bits/in.h (IPV6_PKTINFO): Define new macro.
40304         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40305
40306 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40307
40308         [BZ #13954]
40309         [BZ #13955]
40310         [BZ #13956]
40311         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40312         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40313         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40314         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40315         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40316         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40317         * math/libm-test.inc (logb_test) : Additional logb tests.
40318
40319 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40320             Andreas Jaeger  <aj@suse.de>
40321
40322         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40323         * configure: Regenerated.
40324         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40325         * config.make.in (link-obsolete-rpc): New substituted variable.
40326         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40327         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40328         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40329         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40330         so that libc.a contains the symbols.
40331         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40332         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40333         * sunrpc/auth_none.c: Likewise.
40334         * sunrpc/auth_unix.c: Likewise.
40335         * sunrpc/authdes_prot.c: Likewise.
40336         * sunrpc/authuxprot.c: Likewise.
40337         * sunrpc/clnt_gen.c: Likewise.
40338         * sunrpc/clnt_perr.c: Likewise.
40339         * sunrpc/clnt_raw.c: Likewise.
40340         * sunrpc/clnt_simp.c: Likewise.
40341         * sunrpc/clnt_tcp.c: Likewise.
40342         * sunrpc/clnt_udp.c: Likewise.
40343         * sunrpc/clnt_unix.c: Likewise.
40344         * sunrpc/des_crypt.c: Likewise.
40345         * sunrpc/des_soft.c: Likewise.
40346         * sunrpc/get_myaddr.c: Likewise.
40347         * sunrpc/key_call.c: Likewise.
40348         * sunrpc/key_prot.c: Likewise.
40349         * sunrpc/netname.c: Likewise.
40350         * sunrpc/pm_getmaps.c: Likewise.
40351         * sunrpc/pm_getport.c: Likewise.
40352         * sunrpc/pmap_clnt.c: Likewise.
40353         * sunrpc/pmap_prot.c: Likewise.
40354         * sunrpc/pmap_prot2.c: Likewise.
40355         * sunrpc/pmap_rmt.c: Likewise.
40356         * sunrpc/publickey.c: Likewise.
40357         * sunrpc/rpc_cmsg.c: Likewise.
40358         * sunrpc/rpc_common.c: Likewise.
40359         * sunrpc/rpc_dtable.c: Likewise.
40360         * sunrpc/rpc_prot.c: Likewise.
40361         * sunrpc/rpc_thread.c: Likewise.
40362         * sunrpc/rtime.c: Likewise.
40363         * sunrpc/svc.c: Likewise.
40364         * sunrpc/svc_auth.c: Likewise.
40365         * sunrpc/svc_raw.c: Likewise.
40366         * sunrpc/svc_run.c: Likewise.
40367         * sunrpc/svc_tcp.c: Likewise.
40368         * sunrpc/svc_udp.c: Likewise.
40369         * sunrpc/svc_unix.c: Likewise.
40370         * sunrpc/svcauth_des.c: Likewise.
40371         * sunrpc/xcrypt.c: Likewise.
40372         * sunrpc/xdr.c: Likewise.
40373         * sunrpc/xdr_array.c: Likewise.
40374         * sunrpc/xdr_float.c: Likewise.
40375         * sunrpc/xdr_intXX_t.c: Likewise.
40376         * sunrpc/xdr_mem.c: Likewise.
40377         * sunrpc/xdr_rec.c: Likewise.
40378         * sunrpc/xdr_ref.c: Likewise.
40379         * sunrpc/xdr_sizeof.c: Likewise.
40380         * sunrpc/xdr_stdio.c: Likewise.
40381
40382 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40383
40384         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40385         change.  Update copyright years.
40386
40387 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40388
40389         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40390
40391 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40392             Joseph Myers  <joseph@codesourcery.com>
40393             Paul Pluzhnikov  <ppluzhnikov@google.com>
40394
40395         [BZ #14012]
40396         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40397         requiring rpcgen.
40398         [cross-compiling] (extra-libs): Likewise.
40399         [cross-compiling] (extra-libs-others): Likewise.
40400         [cross-compiling] (librpcsvc-routines): Likewise.
40401         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40402         [cross-compiling] (omit-deps): Likewise.
40403         (sunrpc-CPPFLAGS): New variable.
40404         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40405         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40406         (cross-rpcgen-objs): New variable.
40407         (extra-objs): Append $(cross-rpcgen-objs).
40408         ($(cross-rpcgen-objs)): New rule.
40409         ($(objpfx)cross-rpcgen): Likewise.
40410         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40411         comment.
40412         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40413         ($(objpfx)x%.stmp): Likewise.
40414         * sunrpc/proto.h [IS_IN_build] (_): Define.
40415         [IS_IN_build] (_libc_intl_domainname): Likewise.
40416
40417 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40418
40419         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40420         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40421         and R_X86_64_TPOFF64.
40422
40423 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40424
40425         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40426         sysdeps/unix/sysv/syscalls.list.
40427         (stime): Likewise.
40428         (utime): Likewise.
40429         * sysdeps/unix/sysv/syscalls.list: Remove file.
40430
40431 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40432
40433         [BZ #3440]
40434         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40435         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40436         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40437         (__LC_IDENTIFICATION): Make these macros useful in #if
40438         expressions, as required by C99.
40439
40440 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40441
40442         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40443         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40444         after this.
40445
40446 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40447
40448         * stdlib/longlong.h: Updated from GCC.
40449
40450 2012-05-09  Andreas Jaeger  <aj@suse.de>
40451
40452         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40453         default is first entry.
40454         (run_mode): Set type.
40455         (main): Remove informal message about syslog.
40456         (options): Fix typo.
40457
40458         [BZ #14053]
40459         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40460         to asm.
40461         (lrint): Likewise.
40462         (llrintf): Likewise.
40463         (llrint): Likewise.
40464         (rint): Likewise.
40465         (rintf): Likewise.
40466         (nearbyint): Likewise.
40467         (nearbyintf): Likewise.
40468
40469 2012-05-09  Andreas Jaeger  <aj@suse.de>
40470             Pedro Alves  <palves@redhat.com>
40471
40472         * nscd/nscd.c (run_mode): Use enum.
40473         (main): Cleanup coding style issue.
40474
40475 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40476             Andreas Jaeger  <aj@suse.de>
40477
40478         * nscd/nscd.c (go_background): Replaced with...
40479         (run_mode): ... this.
40480         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40481         (options): Add -F --foreground.
40482         (main): Implement it.
40483         (parse_opt): Parse it.
40484
40485 2012-05-09  Andreas Jaeger  <aj@suse.de>
40486
40487         [BZ #14083]
40488         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40489         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40490         -Wconversion warning.
40491         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40492         Likewise.
40493
40494 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40495
40496         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40497         == 0.
40498         (LC_ALL): Use macro-int-constant.
40499         (LC_COLLATE): Likewise.
40500         (LC_CTYPE): Likewise.
40501         (LC_MESSAGES): Likewise.
40502         (LC_MONETARY): Likewise.
40503         (LC_NUMERIC): Likewise.
40504         (LC_TIME): Likewise.
40505         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40506         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40507         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40508         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40509         Specify type.
40510         [C99-based standards] (float_t): Expect type.
40511         [C99-based standards] (double_t): Expect type.
40512         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40513         type.
40514         [C99-based standards] (HUGE_VALL): Likewise.
40515         [C99-based standards] (INFINITY): Likewise.
40516         [C99-based standards] (NAN): Likewise.
40517         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40518         [C99-based standards] (FP_NAN): Likewise.
40519         [C99-based standards] (FP_NORMAL): Likewise.
40520         [C99-based standards] (FP_SUBNORMAL): Likewise.
40521         [C99-based standards] (FP_ZERO): Likewise.
40522         [C99-based standards] (FP_FAST_FMA): Use
40523         optional-macro-int-constant.  Specify type.  Require == 1.
40524         [C99-based standards] (FP_FAST_FMAF): Likewise.
40525         [C99-based standards] (FP_FAST_FMAL): Likewise.
40526         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40527         [C99-based standards] (FP_ILOGBNAN): Likewise.
40528         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40529         Specify type.
40530         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40531         [C99-based standards] (math_errhandling): Specify type.
40532         [ISO99 || ISO11] (signgam): Do not allow.
40533         [non-C99-based standards] (copysignf): Do not allow.
40534         [non-C99-based standards] (exp2f): Likewise.
40535         [non-C99-based standards] (log2f): Likewise.
40536         [non-C99-based standards] (modff): Allow.
40537         [non-C99-based standards] (erff): Do not allow.
40538         [non-C99-based standards] (erfcf): Likewise.
40539         [non-C99-based standards] (gammaf): Likewise.
40540         [non-C99-based standards] (hypotf): Likewise.
40541         [non-C99-based standards] (j0f): Likewise.
40542         [non-C99-based standards] (j1f): Likewise.
40543         [non-C99-based standards] (jnf): Likewise.
40544         [non-C99-based standards] (lgammaf): Likewise.
40545         [non-C99-based standards] (tgammaf): Likewise.
40546         [non-C99-based standards] (y0f): Likewise.
40547         [non-C99-based standards] (y1f): Likewise.
40548         [non-C99-based standards] (ynf): Likewise.
40549         [non-C99-based standards] (isnanf): Likewise.
40550         [non-C99-based standards] (acoshf): Likewise.
40551         [non-C99-based standards] (asinhf): Likewise.
40552         [non-C99-based standards] (atanhf): Likewise.
40553         [non-C99-based standards] (cbrtf): Likewise.
40554         [non-C99-based standards] (expm1f): Likewise.
40555         [non-C99-based standards] (ilogbf): Likewise.
40556         [non-C99-based standards] (log1pf): Likewise.
40557         [non-C99-based standards] (logbf): Likewise.
40558         [non-C99-based standards] (nextafterf): Likewise.
40559         [non-C99-based standards] (remainderf): Likewise.
40560         [non-C99-based standards] (rintf): Likewise.
40561         [non-C99-based standards] (scalbf): Likewise.
40562         [non-C99-based standards] (copysignl): Likewise.
40563         [non-C99-based standards] (exp2l): Likewise.
40564         [non-C99-based standards] (log2l): Likewise.
40565         [non-C99-based standards] (modfl): Allow.
40566         [non-C99-based standards] (erfl): Do not allow.
40567         [non-C99-based standards] (erfcl): Likewise.
40568         [non-C99-based standards] (gammal): Likewise.
40569         [non-C99-based standards] (hypotl): Likewise.
40570         [non-C99-based standards] (j0l): Likewise.
40571         [non-C99-based standards] (j1l): Likewise.
40572         [non-C99-based standards] (jnl): Likewise.
40573         [non-C99-based standards] (lgammal): Likewise.
40574         [non-C99-based standards] (tgammal): Likewise.
40575         [non-C99-based standards] (y0l): Likewise.
40576         [non-C99-based standards] (y1l): Likewise.
40577         [non-C99-based standards] (ynl): Likewise.
40578         [non-C99-based standards] (isnanl): Likewise.
40579         [non-C99-based standards] (acoshl): Likewise.
40580         [non-C99-based standards] (asinhl): Likewise.
40581         [non-C99-based standards] (atanhl): Likewise.
40582         [non-C99-based standards] (cbrtl): Likewise.
40583         [non-C99-based standards] (expm1l): Likewise.
40584         [non-C99-based standards] (ilogbl): Likewise.
40585         [non-C99-based standards] (log1pl): Likewise.
40586         [non-C99-based standards] (logbl): Likewise.
40587         [non-C99-based standards] (nextafterl): Likewise.
40588         [non-C99-based standards] (remainderl): Likewise.
40589         [non-C99-based standards] (rintl): Likewise.
40590         [non-C99-based standards] (scalbl): Likewise.
40591         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40592         [non-C99-based standards] (FP_*): Do not allow.
40593         [C99-based standards] (FP_*): Change to
40594         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40595         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40596         allow.
40597         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40598         (SIG_ERR): Likewise.
40599         [X/Open-based standards] (SIG_HOLD): Likewise.
40600         (SIG_IGN): Likewise.
40601         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40602         positive value.
40603         (SIGFPE): Likewise.
40604         (SIGILL): Likewise.
40605         (SIGINT): Likewise.
40606         (SIGSEGV): Likewise.
40607         (SIGTER): Likewise.
40608         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40609         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40610         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40611         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40612         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40613         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40614         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40615         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40616         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40617         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40618         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40619         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40620         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40621         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40622         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40623         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40624         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40625         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40626         [X/Open-based standards] (SIGTRAP): Likewise.
40627         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40628         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40629         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40630         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40631         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40632         allow.
40633
40634 2012-05-08  Ian Wienand  <ianw@vmware.com>
40635
40636         [BZ #14080]
40637         * time/tzset.c (__tzset_parse_tz): Update default rules for
40638         daylight time changes in the Energy Policy Act of 2005.
40639
40640 2012-05-09  Andreas Jaeger  <aj@suse.de>
40641
40642         [BZ #13983]
40643         * elf/ldconfig.c (parse_conf): Change string to make clear that
40644         ldconfig only issued a warning if ld.so.conf does not exist.
40645
40646 2012-05-08  David S. Miller  <davem@davemloft.net>
40647
40648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40649         movxtod instead of popping the value on the stack.
40650
40651         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40652
40653 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
40654
40655         * config.h.in: Add HAVE_ARM_PCS_VFP.
40656
40657 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
40658
40659         [BZ #13979]
40660         * include/features.h: Warn if user requests __FORTIFY_SOURCE
40661         checking but the checks are disabled for any reason.
40662
40663 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
40664
40665         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40666         and ELF64_R_TYPE with ELFW(R_TYPE).
40667
40668 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
40669
40670         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40671         (ulimit): Likewise.
40672
40673         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40674         (settimeofday): Likewise.
40675
40676 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
40677
40678         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
40679         a struct th_u2 inside the union, and move tu_block/tu_code into
40680         a new th_u3 union of tu_block/tu_code inside of that.  Move
40681         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
40682         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
40683         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40684         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40685         (th_stuff): Change to th_u1.tu_stuff.
40686         (th_data): Define.
40687         (th_msg): Change to th_u1.th_u2.tu_data.
40688
40689 2012-05-07  David S. Miller  <davem@davemloft.net>
40690
40691         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40692
40693         [BZ #14074]
40694         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40695         (SETUP_PIC_REG): Use it.
40696         (SETUP_PIC_REG_LEAF): Use it.
40697
40698 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
40699
40700         [BZ #13885]
40701         [BZ #13923]
40702         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40703         USE_AS_EXPM1L.
40704         (EXPL_FINITE): Likewise.
40705         (FLDLOG): Likewise.
40706         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40707         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40708         e_expl.S.
40709         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40710         USE_AS_EXPM1L.
40711         (EXPL_FINITE): Likewise.
40712         (FLDLOG): Likewise.
40713         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40714         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40715         e_expl.S.
40716         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
40717         test of -max_value argument for long double.
40718         * sysdeps/i386/fpu/libm-test-ulps: Update.
40719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40720
40721 2012-05-06  David S. Miller  <davem@davemloft.net>
40722
40723         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40724         quad soft-float symbols whose references which are compiler
40725         generated.
40726         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40727
40728 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
40729
40730         [BZ #13884]
40731         [BZ #13914]
40732         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40733         USE_AS_EXP10L.
40734         (EXPL_FINITE): Likewise.
40735         (FLDLOG): Likewise.
40736         (c0): Likewise.
40737         (c1): Likewise.
40738         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40739         Adjust comments for base varying.
40740         (__expl_finite): Change alias to EXPL_FINITE.
40741         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40742         e_expl.S.
40743         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
40744         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
40745         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
40746         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
40747         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40748         USE_AS_EXP10L.
40749         (EXPL_FINITE): Likewise.
40750         (FLDLOG): Likewise.
40751         (c0): Likewise.
40752         (c1): Likewise.
40753         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40754         Adjust comments for base varying.
40755         (__expl_finite): Change alias to EXPL_FINITE.
40756         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
40757         tests for bugs.
40758         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40759
40760         [BZ #14064]
40761         * math/libm-test.inc (check_float_internal): Correct ulp
40762         calculation for subnormal expected results.
40763
40764 2012-05-06  Andreas Jaeger  <aj@suse.de>
40765
40766         * Makeconfig (+math-flags): New, set to -frounding-math.
40767         (+cflags): Add +math-flags so that all of glibc gets compiled with
40768         it.
40769
40770         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
40771
40772 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
40773
40774         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
40775         Disable one test.
40776
40777         [BZ #13787]
40778         [BZ #13922]
40779         [BZ #14036]
40780         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
40781         (__ieee754_expl): Allow for and saturate large arguments.
40782         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
40783         (u_threshold): Likewise.
40784         (__exp): Call __ieee754_exp before checking for overflow and
40785         underflow.
40786         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
40787         (u_threshold): Likewise.
40788         (__expf): Call __ieee754_expf before checking for overflow and
40789         underflow.
40790         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
40791         (u_threshold): Likewise.
40792         (__expl): Call __ieee754_expl before checking for overflow and
40793         underflow.
40794         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
40795         (__ieee754_expl): Allow for and saturate large arguments.
40796         * math/libm-test.inc (exp_test): Add another test.  Do not allow
40797         missing overflow exception on overflow.
40798         (expm1_test): Do not allow missing overflow exception on overflow.
40799
40800         * sysdeps/i386/fpu/e_expl.c: Move to ...
40801         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
40802         rather than using inline asm.
40803         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
40804         * sysdeps/x86_64/fpu/e_expl.S: Copy from
40805         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
40806
40807         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
40808         (nice): Likewise.
40809         (poll): Likewise.
40810         (signal): Likewise.
40811         (time): Likewise.
40812         (times): Likewise.
40813
40814 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40815
40816         * sysdeps/unix/syscalls.list (adjtime): Add entry from
40817         sysdeps/unix/common/syscalls.list.
40818         (fchmod): Likewise.
40819         (fchown): Likewise.
40820         (ftruncate): Likewise.
40821         (getrusage): Likewise.
40822         (gettimeofday): Likewise.
40823         (setpgid): Likewise.
40824         (setregid): Likewise.
40825         (setreuid): Likewise.
40826         (sigaction): Likewise.
40827         (truncate): Likewise.
40828         (vhangup): Likewise.
40829         * sysdeps/unix/common/syscalls.list: Remove file.
40830         * sysdeps/unix/bsd/Implies: Don't include unix/common.
40831         * sysdeps/unix/sysv/linux/Implies: Likewise.
40832
40833 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
40834
40835         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
40836         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
40837         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
40838         Moved to ...
40839         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
40840         Here.
40841         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
40842         to ...
40843         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
40844         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
40845         to ...
40846         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
40847         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
40848         to ...
40849         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
40850         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
40851         to ...
40852         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
40853         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
40854         to ...
40855         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
40856         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
40857         to ...
40858         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
40859         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
40860         to ...
40861         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40862         Here.
40863         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
40864         to ...
40865         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
40866         Here.
40867         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
40868         to ...
40869         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
40870         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
40871         Moved to ...
40872         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
40873         Here.
40874         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
40875         to ...
40876         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
40877
40878 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40879
40880         * sysdeps/unix/common/bits/dirent.h: Remove file.
40881         * sysdeps/unix/common/bits/fcntl.h: Likewise.
40882
40883         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
40884         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
40885         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
40886         * sysdeps/unix/bsd/isatty.c: Likewise.
40887         * sysdeps/unix/bsd/tcdrain.c: Likewise.
40888         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
40889         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
40890
40891 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40892
40893         [BZ #13563]
40894         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
40895         long double comparison inaccuracies.
40896         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
40897         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40898
40899 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
40900
40901         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
40902         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
40903
40904 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40905
40906         [BZ #14049]
40907         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
40908         nonzero digits before rounding a hex value.
40909         * stdlib/tst-strtod.c (tests): Add another test.
40910
40911 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40912
40913         * sysdeps/s390/fpu/libm-test-ulps: Update.
40914
40915 2012-05-03  Andreas Jaeger  <aj@suse.de>
40916
40917         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
40918         does not get optimized out.
40919         (malloc_opt_barrier): New.
40920
40921 2012-05-03  Andreas Jaeger  <aj@suse.de>
40922             Roland McGrath  <roland@hack.frob.com>
40923
40924         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
40925         intermediate file deletion.
40926         (generated): Add .symlist files.
40927
40928 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
40929
40930         [BZ #13775]
40931         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
40932         Redirect under this condition.
40933         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40934         [__USE_GNU] (__dprintf_chk): Not under this condition.
40935         [__USE_GNU] (__vdprintf_chk): Likewise.
40936         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
40937         under this condition.
40938         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40939         [__USE_XOPEN2K8] (dprintf): Define under this condition.
40940         [__USE_XOPEN2K8] (vdprintf): Likewise.
40941         [__USE_GNU] (__dprintf_chk): Not under this condition.
40942         [__USE_GNU] (__vdprintf_chk): Likewise.
40943         [__USE_GNU] (dprintf): Likewise.
40944         [__USE_GNU] (vdprintf): Likewise.
40945
40946 2012-05-03  Roland McGrath  <roland@hack.frob.com>
40947
40948         * elf/Makefile (common-generated): Set this instead of generated for
40949         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
40950         $(all-built-dso)-derived lists.
40951
40952 2012-05-03  Andreas Jaeger  <aj@suse.de>
40953
40954         * sysdeps/i386/fpu/libm-test-ulps: Update.
40955
40956         * FAQ: Removed.
40957         * FAQ.in: Likewise.
40958         * scripts/gen-FAQ.pl: Likewise.
40959         * manual/install.texi (Installation): Point to online location of
40960         FAQ.
40961         * Makefile (files-for-dist): Remove FAQ.
40962         (FAQ): Remove.
40963
40964 2012-05-02  Allan McRae  <allan@archlinux.org>
40965
40966         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
40967         (LDFLAGS-reldepmod5.so): Likewise.
40968         (LDFLAGS-reldep6mod1.so): Likewise.
40969         (LDFLAGS-reldep6mod4.so): Likewise.
40970         (LDFLAGS-reldep8mod3.so): Likewise.
40971         (LDFLAGS-unload4mod1.so): Likewise.
40972         (LDFLAGS-unload4mod2.so): Likewise.
40973         (LDFLAGS-tst-initorder): Likewise.
40974         (LDFLAGS-tst-initordera2.so): Likewise.
40975         (LDFLAGS-tst-initordera3.so): Likewise.
40976         (LDFLAGS-tst-initordera4.so): Likewise.
40977         (LDFLAGS-tst-initorderb2.so): Likewise.
40978         (LDFLAGS-noload): Likewise.
40979         (LDFLAGS-next): Likewise.
40980         (LDFLAGS-order2mod1.so): Likewise.
40981         (LDFLAGS-order2mod2.so): Likewise.
40982         (LDFLAGS-tst-initorder2): Likewise.
40983         (LDFLAGS-tst-initorder2a.so): Likewise.
40984         (LDFLAGS-tst-initorder2b.so): Likewise.
40985         (LDFLAGS-tst-initorder2c.so): Likewise.
40986         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
40987
40988 2012-05-02  David S. Miller  <davem@davemloft.net>
40989
40990         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40991
40992 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
40993
40994         [BZ #14055]
40995         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
40996
40997 2012-05-02  Andreas Jaeger  <aj@suse.de>
40998
40999         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41000         since we manipulate rounding mode.
41001         (CPPFLAGS-test-idouble.c): Likewise.
41002         (CPPFLAGS-test-ifloat.c): Likewise.
41003         (CFLAGS-test-ldouble.c): Likewise.
41004         (CFLAGS-test-double.c): Likewise.
41005         (CFLAGS-test-float.c): Likewise.
41006         (CFLAGS-test-misc.c): Likewise.
41007         (CFLAGS-test-test-fenv.c): Likewise.
41008
41009 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41010
41011         [BZ #2550]
41012         [BZ #2570]
41013         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41014         comparisons to determine direction to adjust input.
41015
41016 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41017
41018         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41019         output to the target.
41020
41021         * scripts/localplt.awk: New file.
41022         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41023         (check-localplt-CFLAGS): Variable removed.
41024         ($(all-built-dso:=.jmprel)): New static pattern rule.
41025         (generated): Add those targets.
41026         (localplt-built-dso): New variable.
41027         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41028
41029         * elf/check-localplt.c: File removed.
41030
41031         * scripts/check-execstack.awk: New file.
41032         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41033         (check-execstack-CFLAGS): Variable removed.
41034         ($(objpfx)check-execstack.h): Target removed.
41035         ($(objpfx)execstack-default): New target.
41036         (generated): Add that instead of check-execstack.h.
41037         ($(all-built-dso:=.phdr)): New static pattern rule.
41038         (generated): Add those targets.
41039         * elf/check-execstack.c: File removed.
41040
41041         * scripts/check-textrel.awk: New file.
41042         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41043         (check-textrel-CFLAGS): Variable removed.
41044         (all-built-dso): Use := to define.o
41045         ($(all-built-dso:=.dyn)): New static pattern rule.
41046         (generated): Add those targets.
41047         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41048         * config.make.in (READELF): New substituted variable.
41049         * elf/check-textrel.c: File removed.
41050
41051 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41052
41053         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41054         allow.
41055         * conform/data/ctype.h-data [C99-based standards] (isblank):
41056         Expect function.
41057         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41058         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41059         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41060         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41061         Specify type.  Require positive value.
41062         (EILSEQ): Likewise.
41063         (ERANGE): Likewise.
41064         [ISO || POSIX] (EILSEQ): Do not expect.
41065         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41066         Specify type.  Require positive value.
41067         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41068         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41069         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41070         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41071         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41072         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41073         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41074         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41075         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41076         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41077         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41078         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41079         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41080         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41081         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41082         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41083         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41084         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41085         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41086         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41087         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41088         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41089         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41090         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41091         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41092         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41093         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41094         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41095         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41096         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41097         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41098         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41099         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41100         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41101         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41102         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41103         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41104         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41105         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41106         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41107         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41108         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41109         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41110         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41111         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41112         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41113         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41114         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41115         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41116         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41117         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41118         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41119         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41120         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41121         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41122         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41123         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41124         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41125         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41126         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41127         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41128         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41129         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41130         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41131         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41132         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41133         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41134         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41135         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41136         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41137         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41138         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41139         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41140         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41141         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41142         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41143         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41144         Require >= 2.
41145         (FLT_ROUNDS): Expect as macro, not constant.
41146         (FLT_MANT_DIG): Use macro-int-constant.
41147         (DBL_MANT_DIG): Likewise.
41148         (LDBL_MANT_DIG): Likewise.
41149         (FLT_DIG): Likewise.
41150         (DBL_DIG): Likewise.
41151         (LDBL_DIG): Likewise.
41152         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41153         (DBL_MIN_EXP): Likewise.
41154         (LDBL_MIN_EXP): Likewise.
41155         (FLT_MAX_EXP): Use macro-int-constant.
41156         (DBL_MAX_EXP): Likewise.
41157         (LDBL_MAX_EXP): Likewise.
41158         (FLT_MAX_10_EXP): Likewise.
41159         (DBL_MAX_10_EXP): Likewise.
41160         (LDBL_MAX_10_EXP): Likewise.
41161         (FLT_MAX): Use macro-constant.
41162         (DBL_MAX): Likewise.
41163         (LDBL_MAX): Likewise.
41164         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41165         (DBL_EPSILON): Likewise.
41166         (LDBL_EPSILON): Likewise.
41167         (FLT_MIN): Likewise.
41168         (DBL_MIN): Likewise.
41169         (LDBL_MIN): Likewise.
41170         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41171         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41172         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41173         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41174         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41175         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41176         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41177         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41178         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41179         [ISO11] (FLT_TRUE_MIN): Likewise.
41180         [ISO11] (LDBL_TRUE_MIN): Likewise.
41181         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41182         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41183         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41184         (SCHAR_MAX): Likewise.
41185         (UCHAR_MAX): Likewise.
41186         (CHAR_MIN): Likewise.
41187         (CHAR_MAX): Likewise.
41188         (MB_LEN_MAX): Use macro-int-constant.
41189         (SHRT_MIN): Use macro-int-constant.  Specify type.
41190         (SHRT_MAX): Likewise.
41191         (USHRT_MAX): Likewise.
41192         (INT_MAX): Likewise.
41193         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41194         bound negative.
41195         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41196         bound with "U".
41197         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41198         bound with "L".
41199         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41200         bound negative.  Suffix upper bound with "L".
41201         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41202         bound with "UL".
41203         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41204         Specify type.
41205         [C99-based standards] (LLONG_MAX): Likewise.
41206         [C99-based standards] (ULLONG_MAX): Likewise.
41207         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41208         == 0.
41209         [ISO11] (max_align_t): Require type.
41210         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41211
41212         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41213         from $CFLAGS, without defining away __attribute__ calls.
41214         (checknamespace): Use $CFLAGS_namespace.
41215
41216         * conform/conformtest.pl (@keywords): Only include C99 keywords
41217         for standards based on C99 or C11.
41218
41219         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41220         Disable tests.
41221         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41222         UNIX98]: Likewise.
41223
41224         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41225         usability of symbols in #if.
41226
41227         * conform/conformtest.pl: If macro or constant types start
41228         "promoted:", expect the symbol to be of the following type
41229         promoted by the integer promotions.
41230
41231         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41232         in one place.  Also handle "macro-constant".
41233
41234         * conform/conformtest.pl: Only accept expected macro values with
41235         "==".  Parse all "macro" lines in one place.
41236         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41237
41238         * conform/conformtest.pl: Handle braced types on "constant" lines
41239         instead of handling "typed-constant".
41240         * conform/data/signal.h-data: Use "constant" instead of
41241         "typed-constant".
41242
41243         * conform/conformtest.pl: Handle "optional-" at start of lines in
41244         one place rather than duplicating several cases.  Handle each
41245         format of "macro" line with initial "optional-".
41246
41247         * conform/conformtest.pl: Only accept expected constant or
41248         optional-constant values with "==".  Parse all "constant" lines in
41249         one place.  Parse all "optional-constant" lines in one place.
41250         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41251         * conform/data/fmtmsg.h-data: Likewise.
41252         * conform/data/netinet/in.h-data: Likewise.
41253         * conform/data/tar.h-data: Likewise.
41254         * conform/data/limits.h-data: Use "==" form on "constant" and
41255         "optional-constant" lines.
41256
41257         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41258         Use -std=c99 for XOPEN2K.
41259         (@knownproblems): Remove.
41260         (newtoken): Don't check %isknown.
41261
41262         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41263         Do not expect macro.
41264         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41265         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41266         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41267         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41268         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41269         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41270         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41271         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41272         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41273         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41274         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41275         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41276         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41277         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41278         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41279         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41280         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41281         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41282         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41283         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41284         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41285         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41286         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41287         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41288         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41289         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41290         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41291         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41292         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41293         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41294         [XPG3] (acosh): Likewise.
41295         [XPG3] (asinh): Likewise.
41296         [XPG3] (atanh): Likewise.
41297         [XPG3] (cbrt): Likewise.
41298         [XPG3] (expm1): Likewise.
41299         [XPG3] (ilogb): Likewise.
41300         [XPG3] (log1p): Likewise.
41301         [XPG3] (logb): Likewise.
41302         [XPG3] (nextafter): Likewise.
41303         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41304         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41305         [XPG3] (remainder): Likewise.
41306         [XPG3] (rint): Likewise.
41307         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41308         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41309         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41310         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41311         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41312         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41313         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41314         [UNIX98 || XOPEN2K] (scalb): Expect.
41315         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41316         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41317         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41318         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41319         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41320         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41321         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41322         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41323         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41324         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41325         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41326         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41327         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41328         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41329         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41330         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41331         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41332         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41333         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41334         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41335         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41336         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41337         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41338         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41339         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41340         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41341         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41342         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41343         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41344         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41345         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41346         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41347         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41348         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41349         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41350         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41351         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41352         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41353         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41354         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41355         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41356         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41357         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41358         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41359         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41360         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41361         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41362         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41363         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41364         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41365         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41366         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41367         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41368         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41369         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41370         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41371         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41372         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41373         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41374         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41375         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41376         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41377         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41378         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41379         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41380         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41381         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41382         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41383         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41384         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41385         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41386         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41387         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41388         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41389         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41390         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41391         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41392         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41393         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41394         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41395         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41396         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41397         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41398         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41399         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41400         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41401         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41402         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41403         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41404         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41405         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41406         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41407         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41408         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41409         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41410         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41411         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41412         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41413         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41414         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41415         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41416         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41417         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41418         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41419         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41420         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41421         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41422         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41423         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41424         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41425         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41426         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41427         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41428         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41429         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41430         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41431         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41432         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41433         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41434         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41435         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41436         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41437         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41438         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41439         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41440         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41441         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41442         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41443         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41444         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41445         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41446         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41447         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41448         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41449         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41450         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41451         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41452
41453         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41454         _XOPEN_SOURCE_EXTENDED for XPG4.
41455
41456         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41457
41458         * Makeconfig (localtime): Remove variable.
41459         (inst_localtime-file): Likewise.
41460
41461 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41462
41463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41464         Update.
41465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41466         Update.
41467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41468         Update.
41469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41470         Update.
41471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41472         Update.
41473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41474         Update.
41475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41476         Update.
41477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41478         Update.
41479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41480         Update.
41481
41482 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41483
41484         [BZ #2550]
41485         [BZ #2570]
41486         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41487         comparisons to determine direction to adjust input.
41488         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41489         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41490         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41491         Likewise.
41492         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41493         Likewise.
41494         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41495         Likewise.
41496         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41497         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41498         Likewise.
41499         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41500         Likewise.
41501         * math/libm-test.inc (nexttoward_test): Add more tests.
41502
41503 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41504
41505         [BZ #14040]
41506         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41507         in version GLIBC_2.1, not GLIBC_2.0.
41508         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41509         Likewise.
41510
41511 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41512
41513         [BZ #13942]
41514         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41515         (1 - x) * (1 + x).
41516         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41517         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41518         * math/libm-test.inc (acos_test): Add more tests.
41519         (asin_test): Likewise.
41520         * sysdeps/i386/fpu/libm-test-ulps: Update.
41521         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41522
41523         [BZ #14034]
41524         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41525         of square root.
41526         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41527         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41528         * math/libm-test.inc (acos_test_tonearest): New function.
41529         (acos_test_towardzero): Likewise.
41530         (acos_test_downward): Likewise.
41531         (acos_test_upward): Likewise.
41532         (asin_test_tonearest): Likewise.
41533         (asin_test_towardzero): Likewise.
41534         (asin_test_downward): Likewise.
41535         (asin_test_upward): Likewise.
41536         (main): Call the new functions.
41537         * sysdeps/i386/fpu/libm-test-ulps: Update.
41538         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41539
41540         [BZ #13884]
41541         [BZ #13924]
41542         * math/e_exp10.c: Include <float.h>.
41543         (__ieee754_exp10): Handle underflow here rather than multiplying
41544         large negative argument by M_LN10.
41545         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41546         of __ieee754_expf.
41547         * math/e_exp10l.c: Include <float.h>.
41548         (__ieee754_exp10l): Handle underflow here rather than multiplying
41549         large negative argument by M_LN10l.
41550         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41551         spurious overflow exception on underflow.
41552
41553 2012-04-29  Marek Polacek  <polacek@redhat.com>
41554
41555         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41556         (__fortify_function): New macro.
41557         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41558         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41559         __extern_always_inline.
41560         * libio/bits/stdio2.h: Likewise.
41561         * libio/bits/stdio.h: Likewise.
41562         * string/string.h: Likewise.
41563         * string/bits/string3.h: Likewise.
41564         * include/stdio.h: Likewise.
41565         * stdlib/bits/stdlib.h: Likewise.
41566         * stdlib/stdlib.h: Likewise.
41567         * rt/bits/mqueue2.h: Likewise.
41568         * rt/mqueue.h: Likewise.
41569         * posix/bits/unistd.h: Likewise.
41570         * posix/unistd.h: Likewise.
41571         * io/bits/poll2.h: Likewise.
41572         * io/bits/fcntl2.h: Likewise.
41573         * io/fcntl.h: Likewise.
41574         * io/sys/poll.h: Likewise.
41575         * misc/bits/syslog.h: Likewise.
41576         * misc/bits/syslog-ldbl.h: Likewise.
41577         * misc/sys/syslog.h: Likewise.
41578         * socket/bits/socket2.h: Likewise.
41579         * socket/sys/socket.h: Likewise.
41580         * debug/tst-chk1.c: Likewise.
41581         * wcsmbs/bits/wchar2.h: Likewise.
41582         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41583         * wcsmbs/wchar.h: Likewise.
41584
41585 2012-04-29  Andreas Jaeger  <aj@suse.de>
41586
41587         * Makerules (tests): Remove enable-check-abi protection.
41588         (check-abi-warn): Remove.
41589         (check-abi-%): Remove check-abi-warn usage.
41590
41591         * configure.in: Remove check-abi configure option.
41592         * configure: Regenerated.
41593         * config.make.in (enable-check-abi): Remove.
41594
41595 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41596
41597         [BZ #14033]
41598         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41599         double functions to double *_finite functions.
41600
41601         [BZ #13941]
41602         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41603         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41604         LDBL_MIN_EXP.
41605         * stdio-common/Makefile (tests): Add tst-sprintf3.
41606         * stdio-common/tst-sprintf3.c: New file.
41607
41608         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41609         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41610
41611 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41612
41613         * conform/conformtest.pl: Remove duplicate typed-constant
41614         handling.
41615
41616 2012-04-28  David S. Miller  <davem@davemloft.net>
41617
41618         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41619         (check-abi-%): Remove AWK script prerequisite and explicit
41620         abilist directory.
41621         (check-abi): Rewrite to just diff the symlist with the abilist.
41622         (config-tls, config-abi-config): Delete, no longer used.
41623         (update-abi-%): Remove AWK script and explicit abilist directory.
41624         (update-abi): Rewrite to simply compare and conditionally copy the
41625         symlist and the sysdep abilist file.  Remove update-abi-config
41626         checks.
41627         * abilist/ld.abilist: Remove.
41628         * abilist/libBrokenLocale.abilist: Remove.
41629         * abilist/libanl.abilist: Remove.
41630         * abilist/libcrypt.abilist: Remove.
41631         * abilist/libdl.abilist: Remove.
41632         * abilist/librt.abilist: Remove.
41633         * abilist/libthread_db.abilist: Remove.
41634         * abilist/libutil.abilist: Remove.
41635         * scripts/extract-abilist.awk: Remove.
41636         * scripts/merge-abilist.awk: Remove.
41637         * sysdeps/generic/libcidn.abilist: New file.
41638         * sysdeps/generic/libnss_compat.abilist: New file.
41639         * sysdeps/generic/libnss_db.abilist: New file.
41640         * sysdeps/generic/libnss_dns.abilist: New file.
41641         * sysdeps/generic/libnss_files.abilist: New file.
41642         * sysdeps/generic/libnss_hesiod.abilist: New file.
41643         * sysdeps/generic/libnss_nis.abilist: New file.
41644         * sysdeps/generic/libnss_nisplus.abilist: New file.
41645         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41646         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41647         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41648         file.
41649         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41650         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41651         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41652         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41653         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41654         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41655         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41656         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41657         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41658         file.
41659         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41660         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41661         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41662         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41663         file.
41664         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41665         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41666         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41667         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41668         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41669         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41670         file.
41671         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41672         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41673         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41674         file.
41675         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41676         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41677         New file.
41678         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41679         New file.
41680         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41681         New file.
41682         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41683         New file.
41684         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41685         New file.
41686         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41687         New file.
41688         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41689         New file.
41690         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41691         New file.
41692         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41693         New file.
41694         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41695         New file.
41696         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41697         New file.
41698         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41699         New file.
41700         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41701         New file.
41702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41703         file.
41704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41705         New file.
41706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41707         New file.
41708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41709         file.
41710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41711         New file.
41712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41713         New file.
41714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41715         file.
41716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41717         New file.
41718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41719         New file.
41720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41721         New file.
41722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41723         New file.
41724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41725         New file.
41726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41727         New file.
41728         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41729         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41730         file.
41731         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41732         New file.
41733         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41734         file.
41735         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41736         file.
41737         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41738         file.
41739         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41740         file.
41741         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41742         file.
41743         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41744         New file.
41745         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
41746         file.
41747         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
41748         file.
41749         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
41750         New file.
41751         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
41752         file.
41753         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
41754         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
41755         file.
41756         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
41757         New file.
41758         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
41759         file.
41760         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
41761         file.
41762         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
41763         file.
41764         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
41765         file.
41766         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
41767         file.
41768         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41769         New file.
41770         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
41771         file.
41772         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
41773         file.
41774         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
41775         New file.
41776         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
41777         file.
41778         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41779         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
41780         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
41781         file.
41782         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
41783         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
41784         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
41785         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
41786         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
41787         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
41788         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
41789         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
41790         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
41791         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
41792         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
41793         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
41794         file.
41795         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
41796         New file.
41797         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
41798         file.
41799         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
41800         file.
41801         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
41802         file.
41803         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
41804         file.
41805         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
41806         file.
41807         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
41808         New file.
41809         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
41810         New file.
41811         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
41812         file.
41813         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
41814         New file.
41815         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
41816         file.
41817         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
41818         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
41819         file.
41820         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
41821         New file.
41822         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
41823         file.
41824         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
41825         file.
41826         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
41827         file.
41828         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
41829         file.
41830         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
41831         file.
41832         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
41833         New file.
41834         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
41835         New file.
41836         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
41837         file.
41838         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
41839         New file.
41840         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
41841         file.
41842
41843 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41844
41845         * conform/conformtest.pl: Fix typo in handling typed-constant from
41846         allow-header.
41847
41848 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41849
41850         * README: Cut down references to pre-2.6 Linux kernels and
41851         Linuxthreads.  Update lists of configurations in libc and ports
41852         and sort alphabetically.  Say "or newer" with Linux kernel version
41853         requirements.
41854
41855         * config.h.in [IS_IN_build]: Allow compiling without optimization.
41856
41857 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
41858
41859         [BZ #887]
41860         * math/libm-test.inc (logb_test_downward): New test to expose
41861         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
41862         rounding mode.
41863
41864 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41865
41866         [BZ #14027]
41867         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
41868         to be done.
41869         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
41870         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
41871
41872 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
41873
41874         * sysdeps/unix/i386/brk.S: Remove file.
41875         * sysdeps/unix/i386/dl-brk.S: Likewise.
41876         * sysdeps/unix/i386/pipe.S: Likewise.
41877         * sysdeps/unix/i386/sigreturn.S: Likewise.
41878         * sysdeps/unix/i386/syscall.S: Likewise.
41879         * sysdeps/unix/i386/vfork.S: Likewise.
41880         * sysdeps/unix/i386/wait.S: Likewise.
41881
41882         * sysdeps/unix/common/tcsendbrk.c: Move to ...
41883         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
41884
41885         * configure.in (arm*-none*): Do not allow without
41886         --enable-hacker-mode.
41887         (netbsd*): Remove case setting base_os.
41888         (386bsd*): Likewise.
41889         (freebsd*): Likewise.
41890         (bsdi*): Likewise.
41891         (osf*): Likewise.
41892         (sunos*): Likewise.
41893         (ultrix*): Likewise.
41894         (newsos*): Likewise.
41895         (dynix*): Likewise.
41896         (*bsd*): Likewise.
41897         (sysv*): Likewise.
41898         (isc*): Likewise.
41899         (esix*): Likewise.
41900         (sco*): Likewise.
41901         (minix*): Likewise.
41902         (irix4*): Likewise.
41903         (irix6*): Likewise.
41904         (solaris[2-9]*): Likewise.
41905         (none): Likewise.
41906         * configure: Regenerated.
41907
41908 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41909
41910         [BZ #11521]
41911         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
41912         overflow or cancellation in calculating denominator.
41913         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
41914         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
41915         down expression to avoid unexpected rounding in newer GCCs.
41916         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
41917
41918 2012-04-26  David S. Miller  <davem@davemloft.net>
41919
41920         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
41921         long-double compat symbols.
41922         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41923         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41924         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41925         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
41926         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41927         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
41928         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
41929         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
41930         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
41931         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
41932         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
41933         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
41934         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41935
41936 2012-04-25  David S. Miller  <davem@davemloft.net>
41937
41938         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
41939         HWCAP_* values only after the memory barriers have been defined.
41940         (atomic_full_barrier): Define.
41941         (atomic_read_barrier): Define.
41942         (atomic_write_barrier): Define.
41943
41944 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41945
41946         * shlib-versions: Add libgcc_s version information.
41947         * sysdeps/generic/libgcc_s.h: Remove.
41948         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
41949         libgcc_s.h.
41950         * sysdeps/gnu/unwind-resume.c: Likewise.
41951         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
41952
41953 2012-04-25  David S. Miller  <davem@davemloft.net>
41954
41955         * sysdeps/unix/sparc/brk.S: Delete.
41956         * sysdeps/unix/sparc/dl-brk.S: Delete.
41957         * sysdeps/unix/sparc/pipe.S: Delete.
41958         * sysdeps/unix/sparc/sysdep.S: Delete.
41959         * sysdeps/unix/sparc/sysdep.h: Delete.
41960         * sysdeps/unix/sparc/vfork.S: Delete.
41961         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
41962         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
41963         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
41964         (ret_ERRVAL, r0, r1, MOVE): Define.
41965         (JUMPTARGET): Remove.
41966         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
41967         sysdeps/unix/sparc/sysdep.h
41968         (ENTRY, END): Remove.
41969         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41970
41971 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
41972
41973         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
41974         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
41975         -DIS_IN_build.
41976
41977         * timezone/README: Update upstream location and email address for
41978         tzcode and tzdata.
41979         * timezone/zdump.c: Update from tzcode 2012b.
41980         * timezone/zic.c: Likewise.
41981
41982         * configure.in (libc_cv_as_needed): Remove test.
41983         * configure: Regenerated.
41984         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
41985         conditional definition.
41986         [$(have-as-needed) != yes] (no-as-needed): Likewise.
41987         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
41988         * config.make.in (have-as-needed): Remove variable.
41989
41990 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
41991             Paul Pluzhnikov  <ppluzhnikov@google.com>
41992
41993         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
41994         strings correctly.
41995
41996 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
41997
41998         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
41999         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42000         * sysdeps/sh/strlen.S: Likewise.
42001
42002 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42003
42004         * sysdeps/unix/fork.S: Remove file.
42005         * sysdeps/unix/i386/fork.S: Likewise.
42006         * sysdeps/unix/sparc/fork.S: Likewise.
42007
42008         * sysdeps/unix/system.c: Remove file.
42009         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42010
42011         * sysdeps/unix/getegid.S: Remove file.
42012         * sysdeps/unix/geteuid.S: Likewise.
42013
42014 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42015
42016         * scripts/check-localplt.awk: New file.
42017         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42018         of diff.
42019         * scripts/data/localplt-generic.data: Add a comment.
42020
42021         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42022         NODE when __dir_mkfile failed.
42023         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42024         Reported by Ludovic Courtès <ludo@gnu.org>.
42025
42026 2012-04-24  Andreas Jaeger  <aj@suse.de>
42027
42028         * Makerules (common-clean): Also remove gen-as-const-headers
42029         files.
42030
42031 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42032
42033         * Makerules (native-compile): Do not change working directory for
42034         build.  Use $(OUTPUT_OPTION) in command.
42035         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42036
42037 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42038
42039         [BZ #13886]
42040         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42041         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42042         * math/libm-test.inc (floor_test): Add more tests.
42043         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42044
42045 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42046
42047         * sysdeps/unix/getdents.c: Remove file.
42048         * sysdeps/unix/sysv/getdents.c: Likewise.
42049         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42050
42051         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42052         sysdeps/unix/mman/syscalls.list.
42053         (mmap): Likewise.
42054         (mprotect): Likewise.
42055         (msync): Likewise.
42056         (munmap): Likewise.
42057         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42058         * sysdeps/unix/mman/syscalls.list: Remove.
42059         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42060
42061         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42062         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42063         * configure: Regenerated.
42064         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42065         $(libgcc_s_suffix).
42066         * config.make.in (libgcc_s_suffix): Remove variable.
42067
42068 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42069
42070         * sysdeps/unix/sysv/gethostname.c: Move to ...
42071         * sysdeps/posix/gethostname.c: ... here.
42072
42073         * sysdeps/unix/execve.S: Remove file.
42074
42075         * sysdeps/unix/_exit.S: Remove file.
42076
42077 2012-04-23  Andreas Jaeger  <aj@suse.de>
42078
42079         [BZ #13739]
42080         * manual/Makefile: Remove make dist support, there's no
42081         need for a stand-alone documentation tar ball.
42082         (TEXI2DVI): Define always, it's not in Makeconfig.
42083         (dist): Removed.
42084         (tar-it): Removed.
42085         (edition): Removed.
42086         (glibc-doc-$(edition).tar): Removed
42087         (%.Z): Removed.
42088         (%.gz): Removed.
42089         (%.uu): Removed.
42090         (ETAGS): Remove, it's in Makeconfig.
42091         (move-if-change): Remove, it's in Makeconfig.
42092
42093 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42094
42095         [BZ #13970]
42096         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42097         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42098         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42099         (strtod_l, strtof_l, strtold_l): Remove __wur.
42100         It is not necessarily an error to ignore strtol's return value.
42101         One can reliably look at the stored endptr to decide whether
42102         the number had valid syntax.
42103
42104 2012-04-21  Andreas Jaeger  <aj@suse.de>
42105
42106         [BZ #13739]
42107         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42108
42109 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42110
42111         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42112         * sysdeps/unix/sysv/Versions: Remove file.
42113
42114 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42115
42116         [BZ #13927]
42117         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42118
42119 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42120
42121         [BZ #7064]
42122         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42123         version from __vm86.
42124
42125 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42126
42127         * sysdeps/unix/common/lxstat.c: Remove file.
42128         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42129
42130         * sysdeps/unix/sysv/Makefile: Remove file.
42131
42132         * sysdeps/unix/sysv/direct.h: Remove file.
42133
42134         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42135         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42136         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42137         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42138         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42139         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42140         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42141
42142         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42143
42144         * sysdeps/unix/xmknod.c: Remove file.
42145         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42146
42147         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42148
42149         * sysdeps/unix/sysv/i386/time.S: Remove file.
42150
42151         * sysdeps/unix/fxstat.c: Remove file.
42152         * sysdeps/unix/xstat.c: Likewise.
42153         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42154
42155         * sysdeps/unix/sysv/sigaction.c: Remove file.
42156
42157         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42158         (sysdep_headers): Remove variable.
42159         [termio.h not in sysdep_headers] (generated): Likewise.
42160         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42161         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42162         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42163         * sysdeps/unix/sysv/tcflow.c: Likewise.
42164         * sysdeps/unix/sysv/tcflush.c: Likewise.
42165         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42166         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42167         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42168         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42169         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42170
42171         * sysdeps/unix/siglist.c: Remove file.
42172
42173         * sysdeps/unix/getppid.S: Remove file.
42174
42175         * sysdeps/unix/mkdir.c: Remove file.
42176         * sysdeps/unix/rmdir.c: Likewise.
42177
42178 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42179
42180         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42181         ERR_MAX value.
42182         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42183         errlist-compat value.
42184
42185 2012-04-18  David S. Miller  <davem@davemloft.net>
42186
42187         * sysdeps/generic/memcopy.h (reg_char): Delete.
42188         * debug/strcat_chk.c: Use char, not reg_char.
42189         * debug/strcpy_chk.c: Likewise.
42190         * debug/strncat_chk.c: Likewise.
42191         * debug/strncpy_chk.c: Likewise.
42192         * string/memchr.c: Likewise.
42193         * string/memrchr.c: Likewise.
42194         * string/rawmemchr.c: Likewise.
42195         * string/strcat.c: Likewise.
42196         * string/strchr.c: Likewise.
42197         * string/strchrnul.c: Likewise.
42198         * string/strcmp.c: Likewise.
42199         * string/strcpy.c: Likewise.
42200         * string/strncat.c: Likewise.
42201         * string/strncmp.c: Likewise.
42202         * string/strncpy.c: Likewise.
42203
42204 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42205
42206         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42207         __builtin_memcopy is called when src and dest ranges are known to not
42208         overlap.
42209
42210 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42211
42212         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42213         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42214         fwd_align_merge macro call.
42215         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42216         bwd_align_merge macro call.
42217         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42218
42219 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42220
42221         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42222         bwd_align_merge macros.
42223         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42224         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42225         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42226
42227 2012-04-18  David S. Miller  <davem@davemloft.net>
42228
42229         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42230
42231 2012-04-18  Andreas Jaeger  <aj@suse.de>
42232
42233         [BZ# 6794]
42234         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42235         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42236         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42237
42238         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42239         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42240         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42241
42242         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42243         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42244         Adjust for changed ldbl-128 files.
42245
42246         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42247         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42248         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42249
42250 2012-04-17  David S. Miller  <davem@davemloft.net>
42251
42252         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42253
42254 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42255
42256         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42257         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42258         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42259         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42260         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42261         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42262
42263 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42264
42265         [BZ #6794]
42266         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42267         * math/libm-test.inc: Add ilogb errno and exception tests.
42268         * math/w_ilogb.c: New file: ilogb wrapper.
42269         * math/w_ilogbf.c: New file: ilogbf wrapper.
42270         * math/w_ilogbl.c: New file: ilogbl wrapper.
42271         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42272         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42273         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42274         exception being thrown with 0.0 as argument.
42275         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42276         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42277         exception being thrown with 0.0 as argument.
42278         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42279         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42280         exception being thrown with 0.0 as argument.
42281         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42282         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42283         exception being thrown with 0.0 as argument.
42284         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42285         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42286         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42287         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42288         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42289         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42290         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42291         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42292         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42293
42294 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42295
42296         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42297         with altivec.
42298
42299 2012-04-16  Marek Polacek  <polacek@redhat.com>
42300
42301         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42302
42303 2012-04-16  Marek Polacek  <polacek@redhat.com>
42304
42305         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42306         operands of fdivp instruction.
42307
42308 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42309
42310         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42311         * elf/tst-auditmod3b.c: Likewise.
42312         * elf/tst-auditmod4b.c: Likewise.
42313         * elf/tst-auditmod5b.c: Likewise.
42314         * elf/tst-auditmod6b.c: Likewise.
42315         * elf/tst-auditmod6c.c: Likewise.
42316         * elf/tst-auditmod7b.c: Likewise.
42317         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42318         * sysdeps/x86_64/preconfigure.in: Likewise.
42319         * sysdeps/x86_64/preconfigure: Regenerated.
42320
42321 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42322
42323         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42324         __ILP32__.
42325
42326 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42327
42328         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42329         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42330
42331 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42332
42333         [BZ #13973]
42334         * locale/iso-639.def: Fix gl language name. Spotted by
42335         Yaron Shahrabani.
42336
42337 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42338
42339         [BZ #2074]
42340         * libio/libio.h (__io_write_fn): Update comment.
42341
42342 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42343
42344         [BZ #2074]
42345         * stdio.texi (Hook Functions): The user provided writer function
42346         is not allowed to return -1.
42347
42348 2012-04-11  David S. Miller  <davem@davemloft.net>
42349
42350         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42351
42352 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42353
42354         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42355         Add a leading slash to rtkaio.
42356
42357 2012-04-11  Jim Meyering  <meyering@redhat.com>
42358
42359         [BZ #11959]
42360         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42361         It is not necessarily an error to ignore fwrite's return
42362         value.  One can reliably use ferror to test for errors after
42363         the fact.
42364
42365 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42366
42367         * bits/types.h (__snseconds_t): New type.
42368         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42369
42370         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42371         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42372         (__SNSECONDS_T_TYPE): Likewise.
42373         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42374         (__SNSECONDS_T_TYPE): Likewise.
42375         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42376         (__SNSECONDS_T_TYPE): Likewise.
42377
42378 2012-04-10  Andreas Jaeger  <aj@suse.de>
42379
42380         [BZ #2636]
42381         * manual/time.texi (Processor Time): Return type of times is
42382         elapsed real time since an arbitrary point in the past.
42383         (CPU Time): Move CLK_TCK from here...
42384         (Processor Time): ...to here.  Correct description.
42385         * manual/conf.texi (Constants for Sysconf): Correct description of
42386         _SC_CLK_TCK.
42387
42388 2012-04-10  David S. Miller  <davem@davemloft.net>
42389
42390         [BZ #13967]
42391         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42392         where the is a gap between DT_REL(A) and DT_JMPREL.
42393
42394 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42395
42396         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42397         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42398         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42399
42400 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42401
42402         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42403         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42404         (dl_main): Handle --inhibit-cache.
42405         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42406         _dl_inhibit_cache.
42407         * elf/dl-load.c (_dl_map_object): Use it.
42408         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42409
42410 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42411
42412         [BZ #13872]
42413         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42414         (__ieee754_powl): Saturate large exponents rather than testing for
42415         overflow of y*log2(x).
42416         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42417         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42418         exceptions.
42419
42420         [BZ #11521]
42421         * math/s_ctan.c: Include <float.h>.
42422         (__ctan): Avoid internal overflow or cancellation in calculating
42423         denominator.
42424         * math/s_ctanf.c: Likewise.
42425         * math/s_ctanl.c: Likewise.
42426         * math/s_ctanh.c: Likewise.
42427         * math/s_ctanhf.c: Likewise.
42428         * math/s_ctanhl.c: Likewise.
42429         * math/libm-test.inc (ctan_test): Add more tests.
42430         (ctanh_test): Likewise.
42431         * sysdeps/i386/fpu/libm-test-ulps: Update.
42432         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42433
42434 2012-04-09  Andreas Jaeger  <aj@suse.de>
42435
42436         [BZ #6894]
42437         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42438         is an optional BSD extension.
42439
42440         [BZ #10254]
42441         * manual/stdio.texi (Opening Streams): Document additional fopen
42442         parameters.
42443
42444 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42445
42446         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42447         %eax without telling the compiler.
42448
42449 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42450
42451         [BZ # 13963]
42452         * manual/install.texi: Use sourceware.org.
42453
42454 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42455
42456         [BZ #13873]
42457         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42458         (__ieee754_pow): Generate overflow and underflow using huge*huge
42459         and tiny*tiny rather than just returning constant infinity or zero
42460         for large exponents.
42461         * math/libm-test.inc (pow_test): Require overflow exceptions for
42462         applicable cases of large exponents.
42463
42464         [BZ #706]
42465         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42466         (__ieee754_pow): Use iterative multiplication algorithm only for
42467         integer exponents with absolute value below 1024.  Check for odd
42468         integer exponents when using algorithm for real exponents.
42469         * math/libm-test.inc (pow_test): Add more tests.
42470         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42471
42472 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42473
42474         [BZ #13705]
42475         * math/libm-test.inc (exp_test): Do not allow overflow exception
42476         on underflow test.
42477
42478 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42479
42480         [BZ #13705]
42481         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42482         instead of __kernel_standard_f.
42483
42484 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42485
42486         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42487         * sysdeps/x86_64/memset_chk.S: Likewise.
42488
42489 2012-04-08  Andreas Jaeger  <aj@suse.de>
42490
42491         [BZ #10153]
42492         * manual/startup.texi (Environment Access): Describe return value
42493         for putenv and setenv.
42494
42495         [BZ #6895]
42496         * manual/filesys.texi (Directory Entries): Add description for
42497         DT_LNK.
42498
42499         [BZ #6890]
42500         * manual/filesys.texi (Directory Entries): Clarify that it's file
42501         system not operating system in the description of DT_UNKNOWN.
42502
42503         [BZ #6578]
42504         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42505
42506 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42507
42508         [BZ #6649]
42509         * manual/llio.texi (Opening and Closing Files): Add cross
42510         reference to explain mode argument.
42511
42512 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42513
42514         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42515         * sysdeps/x86_64/memset_chk.S: Likewise.
42516
42517 2012-04-07  David S. Miller  <davem@davemloft.net>
42518
42519         * elf/elf.h (R_SPARC_WDISP10): Define.
42520         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42521         R_SPARC_SIZE32.
42522         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42523         R_SPARC_SIZE64 and R_SPARC_H34.
42524
42525 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42526
42527         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42528         conditions and remove no longer applicable assertion.
42529
42530 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42531
42532         * bits/byteswap.h: Include <features.h>.
42533         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42534         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42535
42536 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42537
42538         * bits/byteswap.h (__bswap_16): Removed.
42539         Include <bits/byteswap-16.h> to get __bswap_16.
42540         * sysdeps/i386/bits/byteswap.h: Likewise.
42541         * sysdeps/s390/bits/byteswap.h: Likewise.
42542         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42543         * bits/byteswap-16.h: New file.
42544         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42545         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42546         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42547         * string/Makefile (headers): Add bits/byteswap-16.h.
42548
42549 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42550
42551         [BZ #13895]
42552         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42553         extra indirection.
42554         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42555         * nss/tst-nss-static.c: New.
42556
42557 2012-04-06  Robert Millan  <rmh@gnu.org>
42558
42559         [BZ #6486]
42560         * manual/llio.texi (File Position Primitive): lseek
42561         refers to WHENCE when it really means OFFSET.
42562
42563 2012-04-06  Andreas Jaeger  <aj@suse.de>
42564
42565         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42566         strncmp declarations.
42567
42568         * abilist/libc.abilist: Add __poll and __ppoll.
42569
42570 2012-04-05  David S. Miller  <davem@davemloft.net>
42571
42572         * scripts/check-local-headers.sh: Accept a host triplet in the
42573         path matched by the exclude regexp.
42574
42575         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42576         definition.
42577         * sysdeps/powerpc/powerpc32/dl-machine.h
42578         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42579         * sysdeps/s390/s390-32/dl-machine.h
42580         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42581         * sysdeps/sparc/sparc32/dl-machine.h
42582         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42583         * sysdeps/sparc/sparc64/dl-machine.h
42584         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42585
42586         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42587         lazy binding.
42588         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42589         undefined symbol errors.
42590
42591         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42592         DT_NEEDED entries.
42593
42594 2012-04-05  Michael Matz  <matz@suse.de>
42595
42596         [BZ #13592]
42597         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42598
42599 2012-04-05  Andreas Jaeger  <aj@suse.de>
42600
42601         [BZ #13908]
42602         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42603         comment.
42604
42605 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42606
42607         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42608         which ROUND is no valid rounding mode.
42609
42610 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42611
42612         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42613         read again.
42614         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42615
42616 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42617
42618         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42619         an exception using FPU order intentionally.
42620
42621 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42622
42623         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42624         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42625         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42626         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42627
42628 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42629
42630         [BZ #12340]
42631         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42632         EINVAL when BUFLEN is too smal.
42633
42634 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42635
42636         [BZ #13553]
42637         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42638         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42639
42640 2012-04-03  Andreas Jaeger  <aj@suse.de>
42641
42642         [BZ #13938]
42643         * manual/setjmp.texi (System V contexts): Fix sentence.
42644
42645         [BZ #13926]
42646         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42647         New macro for this case.
42648         [!__GNUC__] (__bswap_64): New inline function for this case.
42649         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42650         * bits/byteswap.h: Likewise.
42651         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42652         ull, guard with __GLIBC_HAVE_LONG_LONG.
42653
42654         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42655         __GLIBC_HAVE_LONG_LONG.
42656
42657         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42658         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42659
42660 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42661
42662         [BZ #13691]
42663         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42664         inptr and inend, rather than using last_ch.
42665
42666 2012-04-02  David S. Miller  <davem@davemloft.net>
42667
42668         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42669         * stdio-common/printf-parse.h (read_int): Change return type to
42670         'int', return -1 on INT_MAX overflow.
42671         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42672         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
42673         overflows INT_MAX.  Check for overflow of in-format-string precision
42674         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
42675         SIZE_MAX not INT_MAX for integer overflow test.
42676         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42677         skip the construct in the format string but do not record anything.
42678         * stdio-common/bug22.c: Adjust to test both width/prevision
42679         INT_MAX overflow as well as total length INT_MAX overflow.  Check
42680         explicitly for proper errno values.
42681
42682 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
42683
42684         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42685         CHAR_MAX.
42686         * string/test-strcmp.c [! WIDE]: Likewise.
42687         * time/tst-mktime2.c: Likewise for INT_MAX.
42688         * string/test-string.h: #include <sys/param.h> for MIN.
42689
42690         * csu/init-first.c (__libc_init_first): Call __ctype_init.
42691         * sysdeps/i386/init-first.c (init): Likewise.
42692         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42693         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42694         * sysdeps/sh/init-first.c (init): Likewise.
42695
42696 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
42697
42698         * po/ru.po: Update from translation team.
42699         * po/vi.po: Likewise.
42700
42701 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
42702
42703         * resolv/nss_dns/dns-host.c: Merge copyright years.
42704
42705 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42706
42707         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42708         Optimize memcpy with prefetch if
42709         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
42710         src, dst pointers have unequal 16 byte alignments.
42711
42712 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
42713
42714         [BZ #13928]
42715         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42716         from a CNAME entry and return the minimum ttl for the query.
42717         (gaih_getanswer_slice): Likewise.
42718
42719 2012-03-30  Jeff Law  <law@redhat.com>
42720
42721         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42722         due to long keys.
42723         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42724         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42725
42726         * resolv/nss_dns/dns-host.c: Update copyright year.
42727
42728 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
42729
42730         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
42731         requests to save a system call.  Fix check that all bytes are sent.
42732
42733         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42734         comments for sendmmsg.
42735
42736 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42737
42738         [BZ #13691]
42739         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42740         with only 1 character between 0x0041 and 0x01b0.
42741         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42742         * wcsmbs/tst-mbsnrtowcs.c: New file.
42743
42744 2012-03-29  David S. Miller  <davem@davemloft.net>
42745
42746         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
42747         small copies by hand.
42748
42749 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42750
42751         [BZ #13761]
42752         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
42753         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
42754         group memberships.
42755
42756 2012-03-28  David S. Miller  <davem@davemloft.net>
42757
42758         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
42759         that branches into memcpy.
42760         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
42761         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
42762         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42763         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
42764         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
42765         bits.
42766         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
42767         implementation too.
42768         * sysdeps/sparc/mempcpy.S: New file.
42769
42770         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
42771         the IFUNC routine in the libc case.
42772         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42773
42774         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
42775         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
42776         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
42777         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
42778         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
42779         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
42780         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
42781         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
42782
42783         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
42784         loop to 256 bytes instead of 64 bytes and fix test signedness.
42785
42786         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
42787         * sysdeps/sparc/sparc32/Makefile: rather than here...
42788         * sysdeps/sparc/sparc64/Makefile: and here.
42789
42790 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
42791
42792         * malloc/mallocbug.c: Avoid warnings about unused variables.
42793
42794 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
42795
42796         [BZ #13760]
42797         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
42798         in the right place. Discard and retry query if response is
42799         larger than input buffer size.
42800
42801 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
42802
42803         [BZ #369]
42804         [BZ #2678]
42805         [BZ #3866]
42806         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
42807         x for large integer exponent.
42808         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
42809         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
42810         sign of result as needed afterwards.
42811         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
42812         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
42813         result for underflowing pow the same as for overflow.
42814         (__kernel_standard_l): Handle powl overflow and underflow here
42815         rather than calling __kernel_standard.
42816         * math/libm-test.inc (pow_test): Add more tests.
42817
42818         [BZ #3868]
42819         [BZ #13879]
42820         [BZ #13910]
42821         [BZ #13911]
42822         [BZ #13912]
42823         [BZ #13913]
42824         [BZ #13915]
42825         [BZ #13916]
42826         [BZ #13917]
42827         [BZ #13918]
42828         [BZ #13919]
42829         [BZ #13920]
42830         [BZ #13921]
42831         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
42832         * sysdeps/ieee754/k_standard.c: Include <float.h>.
42833         (__kernel_standard_l): New function.
42834         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
42835         __kernel_standard.
42836         * math/w_acosl.c (__acosl): Likewise.
42837         * math/w_asinl.c (__asinl): Likewise.
42838         * math/w_atan2l.c (__atan2l): Likewise.
42839         * math/w_atanhl.c (__atanhl): Likewise.
42840         * math/w_coshl.c (__coshl): Likewise.
42841         * math/w_exp10l.c (__exp10l): Likewise.
42842         * math/w_exp2l.c (__exp2l): Likewise.
42843         * math/w_fmodl.c (__fmodl): Likewise.
42844         * math/w_hypotl.c (__hypotl): Likewise.
42845         * math/w_j0l.c (__j0l, __y0l): Likewise.
42846         * math/w_j1l.c (__j1l, __y1l): Likewise.
42847         * math/w_jnl.c (__jnl, __ynl): Likewise.
42848         * math/w_lgammal.c (__lgammal): Likewise.
42849         * math/w_log10l.c (__log10l): Likewise.
42850         * math/w_log2l.c (__log2l): Likewise.
42851         * math/w_logl.c (__logl): Likewise.
42852         * math/w_powl.c (__powl): Likewise.
42853         * math/w_remainderl.c (__remainderl): Likewise.
42854         * math/w_scalbl.c (sysv_scalbl): Likewise.
42855         * math/w_sinhl.c (__sinhl): Likewise.
42856         * math/w_sqrtl.c (__sqrtl): Likewise.
42857         * math/w_tgammal.c (__tgammal): Likewise.
42858         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
42859         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
42860         * math/libm-test.inc (acos_test): Add more tests.
42861         (acosh_test): Likewise.
42862         (asin_test): Likewise.
42863         (atanh_test): Likewise.
42864         (exp_test): Likewise.
42865         (exp10_test): Likewise.
42866         (exp2_test): Likewise.
42867         (expm1_test): Likewise.
42868         (lgamma_test): Likewise.
42869         (log_test): Likewise.
42870         (log10_test): Likewise.
42871         (log1p_test): Likewise.
42872         (log2_test): Likewise.
42873         (pow_test): Do not allow some spurious overflow exceptions.
42874         (sqrt_test): Add more tests.
42875         (tgamma_test): Likewise.
42876         (y0_test): Likewise.
42877         (y1_test): Likewise.
42878         (yn_test): Likewise.
42879
42880 2012-03-27  Anton Blanchard  <anton@samba.org>
42881
42882         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
42883         MAP_HUGETLB.
42884         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
42885         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
42886         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
42887
42888 2012-03-27  David S. Miller  <davem@davemloft.net>
42889
42890         * conform/Makefile: Run run-conformtest.sh using $(BASH).
42891
42892         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
42893         have-as-vis3 check.
42894
42895 2012-03-27  Andreas Jaeger  <aj@suse.de>
42896
42897         * sysdeps/x86_64/elf/configure.in: Moved to ...
42898         * sysdeps/x86_64/configure.in: ... here.
42899         * sysdeps/x86_64/elf/start.S: Moved to ...
42900         * sysdeps/x86_64/start.S: ... here.
42901         * sysdeps/x86_64/elf/configure: Delete.
42902
42903         * sysdeps/x86_64/configure.in: Merge contents from
42904         sysdeps/i386/configure.in (without i686 check).
42905
42906         * sysdeps/i386/elf/Versions: Merge into ...
42907         * sysdeps/i386/Versions: ... this.
42908         * sysdeps/i386/elf/Versions: Delete file.
42909         * sysdeps/i386/elf/start.S: Moved to ...
42910         * sysdeps/i386/start.S: ...here.
42911         * sysdeps/i386/elf/configure.in: Merge into...
42912         * sysdeps/i386/configure.in: ...here.
42913         * sysdeps/i386/elf/configure.in: Delete file.
42914         * sysdeps/i386/elf/configure: Delete file.
42915
42916         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
42917         * debug/backtracesyms.c: ... here.
42918         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
42919         * debug/backtracesymsfd.c: ... here.
42920         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
42921         * sysdeps/generic/ifunc-sel.h: ... here.
42922
42923         * sysdeps/unix/i386/start.c: Delete file.
42924         * sysdeps/unix/sparc/start.c: Delete file.
42925         * sysdeps/unix/start.c: Delete file.
42926
42927         * sysdeps/sh/elf/configure.in: Moved to ...
42928         * sysdeps/sh/configure.in: ... here.
42929         * sysdeps/sh/elf/start.S: Moved to ...
42930         * sysdeps/sh/start.S: ... here.
42931         * sysdeps/sh/elf/configure: Delete file.
42932
42933         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
42934         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
42935         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
42936         * sysdeps/powerpc/powerpc64/entry.h: ... here.
42937         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
42938         * sysdeps/powerpc/powerpc64/start.S: here.
42939         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
42940         * sysdeps/powerpc/powerpc64/Makefile: ... this.
42941         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
42942         * sysdeps/powerpc/powerpc64/configure.in: ... this.
42943         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
42944
42945         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
42946         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
42947         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
42948         * sysdeps/powerpc/powerpc32/start.S: ... here.
42949         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
42950         * sysdeps/powerpc/powerpc32/configure.in: ... this.
42951         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
42952
42953         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
42954         * sysdeps/powerpc/ifunc-sel.h: ... here.
42955         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
42956         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
42957
42958         * sysdeps/sparc/elf/configure.in: Moved to ...
42959         * sysdeps/sparc/configure.in: ... here.
42960         * sysdeps/sparc/elf/configure: Delete file.
42961         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
42962         * sysdeps/sparc/sparc32/start.S: ... here.
42963         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
42964         * sysdeps/sparc/sparc64/start.S: ... here.
42965         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
42966         * sysdeps/sparc/sparc32/Makefile: ... this.
42967         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
42968         * sysdeps/sparc/sparc64/Makefile: ... this.
42969
42970         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
42971         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
42972         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
42973         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
42974         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
42975         * sysdeps/s390/s390-32/setjmp.S: ... here.
42976         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
42977         * sysdeps/s390/s390-32/configure.in: ... here.
42978         * sysdeps/s390/s390-32/elf/configure: Delete file.
42979         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
42980         * sysdeps/s390/s390-32/start.S: ... here.
42981
42982         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
42983         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
42984         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
42985         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
42986         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
42987         * sysdeps/s390/s390-64/setjmp.S: ... here.
42988         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
42989         * sysdeps/s390/s390-64/configure.in: ... here
42990         * sysdeps/s390/s390-64/elf/configure: Delete file.
42991         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
42992         * sysdeps/s390/s390-64/start.S: ... here.
42993         * sysdeps/s390/s390-64/elf/configure: Delete.
42994
42995         * configure.in: Remove support for elf directories in sysdeps.
42996
42997         * configure: Regenerated.
42998         * sysdeps/i386/configure: Regenerated.
42999         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43000         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43001         * sysdeps/s390/s390-32/configure: Regenerated.
43002         * sysdeps/s390/s390-64/configure: Regenerated.
43003         * sysdeps/sh/configure: Regenerated.
43004         * sysdeps/sparc/configure: Regenerated.
43005         * sysdeps/x86_64/configure: Regenerated.
43006
43007 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43008
43009         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43010
43011         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43012         denormal result into account.
43013
43014 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43015
43016         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43017         Reported by Allan McRae <allan@archlinux.org>.
43018
43019 2012-03-23  Jeff Law  <law@redhat.com>
43020
43021         * nss/getnssent.c (__nss_getent): Fix typo.
43022
43023 2012-03-23  David S. Miller  <davem@davemloft.net>
43024
43025         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43026
43027 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43028
43029         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43030         to pad to uint64_t for each field.
43031         (dl_tls_index): Replace unsigned long with uint64_t.
43032
43033 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43034         Paul Pluzhnikov  <ppluzhnikov@google.com>
43035
43036         [BZ #6528]
43037         * grp/Makefile (otherlibs): Don't set it.
43038         * inet/Makefile (otherlibs): Likewise.
43039         * login/Makefile (otherlibs): Likewise.
43040         * nscd/Makefile (otherlibs): Likewise.
43041         * posix/Makefile (otherlibs): Likewise.
43042         * pwd/Makefile (otherlibs): Likewise.
43043         * rt/Makefile (otherlibs): Likewise.
43044         * sunrpc/Makefile (otherlibs): Likewise.
43045         * nss/Makefile (otherlibs): Likewise.
43046         Add libnss_files to routines and static-only-routines.
43047         ($(objpfx)getent): Remove rule.
43048         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43049         static-only-routines.
43050
43051 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43052
43053         [BZ #13892]
43054         * math/s_cexp.c: Include <float.h>.
43055         (__cexp): Handle exp result overflowing not necessarily
43056         overflowing both real and imaginary parts of result.
43057         * math/s_cexpf.c: Likewise.
43058         * math/s_cexpl.c: Likewise.
43059         * math/libm-test.inc (cexp_test): Add more tests.
43060         * sysdeps/i386/fpu/libm-test-ulps: Update.
43061         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43062
43063 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43064
43065         * include/link.h (ELFW): New macro.
43066         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43067         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43068
43069 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43070
43071         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43072         with uint64_t.
43073
43074 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43075
43076         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43077         declaration.
43078         (struct La_x32_retval): Likewise.
43079
43080 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43081
43082         * sysdeps/x86_64/preconfigure.in: New file.
43083         * sysdeps/x86_64/preconfigure: New generated file.
43084
43085 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43086
43087         [BZ #13824]
43088         * math/e_exp2l.c: Include <float.h>.
43089         (__ieee754_exp2l): Handle overflow and underflow cases
43090         separately.  Only pass fractional part of argument to
43091         __ieee754_expl.
43092         * math/libm-test.inc (exp2_test): Add more tests.
43093
43094         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43095         negating x to take absolute value.
43096         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43097         Likewise.
43098         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43099         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43100         Likewise.
43101         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43102         computing low part if x was negated.
43103         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43104
43105 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43106
43107         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43108         la_x32_gnu_pltexit.
43109         (pltexit): Cast int_retval to ptrdiff_t.
43110         * elf/tst-auditmod3b.c: Likewise.
43111         * elf/tst-auditmod4b.c: Likewise.
43112         * elf/tst-auditmod5b.c: Likewise.
43113         * elf/tst-auditmod6b.c: Likewise.
43114         * elf/tst-auditmod6c.c: Likewise.
43115         * elf/tst-auditmod7b.c: Likewise.
43116
43117         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43118         and x32_gnu_pltexit.
43119
43120         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43121         __ELF_NATIVE_CLASS.
43122         (La_x32_regs): New macro.
43123         (La_x32_retval): Likewise.
43124         (la_x32_gnu_pltenter): New function prototype.
43125         (la_x32_gnu_pltexit): Likewise.
43126
43127 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43128
43129         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43130         exponent.
43131
43132         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43133
43134         * configure.in (libc_cv_cc_nofma): Check for option to disable
43135         generation of FMA instructions.
43136         * configure: Regenerate.
43137         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43138         * sysdeps/ieee754/dbl-64/Makefile: New file.
43139         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43140         Remove brandred-fma4.
43141         (CFLAGS-brandred-fma4.c): Remove.
43142         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43143         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43144         define.
43145         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43146         define.
43147
43148 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43149
43150         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43151         LLONG_MAX != LONG_MAX.
43152         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43153         (_fitoa_word): Likewise.
43154         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43155         LLONG_MAX != LONG_MAX.
43156         * stdio-common/_itowa.h: Include <_itoa.h>.
43157         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43158         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43159         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43160         only if not defined.
43161         (_ITOA_WORD_TYPE): Likewise.
43162         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43163         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43164
43165 2012-03-21  David S. Miller  <davem@davemloft.net>
43166
43167         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43168
43169 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43170
43171         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43172         of x86_64 when setting libc_cv_slibdir, libdir and
43173         libc_cv_localedir.
43174         * sysdeps/unix/sysv/linux/configure: Regenerated.
43175
43176 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43177
43178         * manual/lang.texi (Old Varargs): Remove section.
43179         (How Variadic): Update menu.
43180         (va_start): Do not mention varargs.h.
43181
43182 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43183             Joseph Myers  <joseph@codesourcery.com>
43184
43185         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43186         link test.
43187         * configure: Regenerated.
43188
43189 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43190
43191         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43192         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43193         conformtest.pl
43194
43195 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43196
43197         * NOTES: Remove.
43198         * Makefile (files-for-dist): Remove NOTES.
43199         (NOTES): Remove rule.
43200         * README: Don't refer to NOTES.
43201         * manual/creature.texi: Don't include macros.texi.
43202         * manual/intro.texi (creature.texi): Remove comment referring to
43203         NOTES.
43204
43205         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43206         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43207         * configure: Regenerated.
43208         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43209         LIBC_TRY_CC_OPTION.
43210         (libc_cv_as_i686): Likewise.
43211         (libc_cv_cc_avx): Likewise.
43212         (libc_cv_cc_sse2avx): Likewise.
43213         (libc_cv_cc_fma4): Likewise.
43214         (libc_cv_cc_novzeroupper): Likewise.
43215         * sysdeps/i386/configure: Regenerated.
43216
43217         [BZ #13883]
43218         * sysdeps/i386/fpu/s_cexp.S: Remove.
43219         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43220         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43221         * math/libm-test.inc (cexp_test): Add more tests.
43222         * sysdeps/i386/fpu/libm-test-ulps: Update.
43223         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43224
43225 2012-03-21  Allan McRae  <allan@archlinux.org>
43226
43227         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43228
43229 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43230
43231         [BZ #13871]
43232         * math/w_exp2.c: Do not include <float.h>.
43233         (o_threshold, u_threshold): Remove.
43234         (__exp2): Calculate result before checking finiteness and calling
43235         __kernel_standard.
43236         * math/w_exp2f.c: Likewise.
43237         * math/w_exp2l.c: Likewise.
43238         * math/libm-test.inc (exp2_test): Require overflow exception for
43239         1e6 input.
43240
43241         [BZ #3866]
43242         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43243         range of signed 64-bit integers before using fistpll.  Remove
43244         checks for whether integers fit in mantissa bits.
43245         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43246         the range of signed 32-bit integers before using fistpl.  Remove
43247         checks for whether integers fit in mantissa bits.
43248         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43249         (__ieee754_powl): Test for y outside the range of signed 64-bit
43250         integers before using fistpll.  Reduce 64-bit values to 63-bit
43251         ones as needed.
43252         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43253         divide-by-zero is raised for zero to large negative powers.
43254         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43255         (__ieee754_powl): Test for y outside the range of signed 64-bit
43256         integers before using fistpll.  Reduce 64-bit values to 63-bit
43257         ones as needed.
43258         * math/libm-test.inc (pow_test): Add more tests.
43259
43260 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43261
43262         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43263         <stdio-common/_itoa.h>.
43264         * debug/segfault.c: Likewise.
43265         * elf/dl-cache.c: Likewise.
43266         * elf/dl-minimal.c: Likewise.
43267         * elf/dl-misc.c: Likewise.
43268         * elf/dl-sysdep.c: Likewise.
43269         * elf/dl-version.c: Likewise.
43270         * elf/rtld.c: Likewise.
43271         * hurd/hurdsock.c: Likewise.
43272         * hurd/lookup-retry.c: Likewise.
43273         * malloc/malloc.c: Likewise.
43274         * malloc/mtrace.c: Likewise.
43275         * nscd/nscd_getgr_r.c: Likewise.
43276         * nscd/nscd_getpw_r.c: Likewise.
43277         * nscd/nscd_getserv_r.c: Likewise.
43278         * posix/getopt_init.c: Likewise.
43279         * posix/wordexp.c: Likewise.
43280         * stdio-common/_itoa.c: Likewise.
43281         * stdio-common/printf_fphex.c: Likewise.
43282         * stdio-common/vfprintf.c: Likewise.
43283         * string/_strerror.c: Likewise.
43284         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43285         * sysdeps/i386/i686/hp-timing.h: Likewise.
43286         * sysdeps/mach/_strerror.c: Likewise.
43287         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43288         * sysdeps/mach/hurd/sethostid.c: Likewise.
43289         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43290         * sysdeps/mach/xpg-strerror.c: Likewise.
43291         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43292         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43293         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43294         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43295         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43296         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43297         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43298         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43299         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43300         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43301         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43302         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43303         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43304         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43305         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43306         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43307         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43308         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43309         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43310         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43311         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43312
43313         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43314
43315         * stdio-common/_itoa.h: Moved to ...
43316         * sysdeps/generic/_itoa.h: Here.
43317
43318         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43319
43320         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43321         instead of "_itoa.h" and "_itowa.h".
43322         * stdio-common/vfprintf.: Likewise.
43323
43324 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43325
43326         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43327         <bits/wordsize.h>.
43328         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43329         (__signbit): Likwise.
43330         (llrintf): Likwise.
43331         (llrint): Likwise.
43332
43333 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43334
43335         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43336         __WORDSIZE != 64.
43337
43338 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43339
43340         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43341         OVERFLOW_EXCEPTION_OK.
43342         * math/libm-test.inc ("Philosophy"): Update comment about
43343         exception testing.
43344         (OVERFLOW_EXCEPTION): Define.
43345         (OVERFLOW_EXCEPTION_OK): Likewise.
43346         (INVALID_EXCEPTION_OK): Renumber.
43347         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43348         (IGNORE_ZERO_INF_SIGN): Likewise.
43349         (test_exceptions): Handle FE_OVERFLOW.
43350         (exp10_test): Expect overflow exceptions.
43351         (exp2_test): Likewise.
43352         (expm1_test): Likewise.
43353         (nextafter_test): Likewise.
43354         (pow_test): Likewise.
43355         (scalbn_test): Likewise.
43356         (scalbln_test): Likewise.
43357
43358 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43359
43360         * sysdeps/x86_64/bits/atomic.h
43361         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43362         64bit integer.
43363         (atomic_exchange_acq): Likewise.
43364         (__arch_exchange_and_add_body): Likewise.
43365         (__arch_add_body): Likewise.
43366         (atomic_add_negative): Likewise.
43367         (atomic_add_zero): Likewise.
43368
43369 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43370
43371         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43372         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43373
43374 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43375
43376         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43377         Check __x86_64__ instead of __WORDSIZE.
43378
43379 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43380
43381         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43382
43383 2012-03-19  David S. Miller  <davem@davemloft.net>
43384
43385         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43386
43387         * sysdeps/sparc/fpu/fenv_private.h: New file.
43388         * sysdeps/sparc/fpu/math_private.h: Use it.
43389         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43390         Remove.
43391         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43392         (libc_feholdexcept_setroundl): Remove.
43393         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43394         Remove.
43395         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43396         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43397
43398 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43399
43400         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43401         int64_t instead of long int.
43402         (INSERT_WORDS64): Likwise.
43403
43404 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43405
43406         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43407         _Unwind_GetCFA return to _Unwind_Ptr first.
43408
43409 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43410
43411         [BZ #13629]
43412         * math/s_clog.c: Include <float.h>.
43413         (__clog): Scale large or subnormal inputs.
43414         * math/s_clogf.c: Likewise.
43415         * math/s_clogl.c: Likewise.
43416         * math/s_clog10.c: Include <float.h>.
43417         (M_LOG10_2): Define.
43418         (__clog10): Scale large or subnormal inputs.
43419         * math/s_clog10f.c: Likewise.
43420         * math/s_clog10l.c: Likewise.
43421         * math/libm-test.inc (clog_test): Add more tests.
43422         (clog10_test): Likewise.
43423         * sysdeps/i386/fpu/libm-test-ulps: Update.
43424         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43425
43426         [BZ #11451]
43427         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43428         x and y.
43429         * math/libm-test.inc (atan2_test): Add another test.
43430
43431         * Makerules (common-objdir-compile): Remove.
43432         * sysdeps/unix/Makefile (config-generated): Do not add
43433         $(unix-generated) to variable.
43434         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43435         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43436         Remove rule.
43437         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43438         Likewise.
43439         [generic bits/local_lim.h] (before-compile): Do not append to
43440         variable.
43441         [generic bits/local_lim.h] (common-generated): Likewise.
43442         [generic sys/param.h] (before-compile): Do not append to variable.
43443         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43444         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43445         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43446         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43447         include.
43448         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43449         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43450         [generic sys/param.h] ($(addprefix
43451         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43452         [generic sys/param.h] (common-generated): Do not append to
43453         variable.
43454         [generic sys/param.h] (sysdep_headers): Likewise.
43455         [generic bits/errno.h] (before-compile): Do not append to
43456         variable.
43457         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43458         rule.
43459         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43460         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43461         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43462         [generic bits/errno.h] (common-generated): Do not append to
43463         variable.
43464         [generic bits/ioctls.h] (before-compile): Do not append to
43465         variable.
43466         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43467         rule.
43468         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43469         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43470         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43471         rule.
43472         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43473         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43474         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43475         [generic bits/ioctls.h] (common-generated): Do not append to
43476         variable.
43477         [generic sys/syscall.h] (syscall.h): Remove variable.
43478         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43479         rule.
43480         [generic sys/syscall.h] (before-compile): Do not append to
43481         variable.
43482         [generic sys/syscall.h] (common-generated): Likewise.
43483         * sysdeps/unix/errnos-tmpl.c: Remove file.
43484         * sysdeps/unix/errnos.awk: Likewise.
43485         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43486         * sysdeps/unix/ioctls.awk: Likewise.
43487         * sysdeps/unix/mk-local_lim.c: Likewise.
43488         * sysdeps/unix/snarf-ioctls: Likewise.
43489
43490 2012-03-19  Richard Henderson  <rth@twiddle.net>
43491
43492         * sysdeps/i386/fpu/fenv_private.h: New file.
43493         * sysdeps/i386/fpu/math_private.h: Use it.
43494         (math_opt_barrier, math_force_eval): Remove.
43495         (libc_feholdexcept_setround_53bit): Remove.
43496         (libc_feupdateenv_53bit): Remove.
43497         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43498         (math_opt_barrier, math_force_eval): Remove.
43499         (libc_feholdexcept): Remove.
43500         (libc_feholdexcept_setround): Remove.
43501         (libc_fetestexcept, libc_fesetenv): Remove.
43502         (libc_feupdateenv_test): Remove.
43503         (libc_feupdateenv, libc_feholdsetround): Remove.
43504         (libc_feresetround): Remove.
43505
43506         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43507         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43508
43509         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43510         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43511         (libc_feupdateenv_testl): New.
43512         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43513         (libc_feupdateenv_testf): New.
43514         (libc_feupdateenv): Use libc_feupdateenv_test.
43515         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43516         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43517
43518         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43519         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43520         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43521         (libc_feresetround_noex): New.
43522         (libc_feresetround_noexf): New.
43523         (libc_feresetround_noexl): New.
43524         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43525         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43526         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43527         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43528         SET_RESTORE_ROUND.
43529         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43530         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43531         (__cos): Likewise.
43532         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43533         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43534         SET_RESTORE_ROUND_NOEX.
43535         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43536         SET_RESTORE_ROUND_NOEXF.
43537         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43538         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43539         (libc_feholdsetroundf): New.
43540         (libc_feresetround, libc_feresetroundf): New.
43541
43542         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43543         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43544         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43545
43546         * sysdeps/generic/math_private.h: Include <fenv.h>.
43547         (default_libc_feholdexcept): New.
43548         (default_libc_feholdexcept_setround): New.
43549         (default_libc_fesetenv, default_libc_feupdateenv): New.
43550         (libc_feholdexcept): Only define if undefined.
43551         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43552         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43553         (libc_feholdexcept_setroundl): Likewise.
43554         (libc_feholdexcept_setround_53bit): Likewise.
43555         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43556         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43557         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43558         (libc_feupdateenv_53bit): Likewise.
43559         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43560         (libc_feholdexcept): Convert from macro to inline function.
43561         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43562         (libc_fesetenv, libc_feupdateenv): Likewise.
43563
43564         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43565         not previously defined.
43566         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43567         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43568         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43569         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43570         * sysdeps/ieee754/flt-32/math_private.h: New file.
43571         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43572         math_private.h below SET_FLOAT_WORD.
43573         (__isnan, __isinf_ns, __finite): Remove.
43574         (__isnanf, __isinf_nsf, __finitef): Remove.
43575
43576 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43577
43578         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43579
43580 2012-03-17  David S. Miller  <davem@davemloft.net>
43581
43582         [BZ #6471]
43583         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43584         for 2.16.
43585
43586 2012-03-16  David S. Miller  <davem@davemloft.net>
43587
43588         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43589         warnings.
43590
43591         [BZ #6471]
43592         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43593         properly.
43594         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43595         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43596         sysdep_routines when subdir is sysvipc.
43597         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43598         __getshmlba helper.
43599
43600         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43601
43602 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43603
43604         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43605         [__LP64__].
43606
43607 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43608
43609         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43610         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43611         (__lround): Renamed to ...
43612         (__llround): This.  Replace long int with long long int.
43613         Define lround functions as aliases of llround functions.
43614         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43615
43616 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43617
43618         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43619         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43620         adresses to uintptr_t.  Replace "long int" and "unsigned long
43621         int" with "greg_t" on va_arg.
43622
43623 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43624
43625         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43626         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43627
43628         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43629         Move e_machine check before EI_CLASS check.  Handle x32
43630         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43631         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43632         SKIP_EM_IA_64 and include
43633         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43634
43635         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43636         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43637         (add_system_dir): New macro.
43638
43639         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43640         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43641
43642 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43643
43644         [BZ #2551]
43645         [BZ #2552]
43646         [BZ #2553]
43647         [BZ #2554]
43648         [BZ #2562]
43649         [BZ #2563]
43650         [BZ #2565]
43651         [BZ #2566]
43652         [BZ #2576]
43653         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43654         (y0): Likewise.
43655         * math/w_j0f.c (j0f): Likewise.
43656         (y0f): Likewise.
43657         * math/w_j0l.c (__j0l): Likewise.
43658         (__y0l): Likewise.
43659         * math/w_j1.c (j1): Likewise.
43660         (y1): Likewise.
43661         * math/w_j1f.c (j1f): Likewise.
43662         (y1f): Likewise.
43663         * math/w_j1l.c (__j1l): Likewise.
43664         (__y1l): Likewise.
43665         * math/w_jn.c (jn): Likewise.
43666         (yn): Likewise.
43667         * math/w_jnf.c (jnf): Likewise.
43668         (ynf): Likewise.
43669         * math/w_jnl.c (__jnl): Likewise.
43670         (__ynl): Likewise.
43671         * math/libm-test.inc (j0_test): Add more tests.
43672         (j1_test): Likewise.
43673         (jn_test): Likewise.  Add trailing semicolon to existing test.
43674         (y0_test): Likewise.
43675         (y1_test): Likewise.
43676         * sysdeps/i386/fpu/libm-test-ulps: Update.
43677         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43678
43679         [BZ #13851]
43680         [BZ #13854]
43681         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43682         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43683         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43684         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43685         (__tanl): Set errno for infinite argument.
43686         * sysdeps/i386/fpu/mptan.c: Remove.
43687         * sysdeps/i386/fpu/s_tan.S: Likewise.
43688         * sysdeps/i386/fpu/s_tanl.S: Likewise.
43689         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43690         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43691         * math/libm-test.inc (tan_test): Add more tests and enable more
43692         tests for double and long double.
43693         * sysdeps/i386/fpu/libm-test-ulps: Update.
43694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43695
43696 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
43697
43698         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43699         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43700
43701 2012-03-16  Roland McGrath  <roland@hack.frob.com>
43702
43703         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43704         * configure.in: Use it for both main tree and add-ons.
43705         * configure: Regenerated.
43706
43707 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43708
43709         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43710
43711 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43712
43713         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43714         in comment.
43715
43716         [BZ #13851]
43717         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43718         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43719         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43720         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43721         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43722         infinite argument.
43723         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43724         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43725         != 0 for prec == 2.
43726         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43727         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43728         * sysdeps/i386/fpu/s_cosl.S: Likewise.
43729         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43730         * sysdeps/i386/fpu/s_sinl.S: Likewise.
43731         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43732         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43733         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43734         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43735         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43736         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43737         * math/libm-test.inc (cos_test): Add more tests and enable more
43738         tests for long double.
43739         (sin_test): Likewise.
43740         (sincos_test): Likewise.
43741         * sysdeps/i386/fpu/libm-test-ulps: Update.
43742         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43743
43744 2012-03-16  David S. Miller  <davem@davemloft.net>
43745
43746         * sysdeps/sparc/fpu/math_private.h: New file.
43747
43748 2012-03-15  David S. Miller  <davem@davemloft.net>
43749
43750         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
43751         file.
43752         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
43753         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
43754         file.
43755         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
43756         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
43757         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
43758         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
43759         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
43760         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
43761         sysdep routines.
43762         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43763
43764         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
43765         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
43766
43767         * sysdeps/sparc/sparc-ifunc.h: New file.
43768         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
43769         sparc-ifunc.h
43770         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
43771         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
43772         Likewise.
43773         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
43774         Likewise.
43775         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
43776         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
43777         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
43778         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
43779         Likewise.
43780         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43781         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
43782         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43783         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
43784         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
43785         Likewise.
43786         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
43787         Likewise.
43788         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43789         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
43790         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
43791         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
43792         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
43793         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
43794         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
43795         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
43796         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
43797         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
43798         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
43799         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
43800         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
43801         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
43802         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
43803         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
43804         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
43805         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
43806         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
43807         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
43808         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
43809         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
43810         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
43811         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
43812
43813 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43814
43815         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
43816         scaling.
43817         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43818
43819 2012-03-15  Andreas Jaeger  <aj@suse.de>
43820
43821         [BZ #13852]
43822         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
43823         ieee754/flt-32 implementation for sin, cos and sincos.
43824         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
43825         * sysdeps/i386/fpu/s_cosf.S: Likewise.
43826         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
43827         * sysdeps/i386/fpu/s_sinf.S: Likewise.
43828         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
43829         ieee754/flt-32 implementation for tan.
43830
43831         * math/libm-test.inc (cos_test): Enable some large input tests for
43832         float as well
43833         (sin_test): Likewise.
43834         (sincos_test): Likewise.
43835         (tan_test): Add tests for large input.
43836
43837         * sysdeps/i386/fpu/libm-test-ulps: Update.
43838
43839 2012-03-15  Andreas Jaeger  <aj@suse.de>
43840
43841         [BZ #13658]
43842         * math/libm-test.inc (cos_test): Add more test cases.
43843         (sin_test): Likewise.
43844         (sincos_test): Likewise.
43845
43846 2012-03-15  Andreas Jaeger  <aj@suse.de>
43847
43848         [BZ #13837]
43849         * math/libm-test.inc (cos_test): Add a test case for large input
43850         value.
43851         (sin_test): Likewise.
43852         (sincos_test): Likewise.
43853
43854 2012-03-15  Andreas Jaeger  <aj@suse.de>
43855             Joseph Myers  <joseph@codesourcery.com>
43856
43857         [BZ #13658]
43858         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
43859         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
43860         * sysdeps/i386/fpu/branred.c: Likewise.
43861         * sysdeps/i386/fpu/dosincos.c: Likewise.
43862         * sysdeps/i386/fpu/mpa.c: Likewise.
43863         * sysdeps/i386/fpu/s_cos.S: Likewise.
43864         * sysdeps/i386/fpu/s_sin.S: Likewise.
43865         * sysdeps/i386/fpu/s_sincos.S: Likewise.
43866         * sysdeps/i386/fpu/sincos32.c: Likewise.
43867
43868         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
43869         Define.
43870         (libc_feupdateenv_53bit): Define.
43871         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
43872         Define.
43873         (libc_feupdateenv_53bit): Define.
43874
43875         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
43876         53 bit (without extend i386 double precision).
43877
43878         * math/libm-test.inc (sincos_test): Add tests for large input.
43879         (sin): Likewise.
43880         (cos): Likewise.
43881
43882         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
43883
43884 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43885
43886         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43887
43888 2012-03-15  David S. Miller  <davem@davemloft.net>
43889
43890         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
43891         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
43892         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
43893         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
43894         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
43895         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
43896         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
43897         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
43898         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
43899         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
43900         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
43901         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
43902         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
43903         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
43904         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
43905         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
43906         file.
43907         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
43908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
43909         file.
43910         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
43911         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
43912         file.
43913         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
43914         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
43915         file.
43916         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
43917         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
43918         fmin/fmax sysdep routines.
43919         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43920
43921 2012-03-14  David S. Miller  <davem@davemloft.net>
43922
43923         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
43924         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
43925         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
43926         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
43927         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
43928         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
43929         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
43930         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
43931         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
43932         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
43933         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
43934         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
43935         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
43936         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
43937         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
43938         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
43939         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
43940         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
43941         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
43942         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
43943         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
43944         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
43945         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
43946         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
43947         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
43948         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
43949         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
43950         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
43951         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
43952         routines.
43953         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
43954         file.
43955         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
43956         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
43957         file.
43958         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
43959         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
43960         file.
43961         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
43962         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
43963         file.
43964         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
43965         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
43966         file.
43967         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
43968         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
43969         file.
43970         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
43971         file.
43972         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
43973         file.
43974         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
43975         file.
43976         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
43977         New file.
43978         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
43979         file.
43980         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
43981         file.
43982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
43983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
43984         file.
43985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
43986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
43987         file.
43988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
43989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
43990         file.
43991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
43992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
43993         VIS3 routines.
43994
43995         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
43996         New file.
43997
43998         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43999
44000         * sysdeps/sparc/configure.in: New file.
44001         * sysdeps/sparc/configure: Generate.
44002         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44003         * configure: Regenerate.
44004         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44005         * config.make.in (have-as-vis3): New.
44006         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44007         available use -Av9d instead of -Av9a.
44008         * sysdeps/sparc/sparc64/Makefile: Likewise.
44009         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44010         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44011         New file.
44012         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44013         file.
44014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44015         New file.
44016         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44017         file.
44018         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44019         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44020         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44021         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44022         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44023
44024         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44025         fzeros/fnegs to load 0x80000000 into a float register instead of
44026         using the stack.
44027         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44028
44029 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44030
44031         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44032         bits/syscall.h.
44033         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44034         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44035         ($(inst_includedir)/bits/syscall.h): Remove rule.
44036         ($(objpfx)bits/syscall.d): Include instead of
44037         $(objpfx)syscall-list.d.
44038         (generated): Change syscall-list.h and syscall-list.d to
44039         bits/syscall.h and bits/syscall.d.
44040
44041 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44042
44043         [BZ #13846]
44044         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44045
44046 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44047
44048         [BZ #13841]
44049         * math/s_csqrt.c: Include <float.h>.
44050         (__csqrt): Scale large or subnormal inputs.
44051         * math/s_csqrtf.c: Likewise.
44052         * math/s_csqrtl.c: Likewise.
44053         * math/libm-test.inc (csqrt_test): Add more tests.
44054         * sysdeps/i386/fpu/libm-test-ulps: Update.
44055         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44056
44057         [BZ #13840]
44058         * math/libm-test.inc (hypot_test): Add more tests.
44059
44060 2012-03-13  David S. Miller  <davem@davemloft.net>
44061
44062         [BZ #13840]
44063         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44064         double-precision for the calculation instead of scaling.
44065
44066 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44067
44068         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44069         manipulate bits before adding and subtracting TWO52[sx].
44070         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44071         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44072         Likewise.
44073         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44074
44075 2012-03-13  David S. Miller  <davem@davemloft.net>
44076
44077         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44078         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44079         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44080         rtld-global-offsets.h
44081         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44082
44083         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44084         large parameters.
44085
44086         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44087
44088         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44089         'err' in the ifdef scope in which it is actually used.
44090
44091         * nss/nss_db/db-init.c: Include string.h
44092
44093 2012-03-12  David S. Miller  <davem@davemloft.net>
44094
44095         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44096         masking out of the most significant byte of random value used.
44097         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44098         Fix coding style in previous change.
44099
44100         * sysdeps/unix/sysv/linux/kernel-features.h
44101         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44102         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44103         expression.
44104         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44105         later.
44106
44107 2012-03-11  David S. Miller  <davem@davemloft.net>
44108
44109         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44110         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44111         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44112         for 'resultvar' otherwise things get truncated on 64-bit.
44113
44114         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44115         Fix masking out of the most significant byte of random value used.
44116
44117         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44118
44119 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44120
44121         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44122
44123 2012-03-09  David S. Miller  <davem@davemloft.net>
44124
44125         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44126         variables with appropriate CPP guards.
44127         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44128         from the frame pointer, not the stack pointer.  Correct layout
44129         comments.  Fix test on resulting framesize and the management of
44130         the outregs buffer for pltexit.  Preserve floating point return
44131         values across _dl_call_pltexit call.
44132         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44133         framesize and the management of the outregs buffer for pltexit.
44134         Preserve floating point return values across _dl_call_pltexit
44135         call.
44136         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44137         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44138         (la_sparc64_gnu_pltexit): New functions.
44139         (print_exit): Fix format string for return register value.
44140
44141 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44142
44143         * sunrpc/Makefile (others): Add rpcgen.
44144         ($(objpfx)rpcgen): Remove special build rule and dependency on
44145         libc.
44146         * sunrpc/rpcgen.c: New file.
44147
44148 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44149
44150         [BZ #13673]
44151         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44152         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44153         * sysdeps/i386/crti.S: Likewise.
44154         * sysdeps/i386/crtn.S: Likewise.
44155         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44156         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44157         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44158         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44159         * sysdeps/sh/crti.S: Likewise.
44160         * sysdeps/sh/crtn.S: Likewise.
44161         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44162
44163         [BZ #13673]
44164         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44165         with URL.
44166         * locale/programs/locfile-kw.gperf: Likewise.
44167         * locale/programs/charmap-kw.h: Regenerated.
44168         * locale/programs/locfile-kw.h: Likewise.
44169
44170         [BZ #13673]
44171         * intl/plural.y: Replace FSF snail mail address with URL.
44172         * intl/plural.c: Regenerated.
44173
44174 2012-03-09  Richard Henderson  <rth@twiddle.net>
44175
44176         * include/math_private.h: Remove file.
44177         * math/math_private.h: Move file ...
44178         * sysdeps/generic/math_private.h: ... here.
44179
44180         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44181         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44182         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44183
44184         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44185         and <math_private.h>.
44186         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44187         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44188         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44189         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44190         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44191         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44192         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44193         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44194         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44195         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44196         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44197         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44198         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44199         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44200         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44201         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44202         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44203         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44204         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44205         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44206         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44207         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44208         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44209         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44210         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44211         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44212         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44213         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44214         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44215         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44216         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44217         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44218         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44219         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44220         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44221         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44222         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44223         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44224         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44225         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44226         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44227         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44228         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44229         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44230         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44231         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44232         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44233         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44234         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44235         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44236         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44237         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44238         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44239         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44240         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44241         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44242         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44243         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44244         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44245         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44246         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44247         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44248         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44249         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44250         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44251         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44252         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44253         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44254         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44255         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44256         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44257         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44258         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44259         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44260         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44261         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44262         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44263         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44264         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44265         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44266         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44267         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44268         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44269         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44270         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44271         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44272         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44273         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44274         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44275         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44276         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44277         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44278         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44279         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44280         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44281         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44282         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44283         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44284         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44285         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44286         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44287         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44288         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44289         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44290         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44291         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44292         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44293         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44294         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44295         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44296         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44297         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44298         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44299         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44300         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44301         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44302         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44303         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44304         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44305         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44306         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44307         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44308         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44309         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44310         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44311         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44312         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44313         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44314         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44315         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44316         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44317         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44318         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44319         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44320         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44321         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44322         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44323         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44324         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44325         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44326         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44327         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44328         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44329         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44330         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44331         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44332         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44333         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44334         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44335         * sysdeps/ieee754/k_standard.c: Likewise.
44336         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44337         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44338         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44339         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44340         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44341         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44342         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44343         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44344         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44345         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44346         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44347         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44348         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44349         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44350         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44351         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44352         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44353         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44354         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44355         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44356         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44357         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44358         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44359         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44360         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44361         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44362         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44363         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44364         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44365         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44366         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44367         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44368         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44369         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44370         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44371         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44372         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44373         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44374         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44375         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44376         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44377         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44378         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44379         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44380         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44381         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44382         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44383         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44384         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44385         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44386         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44387         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44388         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44389         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44390         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44391         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44392         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44393         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44394         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44395         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44396         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44397         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44398         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44399         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44400         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44401         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44402         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44403         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44404         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44405         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44406         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44407         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44408         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44409         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44410         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44411         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44412         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44413         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44414         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44415         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44416         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44417         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44418         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44419         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44420         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44421         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44422         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44423         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44424         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44425         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44426         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44427         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44428         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44429         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44430         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44431         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44432         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44433         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44434         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44435         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44436         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44437         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44438         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44439         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44440         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44441         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44442         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44443         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44444         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44445         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44446         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44447         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44448         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44449         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44450         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44451         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44452         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44453         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44454         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44455         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44456         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44457         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44458         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44459         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44460         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44461         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44462         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44463         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44464         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44465         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44466         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44467         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44468         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44469         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44470         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44471         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44472         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44473         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44474         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44475         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44476         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44477         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44478         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44479         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44480         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44481         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44482         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44483         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44484         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44485         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44486         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44487         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44488         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44489         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44490         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44491         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44492         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44493         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44494         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44495         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44496         * sysdeps/ieee754/s_lib_version.c: Likewise.
44497         * sysdeps/ieee754/s_matherr.c: Likewise.
44498         * sysdeps/ieee754/s_signgam.c: Likewise.
44499         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44500         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44501         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44502         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44503         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44504         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44505         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44506         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44507         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44508         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44509         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44510         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44511         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44512         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44513         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44514         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44515         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44516         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44517         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44518         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44519         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44520
44521 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44522
44523         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44524         * sunrpc/rpc_main.c: Likewise.
44525         * sunrpc/rpc_svcout.c: Likewise.
44526
44527 2012-03-09  David S. Miller  <davem@davemloft.net>
44528
44529         * include/math_private.h: New file.
44530
44531 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44532
44533         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44534         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44535         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44536         from <bits/socket_type.h>.
44537         (enum __socket_type): Don't define here.
44538         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44539         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44540         bits/socket_type.h.
44541
44542         [BZ #13566]
44543         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44544         checking __USE_GNU.
44545
44546         * Makerules ($(inst_includedir)/%.h): New rule.
44547         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44548         (install-others): Remove variable setting.
44549         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44550
44551 2012-03-08  Richard Henderson  <rth@twiddle.net>
44552
44553         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44554         from macro to inline function; merge with the
44555         !__LIBC_INTERNAL_MATH_INLINES version.
44556         (__ieee754_sqrtf): Likewise.
44557
44558         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44559         to inline function.
44560         (__rintf, __floor, __floorf): Likewise.
44561
44562         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44563         macro to inline function.
44564         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44565
44566         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44567         not <math/math_private.h>.
44568
44569 2012-03-08  David S. Miller  <davem@davemloft.net>
44570
44571         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44572         copyright year.
44573         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44574
44575 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44576
44577         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44578         normalization.
44579         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44580         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44581
44582 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44583
44584         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44585         be defined individually, they must be defined as a block.  Define
44586         S for printing a string instead of hidint the different by using a
44587         macro for adding the 'l'.
44588         * stdio-common/tst-fphex-wide.c: Adjust.
44589
44590 2012-03-07  Marek Polacek  <polacek@redhat.com>
44591
44592         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44593
44594 2012-03-08  Marek Polacek  <polacek@redhat.com>
44595
44596         [BZ #13806]
44597         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44598         * stdio-common/tst-fphex.c: Define a few macros to make the
44599         test reusable.  Use them.
44600         * stdio-common/tst-fphex-wide.c: New file.
44601
44602 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44603
44604         [BZ #6911]
44605         * manual/macros.texi (gnusystems): New macro.
44606         (nongnusystems): Likewise.
44607         (gnulinuxhurdsystems): Likewise.
44608         (gnuhurdsystems): Likewise..
44609         (gnulinuxsystems): Likewise.
44610         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44611         variants of the GNU system, not "GNU system".
44612         * manual/conf.texi: Likewise.
44613         * manual/errno.texi: Likewise.  Update example of errno macro
44614         expansion.
44615         * manual/filesys.texi: Likewise.
44616         (getumask): Document as specific to GNU/Hurd.
44617         * manual/install.texi: Likewise.  Reword some references to
44618         GNU/Linux.
44619         * manual/intro.texi: Likewise.
44620         * manual/io.texi: Likewise.
44621         (File Name Portability): Detail which constraints are inapplicable
44622         to all GNU systems and which are only inapplicable to GNU/Hurd.
44623         * manual/job.texi: Likewise.
44624         * manual/llio.texi: Likewise.
44625         (O_NOCTTY): Document as present on GNU/Linux.
44626         * manual/maint.texi: Likewise.
44627         * manual/memory.texi: Likewise.
44628         * manual/pattern.texi: Likewise.
44629         * manual/pipe.texi: Likewise.
44630         * manual/process.texi: Likewise.
44631         * manual/resource.texi: Likewise.
44632         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44633         child on GNU/Hurd.
44634         * manual/setjmp.texi: Likewise.
44635         * manual/signal.texi: Likewise.
44636         * manual/startup.texi: Likewise.
44637         * manual/stdio.texi: Likewise.
44638         * manual/terminal.texi: Likewise.
44639         (ONLCR): Document as POSIX.
44640         (OXTABS): Document availability on GNU/Linux as XTABS.
44641         (ONOEOT): Document availability separately from other bits.
44642         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44643         * manual/time.texi: Likewise.
44644         * manual/users.texi: Likewise.
44645         * INSTALL: Regenerated.
44646         * sysdeps/gnu/errlist.c: Regenerated.
44647
44648         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44649         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44650         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
44651         puts.
44652         * configure: Regenerated.
44653
44654 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
44655
44656         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44657         default includes instead of AC_HEADER_CHECK.
44658         * sysdeps/i386/configure: Regenerated.
44659
44660         [BZ #10716]
44661         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44662         * math/s_cacoshf.c (__cacoshf): Likewise.
44663         * math/s_cacoshl.c (__cacoshl): Likewise.
44664         * math/s_casinh.c (__casinh): Set signs of result from argument.
44665         * math/s_casinhf.c (__casinhf): Likewise.
44666         * math/s_casinhl.c (__casinhl): Likewise.
44667         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44668         (casinh_test): Add more tests.
44669         * sysdeps/i386/fpu/libm-test-ulps: Update.
44670         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44671
44672 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
44673
44674         * po/zh_TW.po: Update from translation team.
44675
44676         * login/Makefile (distribute): Remove variable.
44677         * catgets/Makefile: Likewise.
44678         * mach/Makefile: Likewise.
44679         * malloc/Makefile: Likewise.
44680         * misc/Makefile: Likewise.
44681         * iconv/Makefile: Likewise.
44682         * nscd/Makefile: Likewise.
44683         * hurd/Makefile: Likewise.
44684         * manual/Makefile: Likewise.
44685         * locale/Makefile: Likewise.
44686         * intl/Makefile: Likewise.
44687         * conform/Makefile: Likewise.
44688         * nss/Makefile: Likewise.
44689         * time/Makefile: Likewise.
44690         * soft-fp/Makefile: Likewise.
44691         * dirent/Makefile: Likewise.
44692         * gmon/Makefile: Likewise.
44693         * po/Makefile: Likewise.
44694         * rt/Makefile: Likewise.
44695         * socket/Makefile: Likewise.
44696         * math/Makefile: Likewise.
44697         * signal/Makefile: Likewise.
44698         * debug/Makefile: Likewise.
44699         * elf/Makefile: Likewise.
44700         * timezone/Makefile: Likewise.
44701         * stdlib/Makefile: Likewise.
44702         * iconvdata/Makefile: Likewise.
44703         * sunrpc/Makefile: Likewise.
44704         * io/Makefile: Likewise.
44705         * argp/Makefile: Likewise.
44706         * inet/Makefile: Likewise.
44707         * hesiod/Makefile: Likewise.
44708         * grp/Makefile: Likewise.
44709         * csu/Makefile: Likewise.
44710         * wctype/Makefile: Likewise.
44711         * crypt/Makefile: Likewise.
44712         * libio/Makefile: Likewise.
44713         * string/Makefile: Likewise.
44714         * nis/Makefile: Likewise.
44715         * resolv/Makefile: Likewise.
44716         * stdio-common/Makefile: Likewise.
44717         * wcsmbs/Makefile: Likewise.
44718         * dlfcn/Makefile: Likewise.
44719         * posix/Makefile: Likewise.
44720
44721         [BZ #6959]
44722         * timezone/Makefile: Don't install timezone files, just the programs
44723         and scripts.
44724
44725 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
44726
44727         * nss/databases.def: Add missing gshadow entry.
44728
44729         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
44730
44731 2012-03-06  Marek Polacek  <polacek@redhat.com>
44732
44733         [BZ #13726]
44734         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44735         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44736         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44737         * stdio-common/tst-long-dbl-fphex.c: New file.
44738
44739 2012-03-06  David S. Miller  <davem@davemloft.net>
44740
44741         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44742         (set_obp_int): New function.
44743         (get_obp_int): New function.
44744         (__get_clockfreq_via_dev_openprom): Likewise.
44745         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
44746         Avoid unused variable warnings on 'val' and use builtin_expect.
44747         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
44748         __builtin_expect.
44749         (INLINE_CLONE_SYSCALL): Likewise.
44750
44751 2012-03-05  David S. Miller  <davem@davemloft.net>
44752
44753         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44754
44755 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
44756
44757         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44758
44759         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
44760         only for |x| >= 40.
44761         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44762
44763 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
44764
44765         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
44766         Replace gettimeofday with __vdso_gettimeofday.
44767
44768         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44769         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
44770         __vdso_clock_gettime and __vdso_getcpu.
44771
44772         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
44773         time with __vdso_time.
44774
44775 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44776
44777         * manual/lang.texi (size_t): Note types to which size_t may be
44778         equivalent with the GNU C Library, but do not describe when
44779         differences between them are significant.
44780
44781 2012-03-05  Andreas Jaeger  <aj@suse.de>
44782
44783         * sysdeps/i386/fpu/libm-test-ulps: Update.
44784
44785 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44786
44787         [BZ #3976]
44788         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
44789         (__ieee754_pow): Save and restore rounding mode and use
44790         round-to-nearest for main computations.
44791         * math/libm-test.inc (pow_test_tonearest): New function.
44792         (pow_test_towardzero): Likewise.
44793         (pow_test_downward): Likewise.
44794         (pow_test_upward): Likewise.
44795         (main): Call the new functions.
44796         * sysdeps/i386/fpu/libm-test-ulps: Update.
44797         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44798
44799         [BZ #3976]
44800         * math/libm-test.inc (cosh_test_tonearest): New function.
44801         (cosh_test_towardzero): Likewise.
44802         (cosh_test_downward): Likewise.
44803         (cosh_test_upward): Likewise.
44804         (sinh_test_tonearest): Likewise.
44805         (sinh_test_towardzero): Likewise.
44806         (sinh_test_downward): Likewise.
44807         (sinh_test_upward): Likewise.
44808         (main): Call the new functions.
44809         * sysdeps/i386/fpu/libm-test-ulps: Update.
44810         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44811
44812 2012-03-05  Tom de Vries  <tom@codesourcery.com>
44813
44814         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
44815         default stack guard is set in last bytes.
44816         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
44817
44818 2012-03-05  Kees Cook  <keescook@chromium.org>
44819
44820         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
44821
44822         [BZ #13656]
44823         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
44824         possibly allocate from heap instead of stack.
44825         * stdio-common/bug-vfprintf-nargs.c: New file.
44826         * stdio-common/Makefile (tests): Add nargs overflow test.
44827
44828 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
44829
44830         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44831
44832 2012-03-03  Marek Polacek  <polacek@redhat.com>
44833
44834         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
44835         * math/math_private.h: Likewise.
44836         * stdlib/tst-strtod.c: Likewise.
44837         * sysdeps/i386/i486/bits/atomic.h: Likewise.
44838         * sysdeps/x86_64/bits/atomic.h: Likewise.
44839
44840 2012-03-02  David S. Miller  <davem@davemloft.net>
44841
44842         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
44843         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
44844         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
44845         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
44846         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
44847         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
44848         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
44849         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
44850
44851 2012-03-02  Roland McGrath  <roland@hack.frob.com>
44852
44853         [BZ #13792]
44854         * manual/examples/README: New file, says the example source files
44855         can be used under GPL>=2.
44856         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
44857         line containing just "*/".
44858         * manual/examples/add.c: Add copyright header (GPL>=2).
44859         * manual/examples/argp-ex1.c: Likewise.
44860         * manual/examples/argp-ex2.c: Likewise.
44861         * manual/examples/argp-ex3.c: Likewise.
44862         * manual/examples/argp-ex4.c: Likewise.
44863         * manual/examples/atexit.c: Likewise.
44864         * manual/examples/db.c: Likewise.
44865         * manual/examples/dir.c: Likewise.
44866         * manual/examples/dir2.c: Likewise.
44867         * manual/examples/execinfo.c: Likewise.
44868         * manual/examples/filecli.c: Likewise.
44869         * manual/examples/filesrv.c: Likewise.
44870         * manual/examples/fmtmsgexpl.c: Likewise.
44871         * manual/examples/genpass.c: Likewise.
44872         * manual/examples/inetcli.c: Likewise.
44873         * manual/examples/inetsrv.c: Likewise.
44874         * manual/examples/isockad.c: Likewise.
44875         * manual/examples/longopt.c: Likewise.
44876         * manual/examples/memopen.c: Likewise.
44877         * manual/examples/memstrm.c: Likewise.
44878         * manual/examples/mkfsock.c: Likewise.
44879         * manual/examples/mkisock.c: Likewise.
44880         * manual/examples/mygetpass.c: Likewise.
44881         * manual/examples/pipe.c: Likewise.
44882         * manual/examples/popen.c: Likewise.
44883         * manual/examples/rprintf.c: Likewise.
44884         * manual/examples/search.c: Likewise.
44885         * manual/examples/select.c: Likewise.
44886         * manual/examples/setjmp.c: Likewise.
44887         * manual/examples/sigh1.c: Likewise.
44888         * manual/examples/sigusr.c: Likewise.
44889         * manual/examples/stpcpy.c: Likewise.
44890         * manual/examples/strdupa.c: Likewise.
44891         * manual/examples/strftim.c: Likewise.
44892         * manual/examples/strncat.c: Likewise.
44893         * manual/examples/subopt.c: Likewise.
44894         * manual/examples/swapcontext.c: Likewise.
44895         * manual/examples/termios.c: Likewise.
44896         * manual/examples/testopt.c: Likewise.
44897         * manual/examples/testpass.c: Likewise.
44898         * manual/examples/timeval_subtract.c: Likewise.
44899
44900         [BZ #13792]
44901         * manual/time.texi (Elapsed Time): Move timeval_subtract example
44902         function to ...
44903         * manual/timeval_subtract.c.texi: ... here, new file.
44904
44905 2012-03-02  David S. Miller  <davem@davemloft.net>
44906
44907         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
44908
44909 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
44910
44911         [BZ #3976]
44912         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
44913         (__sin): Save and restore rounding mode and use round-to-nearest
44914         for all computations.
44915         (__cos): Save and restore rounding mode and use round-to-nearest
44916         for all computations.
44917         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
44918         <fenv.h>.
44919         (tan): Save and restore rounding mode and use round-to-nearest for
44920         all computations.
44921         * math/libm-test.inc (cos_test_tonearest): New function.
44922         (cos_test_towardzero): Likewise.
44923         (cos_test_downward): Likewise.
44924         (cos_test_upward): Likewise.
44925         (sin_test_tonearest): Likewise.
44926         (sin_test_towardzero): Likewise.
44927         (sin_test_downward): Likewise.
44928         (sin_test_upward): Likewise.
44929         (tan_test_tonearest): Likewise.
44930         (tan_test_towardzero): Likewise.
44931         (tan_test_downward): Likewise.
44932         (tan_test_upward): Likewise.
44933         (main): Call the new functions.
44934         * sysdeps/i386/fpu/libm-test-ulps: Update.
44935         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44936
44937         [BZ #10135]
44938         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
44939         small n, then large n, before computing and testing k+n.
44940         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
44941         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
44942         Likewise.
44943         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
44944         Likewise.
44945         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
44946         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
44947         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
44948         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
44949         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
44950         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
44951         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
44952         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
44953         * math/libm-test.inc (scalbn_test): Add more tests.
44954         (scalbln_test): Likewise.
44955
44956         * manual/filesys.texi (mode_t): Describe constraints on size and
44957         signedness, not exact equivalence to a particular type.
44958         (ino_t): Likewise.
44959         (ino64_t): Likewise.
44960         (dev_t): Likewise.
44961         (nlink_t): Likewise.
44962         (blkcnt_t): Likewise.
44963         (blkcnt64_t): Likewise.
44964         * manual/llio.texi (off_t): Likewise.
44965
44966         [BZ #3976]
44967         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
44968         (__ieee754_exp): Save and restore rounding mode and use
44969         round-to-nearest for all computations.
44970         * math/libm-test.inc (exp_test_tonearest): New function.
44971         (exp_test_towardzero): Likewise.
44972         (exp_test_downward): Likewise.
44973         (exp_test_upward): Likewise.
44974         (main): Call the new functions.
44975         * sysdeps/i386/fpu/libm-test-ulps: Update.
44976         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44977
44978 2012-03-01  Chris Demetriou  <cgd@google.com>
44979
44980         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
44981         have predictable order.
44982
44983 2012-03-01  David S. Miller  <davem@davemloft.net>
44984
44985         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
44986
44987         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
44988         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
44989         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
44990         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
44991
44992         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
44993         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
44994         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
44995         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
44996         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
44997         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
44998         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
44999         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45000         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45001
45002         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45003
45004         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45005         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45006         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45007
45008         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45009         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45010         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45011         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45012         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45013         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45014         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45015         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45016         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45017         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45018         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45019         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45020         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45021         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45022         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45023         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45024         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45025         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45026         * sysdeps/sparc/elf/configure: Regenerated.
45027
45028 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45029
45030         * configure.in (AS, LD): Require binutils 2.20 or later.
45031         * configure: Regenerated.
45032         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45033         as required minimum version.
45034         * INSTALL: Regenerated.
45035
45036         [BZ #2541]
45037         [BZ #4108]
45038         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45039         before squaring exponent.
45040         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45041         bottom long double and 27 bits of top long double before squaring
45042         exponent.
45043         * math/libm-test.inc (erfc_test): Add more tests.
45044         * sysdeps/i386/fpu/libm-test-ulps: Update.
45045         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45046         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45047
45048 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45049
45050         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45051         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45052         containing bit-fields.
45053         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45054         * soft-fp/single.h (_FP_UNION_S): Likewise.
45055         * soft-fp/double.h (_FP_UNION_D): Likewise.
45056
45057 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45058
45059         [BZ #13786]
45060         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45061         not include ../strcmp.S.
45062         [USE_AS_STRNCASECMP_L]: Likewise.
45063         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45064         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45065         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45066         (__strncasecmp_l_ia32): Define as alias to
45067         __strncasecmp_l_nonascii.
45068
45069         [BZ #5794]
45070         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45071         * sysdeps/i386/fpu/libm-test-ulps: Update.
45072         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45073
45074         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45075         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45076
45077 2012-02-29  Jeff Law  <law@redhat.com>
45078
45079         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45080         out of bounds read.
45081
45082 2012-02-29  Marek Polacek  <polacek@redhat.com>
45083
45084         [BZ #13706]
45085         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45086         * elf/Makefile: Add rules to run tst-unused-dep.out.
45087
45088 2012-02-28  David S. Miller  <davem@davemloft.net>
45089
45090         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45091         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45092         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45093         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45094         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45095         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45096
45097 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45098
45099         * math/libm-test.inc (llround_test): Move one test from
45100         lround_test.  Use TEST_f_L in moved test.
45101         (lround_test): Move misplaced test to llround_test.  Add testcase
45102         from bug 2561.
45103
45104 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45105
45106         * sysdeps/x86_64/fpu/e_expf.S: New file.
45107         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45108
45109 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45110
45111         [BZ #13637]
45112         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45113         of remain_len that may cause incomplete multi-byte character and
45114         false match.
45115         * posix/bug-regex33.c: New file.
45116         * posix/Makefile (tests): Add bug-regex33.
45117
45118 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45119
45120         * manual/macros.texi: New file.
45121         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45122         * manual/libc.texinfo: Include macros.texi.
45123         * manual/creatute.texi: Likewise.
45124         * manual/install.texi: Likewise.
45125         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45126         @glibcadj{} in references to the GNU C Library.
45127         * manual/charset.texi: Likewise.
45128         * manual/conf.texi: Likewise.
45129         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45130         when not using those macros.
45131         * manual/creature.texi: Likewise.
45132         * manual/crypt.texi: Likewise.
45133         * manual/errno.texi: Likewise.
45134         * manual/filesys.texi: Likewise.
45135         * manual/header.texi: Likewise.
45136         * manual/install.texi: Likewise.
45137         * manual/intro.texi: Likewise.
45138         * manual/io.texi: Likewise.
45139         * manual/job.texi: Likewise.
45140         * manual/lang.texi: Likewise.
45141         * manual/libc.texiinfo: Likewise.
45142         * manual/llio.texi: Likewise.
45143         * manual/locale.texi: Likewise.
45144         * manual/maint.texi: Likewise.
45145         * manual/math.texi: Likewise.
45146         * manual/memory.texi: Likewise.
45147         * manual/message.texi: Likewise.
45148         * manual/nss.texi: Likewise.
45149         * manual/pattern.texi: Likewise.
45150         * manual/process.texi: Likewise.
45151         * manual/resource.texi: Likewise.
45152         * manual/search.texi: Likewise.
45153         * manual/setjmp.texi: Likewise.
45154         * manual/signal.texi: Likewise.
45155         * manual/socket.texi: Likewise.
45156         * manual/startup.texi: Likewise.
45157         * manual/stdio.texi: Likewise.
45158         * manual/string.texi: Likewise.
45159         * manual/sysinfo.texi: Likewise.
45160         * manual/syslog.texi: Likewise.
45161         * manual/terminal.texi: Likewise.
45162         * manual/time.texi: Likewise.
45163         * manual/users.texi: Likewise.
45164         * INSTALL: Regenerated.
45165         * NOTES: Regenerated.
45166         * sysdeps/gnu/errlist.c: Regenerated.
45167
45168 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45169
45170         * include/dirent.h: Include <dirstream.h> before
45171         <dirent/dirent.h>.
45172
45173 2012-02-28  David S. Miller  <davem@davemloft.net>
45174
45175         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45176         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45177         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45178         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45179
45180 2012-02-27  David S. Miller  <davem@davemloft.net>
45181
45182         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45183         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45184         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45185         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45186
45187         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45188         frame pointer instead of stack pointer relative arg slot.
45189         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45190         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45191         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45192
45193 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45194
45195         [BZ #3992]
45196         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45197
45198 2012-02-27  David S. Miller  <davem@davemloft.net>
45199
45200         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45201         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45202         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45203         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45204         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45205         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45206         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45207         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45208
45209 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45210
45211         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45212         later.  Allow versions 5-9.
45213         * configure: Regenerated.
45214         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45215         required minimum version and 4.6 as recommended version.  Do not
45216         mention bugs in GCC 2.7 and 2.8.
45217         * INSTALL: Regenerated.
45218
45219 2012-02-27  David S. Miller  <davem@davemloft.net>
45220
45221         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45222         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45223         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45224         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45225         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45226         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45227         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45228         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45229
45230         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45231         manipulate bits before adding and subtracting TWO112[sx].
45232         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45233
45234 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45235
45236         [BZ #13775]
45237         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45238         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45239         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45240         being in POSIX, because they are in 1003.1-2008.
45241
45242         * rt/tst-aio.c: Include <fcntl.h>.
45243         * rt/tst-aio7.c: Likewise.
45244         * rt/tst-aio64.c: Likewise.
45245
45246         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45247
45248 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45249
45250         * manual/install.texi (--with-headers): Describe headers as
45251         interface headers, not private headers.
45252         (Specific advice for GNU/Linux systems): Describe use of headers
45253         from "make headers_install", not private headers from older
45254         kernels.
45255         * INSTALL: Regenerated.
45256         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45257         Change to 2.6.19.
45258         * sysdeps/unix/sysv/linux/configure: Regenerated.
45259
45260         * manual/llio.texi (fclean): Remove documentation.
45261
45262         * manual/Makefile (libc-texi-generated): New variable.  Include
45263         version.texi.
45264         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45265         $(libc-texi-generated), not duplicated list of files.
45266         (version.texi, stamp-version): New rules.
45267         (realclean): Remove $(libc-texi-generated), not individual files
45268         from that list.  Do not remove dir-add.texinfo.
45269         * manual/libc.texinfo: Comment out uses of edition numbers and
45270         references to printed manual.  Remove last-updated dates.
45271         (EDITION): Comment out.
45272         (ISBN): Likewise.
45273         (VERSION, UPDATED): Remove.
45274         (version.texi): Include.
45275
45276 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45277
45278         * sysdeps/posix/spawni.c: Include <signal.h>.
45279         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45280         * sysdeps/pthread/aio_fsync.c: Likewise.
45281
45282 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45283
45284         * conform/Makefile (tests): Run only when not cross-compiling and
45285         when fast-check is not defined.
45286
45287         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45288         * conform/data/limits.h-data: Fixes for POSIX2008.
45289         * conform/run-conformtest.sh: Run all tests.
45290         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45291         headers.
45292         * include/bits/dlfcn.h: Likewise.
45293         * include/langinfo.h: Likewise.
45294         * include/monetary.h: Likewise.
45295         * include/sys/poll.h: Likewise.
45296
45297         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45298         for __USE_GNU.
45299         * posix/spawn.h: Define __need_sigset_t.
45300         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45301         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45302         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45303         to get sigevent_t only.
45304         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45305         only for __USE_GNU.
45306         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45307         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45308         process_vm_writev only for __USE_GNU.
45309         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45310
45311         * conform/Makefile: For now ignore errors from run-conformtest.
45312         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45313         POSIX to avoid namespace pollution.  Don't prepend headers.
45314         * conform/data/aio.h-data: Fixes for POSIX testing.
45315         * conform/data/fcntl.h-data: Likewise.
45316         * conform/data/glob.h-data: Likewise.
45317         * conform/data/grp.h-data: Likewise.
45318         * conform/data/pthread.h-data: Likewise.
45319         * conform/data/pwd.h-data: Likewise.
45320         * conform/data/signal.h-data: Likewise.
45321         * conform/data/spawn.h-data: Likewise.
45322         * conform/data/stdio.h-data: Likewise.
45323         * conform/data/stdlib.h-data: Likewise.
45324         * conform/data/stropts.h-data: Likewise.
45325         * conform/data/sys/mman.h-data: Likewise.
45326         * conform/data/sys/stat.h-data: Likewise.
45327         * conform/data/sys/types.h-data: Likewise.
45328         * conform/data/sys/wait.h-data: Likewise.
45329         * conform/data/time.h-data: Likewise.
45330         * conform/data/unistd.h-data: Likewise.
45331         * conform/data/utime.h-data: Likewise.
45332
45333         * io/sys/stat.h: fchmod was always in POSIX.
45334         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45335         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45336         * rt/aio.h: Define __need_timespec before including <time.h>.
45337         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45338         struct.  Add forward declaration of pthread_attr_t and use it in
45339         sigevent.
45340         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45341         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45342         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45343         always remove CLK_TCK definition.
45344
45345 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45346
45347         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45348
45349 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45350
45351         * conform/run-conformtest.sh: New file.
45352         * conform/Makefile: Run run-conformtest for tests.
45353         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45354         support.
45355
45356         * conform/data/uchar.h-data: New file.
45357         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45358         * conform/data/arpa/inet.h-data: Likewise.
45359         * conform/data/assert.h-data: Likewise.
45360         * conform/data/complex.h-data: Likewise.
45361         * conform/data/cpio.h-data: Likewise.
45362         * conform/data/ctype.h-data: Likewise.
45363         * conform/data/dirent.h-data: Likewise.
45364         * conform/data/dlfcn.h-data: Likewise.
45365         * conform/data/errno.h-data: Likewise.
45366         * conform/data/fcntl.h-data: Likewise.
45367         * conform/data/float.h-data: Likewise.
45368         * conform/data/fmtmsg.h-data: Likewise.
45369         * conform/data/fnmatch.h-data: Likewise.
45370         * conform/data/ftw.h-data: Likewise.
45371         * conform/data/glob.h-data: Likewise.
45372         * conform/data/grp.h-data: Likewise.
45373         * conform/data/iconv.h-data: Likewise.
45374         * conform/data/inttypes.h-data: Likewise.
45375         * conform/data/langinfo.h-data: Likewise.
45376         * conform/data/libgen.h-data: Likewise.
45377         * conform/data/limits.h-data: Likewise.
45378         * conform/data/locale.h-data: Likewise.
45379         * conform/data/math.h-data: Likewise.
45380         * conform/data/monetary.h-data: Likewise.
45381         * conform/data/mqueue.h-data: Likewise.
45382         * conform/data/ndbm.h-data: Likewise.
45383         * conform/data/net/if.h-data: Likewise.
45384         * conform/data/netdb.h-data: Likewise.
45385         * conform/data/netinet/in.h-data: Likewise.
45386         * conform/data/nl_types.h-data: Likewise.
45387         * conform/data/poll.h-data: Likewise.
45388         * conform/data/pthread.h-data: Likewise.
45389         * conform/data/pwd.h-data: Likewise.
45390         * conform/data/regex.h-data: Likewise.
45391         * conform/data/sched.h-data: Likewise.
45392         * conform/data/search.h-data: Likewise.
45393         * conform/data/semaphore.h-data: Likewise.
45394         * conform/data/setjmp.h-data: Likewise.
45395         * conform/data/signal.h-data: Likewise.
45396         * conform/data/spawn.h-data: Likewise.
45397         * conform/data/stdarg.h-data: Likewise.
45398         * conform/data/stdio.h-data: Likewise.
45399         * conform/data/stdlib.h-data: Likewise.
45400         * conform/data/string.h-data: Likewise.
45401         * conform/data/strings.h-data: Likewise.
45402         * conform/data/stropts.h-data: Likewise.
45403         * conform/data/sys/ipc.h-data: Likewise.
45404         * conform/data/sys/mman.h-data: Likewise.
45405         * conform/data/sys/msg.h-data: Likewise.
45406         * conform/data/sys/resource.h-data: Likewise.
45407         * conform/data/sys/select.h-data: Likewise.
45408         * conform/data/sys/sem.h-data: Likewise.
45409         * conform/data/sys/shm.h-data: Likewise.
45410         * conform/data/sys/socket.h-data: Likewise.
45411         * conform/data/sys/stat.h-data: Likewise.
45412         * conform/data/sys/statvfs.h-data: Likewise.
45413         * conform/data/sys/time.h-data: Likewise.
45414         * conform/data/sys/timeb.h-data: Likewise.
45415         * conform/data/sys/times.h-data: Likewise.
45416         * conform/data/sys/types.h-data: Likewise.
45417         * conform/data/sys/uio.h-data: Likewise.
45418         * conform/data/sys/un.h-data: Likewise.
45419         * conform/data/sys/utsname.h-data: Likewise.
45420         * conform/data/sys/wait.h-data: Likewise.
45421         * conform/data/syslog.h-data: Likewise.
45422         * conform/data/tar.h-data: Likewise.
45423         * conform/data/termios.h-data: Likewise.
45424         * conform/data/utime.h-data: Likewise.
45425         * conform/data/utmpx.h-data: Likewise.
45426         * conform/data/varargs.h-data: Likewise.
45427         * conform/data/wchar.h-data: Likewise.
45428         * conform/data/wctype.h-data: Likewise.
45429         * conform/data/wordexp.h-data: Likewise.
45430
45431         * include/stropts.h: New file.
45432         * include/uchar.h: New file.
45433         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45434         * include/assert.h: Likewise.
45435         * include/ctype.h: Likewise.
45436         * include/dirent.h: Likewise.
45437         * include/dlfcn.h: Likewise.
45438         * include/fcntl.h: Likewise.
45439         * include/fnmatch.h: Likewise.
45440         * include/glob.h: Likewise.
45441         * include/grp.h: Likewise.
45442         * include/libio.h: Likewise.
45443         * include/locale.h: Likewise.
45444         * include/math.h: Likewise.
45445         * include/net/if.h: Likewise.
45446         * include/netdb.h: Likewise.
45447         * include/netinet/in.h: Likewise.
45448         * include/pthread.h: Likewise.
45449         * include/pwd.h: Likewise.
45450         * include/regex.h: Likewise.
45451         * include/sched.h: Likewise.
45452         * include/search.h: Likewise.
45453         * include/setjmp.h: Likewise.
45454         * include/signal.h: Likewise.
45455         * include/stdio.h: Likewise.
45456         * include/stdlib.h: Likewise.
45457         * include/string.h: Likewise.
45458         * include/sys/cdefs.h: Likewise.
45459         * include/sys/mman.h: Likewise.
45460         * include/sys/msg.h: Likewise.
45461         * include/sys/resource.h: Likewise.
45462         * include/sys/select.h: Likewise.
45463         * include/sys/socket.h: Likewise.
45464         * include/sys/stat.h: Likewise.
45465         * include/sys/statvfs.h: Likewise.
45466         * include/sys/time.h: Likewise.
45467         * include/sys/times.h: Likewise.
45468         * include/sys/uio.h: Likewise.
45469         * include/sys/utsname.h: Likewise.
45470         * include/sys/wait.h: Likewise.
45471         * include/termios.h: Likewise.
45472         * include/time.h: Likewise.
45473         * include/ulimit.h: Likewise.
45474         * include/unistd.h: Likewise.
45475         * include/utime.h: Likewise.
45476         * include/wchar.h: Likewise.
45477         * include/wctype.h: Likewise.
45478         * include/wordexp.h: Likewise.
45479
45480         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45481
45482         * time/time.h: TIME_UTC must be a macro.
45483         Make timespec_get available for ISO C11 only as well.
45484
45485 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45486
45487         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45488         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45489
45490 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45491
45492         * configure.in: Use -o not -a in test for unsupported multi-arch.
45493
45494 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45495
45496         * manual/texinfo.tex: Update to version 2012-01-19.16.
45497
45498 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45499
45500         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45501
45502 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45503
45504         [BZ #13738]
45505         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45506         * manual/fdl-1.3.texi: New file.
45507         * manual/fdl-1.1.texi: File removed.
45508
45509         [BZ #13738]
45510         * manual/libc.texinfo (FDL_VERSION): New @set.
45511         Use it for mention of FDL in cover text.
45512         (Documentation License): Use it in @include file name.
45513
45514 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45515             Roland McGrath  <roland@hack.frob.com>
45516
45517         [BZ #5461]
45518         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45519         (not LONG_LONG_MAX and LONG_LONG_MIN.
45520         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45521         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45522         name.
45523         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45524
45525 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45526
45527         [BZ #2547]
45528         [BZ #11365]
45529         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45530         manipulate bits before adding and subtracting TWO23[sx].
45531         * math/libm-test.inc (nearbyint_test): Add more tests.
45532
45533 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45534
45535         [BZ #2548]
45536         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45537         bits before adding and subtracting TWO23[sx].
45538         * math/libm-test.inc (rint_test): Add more tests.
45539         (rint_test_tonearest): Likewise.
45540         (rint_test_towardzero): Likewise.
45541         (rint_test_downward): Likewise.
45542         (rint_test_upward: Likewise.
45543
45544 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45545
45546         [BZ #10110]
45547         * include/stdc-predef.h: New file.  Extracted from features.h.
45548         * include/features.h: Include stdc-predef.h.
45549         * Makefile (headers): Add stdc-predef.h.
45550         * CONFORMANCE (Compiler limitations): Update.
45551
45552 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45553
45554         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45555
45556 2012-02-21  David S. Miller  <davem@davemloft.net>
45557
45558         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45559         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45560
45561 2012-02-20  David S. Miller  <davem@davemloft.net>
45562
45563         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45564         using a normal save/restore sequence, rather than allocating a
45565         dummy stack frame just to store a frame pointer and restore.
45566         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45567
45568 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45569
45570         * manual/install.texi: Fix stray word in line-wrapped comment.
45571
45572 2012-02-20  David S. Miller  <davem@davemloft.net>
45573
45574         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45575         both binutils and gcc support GOTDATA.
45576
45577         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45578         "rd %pc" in the PIC register setup sequences.
45579
45580         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45581         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45582         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45583         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45584         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45585         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45586         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45587         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45588         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45589         (SYSCALL_ERROR_HANDLER): Likewise.
45590         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45591         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45592         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45593         (SYSCALL_ERROR_HANDLER): Likewise.
45594
45595         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45596         (HAVE_GCC_GOTDATA): New.
45597         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45598         relocation support in both binutils and gcc.
45599         * sysdeps/sparc/elf/configure: Regenerate.
45600
45601         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45602         * sysdeps/sparc/sparc32/elf/configure: Delete.
45603         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45604         * sysdeps/sparc/sparc64/elf/configure: Delete.
45605         * sysdeps/sparc/elf/configure.in: New file.
45606         * sysdeps/sparc/elf/configure: Generate.
45607
45608         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45609         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45610         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45611         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45612         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45613
45614 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45615
45616         * manual/install.texi: Do not mention specific glibc version
45617         numbers.
45618         * manual/libc.texinfo (VERSION, UPDATED): Update.
45619         (@copying): Use @copyright{} and range of years.
45620
45621 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45622
45623         [BZ #13695]
45624         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45625         [crti.S not in sysdirs] (generated): Do not append.
45626         [crti.S not in sysdirs] (omit-deps): Likewise.
45627         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45628         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45629         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45630         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45631         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45632         Likewise.
45633         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45634         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45635         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45636         * csu/defs.awk: Remove file.
45637         * sysdeps/generic/initfini.c: Likewise.
45638         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45639         variable.
45640         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45641         Likewise.
45642
45643 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45644
45645         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45646         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45647         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45648         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45649         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45650         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45651         <bits/epoll.h>.
45652         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45653         (__EPOLL_PACKED): Define to empty if not defined by
45654         <bits/epoll.h>.
45655         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45656         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45657         bits/epoll.h.
45658
45659 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45660
45661         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45662         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45663         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45664         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45665         <bits/timerfd.h>.
45666         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45667         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45668         bits/timerfd.h.
45669
45670 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45671
45672         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45673         in C locale.
45674         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45675         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45676         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45677         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45678
45679 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
45680
45681         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45682         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45683
45684 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
45685
45686         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45687         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45688         defined.
45689         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45690         Likewise.
45691         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45692         entry for 2.16.
45693
45694 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
45695
45696         * math/w_acos.c: Use non-signaling floating-point comparisons.
45697         * math/w_acosf.c: Likewise.
45698         * math/w_acosh.c: Likewise.
45699         * math/w_acoshf.c: Likewise.
45700         * math/w_acoshl.c: Likewise.
45701         * math/w_acosl.c: Likewise.
45702         * math/w_asin.c: Likewise.
45703         * math/w_asinf.c: Likewise.
45704         * math/w_asinl.c: Likewise.
45705         * math/w_atanh.c: Likewise.
45706         * math/w_atanhf.c: Likewise.
45707         * math/w_atanhl.c: Likewise.
45708         * math/w_exp2.c: Likewise.
45709         * math/w_exp2f.c: Likewise.
45710         * math/w_exp2l.c: Likewise.
45711         * math/w_j0.c: Likewise.
45712         * math/w_j0f.c: Likewise.
45713         * math/w_j0l.c: Likewise.
45714         * math/w_j1.c: Likewise.
45715         * math/w_j1f.c: Likewise.
45716         * math/w_j1l.c: Likewise.
45717         * math/w_jn.c: Likewise.
45718         * math/w_jnf.c: Likewise.
45719         * math/w_log.c: Likewise.
45720         * math/w_log10.c: Likewise.
45721         * math/w_log10f.c: Likewise.
45722         * math/w_log10l.c: Likewise.
45723         * math/w_log2.c: Likewise.
45724         * math/w_log2f.c: Likewise.
45725         * math/w_log2l.c: Likewise.
45726         * math/w_logf.c: Likewise.
45727         * math/w_logl.c: Likewise.
45728         * math/w_sqrt.c: Likewise.
45729         * math/w_sqrtf.c: Likewise.
45730         * math/w_sqrtl.c: Likewise.
45731         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45732         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45733         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45734         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45735         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45736
45737 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45738
45739         [BZ #9739]
45740         * manual/string.texi (strnlen): Use correct parameter name in
45741         equivalent expression.
45742
45743 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45744
45745         [BZ #11174]
45746         * manual/users.texi (seteuid): Consistently use neweuid for
45747         argument name.
45748
45749 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45750
45751         [BZ #13704]
45752         * manual/nss.texi (Services in the NSS configuration): Correct
45753         list of services in example configuration file.
45754
45755 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
45756
45757         [BZ #11322]
45758         * manual/arith.texi: Remove statements about negative zero
45759         behaving identically to zero.
45760
45761 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45762
45763         [BZ #5993]
45764         * manual/install.texi: Do not document upgrading from libc5.
45765
45766 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45767
45768         [BZ #4596]
45769         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
45770
45771 2012-02-18  David S. Miller  <davem@davemloft.net>
45772
45773         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
45774         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
45775         %o7 across the call.
45776         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
45777         instead.
45778         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
45779         SETUP_PIC_REG_LEAF.
45780         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45781         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
45782         * sysdeps/sparc/crtn.S: Likewise.
45783
45784 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
45785
45786         * aout/Makefile: Remove.
45787
45788 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
45789
45790         [BZ #13058]
45791         * manual/examples/argp-ex1.c (main): Format definition in GNU
45792         style.
45793         * manual/examples/argp-ex2.c (main): Likewise.
45794         * manual/examples/argp-ex3.c (main): Likewise.
45795         * manual/examples/argp-ex4.c (main): Likewise.
45796         * manual/examples/longopt.c (main): Use new-style prototype
45797         definition.
45798         * manual/examples/strncat.c (main): Specify return type and use
45799         (void) for arguments.
45800         * manual/examples/subopt.c (main): Use char **argv argument.
45801
45802 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45803
45804         [BZ #5077]
45805         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
45806         rounding modes.
45807
45808 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
45809
45810         [BZ #6907]
45811         * manual/string.texi (strchr): Change when strchrnul is
45812         recommended.
45813
45814 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
45815
45816         [BZ #174]
45817         * manual/locale.texi (setlocale): Document LOCPATH.
45818
45819 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45820
45821         [BZ #10210]
45822         * manual/process.texi (execle): Move @dots{} before last argument.
45823
45824 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
45825
45826         [BZ #12047]
45827         * manual/charset.texi (Generic Charset Conversion): Fix typo
45828         (LC_TYPE -> LC_CTYPE).
45829
45830 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
45831
45832         [BZ #5805]
45833         * manual/arith.texi (scalbn): Use @var{} on parameter names.
45834         (scalbnf): Likewise.
45835         (scalbnl): Likewise.
45836         (scalbln): Likewise.
45837         (scalblnf): Likewise.
45838         (scalblnl): Likewise.
45839         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
45840         (vwarnx): Likewise.
45841         (verr): Likewise.
45842         (verrx): Likewise.
45843         * manual/filesys.texi (telldir): Use braces around return type.
45844         * manual/llio.texi (mmap): Add space after comma.
45845         (mmap64): Likewise.
45846         * manual/math.texi (jn): Use @var{} on parameter names.
45847         (jnf): Likewise.
45848         (jnl): Likewise.
45849         (yn): Likewise.
45850         (ynf): Likewise.
45851         (ynl): Likewise.
45852         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
45853         line.
45854         * manual/resource.texi (ulimit): Use @dots{} instead of literal
45855         "...".
45856         (sched_get_priority_min): Remove semicolon on @deftypefun line.
45857         (sched_get_priority_max): Likewise.
45858         * manual/signal.texi (sigvec): Add space after comma.
45859         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
45860         names.
45861         (if_indextoname): Likewise.
45862         (if_freenameindex): Likewise.
45863         (sendto): Use ',' instead of '.' in prototype.
45864         * manual/startup.texi (syscall): Use @dots{} instead of literal
45865         "...".
45866         * manual/stdio.texi (__fpending): Separate initial words of
45867         paragraph from @deftypefun line.
45868         * manual/syslog.texi (syslog): Use @dots{} instead of literal
45869         "...".
45870         (vsyslog): Use @var{} on parameter names.
45871         * manual/terminal.texi (stty): Use @var{} on parameter names.
45872         * manual/users.texi (getutmp): Use @var{} on parameter names.
45873         (getutmpx): Likewise.
45874
45875 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45876
45877         [BZ #6884]
45878         * manual/stdio.texi (fopen): Fix typos in description of
45879         ",ccs=STRING".
45880
45881 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
45882
45883         [BZ #4026]
45884         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
45885         get clock_id definition.
45886
45887 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
45888
45889         [BZ #4822]
45890         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
45891         (madvise): Cast every argument to void on its own.
45892
45893 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45894
45895         [BZ #9902]
45896         * manual/startup.texi (Exit Status): Fix typo.
45897
45898 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45899
45900         [BZ #10140]
45901         * manual/examples/argp-ex1.c: Include <stdlib.h>.
45902         * manual/examples/argp-ex2.c: Likewise.
45903         * manual/examples/argp-ex3.c: Likewise.
45904
45905 2012-02-16  Richard Henderson  <rth@redhat.com>
45906
45907         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
45908         * sysdeps/s390/s390-32/initfini.c: Remove.
45909         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
45910         * sysdeps/s390/s390-64/initfini.c: Remove.
45911
45912 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45913
45914         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
45915         compiler output for sysdeps/generic/initfini.c.
45916         * sysdeps/sh/elf/initfini.c: Remove file.
45917
45918 2012-02-16  David S. Miller  <davem@davemloft.net>
45919
45920         [BZ #11494]
45921         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
45922
45923         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
45924         * sysdeps/sparc/crti.S: New file.
45925         * sysdeps/sparc/crtn.S: New file.
45926         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
45927         * sysdeps/sparc/sparc64/Makefile: Likewise.
45928
45929 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
45930
45931         [BZ #3335]
45932         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
45933
45934 2012-02-15  Roland McGrath  <roland@hack.frob.com>
45935
45936         [BZ #4822]
45937         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
45938
45939         * mach/devstream.c (cookie_io_functions_t): Macro removed.
45940         (write, read, close): Likewise.
45941         Patch by Aurelien Jarno <aurelien@aurel32.net>.
45942
45943 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
45944
45945         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
45946         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
45947         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
45948         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
45949         <bits/signalfd.h>.
45950         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
45951         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45952         bits/signalfd.h.
45953
45954 2012-02-14  Marek Polacek  <polacek@redhat.com>
45955
45956         * sysdeps/x86_64/crti.S: New file.
45957         * sysdeps/x86_64/crtn.S: New file.
45958         * sysdeps/x86_64/elf/initfini.c: Remove file.
45959
45960 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45961
45962         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
45963         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
45964         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
45965         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
45966         <bits/inotify.h>.
45967         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
45968         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45969         bits/inotify.h.
45970
45971 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45972
45973         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
45974         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
45975         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
45976         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
45977         <bits/eventfd.h>.
45978         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
45979         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45980         bits/eventfd.h.
45981
45982 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
45983
45984         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
45985         __feraiseexcept instead of feraiseexcept.
45986
45987         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
45988         nanosleep invocations.
45989         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
45990         strings, and add error checking for a nanosleep invocations.
45991
45992 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
45993
45994         Replace FSF snail mail address with URLs, as per GNU coding standards.
45995         Most of the snail mail addresses were wrong anyway, and omitting
45996         them makes the source code easier to maintain.  Almost all of the
45997         changes are to license notices and to locale LC_IDENTIFICATION
45998         addresses, except for this one:
45999         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46000         not its snail mail address.
46001
46002 2012-02-09  Richard Henderson  <rth@twiddle.net>
46003
46004         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46005         of kernel-features.h.
46006
46007         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46008
46009 2012-02-08  Marek Polacek  <polacek@redhat.com>
46010
46011         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46012         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46013         * sysdeps/gnu/_G_config.h: Likewise.
46014         * sysdeps/generic/_G_config.h: Likewise.
46015
46016 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46017
46018         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46019         tests.
46020         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46021
46022         * sysdeps/powerpc/powerpc32/crti.S: New file.
46023         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46024         * sysdeps/powerpc/powerpc64/crti.S: New file.
46025         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46026
46027         * Makeconfig (have-initfini): Don't set.
46028         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46029         * configure.in (nopic_initfini): Don't substitute.
46030         * config.h.in (HAVE_INITFINI): Don't #undef.
46031         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46032         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46033
46034 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46035
46036         Support crti.S and crtn.S provided directly by architectures.
46037         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46038         [crti.S in sysdirs] (omit-deps): Likewise.
46039         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46040         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46041         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46042         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46043         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46044         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46045         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46046         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46047         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46048         compiler output for sysdeps/generic/initfini.c.
46049         * sysdeps/i386/elf/Makefile: Remove file.
46050         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46051
46052 2012-02-07  Marek Polacek  <polacek@redhat.com>
46053
46054         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46055         * sysdeps/gnu/_G_config.h: Likewise.
46056         * sysdeps/mach/hurd/_G_config.h: Likewise.
46057
46058 2012-02-07  Marek Polacek  <polacek@redhat.com>
46059
46060         * math/Makefile (tests): Add tst-CMPLX2.
46061         * math/tst-CMPLX2.c: New file.
46062
46063 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46064
46065         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46066
46067         * math/libm-test.inc (jn_test): Add missing L suffix.
46068
46069 2012-02-06  Marek Polacek  <polacek@redhat.com>
46070
46071         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46072         * sysdeps/i386/fpu/e_powf.S: Likewise.
46073         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46074         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46075         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46076         * sysdeps/i386/fpu/e_pow.S: Likewise.
46077         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46078         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46079         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46080         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46081         * sysdeps/i386/fpu/e_log2.S: Likewise.
46082         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46083         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46084         * sysdeps/i386/fpu/e_powl.S: Likewise.
46085         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46086         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46087         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46088         * sysdeps/i386/fpu/e_logl.S: Likewise.
46089         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46090         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46091         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46092         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46093         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46094         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46095         * sysdeps/i386/fpu/e_log.S: Likewise.
46096         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46097         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46098         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46099         * sysdeps/i386/fpu/e_logf.S: Likewise.
46100         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46101         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46102         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46103         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46104         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46105         * sysdeps/i386/fpu/e_log10.S: Likewise.
46106         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46107         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46108         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46109         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46110         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46111         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46112         * sysdeps/i386/asm-syntax.h: Likewise.
46113         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46114         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46115         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46116         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46117         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46118         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46119         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46120         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46121         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46122         * sysdeps/powerpc/sysdep.h: Likewise.
46123         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46124         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46125
46126 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46127
46128         [BZ #411]
46129         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46130
46131 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46132
46133         * sysdeps/i386/sysdep.h: Include <features.h>.
46134         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46135         version.
46136
46137 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46138
46139         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46140         Define.
46141         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46142         LOAD_PIC_REG_STR.
46143
46144 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46145
46146         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46147         (SETUP_PIC_REG): Use GET_PC_THUNK.
46148         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46149         macro.
46150
46151 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46152
46153         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46154         for non-PIC compilation.
46155         (SETUP_PIC_REG): Add .p2align directive.
46156         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46157         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46158         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46159         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46160         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46161         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46162         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46163         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46164         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46165         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46166         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46167         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46168         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46169         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46170         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46171         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46172         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46173         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46174         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46175         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46176         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46177         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46178         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46179         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46180         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46181         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46182         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46183         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46184         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46185         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46186         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46187         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46188         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46189         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46190         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46191         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46192         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46193         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46194         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46195         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46196         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46197
46198 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46199
46200         * math/tst-CMPLX.c: Include <stdio.h>.
46201
46202 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46203
46204         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46205         float.
46206         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46207         * sysdeps/sparc/bits/mathdef.h: Likewise.
46208
46209 2012-01-31  Marek Polacek  <polacek@redhat.com>
46210
46211         * libio/libio.h: Don't define _PARAMS.
46212         * locale/programs/config.h: Don't define PARAMS.
46213         * stdlib/strtol_l.c: Likewise.
46214         (__strtol_l): Remove PARAMS from the prototype.
46215
46216 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46217
46218         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46219         names.  Just use the correct names.  Remove unnecessary wrapper
46220         functions.
46221         * malloc/arena.c: Likewise.
46222         * malloc/hooks.c: Likewise.
46223
46224         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46225         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46226         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46227
46228 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46229
46230         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46231         into tail calls.
46232         (update_get_addr): New function.
46233         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46234         GET_ADDR_MODULE parameter.
46235
46236 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46237
46238         * crypt/cert.c: Remove __STDC__ conditionals.
46239         * crypt/crypt-entry.c: Likewise.
46240         * crypt/crypt_util.c: Likewise.
46241         * libio/filedoalloc.c: Likewise.
46242         * libio/fileops.c: Likewise.
46243         * libio/genops.c: Likewise.
46244         * libio/iofclose.c: Likewise.
46245         * libio/iofdopen.c: Likewise.
46246         * libio/iofopen.c: Likewise.
46247         * libio/iofopen64.c: Likewise.
46248         * libio/iogetdelim.c: Likewise.
46249         * libio/iopopen.c: Likewise.
46250         * libio/obprintf.c: Likewise.
46251         * libio/oldfileops.c: Likewise.
46252         * libio/oldiofclose.c: Likewise.
46253         * libio/oldiofdopen.c: Likewise.
46254         * libio/oldiofopen.c: Likewise.
46255         * libio/oldiopopen.c: Likewise.
46256         * libio/wfiledoalloc.c: Likewise.
46257         * libio/wgenops.c: Likewise.
46258         * locale/programs/xmalloc.c: Likewise.
46259         * misc/syslog.c: Likewise.
46260         * stdio-common/xbug.c: Likewise.
46261         * string/memchr.c: Likewise.
46262         * string/memcmp.c: Likewise.
46263         * string/memrchr.c: Likewise.
46264         * string/rawmemchr.c: Likewise.
46265         * sysdeps/posix/getcwd.c: Likewise.
46266         * time/strftime_l.c: Likewise.
46267
46268 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46269
46270         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46271         * config.make.in (config-cflags-sse2avx): Define.
46272         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46273         Fix typo.
46274
46275 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46276
46277         * scripts/config.guess: Update from upstream config git repository.
46278         * scripts/config.sub: Likewise.
46279
46280 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46281
46282         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46283         (EM_NUM): Update.
46284         (R_TILEPRO_*, R_TILEGX_*): New macros.
46285
46286         * scripts/firstversions.awk: Fix bug in version range handling.
46287
46288         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46289
46290         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46291
46292         * include/sys/epoll.h: New file.
46293         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46294         libc_hidden_def.
46295
46296 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46297
46298         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46299         Avoid unnecessary __WORDSIZE == 64 test.
46300         (fmaxf): Use VEX format if possible.
46301         (fmax): Likewise.
46302         (fminf): Likewise.
46303         (fmin): Likewise.
46304
46305         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46306         * math/math_private.h: Remove libc_fegetround* and
46307         libc_fesetround*.
46308         * sysdeps/i386/configure.in: Check for -msse2avx.
46309         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46310         also if SSE2AVX is defined.
46311         Remove libc_fegetround* and libc_fesetround*.
46312         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46313         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46314         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46315         of HAS_YMM_USABLE.
46316         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46317         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46318         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46319         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46320         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46321
46322         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46323
46324 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46325
46326         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46327         size is not set.
46328         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46329
46330 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46331
46332         [BZ #13618]
46333         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46334         relocation.
46335         * Makeconfig (libm): Define.
46336         * elf/Makefile: Add rules to build and run tst-relsort1.
46337         * elf/tst-relsort1.c: New file.
46338         * elf/tst-relsort1mod1.c: New file.
46339         * elf/tst-relsort1mod2.c: New file.
46340
46341 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46342
46343         * math/s_ldexp.c: Remove __STDC__ conditionals.
46344         * math/s_ldexpf.c: Likewise.
46345         * math/s_ldexpl.c: Likewise.
46346         * math/s_nextafter.c: Likewise.
46347         * math/s_nexttowardf.c: Likewise.
46348         * math/s_significand.c: Likewise.
46349         * math/s_significandf.c: Likewise.
46350         * math/s_significandl.c: Likewise.
46351         * math/w_jnl.c: Likewise.
46352         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46353         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46354         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46355         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46356         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46357         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46358         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46359         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46360         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46361         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46362         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46363         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46364         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46365         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46366         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46367         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46368         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46369         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46370         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46371         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46372         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46373         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46374         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46375         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46376         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46377         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46378         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46379         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46380         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46381         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46382         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46383         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46384         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46385         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46386         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46387         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46388         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46389         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46390         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46391         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46392         * sysdeps/ieee754/k_standard.c: Likewise.
46393         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46394         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46395         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46396         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46397         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46398         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46399         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46400         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46401         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46402         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46403         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46404         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46405         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46406         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46407         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46408         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46409         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46410         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46411         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46412         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46413         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46414         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46415         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46416         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46417         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46418         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46419         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46420         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46421         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46422         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46423         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46424         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46425         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46426         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46427         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46428         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46429         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46430         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46431         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46432         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46433         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46434         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46435         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46436         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46437         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46438         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46439         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46440         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46441         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46442         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46443         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46444         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46445         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46446         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46447         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46448         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46449         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46450         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46451         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46452         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46453         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46454         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46455         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46456         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46457         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46458         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46459         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46460         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46461         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46462         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46463         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46464         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46465         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46466         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46467         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46468         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46469         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46470         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46471         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46472         * sysdeps/ieee754/s_matherr.c: Likewise.
46473         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46474         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46475         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46476         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46477
46478 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46479
46480         * crypt/md5.h: Remove __STDC__ conditionals.
46481         * libio/libioP.h: Likewise.
46482         * locale/programs/config.h: Likewise.
46483         * sysdeps/generic/sysdep.h: Likewise.
46484         * sysdeps/i386/asm-syntax.h: Likewise.
46485         * sysdeps/s390/asm-syntax.h: Likewise.
46486         * sysdeps/unix/sysdep.h: Likewise.
46487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46489
46490 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46491
46492         * libio/libio.h: Remove __STDC__ conditionals.
46493         * malloc/obstack.h: Likewise.
46494         * math/complex.h: Likewise.
46495         * math/math.h: Likewise.
46496         * sysdeps/generic/_G_config.h: Likewise.
46497         * sysdeps/gnu/_G_config.h: Likewise.
46498         * sysdeps/mach/hurd/_G_config.h: Likewise.
46499         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46500         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46501         * sysdeps/sparc/bits/mathdef.h: Likewise.
46502
46503 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46504
46505         [BZ #13583]
46506         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46507         Clean up HAS_* macros.
46508         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46509         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46510         possible.
46511         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46512         HAS_AVX.
46513         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46514         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46515         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46516         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46517         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46518
46519 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46520
46521         * elf/tst-unique3.cc (gets): Remove declaration.
46522         * elf/tst-unique3lib.cc (gets): Likewise.
46523         * elf/tst-unique3lib2.cc (gets): Likewise.
46524         * elf/tst-unique4.cc (gets): Likewise.
46525
46526 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46527
46528         * include/stdio.h: Add C++ protection.  Add gets declarations and
46529         definitions.
46530         * debug/tst-chk1.c: Don't declare gets here.
46531         * stdio-common/tst-gets.c: Likewise.
46532
46533 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46534
46535         * posix/glob: Remove directory.
46536
46537 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46538
46539         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46540
46541 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46542
46543         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46544         of the non-standard EPFNOSUPPORT.
46545
46546 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46547
46548         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46549         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46550         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46551
46552 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46553
46554         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46555
46556 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46557
46558         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46559         transient errors.
46560         * nscd/grpcache.c (cache_addgr): Likewise.
46561         * nscd/hstcache.c (cache_addhst): Likewise.
46562         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46563         * nscd/pwdcache.c (cache_addpw): Likewise.
46564         * nscd/servicescache.c (cache_addserv): Likewise.
46565
46566 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46567
46568         * malloc/malloc.c: Various cleanups.
46569         * malloc/hooks.c: Likewise.
46570
46571         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46572         * stdlib/bug-fmtmsg1.c: New file.
46573
46574         * stdlib/fmtmsg.c (init): Add missing unlock.
46575         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46576
46577 2012-01-12  Marek Polacek  <polacek@redhat.com>
46578
46579         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46580         and _GNU_SOURCE.
46581
46582 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46583
46584         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46585         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46586         macro to ensure uniqueness of label name.
46587         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46588         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46589
46590 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46591
46592         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46593
46594         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46595         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46596         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46597         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46598
46599 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46600
46601         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46602
46603         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46604         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46605         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46606
46607         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46608
46609         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46610         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46611         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46612         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46613
46614         * math/bits/math-finite.h: Add ldexp support.
46615
46616 2012-01-10  Marek Polacek  <polacek@redhat.com>
46617
46618         * locale/programs/localedef.h (show_archive_content): Add noreturn
46619         attribute.
46620
46621 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46622
46623         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46624
46625 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46626
46627         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46628
46629         * io/Makefile (headers): Add bits/poll2.h.
46630
46631 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46632
46633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46634         typo #include statement.
46635
46636 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46637
46638         * include/sys/cdefs.h: Define __attribute_alloc_size.
46639         * catgets/gencat.c: Add alloc_size attribute and apply consistently
46640         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46641         * elf/pldd.c: Likewise.
46642         * iconv/iconv_charmap.c: Likewise.
46643         * iconv/iconvconfig.c: Likewise.
46644         * iconv/strtab.c: Likewise.
46645         * locale/programs/locale.c: Likewise.
46646         * locale/programs/localedef.h: Likewise.
46647         * locale/programs/simple-hash.c: Likewise.
46648         * nscd/nscd.h: Likewise.
46649         * nss/makedb.c: Likewise.
46650         * sysdeps/generic/ldconfig.h: Likewise.
46651         * locale/programs/localedef.c: Remove xmalloc prototype.
46652         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46653
46654 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46655
46656         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46657         appropriate.
46658
46659 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46660
46661         * math/Makefile (tests): Add tst-CMPLX.
46662         * math/tst-CMPLX.c: New file.
46663
46664         * math/complex.h (CMPLXL): Fix typo.
46665
46666         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46667         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46668         GLIBC_2.16.
46669         * debug/tst-chk1.c: Add poll and ppoll tests.
46670         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46671         * include/sys/poll.h: Add hidden proto for ppoll.
46672         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46673         * sysdeps/mach/hurd/ppoll.c: Likewise.
46674         * io/ppoll.c: Likewise.
46675         * debug/poll_chk.c: New file.
46676         * debug/ppoll_chk.c: New file.
46677         * include/bits/poll2.h: New file.
46678         * io/bits/poll2.h: New file.
46679
46680         [BZ #1350]
46681         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46682
46683         * configure.in: static is always set to yes.  Remove.
46684         * config.make.in: Don't set build-static.
46685         * Makeconfig: Remove use of build-static.
46686         * dlfcn/Makefile: Likewise.
46687         * elf/Makefile: Likewise.
46688         * math/Makefile: Likewise.
46689         * misc/Makefile: Likewise.
46690         * nptl/Makefile: Likewise.
46691         * sysdeps/mach/hurd/Makefile: Likewise.
46692
46693         * configure.in: PWD_P is not used anymore.
46694         * config.make.in: Remove PWD_P entry.
46695
46696         * configure.in: Remove last remnants of RANLIB.
46697         No need to check for signed size_t anymore.
46698         Don't set libc_commonpagesize and libc_relro_required here for Alpha
46699         and IA-64.
46700         Remove __builtin_expect test because we require at least gcc 3.4.
46701         * aclocal.m4: Likewise.
46702
46703         * wcsmbs/mbrtoc16.c: Implement using towc function.
46704         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46705         * wcsmbs/wcsmbsload.c: Likewise.
46706         * iconv/gconv_simple.c: Likewise.
46707         * iconv/gconv_int.h: Likewise.
46708         * iconv/gconv_builtin.h: Likewise.
46709         * iconv/iconv_prog.c: Remove CHAR16 handling.
46710
46711         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46712
46713         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46714
46715         * configure.in: Remove --with-elf and --enable-bounded options.
46716         Dont set base_machine for ia64.  More non-ELF conditions removed.
46717         Remove testing and setting of leading underscore information.
46718         * config.make.in (build-bounded): Set to no.
46719         * config.h.in: Remove NO_UNDERSCORES entry.
46720         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
46721         them.
46722         * csu/start.c: Remove !NO_UNDERSCORE code.
46723         * locale/localeinfo.h: Likewise.
46724         * sysdeps/generic/machine-gmon.h: Likewise.
46725         * sysdeps/generic/sysdep.h: Likewise.
46726         * sysdeps/i386/sysdep.h: Likewise.
46727         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46728         * sysdeps/mach/sysdep.h: Likewise.
46729         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46730         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46731         * sysdeps/sh/sysdep.h: Likewise.
46732         * sysdeps/sparc/sparc32/alloca.S: Likewise.
46733         * sysdeps/unix/i386/sysdep.S: Likewise.
46734         * sysdeps/unix/sparc/start.c: Likewise.
46735         * sysdeps/unix/sparc/sysdep.S: Likewise.
46736         * sysdeps/unix/sparc/sysdep.h: Likewise.
46737         * sysdeps/unix/start.c: Likewise.
46738         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46739         * sysdeps/x86_64/sysdep.h: Likewise.
46740
46741 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
46742
46743         [BZ #13553]
46744         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
46745         for non-gcc.
46746         * argp/argp-fmtstream.h: Use const instead __const.
46747         * argp/argp.h: Likewise.
46748         * assert/assert.h: Likewise.
46749         * bits/fenv.h: Likewise.
46750         * bits/sched.h: Likewise.
46751         * bits/sigset.h: Likewise.
46752         * bits/sigthread.h: Likewise.
46753         * catgets/nl_types.h: Likewise.
46754         * conform/data/pthread.h-data: Likewise.
46755         * crypt/crypt-private.h: Likewise.
46756         * crypt/crypt.h: Likewise.
46757         * crypt/crypt_util.c: Likewise.
46758         * ctype/ctype.h: Likewise.
46759         * debug/execinfo.h: Likewise.
46760         * debug/mbsnrtowcs_chk.c: Likewise.
46761         * debug/mbsrtowcs_chk.c: Likewise.
46762         * debug/wcsnrtombs_chk.c: Likewise.
46763         * debug/wcsrtombs_chk.c: Likewise.
46764         * debug/wcstombs_chk.c: Likewise.
46765         * dirent/dirent.h: Likewise.
46766         * dlfcn/dlfcn.h: Likewise.
46767         * elf/neededtest4.c: Likewise.
46768         * grp/grp.h: Likewise.
46769         * gshadow/gshadow.h: Likewise.
46770         * iconv/gconv.h: Likewise.
46771         * iconv/gconv_int.h: Likewise.
46772         * iconv/gconv_simple.c: Likewise.
46773         * iconv/iconv.h: Likewise.
46774         * iconv/loop.c: Likewise.
46775         * iconv/skeleton.c: Likewise.
46776         * include/aio.h: Likewise.
46777         * include/aliases.h: Likewise.
46778         * include/argz.h: Likewise.
46779         * include/arpa/inet.h: Likewise.
46780         * include/assert.h: Likewise.
46781         * include/dirent.h: Likewise.
46782         * include/dlfcn.h: Likewise.
46783         * include/execinfo.h: Likewise.
46784         * include/fcntl.h: Likewise.
46785         * include/fenv.h: Likewise.
46786         * include/glob.h: Likewise.
46787         * include/grp.h: Likewise.
46788         * include/libintl.h: Likewise.
46789         * include/mntent.h: Likewise.
46790         * include/netdb.h: Likewise.
46791         * include/pwd.h: Likewise.
46792         * include/rpc/netdb.h: Likewise.
46793         * include/sched.h: Likewise.
46794         * include/search.h: Likewise.
46795         * include/shadow.h: Likewise.
46796         * include/signal.h: Likewise.
46797         * include/stdio.h: Likewise.
46798         * include/stdlib.h: Likewise.
46799         * include/string.h: Likewise.
46800         * include/sys/socket.h: Likewise.
46801         * include/sys/stat.h: Likewise.
46802         * include/sys/statfs.h: Likewise.
46803         * include/sys/statvfs.h: Likewise.
46804         * include/sys/syslog.h: Likewise.
46805         * include/sys/time.h: Likewise.
46806         * include/sys/uio.h: Likewise.
46807         * include/time.h: Likewise.
46808         * include/unistd.h: Likewise.
46809         * include/utmp.h: Likewise.
46810         * include/wchar.h: Likewise.
46811         * include/wctype.h: Likewise.
46812         * inet/aliases.h: Likewise.
46813         * inet/arpa/inet.h: Likewise.
46814         * inet/netinet/ether.h: Likewise.
46815         * inet/netinet/in.h: Likewise.
46816         * intl/libintl.h: Likewise.
46817         * io/bits/fcntl2.h: Likewise.
46818         * io/fcntl.h: Likewise.
46819         * io/ftw.h: Likewise.
46820         * io/sys/poll.h: Likewise.
46821         * io/sys/stat.h: Likewise.
46822         * io/sys/statfs.h: Likewise.
46823         * io/sys/statvfs.h: Likewise.
46824         * io/utime.h: Likewise.
46825         * libio/bits/stdio.h: Likewise.
46826         * libio/bits/stdio2.h: Likewise.
46827         * libio/libio.h: Likewise.
46828         * libio/libioP.h: Likewise.
46829         * libio/stdio.h: Likewise.
46830         * locale/lc-ctype.c: Likewise.
46831         * locale/locale.h: Likewise.
46832         * login/utmp.h: Likewise.
46833         * malloc/arena.c: Likewise.
46834         * malloc/malloc.c: Likewise.
46835         * malloc/malloc.h: Likewise.
46836         * malloc/mcheck.c: Likewise.
46837         * malloc/mtrace.c: Likewise.
46838         * math/bits/mathcalls.h: Likewise.
46839         * math/fenv.h: Likewise.
46840         * math/math_private.h: Likewise.
46841         * misc/bits/error.h: Likewise.
46842         * misc/bits/syslog.h: Likewise.
46843         * misc/err.h: Likewise.
46844         * misc/error.h: Likewise.
46845         * misc/fstab.h: Likewise.
46846         * misc/mntent.h: Likewise.
46847         * misc/regexp.h: Likewise.
46848         * misc/search.h: Likewise.
46849         * misc/sgtty.h: Likewise.
46850         * misc/sys/mman.h: Likewise.
46851         * misc/sys/syslog.h: Likewise.
46852         * misc/sys/uio.h: Likewise.
46853         * misc/sys/xattr.h: Likewise.
46854         * misc/ttyent.h: Likewise.
46855         * nis/rpcsvc/ypclnt.h: Likewise.
46856         * nss/nss.h: Likewise.
46857         * posix/bits/unistd.h: Likewise.
46858         * posix/fnmatch.h: Likewise.
46859         * posix/glob.h: Likewise.
46860         * posix/sched.h: Likewise.
46861         * posix/spawn.h: Likewise.
46862         * posix/sys/wait.h: Likewise.
46863         * posix/unistd.h: Likewise.
46864         * posix/wordexp.h: Likewise.
46865         * pwd/pwd.h: Likewise.
46866         * resolv/netdb.h: Likewise.
46867         * resource/sys/resource.h: Likewise.
46868         * rt/aio.h: Likewise.
46869         * rt/bits/mqueue2.h: Likewise.
46870         * rt/mqueue.h: Likewise.
46871         * shadow/shadow.h: Likewise.
46872         * signal/signal.h: Likewise.
46873         * socket/send.c: Likewise.
46874         * socket/sendto.c: Likewise.
46875         * socket/sys/socket.h: Likewise.
46876         * stdio-common/printf.h: Likewise.
46877         * stdlib/bits/stdlib.h: Likewise.
46878         * stdlib/fmtmsg.h: Likewise.
46879         * stdlib/monetary.h: Likewise.
46880         * stdlib/stdlib.h: Likewise.
46881         * stdlib/ucontext.h: Likewise.
46882         * streams/stropts.h: Likewise.
46883         * string/argz.h: Likewise.
46884         * string/bits/string2.h: Likewise.
46885         * string/string.h: Likewise.
46886         * string/strings.h: Likewise.
46887         * sunrpc/rpc/auth.h: Likewise.
46888         * sunrpc/rpc/auth_des.h: Likewise.
46889         * sunrpc/rpc/clnt.h: Likewise.
46890         * sunrpc/rpc/netdb.h: Likewise.
46891         * sunrpc/rpc/pmap_clnt.h: Likewise.
46892         * sunrpc/rpc/xdr.h: Likewise.
46893         * sysdeps/generic/inttypes.h: Likewise.
46894         * sysdeps/generic/net/if.h: Likewise.
46895         * sysdeps/generic/sys/swap.h: Likewise.
46896         * sysdeps/gnu/net/if.h: Likewise.
46897         * sysdeps/gnu/utmpx.h: Likewise.
46898         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
46899         * sysdeps/i386/i486/bits/string.h: Likewise.
46900         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
46901         * sysdeps/s390/bits/string.h: Likewise.
46902         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
46903         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
46904         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
46905         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
46906         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
46907         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
46908         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
46909         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
46910         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
46911         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
46912         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
46913         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
46914         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
46915         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
46916         * sysdeps/unix/sysv/linux/readv.c: Likewise.
46917         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
46918         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
46919         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46920         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
46921         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
46922         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46923         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
46924         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
46925         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
46926         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
46927         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
46928         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
46929         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46930         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
46931         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
46932         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
46933         * sysvipc/sys/ipc.h: Likewise.
46934         * sysvipc/sys/msg.h: Likewise.
46935         * sysvipc/sys/sem.h: Likewise.
46936         * sysvipc/sys/shm.h: Likewise.
46937         * termios/termios.h: Likewise.
46938         * time/sys/time.h: Likewise.
46939         * time/time.h: Likewise.
46940         * wcsmbs/bits/wchar2.h: Likewise.
46941         * wcsmbs/uchar.h: Likewise.
46942         * wcsmbs/wchar.h: Likewise.
46943         * wctype/wctype.h: Likewise.
46944
46945         [BZ #13551]
46946         * Makeconfig: Remove all but ELF support including AIX support.
46947         * Makerules: Likewise.
46948         * config.h.in: Likewise.
46949         * config.make.in: Likewise.
46950         * configure: Likewise.
46951         * configure.in: Likewise.
46952         * csu/Makefile: Likewise.
46953         * csu/version.c: Likewise.
46954         * debug/Makefile: Likewise.
46955         * dlfcn/Makefile: Likewise.
46956         * elf/Makefile: Likewise.
46957         * extra-lib.mk: Likewise.
46958         * iconv/Makefile: Likewise.
46959         * include/libc-symbols.h: Likewise.
46960         * include/shlib-compat.h: Likewise.
46961         * resolv/Makefile: Likewise.
46962         * resolv/res_libc.c: Likewise.
46963         * rt/Makefile: Likewise.
46964         * sysdeps/i386/asm-syntax.h: Likewise.
46965         * sysdeps/i386/sysdep.h: Likewise.
46966         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46967         * sysdeps/mach/sysdep.h: Likewise.
46968         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
46969         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
46970         * sysdeps/s390/asm-syntax.h: Likewise.
46971         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46972         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46973         * sysdeps/sh/sysdep.h: Likewise.
46974         * sysdeps/unix/sparc/sysdep.h: Likewise.
46975         * sysdeps/wordsize-32/divdi3.c: Likewise.
46976         * sysdeps/x86_64/sysdep.h: Likewise.
46977
46978         * argp/Versions: Remove _argp_unlock_xxx.
46979
46980         [BZ #13559]
46981         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
46982         * abilist/libBrokenLocale.abilist: Likewise.
46983         * abilist/libanl.abilist: Likewise.
46984         * abilist/libc.abilist: Likewise.
46985         * abilist/libcrypt.abilist: Likewise.
46986         * abilist/libdl.abilist: Likewise.
46987         * abilist/libm.abilist: Likewise.
46988         * abilist/libnsl.abilist: Likewise.
46989         * abilist/libpthread.abilist: Likewise.
46990         * abilist/libresolv.abilist: Likewise.
46991         * abilist/librt.abilist: Likewise.
46992         * abilist/libthread_db.abilist: Likewise.
46993         * abilist/libutil.abilist: Likewise.
46994         * abilist/libnss_db.abilist: New file.
46995
46996         * scripts/abilist.awk: Add support for indirect functions.
46997
46998         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
46999
47000         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47001
47002         * shlib-versions: Remove entries for ports architectures.
47003
47004         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47005         files in ports.
47006         * elf/stackguard-macros.h: Remove support for IA-64.
47007         * elf/tst-auditmod1.c: Likewise.
47008         * sysdeps/generic/ldsodefs.h: Likewise.
47009
47010         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47011         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47012         configure files.
47013
47014         [BZ #13552]
47015         * configure.in: Remove --enable-omitfp support.
47016         * FAQ.in: Adjust.
47017         * config.make.in: Likewise.
47018         * Makeconfig: Likewise.
47019         * manual/install.texi: Likewise.
47020
47021         In case anyone cares, the IA-64 architecture could move to ports.
47022         * sysdeps/ia64/*: Removed.
47023         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47024         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47025
47026         [BZ #13555]
47027         * configure.in: Remove entries for unsupported architectures.
47028
47029         [BZ #13533]
47030         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47031         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47032         routines.
47033         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47034         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47035         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47036         fall back to using wcrtomb.
47037         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47038         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47039         renaming.
47040         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47041         * wcsmbs/tst-c16c32-1.c: New file.
47042
47043         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47044         local variable.
47045
47046         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47047
47048         * elf/tst-unique3.cc: Add explicit declaration of gets.
47049         * elf/tst-unique3lib.cc: Likewise.
47050         * elf/tst-unique3lib2.cc: Likewise.
47051         * elf/tst-unique4.cc: Likewise.
47052
47053         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47054
47055 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47056
47057         [BZ #13566]
47058         * assert/assert.h (static_assert): Don't define for C++.
47059         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47060         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47061
47062 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47063
47064         * iconv/loop.c (single loop): Fix assertion in storing of
47065         remaining bytes.
47066
47067         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47068
47069 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47070
47071         * posix/getconf.c: Update copyright year.
47072         * nss/getent.c: Likewise.
47073         * nss/makedb.c: Likewise.
47074         * iconv/iconvconfig.c: Likewise.
47075         * iconv/iconv_prog.c: Likewise.
47076         * elf/ldconfig.c: Likewise.
47077         * elf/pldd.c: Likewise.
47078         * elf/sotruss.ksh: Likewise.
47079         * catgets/gencat.c: Likewise.
47080         * csu/version.c: Likewise.
47081         * elf/ldd.bash.in: Likewise.
47082         * elf/sprof.c (print_version): Likewise.
47083         * locale/programs/locale.c: Likewise.
47084         * locale/programs/localedef.c: Likewise.
47085         * login/programs/pt_chown.c: Likewise.
47086         * nscd/nscd.c (print_version): Likewise.
47087         * debug/xtrace.sh: Likewise.
47088         * malloc/memusage.sh: Likewise.
47089         * malloc/mtrace.pl: Likewise.
47090         * debug/catchsegv.sh: Likewise.
47091
47092 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47093
47094         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47095         pure attribute.
47096
47097 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47098
47099         [BZ #13533]
47100         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47101         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47102         transformations.
47103         * iconv/gconv_int.h: Likewise.
47104         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47105         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47106         from libc for GLIBC_2.16.
47107         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47108         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47109         * wcsmbs/uchar.h: Really define mbstate_t.
47110         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47111         * wcsmbs/c16rtomb.c: New file.
47112         * wcsmbs/mbrtoc16.c: New file.
47113         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47114         for C/POSIX locale.
47115         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47116         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47117
47118         * wcsmbs/wchar.h: Add missing __restrict.
47119
47120 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47121
47122         [BZ #13532]
47123         * time/Makefile (routines): Add timespec_get.
47124         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47125         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47126         timespec for ISO C11.
47127         * time/timespec_get.c: New file.
47128         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47129         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47130
47131         [BZ #13531]
47132         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47133         * stdlib/stdlib.h: Declare aligned_alloc.
47134         * Versions.def: Add GLIBC_2.16 for libc.
47135         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47136
47137         [BZ 13527]
47138         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47139         ISO C11.
47140
47141         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47142         code.
47143
47144         [BZ #13528]
47145         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47146
47147         [BZ #13529]
47148         * assert/assert.h (static_assert): Define.
47149
47150         * version.h: Update for 2.16 development version.
47151
47152         [BZ #13526]
47153         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47154         _ISOC11_SOURCE.
47155
47156         * version.h (RELEASE): Bump for 2.15 release.
47157         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47158
47159         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47160         Patch by Marek Polacek <mpolacek@redhat.com>.
47161
47162         * bits/byteswap.h: Protect long long constants with __extension__.
47163         * sysdeps/i386/bits/byteswap.h: Likewise.
47164         * sysdeps/ia64/bits/byteswap.h: Likewise.
47165         * sysdeps/s390/bits/byteswap.h: Likewise.
47166         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47167
47168 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47169
47170         [BZ #13540]
47171         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47172         destination buffer.
47173         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47174
47175 2011-12-23  Marek Polacek  <polacek@redhat.com>
47176
47177         * elf/dl-addr.c (determine_info): Add inline keyword.
47178         * elf/tst-auditmod4b.c (check_avx): Likewise.
47179         * elf/tst-auditmod6b.c (check_avx): Likewise.
47180         * elf/tst-auditmod6c.c (check_avx): Likewise.
47181         * elf/tst-auditmod7b.c (check_avx): Likewise.
47182
47183 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47184
47185         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47186         !__SSE_MATH__.
47187
47188 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47189
47190         [BZ #13540]
47191         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47192         processing for last bytes.
47193
47194 2011-08-06  Bruno Haible  <bruno@clisp.org>
47195
47196         [BZ #13061]
47197         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47198         U+0385, not to U+1FEE.
47199
47200         [BZ #13062]
47201         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47202         entry for U+00A5 U+0301.
47203
47204 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47205
47206         [BZ #13166]
47207         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47208         buffer for the output is too small.
47209
47210         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47211         optimization.
47212
47213         [BZ #13185]
47214         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47215         SSE flags if possible.
47216
47217 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47218
47219         [BZ #13540]
47220         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47221         processing for last bytes.
47222
47223 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47224
47225         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47226         (syscall-list-default-options, syscall-list-default-condition)
47227         (syscall-list-includes): Define.
47228         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47229         list of ABIs and options and #if conditions for each ABI.  Do not
47230         handle common syscalls between ABIs specially.
47231         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47232         Remove.
47233         (syscall-list-variants, syscall-list-32bit-options)
47234         (syscall-list-32bit-condition, syscall-list-64bit-options)
47235         (syscall-list-64bit-condition): Define.
47236         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47237         (syscall-list-variants, syscall-list-32bit-options)
47238         (syscall-list-32bit-condition, syscall-list-64bit-options)
47239         (syscall-list-64bit-condition): Define.
47240         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47241         Remove.
47242         (syscall-list-variants, syscall-list-32bit-options)
47243         (syscall-list-32bit-condition, syscall-list-64bit-options)
47244         (syscall-list-64bit-condition): Define.
47245         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47246         Remove.
47247         (syscall-list-variants, syscall-list-32bit-options)
47248         (syscall-list-32bit-condition, syscall-list-64bit-options)
47249         (syscall-list-64bit-condition): Define.
47250
47251 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47252
47253         * locale/iso-639.def: Add brx entry.
47254
47255         [BZ #13328]
47256         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47257         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47258
47259         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47260         __feraiseexcept_renamed.
47261
47262 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47263
47264         [BZ #13538]
47265         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47266         EPOLLET with unsigned values.
47267         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47268         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47269
47270         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47271         to large cancellation.
47272         * math/s_cacoshf.c: Likewise.
47273         * math/s_cacoshl.c: Likewise.
47274
47275 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47276
47277         [BZ #13305]
47278         [BZ #12786]
47279         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47280         * math/s_cacoshf.c: Likewise.
47281         * math/s_cacoshl.c: Likewise.
47282
47283 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47284
47285         [BZ #13439]
47286         * iconv/gconv.h: Define __GCONV_SWAP.
47287         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47288         * iconvdata/utf-16.c: Likewise.
47289         * iconvdata/utf-32.c: Likewise.
47290
47291 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47292
47293         [BZ #13524]
47294         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47295         numerator after shifting it by one limb.
47296
47297 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47298
47299         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47300         under [__USE_EXTERN_INLINES].
47301
47302 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47303
47304         [BZ #13446]
47305         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47306
47307 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47308
47309         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47310         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47311         optimized code.
47312         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47313         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47314         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47315         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47316         for strncasecmp/strncasecmp_l compilation.
47317         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47318         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47319
47320 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47321
47322         [BZ #13484]
47323         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47324         of __asm__.
47325
47326 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47327
47328         [BZ #13506]
47329         * time/tzfile.c (__tzfile_read): Check values from file header.
47330
47331 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47332
47333         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47334         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47335         * powerpc/powerpc32/dl-start.S: Likewise.
47336         * powerpc/powerpc32/elf/start.S: Likewise.
47337         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47338         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47339         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47340         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47341         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47342         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47343         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47344         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47345         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47346         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47347         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47348         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47349         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47350         * powerpc/powerpc32/memset.S: Likewise.
47351         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47352         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47353         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47354         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47355         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47356         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47357         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47358         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47359         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47360         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47361         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47362         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47363         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47364
47365 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47366
47367         * math/libm-test.inc: Added more nearbyint tests.
47368         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47369         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47370         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47371         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47372
47373 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47374
47375         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47376         FD_CLOEXEC.
47377
47378 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47379
47380         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47381         Add wcscpy-ssse3 wcscpy-c.
47382         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47383         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47384         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47385         * sysdeps/x86_64/wcschr.S: New file.
47386         * sysdeps/x86_64/wcsrchr.S: New file.
47387         * string/test-strcmp.c: Remove checking of wcscmp function for
47388         wrong alignments.
47389         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47390         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47391         wcsrchr-sse2 wcsrchr-c.
47392         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47393         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47394         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47395         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47396         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47397         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47398         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47399         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47400         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47401         * wcsmbc/wcschr.c (WCSCHR): New macro.
47402
47403 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47404
47405         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47406         * wcsmbs/test-wcsrchr.c: New file.
47407         * string/test-strrchr.c: Add wcsrchr support.
47408         (WIDE): New macro.
47409         * wcsmbs/test-wcscpy.c: New file.
47410         * string/test-strcpy.c: Add wcscpy support.
47411         (WIDE): New macro.
47412
47413 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47414
47415         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47416         the inner loop.
47417
47418 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47419
47420         [BZ #13472]
47421         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47422
47423 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47424
47425         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47426         Minor optimizations.
47427
47428         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47429         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47430         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47431
47432 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47433
47434         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47435         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47436         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47437         for gcc to avoid warnings.
47438         * inet/Makefile (tests): Add tst-checks.
47439         * inet/tst-checks.c: New file.
47440
47441         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47442         warning.
47443
47444         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47445         __wmemcmp_sse2.
47446
47447         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47448         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47449
47450         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47451
47452 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47453
47454         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47455         problem.
47456
47457         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47458
47459 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47460
47461         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47462         conditional on GCC version.
47463         (__arch_compare_and_exchange_val_8_acq)
47464         (__arch_compare_and_exchange_val_16_acq)
47465         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47466         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47467         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47468
47469 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47470
47471         * sysdeps/sh/backtrace.c: New file.
47472
47473 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47474
47475         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47476         parenthesis.
47477
47478 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47479
47480         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47481         falling back to utime.
47482
47483 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47484
47485         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47486         expectations for float.
47487
47488 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47489
47490         * locale/weight.h (findidx): Add parameter len.
47491         * locale/weightwc.h (findidx): Likewise.
47492         * posix/fnmatch_loop.c (FCT): Adjust caller.
47493         * posix/regcomp.c (build_equiv_class): Likewise.
47494         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47495         * posix/regexec.c (check_node_accept_bytes): Likewise.
47496         * string/strcoll_l.c (STRCOLL): Likewise.
47497         * string/strxfrm_l.c (STRXFRM): Likewise.
47498
47499 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47500
47501         * Makefile.in: Remove CVSOPT handling.
47502         * configure.in: Remove use of AC_REVISION.
47503         * iconvdata/Makefile (distribute): No need to filter out CVS.
47504         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47505         handling.
47506
47507 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47508
47509         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47510         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47511         [USE_AS_STRNCASECMP_L]: Likewise.
47512         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47513         NO_TLS_DIRECT_SEG_REFS.
47514         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47515         Fix argument offsets for non-PIC.
47516         [USE_AS_STRNCASECMP_L]: Likewise.
47517         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47518         NO_TLS_DIRECT_SEG_REFS.
47519
47520 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47521
47522         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47523         O_CLOEXEC.
47524         * locale/loadlocale.c (_nl_load_locale): Likewise.
47525
47526 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47527
47528         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47529         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47530         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47531         (SYSCALL_GETTIME): Set errno on error.
47532
47533         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47534         count references to noai6ai_cached.
47535
47536 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47537
47538         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47539
47540         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47541         FD_CLOEXEC for /proc/self/maps.
47542
47543         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47544         FD_CLOEXEC for /proc/meminfo.
47545
47546         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47547         gai.conf.
47548
47549         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47550         FD_CLOEXEC for given file.
47551
47552         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47553
47554         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47555         FD_CLOEXEC for /etc/hosts.
47556         (_gethtent): Likewise.
47557
47558         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47559
47560         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47561         cancellation and set FD_CLOEXEC for /etc/netgroup.
47562
47563         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47564         reading /etc/publickey.
47565
47566         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47567         allow cancellation when reading /etc/group.
47568
47569         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47570         cancellation.
47571         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47572
47573         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47574         when using data file.
47575
47576         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47577
47578         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47579         (write_nis_obj): Use "c" and "e" in fopen.
47580
47581         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47582
47583         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47584
47585         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47586
47587         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47588
47589         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47590         locale.alias.
47591
47592         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47593
47594         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47595
47596         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47597
47598         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47599         file parsing and set FD_CLOEXEC.
47600
47601 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47602
47603         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47604
47605 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47606
47607         * malloc/arena.c (arena_get2): Don't call reused_arena when
47608         _int_new_arena failed.
47609
47610 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47611
47612         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47613         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47614         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47615         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47616         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47617         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47618         to compile strcasecmp and strncasecmp.
47619         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47620         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47621
47622         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47623
47624 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47625
47626         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47627         locale-defines.sym to gen-as-const-headers.
47628         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47629         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47630         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47631         to compile strcasecmp and strncasecmp.
47632         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47633         strcasecmp_l and strncasecmp_l.
47634         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47635         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47636         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47637         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47638         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47639         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47640         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47641         * sysdeps/i386/i686/multiarch/strncase.S: New file.
47642         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47643         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47644         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47645
47646 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
47647
47648         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47649         result of SYSDEP_GETTIME_CPU to retval.
47650         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47651         parameter list to macro.  Remove trailing semicolon.  Adjust users.
47652
47653         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47654         variable.
47655
47656         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47657         mantissa words.
47658         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47659
47660         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47661         from unused variable.
47662
47663         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47664         DWARF definitions.
47665         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47666         for assembling.
47667
47668         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47669         over namespaces.
47670
47671         * sunrpc/rpc_prot.c (rejected): Fix case value.
47672
47673         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47674         unsigned long long int to avoid warnings in shift.
47675
47676         * posix/regex_internal.c (re_string_reconstruct): Actually use result
47677         of use of trans.
47678         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47679         variable tmp.
47680
47681         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47682         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47683         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47684
47685         * nis/nis_table.c (nis_list): Use variable of correct type for
47686         result of __follow_path call.
47687
47688 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47689
47690         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47691         of math functions ceil, trunc, floor, round, and sqrt, when
47692         avaliable on the platform.
47693         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47694         name clash.
47695         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47696         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47697         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47698
47699 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
47700
47701         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47702         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47703
47704 2011-11-11  Roland McGrath  <roland@hack.frob.com>
47705
47706         * include/unistd.h: Fix __readlink return type.
47707         Reported by Chris Metcalf <cmetcalf@tilera.com>.
47708
47709 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
47710
47711         * stdlib/ucontext.h: Undo last change for makecontext.
47712
47713 2011-11-11  Andreas Schwab  <schwab@redhat.com>
47714
47715         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47716
47717         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47718         * setjmp/setjmp.h: Mark functions as non-leaf.
47719         * setjmp/bits/setjmp2.h: Likewise.
47720         * stdlib/ucontext.h: Likewise.
47721
47722 2011-11-10  Andreas Schwab  <schwab@redhat.com>
47723
47724         * malloc/arena.c (_int_new_arena): Don't increment narenas.
47725         (reused_arena): Don't check arena limit.
47726         (arena_get2): Atomically check arena limit.
47727
47728 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
47729
47730         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47731         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47732
47733         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47734         instructions.
47735
47736 2011-11-07  Andreas Schwab  <schwab@redhat.com>
47737
47738         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47739         handler when locking.
47740
47741         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47742         Fix size of allocated buffer.
47743
47744 2011-11-04  Andreas Schwab  <schwab@redhat.com>
47745
47746         [BZ #10103]
47747         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
47748         declarations for long double functions.
47749         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
47750
47751         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
47752
47753 2011-11-03  Andreas Schwab  <schwab@redhat.com>
47754
47755         * nscd/nscd.c (main): Don't start AVC thread until credentials are
47756         installed.
47757
47758         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
47759         is disabled.
47760
47761 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47762
47763         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
47764
47765 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
47766
47767         * include/alloca.h (stackinfo_alloca_round): Define.
47768         (extend_alloca): Use it.
47769         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
47770         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
47771         here.
47772
47773         * scripts/check-local-headers.sh: Ignore libaudit.h.
47774
47775         * nscd/Makefile (extra-objs): Make recursively expanded.
47776
47777 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
47778
47779         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
47780         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
47781
47782         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
47783         * posix/tst-rfc3484-2.c: Likewise.
47784         * posix/tst-rfc3484-3.c: Likewise.
47785
47786         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47787         process_vm_writev.
47788         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
47789         process_vm_writev.
47790         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
47791         process_vm_writev from libc using GLIBC_2.15 version.
47792
47793         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
47794
47795 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
47796
47797         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
47798         stack usage.
47799
47800 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
47801
47802         [BZ #13367]
47803         * nss/getent.c (initgroups_keys): Show error message in case no group
47804         names are given.
47805
47806         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
47807         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
47808         __bump_nl_timestamp.
47809         * nscd/connections (nscd_init): When host database is served open
47810         netlink socket and request notification about configuration changes.
47811         (main_loop_poll): Track netlink file descriptor and bump timestamp
47812         in case data becomes available.
47813         (main_loop_epoll): Likewise.
47814         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
47815         (database_pers_head): Add extra_data fileds.
47816         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
47817         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
47818         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
47819         Adjust caller.
47820         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
47821         in6ai data, call __free_in6ai.
47822         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
47823         Add -DHAVE_NETLINK.
47824         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
47825         interface information.  Reuse previous data if netlink timestamp
47826         is not changed.
47827         (__bump_nl_timestamp): New function.
47828         (__free_in6ai): New function.
47829
47830 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
47831
47832         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
47833         close_not_cancel_no_status here.
47834         (__check_pf): Reorganize code a bit to not call close twice if OOM.
47835
47836 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47837
47838         [BZ #13276]
47839         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
47840         return value.
47841
47842         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
47843         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
47844         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
47845
47846 2011-07-03  Andreas Jaeger  <aj@suse.de>
47847
47848         [BZ #10709]
47849         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
47850         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
47851         * math/libm-test.inc (sin_test): Add test case.
47852
47853 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47854
47855         [BZ #13337]
47856         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
47857         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47858
47859         * elf/chroot_canon.c (chroot_canon): Cleanups.
47860
47861         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
47862
47863         [BZ #13335]
47864         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
47865         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47866
47867         * string/test-strchr.c: Make usable for strchrnul testing.
47868         * string/test-strchrnul.c: New file.
47869         * string/Makefile (strop-tests): Add strchrnul.
47870
47871         * po/it.po: Update from translation team.
47872         * po/es.po: Likewise.
47873
47874 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
47875
47876         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
47877         the three constants needed as parameters.  Drop the others.
47878         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
47879         __m128i_strloadu_tolower.
47880         Create and initialize variable zero and use it in all the places
47881         where _mm_setzero_si128 was used.
47882
47883         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
47884         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
47885         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
47886         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
47887         anymore.
47888         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
47889         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
47890         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
47891         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
47892         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
47893         __mpranred, __mptan.
47894         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
47895         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
47896         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
47897         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
47898         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
47899         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
47900         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
47901         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
47902         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
47903
47904 2011-10-28  Andreas Schwab  <schwab@redhat.com>
47905
47906         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
47907         redefine if SHARED.
47908         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
47909
47910         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
47911         wide char related routines to wcsmbs subdir.
47912
47913 2011-10-27  Andreas Schwab  <schwab@redhat.com>
47914
47915         [BZ #13344]
47916         * misc/sys/cdefs.h (__THROWNL): Define.
47917         * posix/unistd.h: Use __THREADNL instead of __THREAD
47918         for memory synchronization functions.
47919
47920 2011-10-26  Roland McGrath  <roland@hack.frob.com>
47921
47922         [BZ #13349]
47923         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
47924         doesn't exist.
47925         * manual/stdio.texi (Obstack Streams): Node removed.
47926
47927 2011-10-26  Andreas Schwab  <schwab@redhat.com>
47928
47929         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
47930         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47931         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47932
47933         * math/math_private.h (math_force_eval): Allow non-addressable
47934         arguments.
47935         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
47936
47937 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47938
47939         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
47940         file is not needed.
47941
47942         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
47943         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
47944         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47945         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47946         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47947         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47948         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47949         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
47950         Add AVX variants.
47951         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
47952         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
47953         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
47954         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
47955         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
47956         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
47957         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
47958         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
47959         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
47960         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
47961         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
47962         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
47963         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
47964         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
47965         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
47966         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
47967         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
47968         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
47969         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
47970
47971         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
47972         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
47973
47974         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
47975         place.  Use VEX encoding when compiling for AVX.
47976
47977 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47978
47979         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
47980         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
47981
47982         * string/test-strchr.c (do_test): Don't generate NUL bytes.
47983
47984 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47985
47986         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
47987         useless if() expression.
47988         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47989         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47990         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47991         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47992         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47993         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47994         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47995         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47996         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47997         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47998         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47999         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48000         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48001         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48002         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48003         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48004         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48005         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48006         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48007
48008         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48009
48010 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48011
48012         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48013         condition.
48014         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48015
48016 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48017
48018         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48019         .text section.  Avoid duplicate constants.
48020         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48021         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48022         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48023         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48024         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48025         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48026         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48027         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48028         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48029         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48030         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48031         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48032         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48033         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48034         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48035         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48036         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48037         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48038         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48039         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48040         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48041         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48042         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48043         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48044         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48045         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48046         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48047         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48048         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48049         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48050         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48051         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48052         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48053         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48054         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48055         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48056         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48057         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48058         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48059         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48060         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48061         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48062         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48063         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48064         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48065
48066 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48067
48068         * sysdeps/x86_64/dla.h: Move to ...
48069         * sysdeps/x86_64/fpu/dla.h: ...here.
48070         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48071         situations.  Use __builtin_fma only for gcc 4.6 and up.
48072
48073         * config.make.in: Add have-mfma4 entry.
48074         * configure.in: Substitute libc_cv_cc_fma4.
48075         * math/Makefile (dbl-only-routines): Add sincostab.
48076         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48077         Use __sincostab not sincos.
48078         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48079         name is a macro.
48080         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48081         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48082         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48083         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48084         using __copysign.
48085         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48086         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48087         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48088         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48089         and __inv.
48090         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48091         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48092         __copysign.
48093         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48094         define aliases when function name is a macro.
48095         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48096         sysdeps/ieee754/dbl-64/sincos.tbl.
48097         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48098         fma4-enabled routines.
48099         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48100         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48101         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48102         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48103         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48104         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48105         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48106         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48107         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48108         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48109         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48110         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48111         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48112         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48113         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48114         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48115         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48116         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48117         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48118         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48119         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48120         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48121         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48122         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48123         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48124         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48125         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48126         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48127         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48128         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48129
48130         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48131         rename.
48132         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48133         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48134         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48135         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48136         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48137         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48138         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48139         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48140
48141 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48142
48143         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48144
48145 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48146
48147         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48148
48149         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48150         prediction.
48151         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48152
48153         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48154         Remove unused variable magic_bits.
48155         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48156
48157         * string/strnlen.c: Define and use STRNLEN macro.
48158         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48159         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48160         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48161         * wcsmbs/wcslen.c: Define and use WCSLEN.
48162         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48163         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48164         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48165         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48166         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48167         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48168         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48169
48170 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48171
48172         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48173         strnlen-sse2-no-bsf.
48174         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48175         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48176         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48177         Add strnlen support.
48178         (USE_AS_STRNLEN): New macro.
48179         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48180         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48181         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48182         * sysdeps/x86_64/wcslen.S: New file.
48183
48184 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48185
48186         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48187         XMM-moves are used for copying on small sizes.
48188
48189 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48190
48191         * wcsmbs/Makefile (strop-tests): Add wcschr.
48192         * wcsmbs/test-wcschr.c: New file.
48193         * string/test-strchr.c: Update.
48194         Add wcschr support.
48195         (WIDE): New macro.
48196
48197 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48198
48199         * wcsmbs/Makefile (strop-tests): Add wcslen.
48200         * wcsmbs/test-wcslen.c: New file.
48201         * string/test-strlen.c: Update.
48202         Add wcslen support.
48203         (WIDE): New macro.
48204
48205 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48206
48207         * po/it.po: Update from translation team.
48208
48209 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48210
48211         * sysdeps/x86_64/wcscmp.S: Update.
48212         Fix wrong comparison semantics.
48213         wcscmp shall use signed comparison not unsigned.
48214         Don't use substraction to avoid overflow bug.
48215         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48216         * wcsmbc/wcscmp.c: Likewise.
48217         * string/test-strcmp.c: Likewise.
48218         Add new tests to check cases with negative values.
48219
48220 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48221
48222         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48223         * sysdeps/x86_64/dla.h: ...here.  New file.
48224         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48225         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48226         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48227         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48228         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48229         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48230         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48231         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48232         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48233
48234 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48235
48236         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48237         __ynl_finite aliases.
48238
48239 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48240
48241         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48242
48243         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48244         define DLA_FMA.
48245         [DLA_FMA] (EMULV): Use DLA_FMA.
48246         [DLA_FMA] (MUL12): Use EMULV.
48247         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48248         that are not needed.
48249         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48250         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48251         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48252         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48253         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48254         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48255         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48256
48257 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48258
48259         * math/s_nan.c: Undef __nan.
48260         * math/s_nanf.c: Undef __nanf.
48261         * math/s_nanl.c: Undef __nanl.
48262         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48263         "math_private.h".
48264
48265 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48266
48267         * math/s_catan.c: Add branch predictions.
48268         * math/s_catanf.c: Likewise.
48269         * math/s_catanh.c: Likewise.
48270         * math/s_catanhf.c: Likewise.
48271         * math/s_catanhl.c: Likewise.
48272         * math/s_catanl.c: Likewise.
48273         * math/s_cexp.c: Likewise.
48274         * math/s_cexpf.c: Likewise.
48275         * math/s_cexpl.c: Likewise.
48276         * math/s_clog.c: Likewise.
48277         * math/s_clog10.c: Likewise.
48278         * math/s_clog10f.c: Likewise.
48279         * math/s_clog10l.c: Likewise.
48280         * math/s_clogf.c: Likewise.
48281         * math/s_clogl.c: Likewise.
48282         * math/s_csqrt.c: Likewise.
48283         * math/s_csqrtf.c: Likewise.
48284         * math/s_csqrtl.c: Likewise.
48285         * math/s_ctanf.c: Likewise.
48286         * math/s_ctanh.c: Likewise.
48287         * math/s_ctanhf.c: Likewise.
48288         * math/s_ctanhl.c: Likewise.
48289         * math/s_ctanl.c: Likewise.
48290
48291         * math/math_private.h: Define __nan, __nanf, __nanl.
48292         * math/s_cacosh.c: Include <math_private.h>.
48293         * math/s_cacoshl.c: Likewise.
48294         * math/s_casinh.c: Likewise.
48295         * math/s_casinhf.c: Likewise.
48296         * math/s_casinhl.c: Likewise.
48297         * math/s_ccos.c: Rely entire on ccosh.
48298         * math/s_ccosf.c: Rely entire on ccoshf.
48299         * math/s_ccosl.c: Rely entirely on ccoshl.
48300         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48301         Remove tests for FE_INVALID.
48302         * math/s_ccoshf.c: Likewise.
48303         * math/s_ccoshl.c: Likewise.
48304         * math/s_csin.c: Likewise.
48305         * math/s_csinf.c: Likewise.
48306         * math/s_csinh.c Likewise.
48307         * math/s_csinhf.c: Likewise.
48308         * math/s_csinhl.c: Likewise.
48309         * math/s_csinl.c: Likewise.
48310         * math/s_ctan.c: Likewise.
48311         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48312         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48313         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48314
48315 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48316
48317         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48318         compilation problems.
48319
48320         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48321         __builtin_expect.
48322
48323 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48324
48325         * sysdeps/i386/configure.in: Test for -mfma4 option.
48326         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48327         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48328         COMMON_CPUID_INDEX_80000001.
48329         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48330         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48331         use it if FMA3 is not supported.
48332         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48333
48334         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48335         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48336
48337 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48338
48339         [BZ #12892]
48340         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48341         it would create a cycle with a link time dependency.
48342
48343 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48344
48345         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48346         instruction.
48347         * string/Makefile (strop-tests): Add rawmemchr.
48348         * string/test-rawmemchr.c: New file.
48349
48350         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48351         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48352         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48353         when compiling str{,n}casecmp and when AVX is available.  Hook up
48354         new optimized code in initializers.
48355
48356 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48357
48358         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48359         __feraiseexcept instead of feraiseexcept.
48360
48361 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48362
48363         * math/math_private.h: Define defaults for libc_fetestexcept and
48364         libc_feupdateenv.
48365         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48366         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48367         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48368         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48369         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48370         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48371         libc_fetestexcept and libc_feupdateenv.
48372
48373         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48374         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48375         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48376         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48377         libc_feholdexcept_setround.
48378
48379         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48380         Add s_nearbyint-c and s_nearbyintf-c.
48381         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48382         nearbyintf inlines.
48383         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48384         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48385         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48386         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48387
48388         * math/math_private.h: Define defaults for libc_fegetround,
48389         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48390         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48391         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48392         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48393         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48394         standard functions.
48395         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48396         Remove comments and hacks for old compiler versions.
48397         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48398         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48399         libc_feholdexceptl.
48400
48401 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48402
48403         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48404         (__feraiseexcept_renamed): Add __NTH.
48405         (feraiseexcept): Add __NTH.  Rename local variables to fix
48406         namespace violations.
48407
48408 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48409
48410         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48411
48412         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48413
48414         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48415         recently added interfaces.
48416         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48417
48418         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48419         about macro parameter expansion.
48420
48421         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48422         __NO_MATH_INLINES is defined.  Cleanups.
48423
48424         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48425         and __floorf is target has SSE4.1.
48426         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48427         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48428         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48429         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48430
48431         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48432         name.
48433         (floorf): Likewise.
48434
48435         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48436
48437 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48438
48439         * misc/sys/cdefs.h: Fix last change.
48440
48441         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48442         database lookup.
48443
48444 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48445
48446         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48447
48448         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48449         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48450         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48451         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48452         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48453         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48454         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48455         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48456         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48457         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48458         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48459         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48460         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48461         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48462         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48463         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48464         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48465         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48466         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48467         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48468         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48469         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48470
48471         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48472         ceil, ceilf, floor, floorf.
48473
48474         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48475         Perform IRELATIVE relocations last.
48476
48477         * elf/do-rel.h: Add another parameter nrelative, replacing the
48478         local variable with the same name.  Change name of the function
48479         to end in Rel or Rela (uppercase).
48480         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48481         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48482         elf_dynamic_do_##reloc function.
48483
48484 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48485
48486         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48487         is sufficient, at least on modern CPUs.
48488
48489         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48490
48491         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48492         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48493
48494         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48495         __expl_finite.
48496         * math/bits/math-finite.h: Add entries for exp.
48497         * math/e_expl.c: Add __*_finite alias.
48498         * sysdeps/i386/fpu/e_exp.S: Likewise.
48499         * sysdeps/i386/fpu/e_expf.S: Likewise.
48500         * sysdeps/i386/fpu/e_expl.c: Likewise.
48501         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48502         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48503         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48504         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48505         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48506         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48507         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48508
48509         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48510         is sufficient, at least on modern CPUs.
48511
48512         * ctype/ctype-info.c (__ctype_init): Define.
48513         * include/ctype.h (__ctype_init): Declare.
48514         (__ctype_b_loc): The variable is always initialized.
48515         (__ctype_toupper_loc): Likewise.
48516         (__ctype_tolower_loc): Likewise.
48517         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48518         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48519
48520 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48521
48522         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48523
48524         * configure.in: Also look in $cxxmachine/include for C++ system
48525         headers.
48526
48527 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48528
48529         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48530         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48531         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48532         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48533         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48534         (USE_AS_WMEMCMP): New macro.
48535         Fixing indents.
48536         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48537         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48538         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48539         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48540         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48541         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48542         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48543         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48544         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48545         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48546         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48547         (USE_AS_WMEMCMP): New macro.
48548         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48549         * sysdeps/string/test-memcmp.c: Update.
48550         Fix simple_wmemcmp.
48551         Add new tests.
48552         * wcsmbs/wmemcmp.c: Update.
48553         (WMEMCMP): New macro.
48554         Fix overflow bug.
48555
48556 2011-10-12  Andreas Jaeger  <aj@suse.de>
48557
48558         [BZ #13268]
48559         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48560
48561 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48562
48563         * libio/iofwide.c (do_length): Avoid warning.
48564
48565         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48566
48567 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48568
48569         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48570
48571         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48572         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48573         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48574         * sysdeps/i386/i686/fpu/e_log.S: New file.
48575         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48576         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48577
48578         * ctype/ctype.h: Add support for inlined isXXX functions when
48579         compiling C++ code.
48580
48581 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48582
48583         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48584
48585         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48586
48587 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48588
48589         [BZ #13291]
48590         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48591
48592 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48593
48594         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48595         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48596         feraiseexcept.
48597
48598         * sysdeps/x86_64/memrchr.S: Check for zero size.
48599
48600         * string/stratcliff.c: Add memrchr tests.
48601
48602 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48603
48604         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48605         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48606         rawmemchr-sse2 rawmemchr-sse2-bsf.
48607         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48608         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48609         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48610         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48611         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48612         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48613         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48614         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48615         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48616         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48617         * string/memrchr.c (MEMRCHR): New macro.
48618
48619 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48620
48621         Add integration with gcc's -ffinite-math-only and optimize wrapper
48622         functions in libm.
48623         * Versions.def: Define GLIBC_2.15 version for libm.
48624         * math/Makefile (headers): Add bits/math-finite.h.
48625         * math/bits/math-finite.h: New file.
48626         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48627         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48628         * math/e_acoshl.c: Add __*_finite alias.
48629         * math/e_acosl.c: Likewise.
48630         * math/e_asinl.c: Likewise.
48631         * math/e_atan2l.c: Likewise.
48632         * math/e_atanhl.c: Likewise.
48633         * math/e_coshl.c: Likewise.
48634         * math/e_exp10.c: Likewise.
48635         * math/e_exp10f.c: Likewise.
48636         * math/e_exp10l.c: Likewise.
48637         * math/e_exp2l.c: Likewise.
48638         * math/e_fmodl.c: Likewise.
48639         * math/e_gammal_r.c: Likewise.
48640         * math/e_hypotl.c: Likewise.
48641         * math/e_j0l.c: Likewise.
48642         * math/e_j1l.c: Likewise.
48643         * math/e_jnl.c: Likewise.
48644         * math/e_lgammal_r.c: Likewise.
48645         * math/e_log10l.c: Likewise.
48646         * math/e_log2l.c: Likewise.
48647         * math/e_logl.c: Likewise.
48648         * math/e_powl.c: Likewise.
48649         * math/e_sinhl.c: Likewise.
48650         * math/e_sqrtl.c: Likewise.
48651         * math/e_scalb.c: Completely rewritten and optimized.
48652         * math/e_scalbf.c: Likewise.
48653         * math/e_scalbl.c: Likewise.
48654         * math/w_acos.c: Likewise.
48655         * math/w_acosf.c: Likewise.
48656         * math/w_acosl.c: Likewise.
48657         * math/w_acosh.c: Likewise.
48658         * math/w_acoshf.c: Likewise.
48659         * math/w_acoshl.c: Likewise.
48660         * math/w_asin.c: Likewise.
48661         * math/w_asinf.c: Likewise.
48662         * math/w_asinl.c: Likewise.
48663         * math/w_atan2.c: Likewise.
48664         * math/w_atan2f.c: Likewise.
48665         * math/w_atan2l.c: Likewise.
48666         * math/w_atanh.c: Likewise.
48667         * math/w_atanhf.c: Likewise.
48668         * math/w_atanhl.c: Likewise.
48669         * math/w_exp10.c: Likewise.
48670         * math/w_exp10f.c: Likewise.
48671         * math/w_exp10l.c: Likewise.
48672         * math/w_fmod.c: Likewise.
48673         * math/w_fmodf.c: Likewise.
48674         * math/w_fmodl.c: Likewise.
48675         * math/w_j0.c: Likewise.
48676         * math/w_j0f.c: Likewise.
48677         * math/w_j0l.c: Likewise.
48678         * math/w_j1.c: Likewise.
48679         * math/w_j1f.c: Likewise.
48680         * math/w_j1l.c: Likewise.
48681         * math/w_jn.c: Likewise.
48682         * math/w_jnf.c: Likewise.
48683         * math/w_log.c: Likewise.
48684         * math/w_logf.c: Likewise.
48685         * math/w_logl.c: Likewise.
48686         * math/w_log10.c: Likewise.
48687         * math/w_log10f.c: Likewise.
48688         * math/w_log10l.c: Likewise.
48689         * math/w_log2.c: Likewise.
48690         * math/w_log2f.c: Likewise.
48691         * math/w_log2l.c: Likewise.
48692         * math/w_pow.c: Likewise.
48693         * math/w_powf.c: Likewise.
48694         * math/w_powl.c: Likewise.
48695         * math/w_remainder.c: Likewise.
48696         * math/w_remainderf.c: Likewise.
48697         * math/w_remainderl.c: Likewise.
48698         * math/w_scalb.c: Likewise.
48699         * math/w_scalbf.c: Likewise.
48700         * math/w_scalbl.c: Likewise.
48701         * math/w_sqrt.c: Likewise.
48702         * math/w_sqrtf.c: Likewise.
48703         * math/w_sqrtl.c: Likewise.
48704         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48705         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
48706         used.
48707         * math/math_private.h: Declare __kernel_standard_f.
48708         * math/w_cosh.c: Remove cruft and optimize a bit.
48709         * math/w_coshf.c: Likewise.
48710         * math/w_coshl.c: Likewise.
48711         * math/w_exp2.c: Likewise.
48712         * math/w_exp2f.c: Likewise.
48713         * math/w_exp2l.c: Likewise.
48714         * math/w_hypot.c: Likewise.
48715         * math/w_hypotf.c: Likewise.
48716         * math/w_hypotl.c: Likewise.
48717         * math/w_lgamma.c: Likewise.
48718         * math/w_lgamma_r.c: Likewise.
48719         * math/w_lgammaf.c: Likewise.
48720         * math/w_lgammaf_r.c: Likewise.
48721         * math/w_lgammal.c: Likewise.
48722         * math/w_lgammal_r.c: Likewise.
48723         * math/w_sinh.c: Likewise.
48724         * math/w_sinhf.c: Likewise.
48725         * math/w_sinhl.c: Likewise.
48726         * math/w_tgamma.c: Likewise.
48727         * math/w_tgammaf.c: Likewise.
48728         * math/w_tgammal.c: Likewise.
48729         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48730         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48731         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48732         Minor optimizations.  Pretty printing.  Remove cruft.
48733         * sysdeps/i386/fpu/e_acosf.S: Likewise.
48734         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48735         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48736         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48737         * sysdeps/i386/fpu/e_acosl.c: Likewise.
48738         * sysdeps/i386/fpu/e_asin.S: Likewise.
48739         * sysdeps/i386/fpu/e_asinf.S: Likewise.
48740         * sysdeps/i386/fpu/e_atan2.S: Likewise.
48741         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48742         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
48743         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48744         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48745         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48746         * sysdeps/i386/fpu/e_exp10.S: Likewise.
48747         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
48748         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
48749         * sysdeps/i386/fpu/e_exp2.S: Likewise.
48750         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
48751         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
48752         * sysdeps/i386/fpu/e_fmod.S: Likewise.
48753         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
48754         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
48755         * sysdeps/i386/fpu/e_hypot.S: Likewise.
48756         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
48757         * sysdeps/i386/fpu/e_log.S: Likewise.
48758         * sysdeps/i386/fpu/e_log10.S: Likewise.
48759         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48760         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48761         * sysdeps/i386/fpu/e_log2.S: Likewise.
48762         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48763         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48764         * sysdeps/i386/fpu/e_logf.S: Likewise.
48765         * sysdeps/i386/fpu/e_logl.S: Likewise.
48766         * sysdeps/i386/fpu/e_pow.S: Likewise.
48767         * sysdeps/i386/fpu/e_powf.S: Likewise.
48768         * sysdeps/i386/fpu/e_powl.S: Likewise.
48769         * sysdeps/i386/fpu/e_remainder.S: Likewise.
48770         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
48771         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
48772         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48773         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48774         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48775         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
48776         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
48777         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
48778         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48779         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48780         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48781         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48782         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48783         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48784         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
48785         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48786         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48787         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48788         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48789         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48790         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48791         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48792         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48793         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48794         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48795         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48796         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48797         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48798         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48799         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48800         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48801         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48802         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48803         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48804         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48805         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48806         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
48807         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48808         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48809         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48810         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48811         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48812         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48813         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48814         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48815         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48816         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48817         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48818         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48819         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48820         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48821         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48822         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48823         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48824         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48825         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48826         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48827         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
48828         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48829         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48830         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48831         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48832         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48833         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48834         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48835         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48836         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48837         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48838         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48839         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48840         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48841         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48842         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48843         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48844         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48845         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48846         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
48847         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48848         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48849         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48850         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48851         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48852         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48853         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48854         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48855         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48856         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48857         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48858         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48859         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48860         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
48861         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48862         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48863         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48864         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48865         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48866         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48867         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48868         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48869         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48870         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48871         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
48872         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48873         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48874         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48875         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
48876         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
48877         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
48878         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
48879         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
48880         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
48881         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
48882         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48883         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48884         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48885         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48886         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
48887         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48888         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
48889         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
48890         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
48891         (__isnanf): Likewise.
48892         (__isinf_ns): Likewise.
48893         (__isinf_nsf): Likewise.
48894         (__finite): Likewise.
48895         (__finitef): Likewise.
48896         (__ieee754_sqrt): Define as macro.
48897         (__ieee754_sqrtf): Define as macro.
48898         (__ieee754_sqrtl): Define as macro.
48899         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
48900         inlined copy.
48901         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
48902         __FINITE_MATH_ONLY__ consistent.
48903         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
48904
48905 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
48906
48907         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
48908         of rawmemchr.
48909
48910         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
48911
48912 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
48913
48914         * po/ja.po: Update from translation team.
48915
48916 2011-10-08  Roland McGrath  <roland@hack.frob.com>
48917
48918         * locale/programs/locarchive.c (prepare_address_space): New function.
48919         (create_archive, enlarge_archive, open_archive): Use it.
48920
48921         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
48922         inside [SHARED], where it is used.
48923
48924         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
48925
48926         * nss/getent.c (netgroup_keys): Remove unused variable.
48927         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48928
48929 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
48930
48931         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
48932         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
48933         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
48934         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
48935         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
48936         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
48937         * math/Makefile (libm-calls): Add s_isinf_ns.
48938         * math/divtc3.c: Use __isinf_nsl instead of isinf.
48939         * math/multc3.c: Likewise.
48940         * math/s_casin.c: Likewise.
48941         * math/s_casinf.c: Likewise.
48942         * math/s_casinl.c: Likewise.
48943         * math/s_ccos.c: Likewise.
48944         * math/s_ccosf.c: Likewise.
48945         * math/s_ccosl.c: Likewise.
48946         * math/s_ctan.c: Likewise.
48947         * math/s_ctanf.c: Likewise.
48948         * math/s_ctanh.c: Likewise.
48949         * math/s_ctanhf.c: Likewise.
48950         * math/s_ctanhl.c: Likewise.
48951         * math/s_ctanl.c: Likewise.
48952         * math/w_fmod.c: Likewise.
48953         * math/w_fmodf.c: Likewise.
48954         * math/w_fmodl.c: Likewise.
48955         * math/w_remainder.c: Likewise.
48956         * math/w_remainderf.c: Likewise.
48957         * math/w_remainderl.c: Likewise.
48958         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
48959         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
48960         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
48961         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
48962         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
48963         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
48964         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
48965         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
48966
48967         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
48968         of the number.
48969         * stdio-common/printf_fphex.c: Likewise.
48970         * stdio-common/printf_size.c: Likewise.
48971
48972         * math/e_exp10.c: Include math_private.h using <...> not "...".
48973         * math/e_exp10f.c: Likewise.
48974         * math/e_exp10l.c: Likewise.
48975         * math/e_exp2l.c: Likewise.
48976         * math/e_j0l.c: Likewise.
48977         * math/e_j1l.c: Likewise.
48978         * math/e_jnl.c: Likewise.
48979         * math/e_lgammal_r.c: Likewise.
48980         * math/e_rem_pio2l.c: Likewise.
48981         * math/e_scalb.c: Likewise.
48982         * math/e_scalbf.c: Likewise.
48983         * math/e_scalbl.c: Likewise.
48984         * math/k_cosl.c: Likewise.
48985         * math/k_sinl.c: Likewise.
48986         * math/k_tanl.c: Likewise.
48987         * math/s_cacoshf.c: Likewise.
48988         * math/s_catan.c: Likewise.
48989         * math/s_catanf.c: Likewise.
48990         * math/s_catanh.c: Likewise.
48991         * math/s_catanhf.c: Likewise.
48992         * math/s_catanhl.c: Likewise.
48993         * math/s_catanl.c: Likewise.
48994         * math/s_ccosh.c: Likewise.
48995         * math/s_ccoshf.c: Likewise.
48996         * math/s_ccoshl.c: Likewise.
48997         * math/s_cexp.c: Likewise.
48998         * math/s_cexpf.c: Likewise.
48999         * math/s_cexpl.c: Likewise.
49000         * math/s_clog.c: Likewise.
49001         * math/s_clog10.c: Likewise.
49002         * math/s_clog10f.c: Likewise.
49003         * math/s_clog10l.c: Likewise.
49004         * math/s_clogf.c: Likewise.
49005         * math/s_clogl.c: Likewise.
49006         * math/s_csin.c: Likewise.
49007         * math/s_csinf.c: Likewise.
49008         * math/s_csinh.c: Likewise.
49009         * math/s_csinhf.c: Likewise.
49010         * math/s_csinhl.c: Likewise.
49011         * math/s_csinl.c: Likewise.
49012         * math/s_csqrt.c: Likewise.
49013         * math/s_csqrtf.c: Likewise.
49014         * math/s_csqrtl.c: Likewise.
49015         * math/s_ctan.c: Likewise.
49016         * math/s_ctanf.c: Likewise.
49017         * math/s_ctanh.c: Likewise.
49018         * math/s_ctanhf.c: Likewise.
49019         * math/s_ctanhl.c: Likewise.
49020         * math/s_ctanl.c: Likewise.
49021         * math/s_ldexp.c: Likewise.
49022         * math/s_ldexpf.c: Likewise.
49023         * math/s_ldexpl.c: Likewise.
49024         * math/s_significand.c: Likewise.
49025         * math/s_significandf.c: Likewise.
49026         * math/s_significandl.c: Likewise.
49027         * math/w_acos.c: Likewise.
49028         * math/w_acosf.c: Likewise.
49029         * math/w_acosh.c: Likewise.
49030         * math/w_acoshf.c: Likewise.
49031         * math/w_acoshl.c: Likewise.
49032         * math/w_acosl.c: Likewise.
49033         * math/w_asin.c: Likewise.
49034         * math/w_asinf.c: Likewise.
49035         * math/w_asinl.c: Likewise.
49036         * math/w_atan2.c: Likewise.
49037         * math/w_atan2f.c: Likewise.
49038         * math/w_atan2l.c: Likewise.
49039         * math/w_atanh.c: Likewise.
49040         * math/w_atanhf.c: Likewise.
49041         * math/w_atanhl.c: Likewise.
49042         * math/w_cosh.c: Likewise.
49043         * math/w_coshf.c: Likewise.
49044         * math/w_coshl.c: Likewise.
49045         * math/w_dremf.c: Likewise.
49046         * math/w_exp10.c: Likewise.
49047         * math/w_exp10f.c: Likewise.
49048         * math/w_exp10l.c: Likewise.
49049         * math/w_exp2.c: Likewise.
49050         * math/w_exp2f.c: Likewise.
49051         * math/w_fmod.c: Likewise.
49052         * math/w_fmodf.c: Likewise.
49053         * math/w_fmodl.c: Likewise.
49054         * math/w_hypot.c: Likewise.
49055         * math/w_hypotf.c: Likewise.
49056         * math/w_hypotl.c: Likewise.
49057         * math/w_j0.c: Likewise.
49058         * math/w_j0f.c: Likewise.
49059         * math/w_j0l.c: Likewise.
49060         * math/w_j1.c: Likewise.
49061         * math/w_j1f.c: Likewise.
49062         * math/w_j1l.c: Likewise.
49063         * math/w_jn.c: Likewise.
49064         * math/w_jnf.c: Likewise.
49065         * math/w_jnl.c: Likewise.
49066         * math/w_lgamma.c: Likewise.
49067         * math/w_lgamma_r.c: Likewise.
49068         * math/w_lgammaf.c: Likewise.
49069         * math/w_lgammaf_r.c: Likewise.
49070         * math/w_lgammal.c: Likewise.
49071         * math/w_lgammal_r.c: Likewise.
49072         * math/w_log.c: Likewise.
49073         * math/w_log10.c: Likewise.
49074         * math/w_log10f.c: Likewise.
49075         * math/w_log10l.c: Likewise.
49076         * math/w_log2.c: Likewise.
49077         * math/w_log2f.c: Likewise.
49078         * math/w_log2l.c: Likewise.
49079         * math/w_logf.c: Likewise.
49080         * math/w_logl.c: Likewise.
49081         * math/w_pow.c: Likewise.
49082         * math/w_powf.c: Likewise.
49083         * math/w_powl.c: Likewise.
49084         * math/w_remainder.c: Likewise.
49085         * math/w_remainderf.c: Likewise.
49086         * math/w_remainderl.c: Likewise.
49087         * math/w_scalb.c: Likewise.
49088         * math/w_scalbf.c: Likewise.
49089         * math/w_scalbl.c: Likewise.
49090         * math/w_sinh.c: Likewise.
49091         * math/w_sinhf.c: Likewise.
49092         * math/w_sinhl.c: Likewise.
49093         * math/w_sqrt.c: Likewise.
49094         * math/w_sqrtf.c: Likewise.
49095         * math/w_sqrtl.c: Likewise.
49096         * math/w_tgamma.c: Likewise.
49097         * math/w_tgammaf.c: Likewise.
49098         * math/w_tgammal.c: Likewise.
49099
49100         * po/ja.po: Update from translation team.
49101
49102 2011-09-29  Andreas Jaeger  <aj@suse.de>
49103
49104         [BZ #13179]
49105         * sunrpc/netname.c (netname2host): Fix logic.
49106
49107         [BZ #6779]
49108         [BZ #6783]
49109         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49110         correctly.
49111         * math/w_remainder.c (__remainder): Likewise.
49112         * math/w_remainderf.c (__remainderf): Likewise.
49113         * math/libm-test.inc (remainder_test): Add test cases.
49114
49115 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49116
49117         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49118         sdiv_qrnnd.
49119
49120 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49121
49122         * string/test-memcmp.c: Avoid unncessary #defines.
49123         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49124
49125 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49126
49127         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49128         Use new sse2 version for core i3 - i7 as it's faster
49129         than sse42 version.
49130         (bit_Prefer_PMINUB_for_stringop): New.
49131         * sysdeps/x86_64/rawmemchr.S: Update.
49132         Replace with faster SSE2 version.
49133         * sysdeps/x86_64/memrchr.S: New file.
49134         * sysdeps/x86_64/memchr.S: Update.
49135         Replace with faster SSE2 version.
49136
49137 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49138
49139         * elf/dl-load.c (lose): Add cast to avoid warning.
49140
49141 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49142
49143         * po/ca.po: Update from translation team.
49144
49145         * inet/getnetgrent_r.c: Hook up nscd.
49146         * nscd/Makefile (routines): Add nscd_netgroup.
49147         (nscd-modules): Add netgroupcache.
49148         (CFLAGS-netgroupcache.c): Define.
49149         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49150         (cache_search): Add const to second parameter.
49151         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49152         INNETGR.
49153         (dbs): Add netgrdb entry.
49154         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49155         (verify_persistent_db): Handle netgrdb.
49156         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49157         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49158         GETFDNETGR.
49159         (netgroup_response_header): Define.
49160         (innetgroup_response_header): Define.
49161         (datahead): Add netgroup_response_header and innetgroup_response_header
49162         elements.
49163         * nscd/nscd.conf: Add entries for netgroup cache.
49164         * nscd/nscd.h (dbtype): Add netgrdb.
49165         (_PATH_NSCD_NETGROUP_DB): Define.
49166         (netgroup_iov_disabled): Declare.
49167         (xmalloc, xcalloc, xrealloc): Move declarations here.
49168         (cache_search): Adjust prototype.
49169         Add netgroup-related prototypes.
49170         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49171         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49172         (__nscd_innetgr): Declare.
49173         * nscd/selinux.c (perms): Use access_vector_t as element type and
49174         add netgroup-related initializers.
49175         * nscd/netgroupcache.c: New file.
49176         * nscd/nscd_netgroup.c: New file.
49177         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49178         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49179         For four parameters use innetgr.
49180         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49181         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49182         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49183         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49184
49185         * nscd/connections.c (register_traced_file): Don't register file
49186         for disabled databases.
49187
49188 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49189
49190         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49191
49192         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49193         from tree and freeing node.
49194
49195 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49196
49197         * nss/nsswitch.c (__nss_database_lookup): Handle
49198         nss_parse_service_list out of memory case.
49199
49200 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49201
49202         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49203         out of memory case.
49204
49205 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49206
49207         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49208         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49209         pass it down.
49210         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49211         elf_machine_rela, elf_machine_lazy_rel.
49212         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49213         (ELF_DYNAMIC_DO_REL): Likewise.
49214         (ELF_DYNAMIC_DO_RELA): Likewise.
49215         (ELF_DYNAMIC_RELOCATE): Likewise.
49216         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49217         to ELF_DYNAMIC_DO_REL.
49218         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49219         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49220         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49221         elf_machine_rela.
49222         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49223         skip_ifunc, don't call ifunc function if non-zero.
49224         (elf_machine_rela): Likewise.
49225         (elf_machine_lazy_rel): Likewise.
49226         (elf_machine_lazy_rela): Likewise.
49227         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49228         (elf_machine_lazy_rel): Likewise.
49229         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49230         Likewise.
49231         (elf_machine_lazy_rel): Likewise.
49232         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49233         Likewise.
49234         (elf_machine_lazy_rel): Likewise.
49235         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49236         (elf_machine_lazy_rel): Likewise.
49237         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49238         (elf_machine_lazy_rel): Likewise.
49239         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49240         (elf_machine_lazy_rel): Likewise.
49241         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49242         (elf_machine_lazy_rel): Likewise.
49243         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49244         (elf_machine_lazy_rel): Likewise.
49245         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49246         (elf_machine_lazy_rel): Likewise.
49247
49248 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49249
49250         * nss/nss_files/files-init.c (_nss_files_init): Use static
49251         initialization for all the *_traced_file variables.
49252
49253 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49254
49255         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49256
49257 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49258
49259         [BZ #13226]
49260         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49261
49262 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49263
49264         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49265         Reread the line before reparsing it.
49266
49267 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49268
49269         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49270
49271 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49272             Maxim Kuvyrkov  <maxim@codesourcery.com>
49273             Joseph Myers  <joseph@codesourcery.com>
49274
49275         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49276         if needed for __stack_chk_guard.
49277
49278 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49279
49280         * sysdeps/posix/spawni.c (script_execute): Always define it.
49281         It will be optimized away if unused.
49282         (maybe_script_execute): New function.
49283         (__spawni): Call it.
49284
49285         * Makerules: Don't include tls.make.
49286         (config-tls): Always set to thread.
49287         * tls.make.c: File removed.
49288
49289 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49290
49291         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49292         * config.make.in (CPPFLAGS-config): New substituted variable.
49293
49294 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49295
49296         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49297
49298         [BZ #13192]
49299         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49300         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49301
49302 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49303
49304         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49305         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49306         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49307         (CALL_FAIL): Likewise.
49308         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49309         (CALL_FAIL): Macro removed.
49310         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49311
49312 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49313
49314         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49315         for __FINITE_MATH_ONLY__ == 1.
49316
49317 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49318
49319         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49320         __ieee754_sqrt instead of sqrt.
49321         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49322         __ieee754_sqrtf instead of sqrtf.
49323         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49324         __floorf instead of floorf.
49325         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49326         __floorf, __truncf instead of floorf, truncf.
49327
49328 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49329
49330         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49331
49332         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49333         __extern_always_inline.
49334         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49335         32-bit.
49336
49337 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49338
49339         * elf/rtld.c (dl_main): Also relocate in dependency order when
49340         doing symbol dependency testing.
49341
49342 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49343
49344         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49345         Always define `refsym'.
49346
49347 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49348
49349         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49350         (__FD_ELT): Renamed from __FDELT.
49351         * misc/bits/select2.h (__FD_ELT): Likewise.
49352         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49353         __FD_MASK instead of __FDELT, __FDMASK.
49354         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49355         Likewise.
49356         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49357         Likewise.
49358
49359         * elf/Makefile (gen-ldd): Fix pattern.
49360
49361         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49362         (init_tls): Likewise.
49363
49364 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49365
49366         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49367
49368 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49369
49370         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49371         `struct cmsghdr *' instead of `void *'.
49372         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49373         Likewise.
49374
49375 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49376
49377         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49378         if non-absolute.
49379         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49380         ldd_rewrite_script.
49381
49382 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49383
49384         * configure.in: Remove --with-tls option.
49385         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49386         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49387         out in case it is missing.
49388         * sysdeps/ia64/elf/configure.in: Likewise.
49389         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49390         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49391         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49392         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49393         * sysdeps/sh/elf/configure.in: Likewise.
49394         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49395         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49396         * sysdeps/x86_64/elf/configure.in: Likewise.
49397         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49398         * sysdeps/mach/hurd/tls.h: Likewise.
49399
49400         [BZ #13067]
49401         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49402
49403         [BZ #13090]
49404         * configure.in: Fix use of AC_INIT.
49405
49406         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49407
49408 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49409
49410         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49411         __set_errno.
49412         * malloc/hooks.c: Likewise.
49413
49414         [BZ #11929]
49415         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49416         variables statically.
49417         (narenas): Initialize.
49418         (list_lock): Initialize.
49419         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49420         initializtion of main_arena and list_lock.  Small cleanups.
49421         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49422         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49423         Add initializers to main_arena and mp_.
49424         (malloc_state): Remove pagesize member.  Change all users to use
49425         GLRO(dl_pagesize).
49426
49427         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49428         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49429         is always initialized.
49430
49431         * malloc/malloc.c: Removed unused configurations and dead code.
49432         * malloc/arena.c: Likewise.
49433         * malloc/hooks.c: Likewise.
49434         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49435
49436         * include/tls.h: Removed.  USE___THREAD must always be defined.
49437         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49438         * elf/dl-libc.c: Likewise.
49439         * elf/dl-tsd.c: Likewise.
49440         * include/errno.h: Likewise.
49441         * include/netdb.h: Likewise.
49442         * include/resolv.h: Likewise.
49443         * inet/herrno-loc.c: Likewise.
49444         * inet/herrno.c: Likewise.
49445         * malloc/arena.c: Likewise.
49446         * malloc/hooks.c: Likewise.
49447         * malloc/malloc.c: Likewise.
49448         * resolv/res-state.c: Likewise.
49449         * resolv/res_libc.c: Likewise.
49450         * sysdeps/i386/dl-machine.h: Likewise.
49451         * sysdeps/ia64/dl-machine.h: Likewise.
49452         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49453         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49454         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49455         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49456         * sysdeps/sh/dl-machine.h: Likewise.
49457         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49458         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49459         * sysdeps/unix/i386/sysdep.S: Likewise.
49460         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49461         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49462         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49463         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49464         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49465         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49466         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49467         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49468         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49469         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49470         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49471         * sysdeps/x86_64/dl-machine.h: Likewise.
49472         * tls.make.c: Likewise.
49473
49474         * configure.in: Remove --with-__thread option.  Make tests for
49475         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49476         tls_model attribute fail if no support is available.  Remove
49477         USE_IN_LIBIO.
49478         * Makeconfig: Adjust for dropped configure option.  All features are
49479         now mandatory.
49480         * Makerules: Likewise.
49481         * Versions.def: Likewise.
49482         * argp/argp-fmtstream.c: Likewise.
49483         * argp/argp-fmtstream.h: Likewise.
49484         * argp/argp-help.c: Likewise.
49485         * assert/assert.c: Likewise.
49486         * config.h.in: Likewise.
49487         * config.make.in: Likewise.
49488         * configure: Likewise.
49489         * configure.in: Likewise.
49490         * csu/Versions: Likewise.
49491         * csu/init.c: Likewise.
49492         * elf/tst-audit2.c: Likewise.
49493         * elf/tst-tls10.c: Likewise.
49494         * elf/tst-tls10.h: Likewise.
49495         * elf/tst-tls11.c: Likewise.
49496         * elf/tst-tls12.c: Likewise.
49497         * elf/tst-tls14.c: Likewise.
49498         * elf/tst-tlsmod11.c: Likewise.
49499         * elf/tst-tlsmod12.c: Likewise.
49500         * elf/tst-tlsmod13.c: Likewise.
49501         * elf/tst-tlsmod13a.c: Likewise.
49502         * elf/tst-tlsmod14a.c: Likewise.
49503         * elf/tst-tlsmod15b.c: Likewise.
49504         * elf/tst-tlsmod16a.c: Likewise.
49505         * elf/tst-tlsmod16b.c: Likewise.
49506         * elf/tst-tlsmod7.c: Likewise.
49507         * elf/tst-tlsmod8.c: Likewise.
49508         * elf/tst-tlsmod9.c: Likewise.
49509         * gmon/gmon.c: Likewise.
49510         * grp/fgetgrent_r.c: Likewise.
49511         * grp/putgrent.c: Likewise.
49512         * hurd/fopenport.c: Likewise.
49513         * include/libc-symbols.h: Likewise.
49514         * include/tls.h: Likewise.
49515         * intl/gettextP.h: Likewise.
49516         * intl/loadinfo.h: Likewise.
49517         * locale/global-locale.c: Likewise.
49518         * locale/localeinfo.h: Likewise.
49519         * mach/devstream.c: Likewise.
49520         * malloc/arena.c: Likewise.
49521         * malloc/set-freeres.c: Likewise.
49522         * misc/err.c: Likewise.
49523         * misc/getttyent.c: Likewise.
49524         * misc/mntent_r.c: Likewise.
49525         * posix/getopt.c: Likewise.
49526         * posix/wordexp.c: Likewise.
49527         * pwd/fgetpwent_r.c: Likewise.
49528         * resolv/Versions: Likewise.
49529         * resolv/res_hconf.c: Likewise.
49530         * shadow/fgetspent_r.c: Likewise.
49531         * shadow/putspent.c: Likewise.
49532         * stdio-common/printf_fphex.c: Likewise.
49533         * stdio-common/tmpfile.c: Likewise.
49534         * stdlib/abort.c: Likewise.
49535         * stdlib/fmtmsg.c: Likewise.
49536         * sunrpc/auth_unix.c: Likewise.
49537         * sunrpc/clnt_perr.c: Likewise.
49538         * sunrpc/clnt_tcp.c: Likewise.
49539         * sunrpc/clnt_udp.c: Likewise.
49540         * sunrpc/clnt_unix.c: Likewise.
49541         * sunrpc/openchild.c: Likewise.
49542         * sunrpc/svc_simple.c: Likewise.
49543         * sunrpc/svc_tcp.c: Likewise.
49544         * sunrpc/svc_udp.c: Likewise.
49545         * sunrpc/svc_unix.c: Likewise.
49546         * sunrpc/xdr.c: Likewise.
49547         * sunrpc/xdr_array.c: Likewise.
49548         * sunrpc/xdr_rec.c: Likewise.
49549         * sunrpc/xdr_ref.c: Likewise.
49550         * sunrpc/xdr_stdio.c: Likewise.
49551
49552 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49553
49554         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49555
49556 2011-07-03  Andreas Jaeger  <aj@suse.de>
49557
49558         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49559         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49560         regenerate with gen-libm-tests.pl.
49561
49562 2010-05-12  Petr Baudis  <pasky@suse.cz>
49563
49564         [BZ #11589]
49565         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49566         around j0() zero points by switching to j1().
49567         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49568         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49569         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49570         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49571
49572 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49573
49574         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49575         instead of 0.
49576         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49577         instead of 0.
49578         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49579         Patch in part by Pavel Roskin <proski@gnu.org>.
49580
49581         [BZ #13138]
49582         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49583         realloc.
49584         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49585         Free memory block if necessary.
49586
49587         [BZ #12847]
49588         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49589         be NULL.  Don't lock in this case.
49590
49591 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49592
49593         * elf/elf.h (ELFOSABI_GNU): New macro.
49594         (ELFOSABI_LINUX): Define to that.
49595
49596 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49597
49598         * string/strncat.c (strncat): Undef the symbol in case it has been
49599         defined in bits/string.h.
49600
49601 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49602
49603         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49604
49605         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49606         link map.
49607
49608 2011-08-17  Andreas Jaeger  <aj@suse.de>
49609
49610         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49611
49612 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49613             Ian Lance Taylor  <iant@google.com>
49614
49615         * math/libm-test.inc (lround_test): New testcase.
49616         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49617
49618 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49619
49620         * Makefile: Remove support for automatic cvs check-ins.
49621         * Makerules: Likewise.
49622         * config.make.in: Likewise.
49623         * configure.in: Likewise.
49624         * intl/Makefile: Likewise.
49625         * locale/Makefile: Likewise.
49626         * po/Makefile: Likewise.
49627         * posix/Makefile: Likewise.
49628         * sysdeps/gnu/Makefile: Likewise.
49629         * sysdeps/mach/hurd/Makefile: Likewise.
49630         * sysdeps/sparc/sparc32/Makefile: Likewise.
49631
49632         [BZ #13118]
49633         * posix/Makefile (bug-regex32-ENV): Define.
49634         Patch by John Stanley <jpsinthemix@verizon.net>.
49635
49636         * misc/Makefile (headers): Add bits/select2.h.
49637         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49638         * misc/bits/select2.h: New file.
49639         * include/bits/select2.h: New file.
49640         * debug/Makefile (routines): Add fdelt_chk.
49641         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49642         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49643         FD_ISSET.
49644         * debug/fdelt_chk.c: New file.
49645
49646         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
49647         * wcsmbs/test-wmemcmp.c: Likewise.
49648         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
49649         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
49650
49651 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49652
49653         * string/Makefile (strop-tests): Add memcmp.
49654         * string/test-wmemcmp.c: New file.
49655         * string/test-memcmp.c: Add wmemcmp support.
49656
49657 2011-09-08  Roland McGrath  <roland@hack.frob.com>
49658
49659         [BZ #13153]
49660         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49661         2011-07-19 change.
49662
49663         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49664         garbage value in a __mach_port_mod_refs call in the cases of the
49665         task-self and thread-self ports.
49666
49667 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49668
49669         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49670
49671 2011-09-08  Andreas Schwab  <schwab@redhat.com>
49672
49673         * elf/dl-load.c (lose): Check for non-null L.
49674
49675 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49676
49677         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49678
49679         * elf/dl-libc.c (dlerror_run): Pass back error code from
49680         dl_catch_error.
49681
49682         [BZ #13123]
49683         * elf/dl-load.c (lose): Free l_origin if it is valid.
49684
49685         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49686         names.
49687         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49688         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49689         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49690         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49691         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49692         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49693
49694 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49695
49696         * sysdeps/powerpc/fpu/e_hypot.c: New file.
49697         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49698         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49699         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49700         * sysdeps/powerpc/fpu/k_cosf.c: New file.
49701         * sysdeps/powerpc/fpu/k_sinf.c: New file.
49702         * sysdeps/powerpc/fpu/s_cosf.c: New file.
49703         * sysdeps/powerpc/fpu/s_sinf.c: New file.
49704         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49705         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49706
49707 2011-08-15  Alan Modra  <amodra@gmail.com>
49708
49709         [BZ #13092]
49710         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49711         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49712         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
49713         ppc_mcount to static-only-routines.
49714         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49715         __mcount_internal.
49716         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49717         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
49718
49719 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
49720
49721         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49722         for finite and infinity parameters.
49723
49724 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49725
49726         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49727         and add nop instructions for throughput optimization.
49728         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49729
49730 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
49731
49732         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49733         aligned copy for power7 with vector-scalar instructions.
49734         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49735
49736 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
49737
49738         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49739         AVX check.
49740
49741 2011-09-07  Andreas Schwab  <schwab@redhat.com>
49742
49743         [BZ #13144]
49744         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
49745         last change.
49746
49747 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49748
49749         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49750         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
49751         syscall wrapper around clock_gettime in __vdso_clock_gettime.
49752         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
49753         clock_gettime.
49754
49755 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49756
49757         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
49758         Forgot to demangle the pointer.
49759
49760         * sysdeps/i386/sysdep.h: Define atom_text_section.
49761         * sysdeps/x86_64/sysdep.h: Likewise.
49762         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
49763         section with atom_text_section.
49764         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49765         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49766         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
49767         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49768         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
49769
49770         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
49771         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
49772         already be defined.  Change to take two parameters and don't assign
49773         result to variable.  Adjust all users.
49774         Define INTERNAL_GETTIME if not already defined.
49775         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
49776         call.
49777         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
49778         HAVE_CLOCK_GETTIME_VSYSCALL.
49779         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
49780
49781         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
49782         gettimeofday vsyscall, just use time.
49783
49784 2011-09-06  Andreas Schwab  <schwab@redhat.com>
49785
49786         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
49787         <errno.h>.
49788
49789 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49790
49791         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
49792         syscall on x86-64.
49793         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
49794         syscall.
49795         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
49796         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
49797         syscall if possible.
49798
49799 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49800
49801         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
49802         e_ident.  Don't pass to find_mapsXX.
49803         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
49804
49805 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49806
49807         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49808         strchr-sse2-no-bsf strrchr-sse2-no-bsf
49809         * sysdeps/x86_64/multiarch/strchr.S: Update.
49810         Check bit_slow_BSF bit.
49811         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
49812         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
49813         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
49814
49815 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49816
49817         [BZ #13134]
49818         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
49819         before glibc 2.15.
49820         (tryshell): Define.
49821         (__spawni): Change last parameter to be flag.  Test
49822         SPAWN_XFLAGS_USE_PATH flag to use path or not.
49823         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
49824         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
49825         * posix/spawni.c: Likewise.
49826         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
49827         * posix/spawnp.c: Likewise.  Change normal version to use
49828         SPAWN_XFLAGS_USE_PATH.
49829         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
49830         SPAWN_XFLAGS_TRY_SHELL.
49831
49832         [BZ #13150]
49833         * posix/glob.h: Remove gcc 1.x support.
49834
49835         [BZ #13068]
49836         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
49837
49838 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49839
49840         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49841         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
49842         strrchr-sse2-bsf
49843         * sysdeps/i386/i686/multiarch/strchr.S: New file.
49844         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
49845         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
49846         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
49847         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
49848         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
49849
49850 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49851
49852         * sysdeps/x86_64/wcscmp.S: New file.
49853
49854         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
49855         wcscmp-c wcscmp-sse2
49856         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
49857         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
49858         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
49859         * wcsmbs/wcscmp.c: Allow renaming.
49860
49861 2011-09-05  David S. Miller  <davem@davemloft.net>
49862
49863         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
49864         stack slot, rather than the struct return pointer slot.
49865         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
49866         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
49867         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
49868         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
49869
49870 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49871
49872         * po/ja.po: Update from translation team.
49873
49874         [BZ #13144]
49875         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
49876         kernel in 64-bit binaries.
49877
49878 2011-09-01  David S. Miller  <davem@davemloft.net>
49879
49880         * elf/elf.h (HWCAP_SPARC_*): Move to..
49881         * sysdeps/sparc/sysdep.h: this new file and add new values.
49882         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
49883         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
49884         _DL_HWCAP_COUNT to 24.
49885         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
49886         entries.
49887         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
49888         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
49889         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
49890         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
49891         instead of magic constants.
49892         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49893
49894 2011-08-31  David S. Miller  <davem@davemloft.net>
49895
49896         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
49897         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
49898         Reimplement to do errno handling inline.
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/sparc64/sysdep.h: Include
49904         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
49905         (PSEUDO): Reimplement to do errno handling inline.
49906         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
49907         (SYSCALL_ERROR_HANDLER): New macro.
49908         (__SYSCALL_STRING): Do not do errno handling in asm.
49909         (__CLONE_SYSCALL_STRING): Delete.
49910         (__INTERNAL_SYSCALL_STRING): Delete.
49911         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
49912         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
49913         i386.
49914         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
49915         (inline_syscall*): Add 'err' argument.
49916         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
49917         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
49918         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
49919         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
49920
49921         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
49922         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
49923
49924 2011-08-30  Andreas Schwab  <schwab@redhat.com>
49925
49926         * elf/rtld.c (dl_main): Relocate objects in dependency order.
49927
49928 2011-08-29  Jiri Olsa <jolsa@redhat.com>
49929
49930         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
49931         directive.
49932
49933 2011-08-24  David S. Miller  <davem@davemloft.net>
49934
49935         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
49936
49937 2011-08-24  Andreas Schwab  <schwab@redhat.com>
49938
49939         * elf/Makefile: Add rules to build and run unload8 test.
49940         * elf/unload8.c: New file.
49941         * elf/unload8mod1.c: New file.
49942         * elf/unload8mod1x.c: New file.
49943         * elf/unload8mod2.c: New file.
49944         * elf/unload8mod3.c: New file.
49945
49946         * elf/dl-close.c (_dl_close_worker): Reset private search list if
49947         it wasn't used.
49948
49949 2011-08-23  David S. Miller  <davem@davemloft.net>
49950
49951         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
49952         subtract stack bias.
49953         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
49954         %sp not %fp in calculations.
49955         (_JMPBUF_UNWINDS_ADJ): Likewise.
49956
49957         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
49958         (aio_suspend): Call it to force an exception region around the
49959         AIO_MISC_WAIT() invocation.
49960
49961 2011-08-23  Andreas Schwab  <schwab@redhat.com>
49962
49963         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
49964         backslash.
49965
49966 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
49967
49968         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
49969         protection macro.
49970         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
49971         and <dl-machine.h>.
49972         (Elf64_FuncDesc): Remove.
49973
49974 2011-08-22  David S. Miller  <davem@davemloft.net>
49975
49976         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
49977         sigaltstack check, add missing cfi directives.
49978         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
49979         missing cfi directives, and sigaltstack handling.
49980
49981 2011-08-16  Andreas Schwab  <schwab@redhat.com>
49982
49983         [BZ #11724]
49984         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
49985         object is seen twice.
49986         * elf/dl-fini.c (_dl_sort_fini): Likewise.
49987
49988         * elf/Makefile (distribute): Add tst-initorder2.c.
49989         (tests): Add tst-initorder2.
49990         (modules-names): Add tst-initorder2a tst-initorder2b
49991         tst-initorder2c tst-initorder2d.  Add rules to build them.
49992         ($(objpfx)tst-initorder2.out): New rule.
49993         * elf/tst-initorder2.c: New file.
49994         * elf/tst-initorder2.exp: New file.
49995
49996 2011-08-22  Andreas Schwab  <schwab@redhat.com>
49997
49998         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
49999
50000         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50001         dependencies back to end of function.
50002
50003         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50004         $(elfobjdir)/ld.so.
50005
50006 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50007
50008         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50009         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50010         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50011         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50012         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50013         of __vdso_gettimeofday.
50014         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50015         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50016         attribute_hidden.
50017         (_libc_vdso_platform_setup): Remove initialization of
50018         __vdso_gettimeofday and __vdso_time.
50019
50020 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50021
50022         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50023         and fgetc_unlocked.
50024         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50025         getc_unlocked.
50026
50027         * elf/dl-open.c (add_to_global): Report additions to the global scope
50028         for LD_DEBUG=scopes.
50029         (dl_open_worker): Also print scope of newly loaded dependencies.
50030         (_dl_show_scope): Indicate if there is no scope.
50031
50032         [BZ #13114]
50033         * stdio-common/Makefile (tests): Add bug24.
50034         * stdio-common/bug24.c: New file.
50035
50036 2011-08-19  Andreas Jaeger  <aj@suse.de>
50037
50038         [BZ #13114]
50039         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50040         non-existant file when using close-on-exec mode.
50041
50042 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50043
50044         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50045         the very first instruction.
50046
50047         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50048         the CFI state in the end.
50049         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50050         inclusion of dl-trampoline.h.
50051         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50052
50053 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50054
50055         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50056         expectations for long double.
50057
50058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50059         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50060
50061 2011-08-14  David S. Miller  <davem@davemloft.net>
50062
50063         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50064         artificual limit depends upon the system page size.
50065
50066 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50067
50068         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50069         * resolv/Makefile: Define CFLAGS-libresolv.
50070
50071 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50072
50073         * nss/makedb.c (compute_tables): Make variables used in nested
50074         function static.
50075
50076 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50077
50078         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50079         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50080         if buffer was too small.
50081
50082         * elf/pldd.c (main): Attach to all threads in the process.
50083         Rewrite /proc handling to use *at functions.
50084
50085 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50086
50087         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50088         specifies first scope to show.
50089         (dl_open_worker): Update callers.  Move printing scope of new
50090         object to before the relocation.
50091         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50092         * sysdeps/generic/ldsodefs.h: Update declaration.
50093
50094         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50095         string for the scope number.
50096
50097 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50098
50099         * nscd/servicescache.c (cache_addserv): Make sure written is always
50100         initialized.
50101
50102 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50103
50104         * sysdeps/i386/i486/bits/atomic.h
50105         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50106         statement expression, so as to suppress "set but not used" warning.
50107         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50108
50109         * string/strncat.c (STRNCAT): Use prototype definition.
50110
50111         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50112         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50113         -Iprograms here.
50114         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50115         (localedef-modules): Add localedef.
50116         (locale-modules): Add locale.
50117
50118         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50119         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50120         to avoid a warning.
50121
50122 2011-08-14  David S. Miller  <davem@davemloft.net>
50123
50124         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50125         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50126
50127 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50128
50129         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50130         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50131         * elf/rtld.c (dl_main): Set l_name of vDSO.
50132         Call _dl_show_scope when DL_DEBUG_SCOPES.
50133         (process_dl_debug): Recognize scopes flag and also set it for all.
50134         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50135         Declare _dl_show_scope.
50136
50137         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50138         (do_dlopen): Pass caller_dlopen to dl_open.
50139         (__libc_dlopen_mode): Initialize caller_dlopen.
50140
50141         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50142         of libc.  Make tolower call locale-independent.  Optimize a bit by
50143         using isdigit instead of isalnum.
50144         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50145
50146 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50147
50148         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50149         was a dependency or dynamically loaded.
50150
50151 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50152
50153         * intl/l10nflist.c: Allow architecture-specific pop function.
50154         * sysdeps/x86_64/l10nflist.c: New file.
50155
50156         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50157         classification.
50158
50159 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50160
50161         * include/dirent.h: Add libc_hidden_proto for scandirat and
50162         scandirat64.  Don't declare __scandirat64.
50163         * dirent/scandirat.c: Add libc_hidden_def.
50164         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50165         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50166
50167 2011-08-10  David S. Miller  <davem@davemloft.net>
50168
50169         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50170         enum.
50171         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50172         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50173         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50174
50175 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50176
50177         * Versions.def [libc]: Add GLIBC_2.15.
50178         * dirent/Makefile (routines): Add scandirat and scandirat64.
50179         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50180         GLIBC_2.15.
50181         * dirent/dirent.h: Declare scandirat and scandirat64.
50182         * dirent/scandirat.c: New file.
50183         * dirent/scandirat64.c: New file.
50184         * sysdeps/wordsize-64/scandirat.c: New file.
50185         * sysdeps/wordsize-64/scandirat64.c: New file.
50186         * dirent/opendir.c: Define opendirat.
50187         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50188         using scandirat.
50189         * dirent/scandir64.c: Adjust for scandir.c change.
50190         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50191         __scandirat64, and __scandir_cancel_handler.
50192         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50193         additional parameter and use openat instead of open (outside of ld.so).
50194         Add new __opendir as wrapper around __opendirat.
50195         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50196         here without requiring old scandirat implementation.
50197
50198 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50199
50200         * dirent/scandir.c (cancel_handler): Renamed to
50201         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50202         defined.  Adjust users.
50203         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50204         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50205
50206 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50207
50208         * string/test-string.h (IMPL): Use __STRING to expand name and then
50209         stringify it.
50210
50211         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50212         of cleanups.
50213
50214 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50215
50216         * string/Makefile: Update.
50217         (strop-tests): Append strncat.
50218         * string/test-wcscmp.c: New file.
50219         New comprehensive test for wcscmp.
50220         * string/test-strcmp.c: Update.
50221         (WIDE): New define.
50222
50223 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50224
50225         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50226         line.
50227
50228 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50229
50230         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50231         encoding to ACE if AI_IDN.
50232
50233 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50234
50235         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50236         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50237
50238 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50239
50240         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50241         Fix overflow bug in strncat.
50242         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50243
50244         * string/test-strncat.c: Update.
50245         Add new tests for checking overflow bugs.
50246
50247 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50248
50249         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50250         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50251         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50252         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50253         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50254         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50255         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50256         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50257         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50258
50259         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50260         (USE_AS_STRCAT): Define.
50261         Add strcat and strncat support.
50262         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50263
50264 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50265
50266         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50267         __n bigger than INT_MAX+1.
50268         (__strncmp_g): Likewise.
50269
50270 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50271
50272         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50273         * libio/stido.h: Likewise.
50274
50275         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50276         (AF_NFC): Define.
50277         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50278         (AF_NFC): Define.
50279
50280         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50281         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50282         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50283         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50284         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50285
50286         [BZ #13021]
50287         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50288         installed.
50289
50290         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50291         typo.
50292         (_dl_x86_64_save_sse): Likewise.
50293
50294 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50295
50296         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50297         OSXSAVE.
50298         (_dl_x86_64_save_sse): Likewise.
50299
50300         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50301
50302         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50303
50304 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50305
50306         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50307         change.
50308         (_dl_x86_64_save_sse): Use correct AVX check.
50309
50310 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50311
50312         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50313         bug in strncpy/strncat.
50314         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50315
50316 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50317
50318         * string/tester.c (test_strcat): Add tests for different alignments
50319         of source and destination.
50320         (test_strncat): Likewise.
50321
50322 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50323
50324         [BZ #12852]
50325         * posix/glob.c (glob): Check passed in values before using them in
50326         expressions to avoid some overflows.
50327         (glob_in_dir): Likewise.
50328
50329         [BZ #13007]
50330         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50331         check for AVX enablement so that we don't crash with old kernels and
50332         new hardware.
50333         * elf/tst-audit4.c: Add same checks here.
50334         * elf/tst-audit6.c: Likewise.
50335
50336         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50337
50338 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50339
50340         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50341
50342 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50343
50344         * po/cs.po: Update from translation team.
50345         * po/bg.po: Likewise.
50346
50347 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50348
50349         * misc/sys/cdefs.h: Add support for const attribute.
50350         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50351         to gnu_dev_{major,minor,makedev} functions.
50352
50353 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50354
50355         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50356
50357 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50358
50359         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50360         strlen results.
50361
50362 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50363
50364         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50365         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50366         register in order to avoid conflicts with the soft frame pointer
50367         being held in r11 when necessary.
50368         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50369         (INTERNAL_VSYSCALL_NCS): Likewise.
50370
50371 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50372
50373         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50374         * elf/dl-fini.c (_dl_fini): Adjust caller.
50375         * elf/dl-close.c (_dl_close_worker): Likewise.
50376         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50377
50378 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50379
50380         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50381         "aux_cache->nlibs < 0".
50382
50383         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50384         in the reload-count case.
50385
50386 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50387
50388         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50389         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50390         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50391         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50392         * sysdeps/x86_64/multiarch/strcat.S: New file.
50393         * sysdeps/x86_64/multiarch/strncat.S: New file.
50394         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50395         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50396         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50397         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50398         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50399         (USE_AS_STRCAT): Define.
50400         Add strcat and strncat support.
50401         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50402         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50403         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50404         * string/strncat.c: Update.
50405         (USE_AS_STRNCAT): Define.
50406         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50407         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50408         and i7.
50409         * sysdeps/x86_64/multiarch/init-arch.h
50410         (bit_Prefer_PMINUB_for_stringop): New.
50411         (index_Prefer_PMINUB_for_stringop): Likewise.
50412         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50413         bit_Prefer_PMINUB_for_stringop.
50414
50415 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50416
50417         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50418         buffer64.
50419         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50420         of casting of buffer.
50421         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50422         buffer32 and buffer64.
50423         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50424         writes instead of casting of buffer.
50425         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50426         buffer32.
50427         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50428         casting of buffer.
50429
50430 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50431
50432         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50433
50434 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50435
50436         * nscd/nscd.c (termination_handler): Don't do anything for a database
50437         if it has not yet been initialized.
50438
50439 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50440
50441         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50442
50443 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50444
50445         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50446
50447 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50448
50449         * po/nl.po: Update from translation team.
50450         * po/sv.po: Likewise.
50451
50452 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50453
50454         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50455         now disallowed by GCC.
50456
50457         * configure.in (use-default-link): Default to yes if a test -shared
50458         link meets our qualifications.
50459         * configure: Regenerated.
50460
50461         * config.make.in (output-format): New variable.
50462         * configure.in: Check for ld --print-output-format support.
50463         * configure: Regenerated.
50464         * Makerules ($(common-objpfx)format.lds)
50465         [$(output-format) != unknown]: Just use $(output-format),
50466         instead of the linker-script munging.
50467
50468 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50469
50470         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50471         of $(common-objpfx)shlib.lds.
50472         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50473
50474         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50475         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50476
50477         * configure.in (-z relro check): Adjust test code to add a large
50478         writable data section after it.
50479         * configure: Regenerated.
50480
50481 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50482
50483         * configure.in (-z relro check): Fix test code to make the variable
50484         truly const.
50485         * configure: Regenerated.
50486
50487 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50488
50489         * nscd/nscd.h (struct traced_file): Define.
50490         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50491         elements.  Add traced_files.
50492         (inotify_fd): Declare.
50493         (register_traced_file): Declare.
50494         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50495         (inotify_fd): Export.
50496         (resolv_conf_descr): Remove.
50497         (nscd_init): Move inotify descriptor creation to main.
50498         Don't register files for notification here.
50499         (register_traced_file): New function.
50500         (invalidate_cache): Don't use reset_res to determine whether to call
50501         res_init, go through the list of registered files.
50502         (main_loop_poll): The inotify descriptors are now stored in the
50503         structures for the traced files.
50504         (main_loop_epoll): Likewise
50505         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50506         to __nss_disable_nscd.
50507         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50508         for a database anymore.  Check the records for all the registered
50509         files instead.
50510         * nss/Makefile (libnss_files-routines): Add files-init.
50511         (libnss_db-routines): Add db-init.
50512         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50513         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50514         * nss/nss_db/db-init.c: New file.
50515         * nss/nss_files/files-init.c: New file.
50516         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50517         __nss_lookup_function.
50518         (__nss_lookup_function): Call nss_load_library.
50519         (nss_load_all_libraries): New function.
50520         (__nss_disable_nscd): Take parameter with callback function for files
50521         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50522         used for the cached services.
50523         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50524         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50525         options for features to all the files in nscd.
50526
50527         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50528
50529 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50530
50531         * csu/elf-init.c (__libc_csu_init): Comment typo.
50532
50533 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50534
50535         * po/pl.po: Update from translation team.
50536         * po/ja.po: Likewise.
50537         * po/ru.po: Likewise.
50538         * po/ko.po: Likewise.
50539         * po/fr.po: Likewise.
50540
50541 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50542
50543         * configure.in (.ctors/.dtors header and trailer check):
50544         Use an empirical test on a built program.
50545         * configure: Regenerated.
50546
50547         * configure.in (-z relro check): Use an empirical test on a built DSO.
50548         Detect, but do not require, on ia64.
50549         * configure: Regenerated.
50550
50551         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50552         Update tests that use readelf to use $READELF instead.
50553         * configure: Regenerated.
50554
50555 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50556
50557         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50558         if the result is not used.
50559
50560 2011-07-05  Andreas Jaeger  <aj@suse.de>
50561
50562         [BZ#9696]
50563         * stdlib/tst-strtod.c: Add testcase.
50564
50565 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50566
50567         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50568         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50569         The latter has a higher limit.  Take additional parameter to pass to
50570         the new function.
50571         (__pathconf): Pass file to __statfs_link_max.
50572         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50573         __statfs_link_max.
50574         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50575         __statfs_link_max.
50576
50577         [BZ #12868]
50578         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50579         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50580         Handle Lustre.
50581         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50582         (__statfs_filesize_max): Likewise.
50583         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50584
50585 2011-07-05  Andreas Jaeger  <aj@suse.de>
50586
50587         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50588
50589 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50590
50591         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50592         `status' variable.
50593         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50594         Likewise.
50595
50596 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50597
50598         * Makefile (strop-tests): Add strncat.
50599         * string/test-strncat.c: New file.
50600
50601 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50602
50603         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50604
50605 2011-06-21  Andreas Jaeger  <aj@suse.de>
50606
50607         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50608         Copy rule from iconvdata/Makefile.
50609
50610 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50611
50612         [BZ #12922]
50613         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50614         but no long options are defined, just return 'W'.
50615
50616 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50617
50618         [BZ #9696]
50619         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50620
50621 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50622
50623         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50624         netgroups to read.
50625         (innetgr): Likewise.
50626
50627 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50628
50629         * config.make.in (install_root): Default to $(DESTDIR).
50630
50631 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50632
50633         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50634
50635 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50636
50637         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50638
50639         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50640         containing directory rather than embedding absolute directory names.
50641
50642         * scripts/check-local-headers.sh: Rewritten using awk.
50643         Match by word, not by line.  Print error messages for matches.
50644         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50645
50646         * Makerules [shlib-lds-flags empty]:
50647         ($(common-objpfx)libc_pic.opts): New target.
50648         ($(common-objpfx)libc_pic.os.clean): New target.
50649         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50650
50651         * config.make.in (OBJCOPY): New variable.
50652         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50653         * configure: Regenerated.
50654
50655         * config.make.in (use-default-link): New variable.
50656         * configure.in (use_default_link): Grok --with-default-link to set it.
50657         * configure: Regenerated.
50658         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50659         (shlib-lds, shlib-lds-flags): Define to empty.
50660
50661         * Makerules (shlib-lds): New variable.
50662         (shlib-lds-flags): New variable.
50663         (build-shlib, build-moduile, build-module-asneeded): Use it.
50664         ($(common-objpfx)libc.so): Use $(shlib-lds).
50665         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50666         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50667
50668         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50669         DT_FLAGS/DT_FLAGS_1 with zero flags.
50670
50671         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50672         linker script munging.
50673
50674 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
50675
50676         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50677         as 128-bit value.
50678         * crypt/sha512.c (sha512_process_block): Perform total addition using
50679         128-bit if possible.
50680         (__sha512_finish_ctx): Likewise.
50681         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50682         as 64-bit value.
50683         * crypt/sha256.c (SWAP64): Define.
50684         (sha256_process_block): Perform total addition using 64-bit if
50685         possible.
50686         (__sha256_finish_ctx): Likewise.
50687
50688 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
50689
50690         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
50691         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50692         * nscd/hstcache.c (cache_addhst): Likewise.
50693         * nscd/grpcache.c (cache_addgr): Likewise.
50694         * nscd/aicache.c (addhstaiX): Likewise
50695         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50696
50697 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
50698
50699         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50700         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50701         * nscd/hstcache.c (cache_addhst): Likewise.
50702         * nscd/grpcache.c (cache_addgr): Likewise.
50703         * nscd/aicache.c (addhstaiX): Likewise
50704
50705 2011-07-01  Andreas Schwab  <schwab@redhat.com>
50706
50707         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50708         domain only when needed.
50709
50710 2011-06-30  Andreas Schwab  <schwab@redhat.com>
50711
50712         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50713         is always restored.
50714
50715 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
50716
50717         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50718         are re-adding the entry.
50719         * nscd/servicescache.c (cache_addserv): Likewise.
50720
50721 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
50722
50723         * sysdeps/generic/dl-irel.h: fix protection against multiple
50724         inclusions.
50725         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50726
50727 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
50728
50729         [BZ #12935]
50730         * malloc/memusage.sh: Fix quoting in message.
50731         * debug/xtrace.sh: Likewise.
50732
50733         * configure.in: Remove support for --experimental-malloc option, make
50734         it the default.
50735         * config.make.in: Likewise.
50736         * malloc/Makefile: Likewise.
50737
50738 2011-06-27  Andreas Schwab  <schwab@redhat.com>
50739
50740         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50741         two-byte characters.
50742
50743 2011-06-27  Roland McGrath  <roland@hack.frob.com>
50744
50745         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
50746         AC_CACHE_CHECK invocation.
50747         * configure: Regenerated.
50748
50749         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
50750
50751 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
50752
50753         [BZ #12350]
50754         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
50755         bit from old_res_options.
50756
50757         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
50758
50759         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
50760         value type for setfct.
50761
50762 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
50763
50764         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50765         __gettimeofday instead of gettimeofday.
50766
50767 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
50768
50769         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
50770
50771 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
50772
50773         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
50774
50775         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
50776         info.
50777
50778 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50779
50780         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50781         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50782         strcpy-sse2-unaligned strncpy-sse2-unaligned
50783         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
50784         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
50785         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
50786         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
50787         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
50788         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
50789         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
50790         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
50791         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
50792         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
50793         (STRCPY): Support SSE2 and SSSE3 versions.
50794
50795 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
50796
50797         [BZ #12874]
50798         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
50799         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
50800         kernels which artificially limit size of requests.
50801
50802 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50803
50804         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50805         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50806         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
50807         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
50808         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
50809         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
50810         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
50811         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
50812         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
50813         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
50814         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
50815         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
50816         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
50817         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
50818         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
50819         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50820         Enable unaligned load optimization for Intel Core i3, i5 and i7
50821         processors.
50822         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
50823         Define.
50824         (index_Fast_Unaligned_Load): Define.
50825         (HAS_FAST_UNALIGNED_LOAD): Define.
50826
50827 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
50828
50829         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
50830
50831 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50832
50833         [BZ #12907]
50834         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
50835         until it is clear that the information is realy needed.
50836         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
50837
50838 2011-06-22  Andreas Schwab  <schwab@redhat.com>
50839
50840         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
50841
50842 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50843
50844         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50845         /sys/devices/system/cpu/online if it is usable.
50846
50847         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
50848         reading the information from the /proc filesystem to once a second.
50849
50850 2011-06-21  Andreas Jaeger  <aj@suse.de>
50851
50852         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
50853         NULL after inclusion of kernel headers.
50854
50855 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
50856
50857         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
50858         calls to internal_setent.
50859
50860         [BZ #12885]
50861         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
50862         addresses using gethostbyname4_r ignore IPv4 addresses.
50863
50864         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
50865         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
50866
50867         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
50868
50869 2011-06-20  David S. Miller  <davem@davemloft.net>
50870
50871         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
50872         inclusions.
50873         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
50874
50875         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
50876         (elf_irel): Use it.
50877         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
50878         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
50879         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
50880         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
50881         * sysdeps/x86_64/dl-irel.h: Likewise.
50882
50883         * elf/dl-runtime.c: Use elf_ifunc_invoke.
50884         * elf/dl-sym.c: Likewise.
50885
50886 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50887
50888         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
50889         need to dereference resplen2.
50890
50891 2011-06-14  Andreas Schwab  <schwab@redhat.com>
50892
50893         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
50894
50895 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50896
50897         * Makeconfig: Define vardbdir and inst_vardbdir.
50898         * nss/Makefile: Add rules to install db-Makefile.
50899
50900         * nss/nss_db/db-XXX.c: Cleanup.
50901
50902         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
50903         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
50904         GLIBC_PRIVATE.
50905         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
50906         * nss/makedb.c: Implement -g option to specify that value strings
50907         are generated and should not be added to table iterated over for
50908         get*ent calls.
50909         * nss/nss_db/db-initgroups.c: New file.
50910
50911         * nss/getent.c: Add support for initgroups lookups through getgrouplist
50912         interface.
50913
50914         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
50915         (internal_getgrouplist): Adjust to name change.
50916         Update use_initgroups_entry if this is not the first call.
50917         * nss/databases.def: Add initgroups entry.
50918
50919         * nss/makedb.c (compute_tables): Check result of multiple hash table
50920         sizes to minimize maximum chain length.
50921
50922 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
50923
50924         * Versions.def: Add entry for libnss_db.
50925         * shlib-versions: Likewise.
50926         * nss/Makefile: Add rules to build libnss_db.
50927         * nss/Versions: Add libnss_db information.  Organize libnss_files
50928         entries better.
50929         * nss/db-Makefile: Add gshadow support.  Change rules for the new
50930         makedb progra.  Some minor improvements to generate smaller files.
50931         * nss/nss_db/nss_db.h: Move NSS database header data structures to
50932         here from...
50933         * nss/makedb.c: ...here.
50934         Improve database format to be smaller and require less memory at
50935         runtime.
50936         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
50937         db anymore.
50938         * nss/nss_db/db-netgrp.c: Likewise.
50939         * nss/nss_db/db-open.c: Likewise.
50940         * nss/nss_files/flies-XXX.x: Adjust comments.
50941         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
50942         * nss/nss_files/files-grp.c: Likewise.
50943         * nss/nss_files/files-hosts.c: Likewise.
50944         * nss/nss_files/files-network.c: Likewise.
50945         * nss/nss_files/files-proto.c: Likewise.
50946         * nss/nss_files/files-pwd.c: Likewise.
50947         * nss/nss_files/files-rpc.c: Likewise.
50948         * nss/nss_files/files-service.c: Likewise.
50949         * nss/nss_files/files-sgrp.c: Likewise.
50950         * nss/nss_files/files-spwd.c: Likewise.
50951         * nss/nss_db/db-alias.c: Removed.
50952         * nss/nss_db/dummy-db.h: Removed.
50953
50954 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
50955
50956         * nss/makedb.c: Rewritten to not use database library.
50957         * nss/Makefile: Update to build new makedb program.
50958
50959 2011-06-14  Andreas Jaeger  <aj@suse.de>
50960
50961         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
50962         memset declaration.
50963
50964 2011-06-10  Andreas Schwab  <schwab@redhat.com>
50965
50966         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
50967         tmpbuf.
50968
50969 2011-06-10  Roland McGrath  <roland@hack.frob.com>
50970
50971         * Makerules (shlib.lds): Fail if the linker script comes out empty.
50972         * elf/Makefile ($(objpfx)ld.so): Likewise.
50973
50974         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
50975         Don't list ld.so twice in dependencies.
50976
50977         * posix/bug-regex31.c: Include <stdlib.h>.
50978
50979         * nscd/hstcache.c (cache_addhst): Remove unused variable.
50980
50981         * nis/nss_compat/compat-spwd.c
50982         (getspent_next_nss_netgr): Remove unused variable.
50983         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
50984
50985         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
50986         nonmembers" output to use the right array.
50987
50988         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
50989
50990         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
50991
50992         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
50993         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
50994         * catgets/gencat.c (read_input_file): Likewise.
50995         * locale/programs/locarchive.c (enlarge_archive): Likewise.
50996
50997         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
50998         variable definition inside #if's controlling its use.
50999
51000         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51001
51002         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51003
51004         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51005
51006         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51007         unreachable code.
51008
51009         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51010
51011         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51012         * configure: Regenerated.
51013
51014         * Makerules: Revert last change.
51015         * elf/Makefile: Likewise.
51016
51017 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51018
51019         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51020         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51021         (reloc-link): Likewise.
51022
51023 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51024
51025         * elf/Makefile: Add rules to build pldd.
51026         * elf/pldd.c: New file.
51027         * elf/pldd-xx.c: New file.
51028
51029 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51030
51031         * version.h: Update for 2.15 development version.
51032
51033 2011-06-07  David S. Miller  <davem@davemloft.net>
51034
51035         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51036         ifuncs.
51037         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51038         elf_machine_lazy_rel): Likewise.
51039         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51040         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51041         elf_machine_lazy_rel): Likewise.
51042         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51043         dl_hwcap via passed in argument.
51044         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51045         Likewise.
51046
51047 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51048
51049         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51050
51051 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51052
51053         [BZ #12849]
51054         * manual/fdl-1.1.texi: New file, verbatim from:
51055         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51056         * manual/lgpl-2.1.texi: New file, verbatim from:
51057         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51058         * manual/Makefile (licenses): New variable, list those new file names.
51059         (texis): Use it.
51060         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51061
51062         * manual/fdl.texi: File removed.
51063         * manual/lesser.texi: File removed.
51064         * manual/libc.texinfo (Copying, Documentation License):
51065         Use new @include file names, put @appendix directive before @include.
51066
51067 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51068
51069         [BZ #12841]
51070         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51071         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51072         (mq_open): Add __NTH.
51073
51074 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51075
51076         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51077         Assume Intel Core i3/i5/i7 processor if AVX is available.
51078
51079 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51080
51081         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51082         typo.
51083
51084 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51085
51086         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51087         memory.  Use alloca_account.  Fix memory leak when retrying.
51088
51089 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51090
51091         * version.h (RELEASE): Bump for 2.14 release.
51092         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51093
51094         * config.make.in (RANLIB): Remove entry.
51095
51096 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51097
51098         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51099         (libc.pot): Work around missing support for .ksh extension in xgettext.
51100
51101         [BZ #12684]
51102         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51103         if both request failed.
51104         (send_dg): In case of server errors clear resplen or *resplen2.
51105
51106         [BZ #12454]
51107         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51108         when there are multiple maps.
51109         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51110         (_dl_fini): Remove test here.
51111
51112         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51113
51114 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51115
51116         [BZ #12350]
51117         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51118         bit from old_res_options.
51119         (gaih_inet): Likewise.
51120
51121         [BZ #11099]
51122         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51123         as signed.
51124
51125         * resolv/res_init.c (res_setoptions): Make the code more compact.
51126
51127         [BZ #11558]
51128         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51129         set RES_USEVC.
51130
51131         [BZ #11634]
51132         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51133
51134         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51135
51136         [BZ #11781]
51137         * malloc/malloc.h: Declare malloc hook variables as volatile.
51138
51139         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51140         in last patch.
51141
51142         [BZ #11799]
51143         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51144         raise in the comment.
51145         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51146         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51147         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51148
51149 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51150
51151         [BZ #12811]
51152         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51153         grow the buffers more if it already has to be sufficient.
51154         (build_wcs_upper_buffer): Likewise.
51155         * posix/regexec.c (check_matching): Likewise.
51156         (clean_state_log_if_needed): Likewise.
51157         (extend_buffers): Don't enlarge buffers beyond size of the input
51158         buffer.
51159         Patches mostly by Emil Wojak <emil@wojak.eu>.
51160         * posix/bug-regex32.c: New file.
51161         * posix/Makefile (tests): Add bug-regex32.
51162
51163         * locale/findlocale.c (_nl_find_locale): Return right away if
51164         _nl_explode_name failed.
51165         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51166
51167         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51168
51169         * debug/xtrace.sh: Unify messages.
51170         * malloc/memusage.sh: Likewise.
51171
51172         [BZ #12813]
51173         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51174         time symbol from vDSO.  Substitute with vsyscall if not available.
51175         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51176         __vdso_time.
51177
51178         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51179         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51180         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51181         Add sendmmsg and internal_sendmmsg.
51182         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51183         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51184         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51185
51186         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51187         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51188         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51189
51190 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51191
51192         [BZ #12813]
51193         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51194         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51195         available.
51196         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51197         __vdso_getcpu.
51198
51199         [BZ #12814]
51200         * iconvdata/Makefile (tests): Add bug-iconv9.
51201         * iconvdata/bug-iconv9.c: New file.
51202
51203 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51204
51205         [BZ #12814]
51206         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51207
51208 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51209
51210         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51211         (struct user_regs_struct): Change intcs field back to cs.
51212
51213 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51214
51215         * po/ja.po: Update from translation team.
51216
51217 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51218
51219         [BZ #12795]
51220         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51221         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51222
51223 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51224
51225         * stdlib/longlong.h: Update from GCC.
51226
51227 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51228
51229         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51230         parameter name.
51231         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51232         Add parameter name.
51233         (__sysconf): Pass it down.
51234
51235 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51236
51237         [BZ #12671]
51238         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51239         some situations.
51240         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51241         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51242         add in in __libc_use_alloca calls.  Adjust callers.
51243         (glob): Use malloc in some situations.
51244
51245         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51246         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51247         pltexit.
51248
51249 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51250
51251         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51252         and CLOCK_BOOTTIME_ALARM.
51253
51254         [BZ #12782]
51255         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51256         is returned.
51257
51258         * string/_strerror.c (__strerror_r): Print negative errors as signed
51259         numbers.
51260
51261         [BZ #12777]
51262         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51263         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51264         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51265
51266         * configure.in: Fix typo in redirection and correct removal of test
51267         files in two cases.
51268
51269         [BZ #12788]
51270         * locale/setlocale.c (new_composite_name): Fix test to check for
51271         identical name of all categories.
51272
51273         [BZ #12792]
51274         * libio/filedoalloc.c (local_isatty): New function.
51275         (_IO_file_doallocate): Use local_isatty.
51276         * stdio-common/perror.c (perror): In case a new stream is used
51277         forward the stream error.
51278         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51279         error flag.
51280
51281 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51282
51283         [BZ #11869]
51284         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51285         alloca.
51286         * include/alloca.h (extend_alloca_account): Define.
51287
51288         [BZ #11857]
51289         * posix/regex.h: Fix comments with documentation of user-accessible
51290         fields after compilation and describe correct free'ing of pattern
51291         after re_compile_pattern.
51292         Patch by Reuben Thomas <rrt@sc3d.org>.
51293
51294 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51295
51296         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51297         and -mno-altivec to prevent the compiler from using Altivec and/or
51298         VSX instructions when the corresponding registers are not available.
51299
51300 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51301
51302         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51303
51304 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51305
51306         * libio/freopen.c (freopen): Use __dup2, not dup2.
51307         * libio/freopen64.c (freopen64): Likewise.
51308
51309 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51310
51311         [BZ #12775]
51312         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51313         * math/Makefile (tests): Add test-powl.
51314         (CFLAGS-test-powl.c): Define.
51315         * math/test-powl.c: New file.
51316
51317 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51318
51319         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51320
51321 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51322
51323         [BZ #11837]
51324         * iconvdata/gb18030.c: Update to GB18020-2005.
51325
51326 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51327
51328         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51329         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51330         Patch by Aharon Robbins <arnold@skeeve.com>.
51331
51332         [BZ #11892]
51333         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51334         on the stack.
51335
51336         [BZ #11895]
51337         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51338         through underflows.
51339
51340         [BZ #12766]
51341         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51342         point to strings before performing equality test for error_one_per_line
51343         mode.
51344
51345         [BZ #11697]
51346         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51347
51348         [BZ #11820]
51349         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51350         (struct user_fpregs_struct): Avoid __uint*_t types.
51351
51352         [BZ #6420]
51353         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51354         symbol info.  Use it instead of calling _dl_addr locally.
51355         (lock_and_info): New function.
51356         (tr_freehook): Call lock_and_info and pass symbol info as additional
51357         parameter to tr_where.
51358         (tr_mallochook): Likewise.
51359         (tr_reallochook): Likewise.
51360         (tr_memalignhook): Likewise.
51361
51362         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51363         used and couldn't be at all thread-safe.
51364
51365 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51366
51367         * libio/freopen.c (freopen): Don't close old file descriptor
51368         before the new one is opened.  Instead dup the new file descriptor
51369         to the old one after the new stream is created.
51370         * libio/freopen64.c (freopen64): Likewise.
51371         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51372         * libio/fileops.c (_IO_new_file_close_it): Handle new
51373         _IO_FLAGS2_NOCLOSE flag.
51374         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51375         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51376         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51377         _IO_FLAGS2_NOCLOSE flag.
51378         * include/unistd.h: Add hidden_proto for dup3.
51379         Define __have_dup3.
51380         * io/dup3.c: Define hidden symbol.
51381         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51382
51383         [BZ #7101]
51384         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51385         when an incomplete long option is used.
51386         * posix/tst-getopt_long1.c: New file.
51387         * posix/Makefile (tests): Add tst-getopt_long1.
51388
51389         [BZ #10138]
51390         * scripts/config.guess: Update from autoconf-2.68.
51391         * scripts/config.sub: Likewise.
51392
51393         [BZ #10157]
51394         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51395         tests into ...
51396         (has_cpuclock): ...this.  New function.
51397         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51398         macro here based on has_cpuclock code.
51399
51400         [BZ #10149]
51401         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51402         First byte (not low byte) is now always NUL.
51403         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51404
51405         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51406         Use non-cancelable interfaces.
51407
51408         [BZ #9809]
51409         * locale/iso-639.def: Add entry for Sorani.
51410
51411         [BZ #11901]
51412         * include/stdlib.h: Move include protection to the right place.
51413         Define abort_msg_s.  Declare __abort_msg with it.
51414         * stdlib/abort.c (__abort_msg): Adjust type.
51415         * assert/assert.c (__assert_fail_base): New function.  Majority
51416         of code from __assert_fail.  Allocate memory for __abort_msg with
51417         mmap.
51418         (__assert_fail): Now call __assert_fail_base.
51419         * assert/assert-perr.c: Remove bulk of implementation.  Use
51420         __assert_fail_base.
51421         * include/assert.hL Declare __assert_fail_base.
51422         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51423         mmap.
51424         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51425
51426 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51427
51428         [BZ #11952]
51429         [BZ #12453]
51430         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51431         until all modules are registered in the DTV.
51432         * elf/Makefile: Add rules to build and run tst-tls19.
51433         * elf/tst-tls19.c: New file.
51434         * elf/tst-tls19mod1.c: New file.
51435         * elf/tst-tls19mod2.c: New file.
51436         * elf/tst-tls19mod3.c: New file.
51437         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51438
51439         [BZ #12083]
51440         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51441         correctly.
51442
51443         [BZ #12601]
51444         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51445         two-byte sequence errors.
51446         * iconvdata/Makefile (tests): Add bug-iconv8.
51447         * iconvdata/bug-iconv8.c: New file.
51448
51449         [BZ #12626]
51450         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51451         buf2 definition.
51452
51453         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51454
51455         [BZ #12432]
51456         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51457         (dummy_getcfa): New function.
51458         (init): Get _Unwind_GetCFA address, use dummy if not found.
51459         (backtrace_helper): In recursion check, also check whether CFA changes.
51460         (__backtrace): Completely initialize arg.
51461
51462         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51463         storing incomplete byte sequence in state object.  Avoid testing for
51464         guaranteed too small input if we know there is enough data available.
51465
51466 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51467
51468         * Makeconfig (+link-pie): Indent.
51469         * Rules (binaries-pie): Define if $(have-fpie) and
51470         $(build-shared).
51471         (binaries-shared): Also filter out $(binaries-pie).
51472         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51473         * nscd/Makefile (others-pie): Add nscd.
51474         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51475         ($(objpfx)nscd): Remove command override.
51476         * login/Makefile (others-pie): Add pt_chown.
51477         ($(objpfx)pt_chown): Remove command override.
51478         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51479         remove command overrides.
51480
51481 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51482
51483         * libio/tst_putwc.c: Fix error messages.
51484
51485         [BZ #12724]
51486         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51487         currently writing and seek to current position when not.
51488         * libio/Makefile (tests): Add bug-fclose1.
51489         * libio/bug-fclose1.c: New file.
51490
51491 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51492
51493         [BZ #12511]
51494         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51495         don't set DF_1_NODELETE here.
51496         (do_lookup_x): When entering new entry test for copy relocation
51497         and if necessary set DF_1_NODELETE flag.
51498         * elf/tst-unique4.cc: New file.
51499         * elf/tst-unique4.h: New file.
51500         * elf/tst-unique4lib.cc: New file.
51501         * elf/Makefile: Add rules to build and run tst-unique4.
51502         Patch by Piotr Bury <pbury@goahead.com>.
51503
51504 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51505
51506         [BZ #12052]
51507         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51508
51509         [BZ #12625]
51510         * misc/mntent_r.c (addmntent): Flush the stream after the output
51511
51512         [BZ #12393]
51513         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51514         (is_trusted_path_normalize): Skip initial colon.  Append slash
51515         to empty buffer.  Duplicate is_trusted_path code but allow
51516         constructed patch to be prefix.
51517         (is_dst): Allow $ORIGIN followed by /.
51518         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51519         Correct testing of result of is_trusted_path_normalize
51520         (decompose_rpath): Fix warning.
51521
51522 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51523
51524         [BZ #11257]
51525         * grp/initgroups.c (internal_getgrouplist): When we found the service
51526         list through the initgroups entry in nsswitch.conf do not always
51527         continue on a successful lookup.  Don't always use the
51528         __nss_group_database value if it is set.
51529         * nss/nsswitch.conf (initgroups): Change action for successful db
51530         lookup to continue for compatibility.
51531
51532 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51533
51534         [BZ #11532]
51535         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51536         and CP774 modules.
51537         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51538         and CP774 modules.
51539         * iconvdata/tst-tables.sh: Likewise.
51540         * iconvdata/cp770.c: New file.
51541         * iconvdata/cp771.c: New file.
51542         * iconvdata/cp772.c: New file.
51543         * iconvdata/cp773.c: New file.
51544         * iconvdata/cp774.c: New file.
51545         * iconvdata/testdata/CP770: New file.
51546         * iconvdata/testdata/CP770..UTF8: New file.
51547         * iconvdata/testdata/CP771: New file.
51548         * iconvdata/testdata/CP771..UTF8: New file.
51549         * iconvdata/testdata/CP772: New file.
51550         * iconvdata/testdata/CP772..UTF8: New file.
51551         * iconvdata/testdata/CP773: New file.
51552         * iconvdata/testdata/CP773..UTF8: New file.
51553         * iconvdata/testdata/CP774: New file.
51554         * iconvdata/testdata/CP774..UTF8: New file.
51555
51556         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51557         END CHARMAP line.
51558         * iconvdata/gen-8bit-gap.sh: Likewise.
51559         * iconvdata/gen-8bit.sh: Likewise.
51560
51561         * locale/iso-639.def: Add ary entry.
51562
51563         [BZ #11258]
51564         * locale/C-translit.h.in: Add U20A1 transliteration.
51565
51566         [BZ #12178]
51567         * locale/iso-639.def: Add wae entry.
51568         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51569
51570         [BZ #12545]
51571         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51572         for n.
51573
51574         [BZ #12711]
51575         * locale/C-translit.h.in: Add entry for U20B9.
51576         Patch by pravin.d.s@gmail.com.
51577
51578 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51579
51580         [BZ #12713]
51581         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51582         ENAMETOOLONG use generic getcwd.
51583         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51584         in rtld.  Use *stat64.
51585         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51586         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51587         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51588         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51589         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51590         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51591         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51592         __fstatat64 macros.
51593         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51594         * dirent/rewinddir.c: Add libc_hidden_def.
51595         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51596         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51597
51598         * include/dirent.h (__alloc_dir): Add flags parameter.
51599         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51600         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51601         __alloc_dir.
51602         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51603         from fdopendir if O_CLOEXEC is already set.
51604
51605 2011-03-15  Alan Modra  <amodra@gmail.com>
51606
51607         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51608         l_tls_firstbyte_offset non-zero.  Save padding offset in
51609         l_tls_firstbyte_offset for later use.
51610         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51611         freeing static tls block.
51612
51613 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51614
51615         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51616         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51617         being defined by the kernel headers.
51618
51619 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51620
51621         [BZ #12734]
51622         * resolv/resolv.h: Define RES_NOTLDQUERY.
51623         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51624         no-tld-query and set RES_NOTLDQUERY.
51625         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51626         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51627         modern BIND to search name as TLD unless forbidden.
51628
51629 2011-05-07  Petr Baudis  <pasky@suse.cz>
51630             Ulrich Drepper  <drepper@gmail.com>
51631
51632         [BZ #12393]
51633         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51634         (is_trusted_path): ...to here.
51635         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51636         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51637         using is_trusted_path_normalize() in setuid scripts.
51638
51639 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
51640
51641         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51642         __BEGIN/__END_DECLS.
51643
51644 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
51645
51646         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51647         NSS_STATUS_NOTFOUND if no record was found.
51648
51649 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51650
51651         * sunrpc/Makefile (headers): Add rpc/netdb.h.
51652         (headers-not-in-tirpc): Remove rpc/netdb.h
51653         * resolv/netdb.h: Revert last change.
51654
51655 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51656
51657         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51658         circular dependency between libgcc.a and libc.a.
51659
51660 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51661
51662         * resolv/netdb.h: Don't include <rpc/netdb.h>.
51663         * nis/Makefile: Don't install rpcsvc/*.
51664         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51665         instead of <rpc/types.h>.
51666         (MAXHOSTNAMELEN): Define.
51667
51668 2011-05-03  Andreas Schwab  <schwab@redhat.com>
51669
51670         * elf/ldconfig.c (add_dir): Don't crash on empty path.
51671
51672 2011-04-28  Maciej Babinski  <mbabinski@google.com>
51673
51674         [BZ #12714]
51675         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51676         gethostbyname4_r when IPv6 results are possible.
51677
51678 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
51679
51680         [BZ #12723]
51681         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51682         _PC_PIPE_BUF handling.
51683
51684 2011-04-30  Bruno Haible  <bruno@clisp.org>
51685
51686         [BZ #12717]
51687         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51688         * resolv/netdb.h (getnameinfo): Change type of flags parameter
51689         to 'int'.
51690         * inet/getnameinfo.c (getnameinfo): Likewise.
51691
51692 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
51693
51694         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51695         to groups setting in database lookup.
51696         * nss/nsswitch.conf: Add initgroups entry.
51697
51698 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
51699
51700         [BZ #12685]
51701         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51702         mode string.
51703         Patch by Eric Blake <eblake@redhat.com>.
51704
51705 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
51706
51707         * sunrpc/Makefile (need-export-routines): Add svc_run.
51708         (routines): Remove svc_run.
51709         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51710         * sunrpc/clnt_perr.c (clnt_perrno): Export.
51711         * sunrpc/svc_run.c (svc_run): Likewise.
51712         * sunrpc/svc_udp.c (svcudp_create): Likewise.
51713
51714 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
51715
51716         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51717         problem in reallocation in last patch.
51718
51719 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
51720
51721         * sunrpc/Makefile: Move inclusion of Rules.
51722
51723 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51724
51725         * nss/nss_files/files-initgroups.c: New file.
51726         * nss/Makefile (libnss_files-routines): Add files-initgroups.
51727         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51728         _nss_files_initgroups_dyn.
51729
51730 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
51731
51732         * elf/elf.h (R_ARM_IRELATIVE): Define.
51733
51734 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51735
51736         * po/ru.po: Update from translation team.
51737
51738 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51739
51740         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51741         dependencies.
51742
51743 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
51744
51745         [BZ #12653]
51746         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
51747         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
51748         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51749         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
51750         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
51751
51752 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
51753
51754         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51755         differing bytes.
51756         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
51757         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
51758         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51759
51760 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51761
51762         [BZ #12420]
51763         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
51764         storing it.
51765         * stdlib/bug-getcontext.c: New file.
51766         * stdlib/Makefile: Add rules to build and run bug-getcontext.
51767
51768 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51769
51770         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
51771         instructions into .machine "z9-109".
51772         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
51773         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
51774
51775 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51776
51777         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
51778         between environment variables and auxiliary vector.
51779
51780 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
51781
51782         * Makefile: Add rules to build linkobj/libc.so.
51783         * include/libc-symbols.h: Define libc_hidden_nolink.
51784         * include/rpc/auth.h: Mark functions which are to be hidden.
51785         * include/rpc/auth_des.h: Likewise.
51786         * include/rpc/auth_unix.h: Likewise.
51787         * include/rpc/clnt.h: Likewise.
51788         * include/rpc/des_crypt.h: Likewise.
51789         * include/rpc/key_prot.h: Likewise.
51790         * include/rpc/pmap_clnt.h: Likewise.
51791         * include/rpc/pmap_prot.h: Likewise.
51792         * include/rpc/pmap_rmt.h: Likewise.
51793         * include/rpc/rpc_msg.h: Likewise.
51794         * include/rpc/svc.h: Likewise.
51795         * include/rpc/svc_auth.h: Likewise.
51796         * include/rpc/xdr.h: Likewise.
51797         * nis/Makefile: Link all DSOs against linkobj/libc.so.
51798         * nss/Makefile: Likewise.
51799         * sunrpc/Makefile: Don't install headers.  Build library with normal
51800         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
51801         * sunrpc/auth_des.c: Hide exported symbols by default, export some
51802         for the compat linking library.  Remove use of INTDEF/INTUSE.
51803         * sunrpc/auth_none.c: Likewise.
51804         * sunrpc/auth_unix.c: Likewise.
51805         * sunrpc/authdes_prot.c: Likewise.
51806         * sunrpc/authuxprot.c: Likewise.
51807         * sunrpc/clnt_gen.c: Likewise.
51808         * sunrpc/clnt_perr.c: Likewise.
51809         * sunrpc/clnt_raw.c: Likewise.
51810         * sunrpc/clnt_simp.c: Likewise.
51811         * sunrpc/clnt_tcp.c: Likewise.
51812         * sunrpc/clnt_udp.c: Likewise.
51813         * sunrpc/clnt_unix.c: Likewise.
51814         * sunrpc/des_crypt.c: Likewise.
51815         * sunrpc/des_soft.c: Likewise.
51816         * sunrpc/get_myaddr.c: Likewise.
51817         * sunrpc/key_call.c: Likewise.
51818         * sunrpc/key_prot.c: Likewise.
51819         * sunrpc/netname.c: Likewise.
51820         * sunrpc/pm_getmaps.c: Likewise.
51821         * sunrpc/pm_getport.c: Likewise.
51822         * sunrpc/pmap_clnt.c: Likewise.
51823         * sunrpc/pmap_prot.c: Likewise.
51824         * sunrpc/pmap_prot2.c: Likewise.
51825         * sunrpc/pmap_rmt.c: Likewise.
51826         * sunrpc/publickey.c: Likewise.
51827         * sunrpc/rpc_cmsg.c: Likewise.
51828         * sunrpc/rpc_common.c: Likewise.
51829         * sunrpc/rpc_dtable.c: Likewise.
51830         * sunrpc/rpc_prot.c: Likewise.
51831         * sunrpc/rpc_thread.c: Likewise.
51832         * sunrpc/rtime.c: Likewise.
51833         * sunrpc/svc.c: Likewise.
51834         * sunrpc/svc_auth.c: Likewise.
51835         * sunrpc/svc_authux.c: Likewise.
51836         * sunrpc/svc_raw.c: Likewise.
51837         * sunrpc/svc_run.c: Likewise.
51838         * sunrpc/svc_simple.c: Likewise.
51839         * sunrpc/svc_tcp.c: Likewise.
51840         * sunrpc/svc_udp.c: Likewise.
51841         * sunrpc/svc_unix.c: Likewise.
51842         * sunrpc/svcauth_des.c: Likewise.
51843         * sunrpc/xcrypt.c: Likewise.
51844         * sunrpc/xdr.c: Likewise.
51845         * sunrpc/xdr_array.c: Likewise.
51846         * sunrpc/xdr_float.c: Likewise.
51847         * sunrpc/xdr_intXX_t.c: Likewise.
51848         * sunrpc/xdr_mem.c: Likewise.
51849         * sunrpc/xdr_rec.c: Likewise.
51850         * sunrpc/xdr_ref.c: Likewise.
51851         * sunrpc/xdr_sizeof.c: Likewise.
51852         * sunrpc/xdr_stdio.c: Likewise.
51853
51854 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
51855
51856         [BZ #12650]
51857         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
51858         * sysdeps/ia64/dl-tls.h: Likewise.
51859         * sysdeps/powerpc/dl-tls.h: Likewise.
51860         * sysdeps/s390/dl-tls.h: Likewise.
51861         * sysdeps/sh/dl-tls.h: Likewise.
51862         * sysdeps/sparc/dl-tls.h: Likewise.
51863         * sysdeps/x86_64/dl-tls.h: Likewise.
51864         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
51865
51866 2011-03-14  Andreas Schwab  <schwab@redhat.com>
51867
51868         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
51869         rpath element also skip the following colon.
51870         (expand_dynamic_string_token): Add is_path parameter and pass
51871         down to DL_DST_REQUIRED and _dl_dst_substitute.
51872         (decompose_rpath): Call expand_dynamic_string_token with
51873         non-zero is_path.  Ignore empty rpaths.
51874         (_dl_map_object_from_fd): Call expand_dynamic_string_token
51875         with zero is_path.
51876
51877 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
51878
51879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
51880         Make cancelable.
51881
51882 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
51883
51884         [BZ #12655]
51885         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
51886         Patch by Filipe David Manana <fdmanana@apache.org>.
51887
51888 2011-04-07  Andreas Schwab  <schwab@redhat.com>
51889
51890         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
51891         Maintain aligned stack.
51892         (CHECK_RSP): Remove unused macro.
51893
51894 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
51895
51896         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
51897         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
51898
51899 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
51900
51901         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
51902
51903         * include/features.h: Mention __USE_XOPEN2K8 in comment.
51904
51905 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
51906
51907         [BZ #12518]
51908         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
51909         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
51910         * sysdeps/x86_64/memmove.c: New file.
51911         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
51912         (memcpy): Renamed to ...
51913         (__new_memcpy): This.
51914         (memcpy): Provide GLIBC_2_14 memcpy.
51915         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
51916         (memcpy): Provide GLIBC_2_2_5 memcpy.
51917
51918 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51919
51920         [BZ #12631]
51921         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
51922
51923 2011-03-30  Andreas Schwab  <schwab@redhat.com>
51924
51925         * misc/syncfs.c: New file.
51926         * misc/Makefile (routines): Add syncfs.
51927         * posix/unistd.h: Declare syncfs.
51928         * sysdeps/unix/syscalls.list: Add syncfs.
51929
51930 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51931
51932         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
51933         open_by_handle_at.
51934         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51935         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51936         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51937         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51938         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51939         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
51940         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51941
51942 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51943
51944         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
51945         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51946         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
51947         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51948         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51949         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51950         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51951
51952         * io/Makefile: Compile fallocate.c, fallocate64.c, and
51953         sync_file_range.c with -fexceptions.
51954         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
51955         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
51956         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
51957         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
51958         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
51959         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
51960         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
51961         sync_file_range as cancellation point
51962         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
51963         now a wrapper around __call_sync_file_range with cancellation handling.
51964         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
51965         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
51966         function name to __call_sync_file_range.
51967         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
51968         Add call_sync_file_range.
51969
51970 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51971
51972         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51973         bits/timex.h.
51974
51975 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51976
51977         * iconv/iconv.h: Fix typo in comment.
51978         * io/fcntl.h: Likewise.
51979         * libio/stdio.h: Likewise.
51980         * posix/spawn.h: Likewise.
51981         * posix/unistd.h: Likewise.
51982         * stdlib/stdlib.h: Likewise.
51983         * time/time.h: Likewise.
51984         * wcsmbs/wchar.h: Likewise.
51985
51986         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
51987         open_by_handle): Add.
51988         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
51989         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
51990         Augment a few comments.
51991         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51992         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51993         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51994         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51995         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51996         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
51997         open_by_handle.
51998
51999         * io/fcntl.h (AT_EMPTY_PATH): Define.
52000
52001 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52002
52003         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52004         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52005         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52006         to...
52007         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52008         * Versions.def: Add GLIBC_2.14.
52009         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52010         Export.
52011
52012 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52013
52014         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52015         round counter.
52016         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52017
52018 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52019
52020         [BZ #12597]
52021         * string/test-strncmp.c (do_page_test): New function.
52022         (check2): Likewise.
52023         (test_main): Call check2.
52024         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52025
52026 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52027
52028         [BZ #12587]
52029         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52030         Handle cache information in CPU leaf 4.
52031         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52032
52033 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52034
52035         [BZ #12583]
52036         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52037         character representation.
52038         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52039
52040 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52041
52042         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52043         END(__isnan) to END(__isnanf) to match function entry point/label
52044         EALIGN(__isnanf,...).
52045
52046 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52047
52048         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52049
52050 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52051
52052         [BZ #12510]
52053         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52054         copy from the symbol referenced in the relocation to initialize the
52055         used variable.
52056         Patch by Piotr Bury <pbury@goahead.com>.
52057         * elf/Makefile: Add rules to build and tst-unique3.
52058         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52059         * elf/tst-unique3.cc: New file.
52060         * elf/tst-unique3.h: New file.
52061         * elf/tst-unique3lib.cc: New file.
52062         * elf/tst-unique3lib2.cc: New file.
52063
52064         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52065
52066 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52067
52068         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52069         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52070         to _start.
52071
52072 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52073
52074         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52075         to-be-loaded object along a path to loader is ld.so.
52076
52077 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52078             Ulrich Drepper  <drepper@gmail.com>
52079
52080         * sysdeps/x86_64/memset.S: After aligning destination, code
52081         branches to different locations depending on the value of
52082         misalignment, when multiarch is enabled. Fix this.
52083
52084 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52085
52086         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52087         Set _x86_64_preferred_memory_instruction for AMD processsors.
52088         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52089         Set bit_Prefer_SSE_for_memop for AMD processors.
52090
52091 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52092
52093         * libio/fmemopen.c (fmemopen): Optimize a bit.
52094
52095 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52096
52097         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52098
52099 2011-03-03  Roland McGrath  <roland@redhat.com>
52100
52101         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52102
52103 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52104
52105         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52106         __bzero_ultra1 instead of __memset_ultra1.
52107
52108 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52109             Ulrich Drepper  <drepper@gmail.com>
52110
52111         [BZ #12509]
52112         * include/link.h (struct link_map): Add l_orig_initfini.
52113         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52114         returning unsuccessfully.
52115         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52116         close of a file loaded at startup, restore the original l_initfini
52117         list.
52118         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52119         list, store the pointer.
52120         * elf/Makefile ($(objpfx)noload-mem): New rule.
52121         (noload-ENV): Define.
52122         (tests): Add $(objpfx)noload-mem.
52123         * elf/noload.c: Include <memcheck.h>.
52124         (main): Call mtrace.  Close all opened handles.
52125
52126 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52127
52128         [BZ #12454]
52129         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52130         dependencies are missing.
52131
52132 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52133
52134         Fix __if_freereq crash: Unlike the generic version which uses free,
52135         Hurd needs munmap.
52136         * sysdeps/mach/hurd/ifreq.h: New file.
52137
52138 2011-01-27  Petr Baudis  <pasky@suse.cz>
52139             Ulrich Drepper  <drepper@gmail.com>
52140
52141         [BZ 12445]#
52142         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52143         to extend_alloca().
52144         * stdio-common/bug23.c: New file.
52145         * stdio-common/Makefile (tests): Add bug23.
52146
52147 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52148             Ulrich Drepper  <drepper@gmail.com>
52149
52150         [BZ #12489]
52151         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52152         before performing relro protection.  At old place add assertion
52153         to make sure nothing changed.
52154
52155 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52156             Glauber de Oliveira Costa  <glommer@gmail.com>
52157
52158         * elf/elf.h: Add new ARM TLS relocs.
52159
52160 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52161
52162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52163         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52164         cast from r3.
52165         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52166         'tests' variable.
52167         * sysdeps/wordsize-64/tst-writev.c: New file.
52168
52169 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52170
52171         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52172         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52173         insns in _dl_start to prevent a TOC reference before relocs are
52174         resolved.
52175
52176 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52177
52178         [BZ #12469]
52179         * Makeconfig: Remove RANLIB definition.
52180         * Makerules: Don't use RANLIB.
52181         * aclocal.m4: Remove ranlib test.
52182         * configure.in: No need to check for ranlib.
52183         * elf/rtld-Rules: Don't use RANLIB.
52184
52185 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52186
52187         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52188         protection macro.
52189         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52190         inclusion protection macro.
52191
52192         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52193         SIGRTMIN and SIGRTMAX and print information in that case only when
52194         SIGRTMIN is defined.
52195
52196 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52197
52198         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52199         arginfo fn returning -1.
52200
52201         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52202         and thousands string is zero terminated.
52203
52204 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52205
52206         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52207         sysdeps/unix/sysv/linux/bits/socket.h.
52208
52209 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52210
52211         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52212         (__CPU_COUNT): Remove old macros.
52213         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52214         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52215         (__CPU_ALLOC, __CPU_FREE): Add macros.
52216         (__sched_cpualloc, __sched_cpufree): Add declarations.
52217
52218 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52219
52220         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52221         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52222         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52223         (readdhstai): Return value of addhstaiX call.
52224         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52225         (addgrbyX): Return value returned by cache_addgr.
52226         (readdgrbyname): Return value returned by addgrbyX.
52227         (readdgrbygid): Likewise.
52228         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52229         (addpwbyX): Return value returned by cache_addpw.
52230         (readdpwbyname): Return value returned by addhstbyX.
52231         (readdpwbyuid): Likewise.
52232         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52233         (addservbyX): Return value returned by cache_addserv.
52234         (readdservbyname): Return value returned by addservbyX:
52235         (readdservbyport): Likewise.
52236         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52237         (addhstbyX): Return value returned by cache_addhst.
52238         (readdhstbyname): Return value returned by addhstbyX.
52239         (readdhstbyaddr): Likewise.
52240         (readdhstbynamev6): Likewise.
52241         (readdhstbyaddrv6): Likewise.
52242         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52243         (readdinitgroups): Return value returned by addinitgroupsX.
52244         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52245         (prune_cache): Keep track of timeout value of re-added entries.
52246         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52247         * nscd/nscd.h: Adjust prototypes of readd* functions.
52248
52249 2011-02-04  Roland McGrath  <roland@redhat.com>
52250
52251         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52252         (nis_stats): Likewise.
52253         * nis/nis_modify.c (nis_modify): Likewise.
52254         * nis/nis_remove.c (nis_remove): Likewise.
52255         * nis/nis_add.c (nis_add): Likewise.
52256
52257         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52258
52259         * posix/fnmatch_loop.c: Add some consts.
52260
52261         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52262
52263 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52264
52265         [BZ #12460]
52266         * config.make.in (config-cflags-novzeroupper): Define.
52267         * configure.in: Substitute libc_cv_cc_novzeroupper.
52268         * elf/Makefile (AVX-CFLAGS): Define.
52269         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52270         (CFLAGS-tst-auditmod4a.c): Likewise.
52271         (CFLAGS-tst-auditmod4b.c): Likewise.
52272         (CFLAGS-tst-auditmod6b.c): Likewise.
52273         (CFLAGS-tst-auditmod6c.c): Likewise.
52274         (CFLAGS-tst-auditmod7b.c): Likewise.
52275         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52276
52277 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52278
52279         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52280         function to the callback.
52281         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52282
52283 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52284
52285         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52286         of errno.
52287
52288 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52289
52290         [BZ #11724]
52291         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52292         of constructors.
52293         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52294         of destructors.
52295         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52296
52297         [BZ #11724]
52298         * elf/Makefile: Add rules to build and run new test.
52299         * elf/tst-initorder.c: New file.
52300         * elf/tst-initorder.exp: New file.
52301         * elf/tst-initordera1.c: New file.
52302         * elf/tst-initordera2.c: New file.
52303         * elf/tst-initordera3.c: New file.
52304         * elf/tst-initordera4.c: New file.
52305         * elf/tst-initorderb1.c: New file.
52306         * elf/tst-initorderb2.c: New file.
52307         * elf/tst-order-a1.c: New file.
52308         * elf/tst-order-a2.c: New file.
52309         * elf/tst-order-a3.c: New file.
52310         * elf/tst-order-a4.c: New file.
52311         * elf/tst-order-b1.c: New file.
52312         * elf/tst-order-b2.c: New file.
52313         * elf/tst-order-main.c: New file.
52314         New test case by George Gensure <werkt0@gmail.com>.
52315
52316 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52317
52318         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52319         decoding ACE if AI_CANONIDN.
52320
52321 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52322
52323         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52324
52325 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52326
52327         * version.h (RELEASE): Bump for 2.13 release.
52328         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52329
52330         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52331
52332         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52333         MADV_NOHUGEPAGE.
52334         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52335         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52336         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52337         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52338         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52339         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52340
52341         * posix/getconf.c: Update copyright year.
52342         * catgets/gencat.c: Likewise.
52343         * csu/version.c: Likewise.
52344         * debug/catchsegv.sh: Likewise.
52345         * debug/xtrace.sh: Likewise.
52346         * elf/ldconfig.c: Likewise.
52347         * elf/ldd.bash.in: Likewise.
52348         * elf/sprof.c (print_version): Likewise.
52349         * iconv/iconv_prog.c: Likewise.
52350         * iconv/iconvconfig.c: Likewise.
52351         * locale/programs/locale.c: Likewise.
52352         * locale/programs/localedef.c: Likewise.
52353         * malloc/memusage.sh: Likewise.
52354         * malloc/mtrace.pl: Likewise.
52355         * nscd/nscd.c (print_version): Likewise.
52356         * nss/getent.c: Likewise.
52357
52358         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52359         PF_CAIF, and PF_ALG.
52360         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52361
52362 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52363
52364         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52365         (modules-names): Use them.
52366         (ifunc-test-modules, ifunc-pie-tests): Define.
52367         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52368         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52369         (test-extras): Likewise.
52370         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52371         $(compile-command.c).
52372         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52373         (all-built-dso): Define.
52374         (check-textrel.out, check-execstack.out): Depend on it.
52375
52376         * configure.in: Don't override --enable-multi-arch.
52377
52378 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52379
52380         [BZ #6812]
52381         * nscd/hstcache.c (tryagain): Define.
52382         (cache_addhst): Return tryagain not notfound for temporary errors.
52383         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52384         failed.
52385
52386 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52387
52388         [BZ #10563]
52389         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52390         to make the syscall.
52391         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52392
52393         [BZ #12378]
52394         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52395         and fall back to matching as normal character if the string ends before
52396         the matching ']' is found.  This is what POSIX requires.
52397         * posix/testfnm.c: Adjust test result.
52398         * posix/globtest.sh: Adjust test result.  Add new test.
52399         * posix/tst-fnmatch.input: Likewise.
52400         * posix/tst-fnmatch2.c: Add new test.
52401
52402 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52403
52404         * elf/Makefile (check-execstack): Revert last change.  Depend on
52405         check-execstack.h.
52406         (check-execstack.h): New target.
52407         (generated): Add check-execstack.h.
52408         * elf/check-execstack.c: Include "check-execstack.h".
52409         (main): Revert last change.
52410         (handle_file): Return zero if GNU_STACK is absent and
52411         DEFAULT_STACK_PERMS doesn't include PF_X.
52412
52413 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52414
52415         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52416         in child fails because the descriptor is already closed.
52417         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52418         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52419         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52420
52421         [BZ #12397]
52422         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52423         syscall.
52424
52425         [BZ #10484]
52426         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52427         temporary buffer used to handle multi lookups locally.
52428         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52429
52430 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52431
52432         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52433         loader is ld.so.
52434
52435 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52436
52437         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52438         alignment for SSE2.
52439
52440 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52441
52442         [BZ #12394]
52443         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52444         characters.  When rounding increased number of integer digits recompute
52445         number of groups.
52446         * stdio-common/tst-grouping.c: New file.
52447         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52448
52449 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52450
52451         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52452         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52453
52454         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52455         void.
52456         * bits/select.h: Likewise.
52457
52458 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52459
52460         * po/ja.po: Update from translation team.
52461
52462 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52463
52464         [BZ #11155]
52465         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52466         implementation just like for lxstat, fxstatat, et al.
52467
52468 2010-12-27  Jim Meyering  <meyering@redhat.com>
52469
52470         [BZ #12348]
52471         * posix/regexec.c (build_trtable): Return failure indication upon
52472         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52473
52474 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52475
52476         [BZ #12201]
52477         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52478         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52479         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52480         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52481
52482         [BZ #12207]
52483         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52484
52485         [BZ #12204]
52486         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52487         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52488
52489 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52490
52491         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52492         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52493         script has SORT_BY_INIT_PRIORITY.
52494         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52495         NO_CTORS_DTORS_SECTIONS is defined.
52496         * elf/soinit.c: Likewise.
52497         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52498         NO_CTORS_DTORS_SECTIONS is defined.
52499         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52500         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52501         * sysdeps/sh/init-first.c: Likewise.
52502         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52503
52504 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52505
52506         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52507         always use the slow path.
52508
52509 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52510
52511         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52512         similar rule which adds the sysdep directories to the header search in
52513         order to pick up the correct platform stackinfo.h.
52514         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52515         perform test if it is, otherwise return successfully without testing.
52516         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52517         DEFAULT_STACK_PERMS define in stackinfo.h.
52518         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52519         defined in stackinfo.h.
52520         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52521         DEFAULT_STACK_PERMS defined in stackinfo.h.
52522         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52523         * sysdeps/ia64/stackinfo.h: Likewise.
52524         * sysdeps/s390/stackinfo.h: Likewise.
52525         * sysdeps/sh/stackinfo.h: Likewise.
52526         * sysdeps/sparc/stackinfo.h: Likewise.
52527         * sysdeps/x86_64/stackinfo.h: Likewise.
52528         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52529         PF_X for powerpc64.  Retain PF_X for powerpc32.
52530
52531 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52532
52533         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52534         accurately.
52535         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52536         GETDENTS_64BIT_ALIGNED.
52537
52538 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52539
52540         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52541
52542 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52543
52544         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52545         _GNU_SOURCE.
52546
52547         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52548         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52549         Remove __restrict.
52550         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52551         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52552
52553 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52554
52555         [BZ #11655]
52556         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52557         are initialized.
52558
52559 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52560
52561         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52562
52563 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52564
52565         * po/it.po: Update from translation team.
52566
52567 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52568
52569         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52570         unused codes.
52571
52572 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52573
52574         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52575
52576 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52577
52578         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52579         specially.
52580         (gaih_getanswer_slice): Likewise.
52581
52582 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52583
52584         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52585
52586 2010-05-31  Petr Baudis  <pasky@suse.cz>
52587
52588         [BZ #11149]
52589         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52590         silently even in the chroot mode.
52591
52592 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52593
52594         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52595         last patch a bit.  Pretty printing
52596
52597 2010-05-31  Petr Baudis <pasky@suse.cz>
52598
52599         [BZ #10085]
52600         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52601         initialization of skip_initgroups_dyn.
52602
52603 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52604
52605         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52606         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52607
52608 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52609
52610         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52611
52612 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52613
52614         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52615         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52616         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52617         ($(objpfx)tst-fnmatch-mem): New rule.
52618         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52619         * posix/tst-fnmatch.c (main): Call mtrace.
52620
52621 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52622
52623         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52624         Support Intel processor model 6 and model 0x2c.
52625
52626 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52627
52628         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52629           signed comparison.
52630
52631 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52632
52633         [BZ #12205]
52634         * string/test-strncasecmp.c (check_result): New function.
52635         (do_one_test): Use it.
52636         (check1): New function.
52637         (test_main): Use it.
52638         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52639         Support strcasecmp and strncasecmp.
52640
52641 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
52642
52643         [BZ #12194]
52644         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52645         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52646
52647 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
52648
52649         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52650         IFUNC support.
52651         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52652         memset-x86-64.
52653         * sysdeps/x86_64/multiarch/bzero.S: New file.
52654         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52655         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52656         * sysdeps/x86_64/multiarch/memset.S: New file.
52657         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52658         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52659         Set bit_Prefer_SSE_for_memop for Intel processors.
52660         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52661         Define.
52662         (index_Prefer_SSE_for_memop): Define.
52663         (HAS_PREFER_SSE_FOR_MEMOP): Define.
52664
52665 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
52666
52667         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52668         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52669
52670 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
52671
52672         [BZ #12191]
52673         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52674         (__x86_64_raw_data_cache_size_half): Likewise.
52675         (__x86_64_raw_shared_cache_size): Likewise.
52676         (__x86_64_raw_shared_cache_size_half): Likewise.
52677
52678         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52679         (__x86_64_raw_data_cache_size_half): Likewise.
52680         (__x86_64_raw_shared_cache_size): Likewise.
52681         (__x86_64_raw_shared_cache_size_half): Likewise.
52682         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52683         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52684         and __x86_64_raw_shared_cache_size_half.  Round
52685         __x86_64_data_cache_size_half, __x86_64_data_cache_size
52686         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52687         to multiple of 256 bytes.
52688
52689 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
52690
52691         [BZ #12167]
52692         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52693         of inacessible symlinks.  Verify result of symlink before returning it.
52694         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52695         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52696
52697 2010-10-28  Erich Ritz  <erichritz@gmail.com>
52698
52699         * math/math.h (isinf): Fix typo in comment.
52700
52701 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
52702
52703         * po/da.po: Update from translation team.
52704
52705 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
52706
52707         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52708         is added to the list.
52709
52710 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52711             Ulrich Drepper  <drepper@gmail.com>
52712
52713         * elf/dl-object.c (_dl_new_object): Don't append the new object to
52714         the global list here.  Move code to...
52715         (_dl_add_to_namespace_list): ...here.  New function.
52716         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52717         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52718         * elf/dl-load.c (lose): Don't remove the element from the list.
52719         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52720         (_dl_map_object): Likewise.
52721
52722 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
52723
52724         [BZ #12159]
52725         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52726         into all bytes of SSE register.
52727         Patch by Richard Li <richardpku@gmail.com>.
52728
52729 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
52730
52731         [BZ #12140]
52732         * malloc/malloc.c (_int_free): Fill correct number of bytes when
52733         perturbing.
52734
52735 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
52736
52737         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52738         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52739         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52740         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52742         submachine.
52743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
52744
52745 2010-10-22  Andreas Schwab  <schwab@redhat.com>
52746
52747         * include/dlfcn.h (__RTLD_SECURE): Define.
52748         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
52749         mode & __RTLD_SECURE instead.
52750         (open_path): Rename preloaded parameter to secure.
52751         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
52752         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
52753         * elf/dl-deps.c (openaux): Likewise.
52754         * elf/rtld.c (struct map_args): Remove is_preloaded.
52755         (map_doit): Don't use it.
52756         (dl_main): Likewise.
52757         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
52758         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
52759
52760 2010-09-09  Andreas Schwab  <schwab@redhat.com>
52761
52762         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
52763         (sysd-rules-targets): Remove duplicates.
52764         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
52765         rtld-%.$o dependency.
52766
52767 2010-10-18  Andreas Schwab  <schwab@redhat.com>
52768
52769         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
52770         _dl_map_object do it.
52771
52772 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
52773
52774         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
52775         fast fma builtins, define the macros in the C99 standard.
52776         (FP_FAST_FMAF): Likewise.
52777         (FP_FAST_FMAL): Likewise.
52778         * sysdeps/x86_64/bits/mathdef.h: Likewise.
52779
52780         * bits/mathdef.h: Update copyright year.
52781         * sysdeps/powerpc/bits/mathdef.h: Likewise.
52782
52783 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
52784
52785         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
52786         builtins, define the macros in the C99 standard.
52787         (FP_FAST_FMAF): Likewise.
52788         (FP_FAST_FMAL): Likewise.
52789         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
52790         multiply/add.
52791         (FP_FAST_FMAF): Likewise.
52792
52793 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
52794
52795         [BZ #3268]
52796         * math/libm-test.inc (fma_test): Some new testcases.
52797         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
52798         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
52799         y and infinite z.  Do multiplication by C already in long double.
52800         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
52801         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
52802         y and infinite z.  Do bitwise or of inexact bit into u.d.
52803         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
52804         * sysdeps/i386/fpu/s_fmaf.S: Removed.
52805         * sysdeps/i386/fpu/s_fma.S: Removed.
52806         * sysdeps/i386/fpu/s_fmal.S: Removed.
52807
52808 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
52809
52810         [BZ #3268]
52811         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
52812         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
52813         computation is not scheduled after fetestexcept.  Fix value
52814         of minimum denormal long double.
52815
52816 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
52817
52818         [BZ #3268]
52819         * math/libm-test.inc (fma_test): Add some more tests.
52820         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
52821         correctly.
52822
52823 2010-10-15  Andreas Schwab  <schwab@redhat.com>
52824
52825         * scripts/data/localplt-s390-linux-gnu.data: New file.
52826         * scripts/data/localplt-s390x-linux-gnu.data: New file.
52827
52828 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
52829
52830         [BZ #3268]
52831         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
52832         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
52833         instead of dbl-64.
52834         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
52835         inlines.
52836         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
52837         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
52838         if one of x and y is very large and the other is subnormal.
52839         * sysdeps/s390/fpu/s_fmaf.c: New file.
52840         * sysdeps/s390/fpu/s_fma.c: New file.
52841         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
52842         * sysdeps/powerpc/fpu/s_fma.S: New file.
52843         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
52844         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
52845         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
52846
52847 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
52848
52849         [BZ #3268]
52850         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
52851         fma tests.
52852         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
52853         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
52854         * sysdeps/i386/i686/multiarch/s_fma.c: Include
52855         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
52856         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
52857         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
52858         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
52859
52860 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
52861
52862         [BZ #12078]
52863         * posix/regcomp.c (parse_branch): One more memory leak plugged.
52864         * posix/bug-regex31.input: Add test case.
52865
52866 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52867
52868         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
52869         * posix/bug-regex31.input: New file.
52870
52871         [BZ #12078]
52872         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
52873         (parse_sub_exp): Fix last change, use postorder.
52874
52875         * posix/bug-regex31.c: New file.
52876         * posix/Makefile: Add rules to build and run bug-regex31.
52877
52878         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
52879
52880         [BZ #12078]
52881         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
52882
52883         [BZ #12108]
52884         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
52885         to have entries in sys_siglist.
52886
52887         [BZ #12093]
52888         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
52889         be NULL.
52890
52891 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
52892
52893         [BZ #3268]
52894         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
52895         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
52896         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
52897         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
52898         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52899         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
52900         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
52901         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
52902         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
52903         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
52904         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
52905         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
52906         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
52907         * math/ftestexcept.c (fetestexcept): Likewise.
52908         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
52909         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
52910         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
52911         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
52912         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
52913         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
52914         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
52915
52916 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52917
52918         [BZ #12107]
52919         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
52920         newline.
52921
52922 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
52923
52924         * string/bug-strstr1.c: New file.
52925         * string/Makefile: Add rules to build and run bug-strstr1.
52926
52927 2010-10-05  Eric Blake  <eblake@redhat.com>
52928
52929         [BZ #12092]
52930         * string/str-two-way.h (two_way_long_needle): Always clear memory
52931         when skipping input due to the shift table.
52932
52933 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
52934
52935         [BZ #12005]
52936         * malloc/mcheck.c: Handle large requests.
52937
52938         [BZ #12077]
52939         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
52940         for strncmp and strncasecmp.
52941         * string/stratcliff.c: Add tests for strcmp and strncmp.
52942         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
52943
52944 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
52945
52946         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
52947         __set_fpscr.
52948
52949 2010-09-30  Andreas Jaeger  <aj@suse.de>
52950
52951         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
52952         (CGROUP_SUPER_MAGIC): Define.
52953         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52954         Handle btrfs and cgroup file systems.
52955         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
52956         Likewise.
52957
52958 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
52959
52960         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
52961         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
52962
52963 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52964
52965         [BZ #12067]
52966         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
52967         trying to locate the ELF header.
52968
52969 2010-09-27  Andreas Schwab  <schwab@redhat.com>
52970
52971         [BZ #11611]
52972         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
52973         Mask out sign-bit copies when constructing f_fsid.
52974
52975 2010-09-24  Petr Baudis <pasky@suse.cz>
52976
52977         * debug/stack_chk_fail_local.c: Add missing licence exception.
52978         * debug/warning-nop.c: Likewise.
52979
52980 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
52981
52982         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
52983         implementing getdents64 using getdents syscall, set d_type if
52984         __ASSUME_GETDENTS32_D_TYPE.
52985
52986 2010-09-16  Andreas Schwab  <schwab@redhat.com>
52987
52988         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
52989         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
52990
52991 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
52992
52993         [BZ #12037]
52994         * posix/unistd.h: Undo change of feature selection for ftruncate from
52995         2010-01-11.
52996
52997 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
52998
52999         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53000         detection.
53001
53002 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53003
53004         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53005         fanotify_mark.
53006         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53007
53008 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53009
53010         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53011         variables after CHECK_SP call.
53012         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53013
53014 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53015             Ulrich Drepper  <drepper@redhat.com>
53016
53017         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53018         re-relocationg ld.so.
53019         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53020         _dl_init_paths call.
53021         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53022         here anymore.
53023
53024 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53025
53026         * resolv/res_init.c (__res_vinit): Count the default server we added.
53027
53028 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53029             Ulrich Drepper  <drepper@redhat.com>
53030
53031         [BZ #11968]
53032         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53033         (____longjmp_chk): Use %ebx for saving value across system call.
53034         Add unwind info.
53035
53036 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53037
53038         * manual/Makefile: Don't mix pattern rules with normal rules.
53039
53040 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53041
53042         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53043         operation.
53044         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53045         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53046         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53047         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53048         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53049         Likewise.
53050
53051 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53052
53053         [BZ #11979]
53054         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53055         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53056
53057 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53058
53059         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53060         * sysdeps/x86_64/addmul_1.S: Likewise.
53061         * sysdeps/x86_64/lshift.S: Likewise.
53062         * sysdeps/x86_64/mul_1.S: Likewise.
53063         * sysdeps/x86_64/rshift.S: Likewise.
53064         * sysdeps/x86_64/sub_n.S: Likewise.
53065         * sysdeps/x86_64/submul_1.S: Likewise.
53066
53067 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53068
53069         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53070         Define __sched_param instead of SCHED_* and sched_param when
53071         <bits/sched.h> is included with __need_schedparam defined.
53072         * bits/sched.h [__need_schedparam]
53073         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53074         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53075         (__defined_schedparam): Define to 1.
53076         (__sched_param): New structure, identical to sched_param.
53077         (__need_schedparam): Undefine.
53078
53079 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53080
53081         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53082         (epoll_create1): Declare.
53083
53084         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53085
53086 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53087
53088         [BZ #7066]
53089         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53090         shifting retval into place.
53091
53092 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53093
53094         * nis/rpcsvc/nis.h: Update copyright notice.
53095         * nis/rpcsvc/nis.x: Likewise.
53096         * nis/rpcsvc/nis_callback.h: Likewise.
53097         * nis/rpcsvc/nis_callback.x: Likewise.
53098         * nis/rpcsvc/nis_object.x: Likewise.
53099         * nis/rpcsvc/nis_tags.h: Likewise.
53100         * nis/rpcsvc/yp.h: Likewise.
53101         * nis/rpcsvc/yp.x: Likewise.
53102         * nis/rpcsvc/ypupd.h: Likewise.
53103         * nis/yp_xdr.c: Likewise.
53104         * nis/ypupdate_xdr.c: Likewise.
53105
53106         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53107         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53108         (pmap_getport): Use __libc_rpc_getport.
53109         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53110         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53111         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53112
53113 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53114
53115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53116         fanotify_mark.
53117
53118 2010-08-27  Roland McGrath  <roland@redhat.com>
53119
53120         * sysdeps/i386/i686/multiarch/Makefile
53121         (CFLAGS-varshift.c): New variable.
53122
53123 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53124
53125         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53126         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53127
53128         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53129
53130         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53131
53132 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53133
53134         * sysdeps/x86_64/strlen.S: Unroll the loop.
53135         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53136         strlen-sse2 strlen-sse2-bsf.
53137         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53138         __strlen_no_bsf if bit_Slow_BSF is set.
53139         (__strlen_sse42): Removed.
53140         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53141         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53142
53143 2010-08-25  Roland McGrath  <roland@redhat.com>
53144
53145         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53146         * sysdeps/x86_64/multiarch/varshift.c: New file.
53147         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53148         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53149         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53150         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53151
53152 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53153
53154         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53155         strlen-sse2 strlen-sse2-bsf.
53156         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53157         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53158         (__strlen_sse2): Removed.
53159         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53160         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53161         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53162         bit_Slow_BSF for Atom.
53163         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53164         (index_Slow_BSF): Define.
53165         (HAS_SLOW_BSF): Define.
53166
53167 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53168
53169         [BZ #10851]
53170         * resolv/res_init.c (__res_vinit): When no server address at all
53171         is given default to loopback.
53172
53173 2010-08-24  Roland McGrath  <roland@redhat.com>
53174
53175         * configure.in: Remove config-name.h generation.
53176         * configure: Regenerated.
53177         * config-name.in: File removed.
53178         * scripts/config-uname.sh: New file.
53179         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53180         ($(objdir)config-name.h): New target.
53181
53182         * sunrpc/rpc_parse.h: Avoid nested comment.
53183
53184 2010-08-24  Richard Henderson  <rth@redhat.com>
53185             Ulrich Drepper  <drepper@redhat.com>
53186             H.J. Lu  <hongjiu.lu@intel.com>
53187
53188         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53189         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53190         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53191         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53192         _mm_alignr_epi8 with _mm_loadu_si128.
53193         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53194         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53195         (__m128i_shift_right): Removed.
53196         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53197         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53198         * sysdeps/x86_64/multiarch/varshift.h: New file.
53199         * sysdeps/x86_64/multiarch/varshift.S: New file.
53200
53201 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53202
53203         * configure.in: Move assembler checks to before sysdep dir checking.
53204
53205 2010-08-20  Petr Baudis  <pasky@suse.cz>
53206
53207         * LICENSES: Sync the sunrpc license.
53208
53209 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53210
53211         * sunrpc/auth_des.c: Update copyright notice once again.
53212         * sunrpc/auth_none.c: Likewise.
53213         * sunrpc/auth_unix.c: Likewise.
53214         * sunrpc/authdes_prot.c: Likewise.
53215         * sunrpc/authuxprot.c: Likewise.
53216         * sunrpc/bindrsvprt.c: Likewise.
53217         * sunrpc/clnt_gen.c: Likewise.
53218         * sunrpc/clnt_perr.c: Likewise.
53219         * sunrpc/clnt_raw.c: Likewise.
53220         * sunrpc/clnt_simp.c: Likewise.
53221         * sunrpc/clnt_tcp.c: Likewise.
53222         * sunrpc/clnt_udp.c: Likewise.
53223         * sunrpc/clnt_unix.c: Likewise.
53224         * sunrpc/des_crypt.c: Likewise.
53225         * sunrpc/des_soft.c: Likewise.
53226         * sunrpc/get_myaddr.c: Likewise.
53227         * sunrpc/getrpcport.c: Likewise.
53228         * sunrpc/key_call.c: Likewise.
53229         * sunrpc/key_prot.c: Likewise.
53230         * sunrpc/openchild.c: Likewise.
53231         * sunrpc/pm_getmaps.c: Likewise.
53232         * sunrpc/pm_getport.c: Likewise.
53233         * sunrpc/pmap_clnt.c: Likewise.
53234         * sunrpc/pmap_prot.c: Likewise.
53235         * sunrpc/pmap_prot2.c: Likewise.
53236         * sunrpc/pmap_rmt.c: Likewise.
53237         * sunrpc/rpc/auth.h: Likewise.
53238         * sunrpc/rpc/auth_unix.h: Likewise.
53239         * sunrpc/rpc/clnt.h: Likewise.
53240         * sunrpc/rpc/des_crypt.h: Likewise.
53241         * sunrpc/rpc/key_prot.h: Likewise.
53242         * sunrpc/rpc/netdb.h: Likewise.
53243         * sunrpc/rpc/pmap_clnt.h: Likewise.
53244         * sunrpc/rpc/pmap_prot.h: Likewise.
53245         * sunrpc/rpc/pmap_rmt.h: Likewise.
53246         * sunrpc/rpc/rpc.h: Likewise.
53247         * sunrpc/rpc/rpc_des.h: Likewise.
53248         * sunrpc/rpc/rpc_msg.h: Likewise.
53249         * sunrpc/rpc/svc.h: Likewise.
53250         * sunrpc/rpc/svc_auth.h: Likewise.
53251         * sunrpc/rpc/types.h: Likewise.
53252         * sunrpc/rpc/xdr.h: Likewise.
53253         * sunrpc/rpc_clntout.c: Likewise.
53254         * sunrpc/rpc_cmsg.c: Likewise.
53255         * sunrpc/rpc_common.c: Likewise.
53256         * sunrpc/rpc_cout.c: Likewise.
53257         * sunrpc/rpc_dtable.c: Likewise.
53258         * sunrpc/rpc_hout.c: Likewise.
53259         * sunrpc/rpc_main.c: Likewise.
53260         * sunrpc/rpc_parse.c: Likewise.
53261         * sunrpc/rpc_parse.h: Likewise.
53262         * sunrpc/rpc_prot.c: Likewise.
53263         * sunrpc/rpc_sample.c: Likewise.
53264         * sunrpc/rpc_scan.c: Likewise.
53265         * sunrpc/rpc_scan.h: Likewise.
53266         * sunrpc/rpc_svcout.c: Likewise.
53267         * sunrpc/rpc_tblout.c: Likewise.
53268         * sunrpc/rpc_util.c: Likewise.
53269         * sunrpc/rpc_util.h: Likewise.
53270         * sunrpc/rpcinfo.c: Likewise.
53271         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53272         * sunrpc/rpcsvc/key_prot.x: Likewise.
53273         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53274         * sunrpc/rpcsvc/mount.x: Likewise.
53275         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53276         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53277         * sunrpc/rpcsvc/rex.x: Likewise.
53278         * sunrpc/rpcsvc/rstat.x: Likewise.
53279         * sunrpc/rpcsvc/rusers.x: Likewise.
53280         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53281         * sunrpc/rpcsvc/spray.x: Likewise.
53282         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53283         * sunrpc/rtime.c: Likewise.
53284         * sunrpc/svc.c: Likewise.
53285         * sunrpc/svc_auth.c: Likewise.
53286         * sunrpc/svc_authux.c: Likewise.
53287         * sunrpc/svc_raw.c: Likewise.
53288         * sunrpc/svc_run.c: Likewise.
53289         * sunrpc/svc_simple.c: Likewise.
53290         * sunrpc/svc_tcp.c: Likewise.
53291         * sunrpc/svc_udp.c: Likewise.
53292         * sunrpc/svc_unix.c: Likewise.
53293         * sunrpc/svcauth_des.c: Likewise.
53294         * sunrpc/xcrypt.c: Likewise.
53295         * sunrpc/xdr.c: Likewise.
53296         * sunrpc/xdr_array.c: Likewise.
53297         * sunrpc/xdr_float.c: Likewise.
53298         * sunrpc/xdr_mem.c: Likewise.
53299         * sunrpc/xdr_rec.c: Likewise.
53300         * sunrpc/xdr_ref.c: Likewise.
53301         * sunrpc/xdr_sizeof.c: Likewise.
53302         * sunrpc/xdr_stdio.c: Likewise.
53303
53304         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53305         handling.
53306
53307 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53308
53309         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53310
53311 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53312
53313         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53314         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53315         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53316         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53317         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53318         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53319         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53320         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53321         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53322         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53323         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53324         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53325         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53326         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53327
53328 2010-07-26  Anton Blanchard  <anton@samba.org>
53329
53330         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53331         * malloc/arena.c (heap_trim): Likewise.
53332
53333 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53334
53335         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53336         here.  Not...
53337         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53338         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53339
53340 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53341
53342         * sysdeps/i386/elf/Makefile: New file.
53343
53344 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53345
53346         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53347         from fanotify_init.
53348         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53349         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53350
53351 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53352
53353         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53354         of strncasecmp_l.
53355         * sysdeps/multiarch/strcmp.S: Likewise.
53356
53357 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53358
53359         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53360         strncase_l-nonascii.
53361         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53362         Add strncase_l-ssse3.
53363         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53364         * sysdeps/x86_64/strcmp.S: Likewise.
53365         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53366         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53367         * sysdeps/x86_64/strncase.S: New file.
53368         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53369         * sysdeps/x86_64/strncase_l.S: New file.
53370         * string/Makefile (strop-tests): Add strncasecmp.
53371         * string/test-strncasecmp.c: New file.
53372
53373         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53374         warning.
53375
53376         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53377         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53378
53379 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53380
53381         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53382
53383 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53384
53385         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53386         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53387         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53388
53389 2010-05-01  Alan Modra  <amodra@gmail.com>
53390
53391         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53392         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53393         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53394         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53395         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53396         tidying.  Don't tail-call __sigjmp_save for static lib.
53397         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53398         save location.
53399         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53400         (CALL_MCOUNT): Add eh info, and nop after bl.
53401         (TAIL_CALL_SYSCALL_ERROR): New macro.
53402         (PSEUDO_RET): Use it.
53403         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53404         Correct save location of integer regs and cr.
53405         (_dl_profile_resolve): Correct cr save location.  Delete nops
53406         after bl when SHARED.  Reduce cfi size a little by better
53407         placement of cfi directives.
53408         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53409         make a stack frame.  Instead use parm save area as a temp.
53410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53411         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53413         Don't make a stack frame for parent, use parm save area.
53414         Increase child stack frame to 112 bytes.  Don't save unused reg,
53415         and adjust reg usage.  Set up cfi on error recovery and
53416         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53418         (__makecontext): Add dummy nop after jump to exit.
53419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53420         Use correct parm save area and cr save, reduce stack frame.
53421         Correct cfi for possible PSEUDO_RET frame setup.
53422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53423         Branch to local label emitted by PSEUDO_RET rather than
53424         __syscall_error.
53425
53426 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53427
53428         [BZ #11904]
53429         * locale/programs/locale.c (print_assignment): New function.
53430         (show_locale_vars): Use it.
53431
53432 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53433
53434         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53435         field.
53436         (struct statfs64): Likewise.
53437         (_STATFS_F_FLAGS): Define.
53438         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53439         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53440         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53441         (ST_VALID): Define locally.
53442         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53443         __statvfs_getflags, use the provided value.
53444         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53445         __ASSUME_STATFS_F_FLAGS.
53446
53447         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53448
53449         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53450         Add sys/fanotify.h.
53451         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53452         fanotify_mask for GLIBC_2.13.
53453         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53454         fanotify_init and fanotify_mark.
53455         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53456         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53457
53458         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53459         Add prlimit.
53460         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53461         prlimit64 for GLIBC_2.13.
53462         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53463         prlimit64.
53464         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53465         syscall.
53466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53467         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53468         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53469         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53470         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53471         add prlimit alias.
53472         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53473
53474         [BZ #11903]
53475         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53476         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53477
53478         * nss/Makefile: Add rules to build and run tst-nss-test1.
53479         * shlib-versions: Add entry for libnss_test1.
53480         * nss/nss_test1.c: New file.
53481         * nss/tst-nss-test1.c: New file.
53482
53483         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53484         (__nss_configure_lookup): Set appropriate entry in
53485         __nss_configure_lookup to true.
53486         * nss/nsswitch.h: Define enum with indeces of databases in
53487         databases and __nss_database_custom arrays.  Declare
53488         __nss_database_custom.
53489         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53490         to avoid using nscd when custom rules are installed.
53491         * nss/getXXbyYY_r.c: Likewise.
53492         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53493
53494         * nss/nss_files/files-parse.c: Whitespace fixes.
53495
53496 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53497
53498         [BZ #11883]
53499         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53500         * posix/fnmatch_loop.c: Likewise.
53501
53502 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53503
53504         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53505         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53506         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53507         * Versions.def [GLIBC_2.13]: Add.
53508
53509 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53510
53511         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53512         Also fail if tpwd after pwuid call is NULL.
53513
53514 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53515
53516         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53517         when converting to ms.
53518
53519 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53520
53521         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53522         EOPNOTSUPP errors with ENOTTY.
53523         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53524         EOPNOTSUPP errors with ENOTTY.
53525
53526 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53527
53528         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53529         Add strcasecmp_l-ssse3.
53530         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53531         strcasecmp.
53532         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53533         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53534         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53535
53536 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53537
53538         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53539
53540         * string/Makefile (strop-tests): Add strcasecmp.
53541         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53542         strcasecmp_l-nonascii.
53543         (gen-as-const-headers): Add locale-defines.sym.
53544         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53545         * sysdeps/x86_64/strcasecmp.S: New file.
53546         * sysdeps/x86_64/strcasecmp_l.S: New file.
53547         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53548         * sysdeps/x86_64/locale-defines.sym: New file.
53549         * string/test-strcasecmp.c: New file.
53550
53551         * string/test-strcasestr.c: Test both ends of the range of characters.
53552         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53553
53554 2010-07-29  Roland McGrath  <roland@redhat.com>
53555
53556         [BZ #11856]
53557         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53558
53559 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53560
53561         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53562         for ld.so.
53563
53564 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53565
53566         * manual/memory.texi (Malloc Tunable Parameters): Document
53567         M_PERTURB.
53568
53569 2010-07-26  Roland McGrath  <roland@redhat.com>
53570
53571         [BZ #11840]
53572         * configure.in (-fgnu89-inline check): Set and substitute
53573         gnu89_inline, not libc_cv_gnu89_inline.
53574         * configure: Regenerated.
53575         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53576
53577 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53578
53579         * string/test-strnlen.c: New file.
53580         * string/Makefile (strop-tests): Add strnlen.
53581         * string/tester.c (test_strnlen): Add a few more test cases.
53582         * string/tst-strlen.c: Better error reporting.
53583
53584         * sysdeps/x86_64/strnlen.S: New file.
53585
53586 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53587
53588         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53589         lower-latency instructions.
53590
53591 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53592
53593         * string/test-strcasestr.c: New file.
53594         * string/test-strstr.c: New file.
53595         * string/Makefile (strop-tests): Add strstr and strcasestr.
53596         * string/str-two-way.h: Don't undefine MAX.
53597         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53598
53599 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53600
53601         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53602         strcasestr-nonascii.
53603         (CFLAGS-strcasestr-nonascii.c): Define.
53604         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53605         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53606         Remove unused attribute.
53607
53608 2010-07-20  Roland McGrath  <roland@redhat.com>
53609
53610         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53611         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53612         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53613         like LD_HWCAP_MASK can disable hwcaps.
53614
53615 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53616
53617         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53618
53619 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53620
53621         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53622         call in strcasestr.
53623         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53624         __strcasestr_sse42_nonascii.
53625         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53626         strcasestr-nonascii.c.
53627         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53628
53629 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53630
53631         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53632         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53633         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53634         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53635
53636 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
53637
53638         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53639         fcntl.
53640
53641 2010-07-06  Andreas Schwab  <schwab@redhat.com>
53642
53643         [BZ #11577]
53644         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53645         dl_signal_cerror.
53646
53647 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
53648
53649         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53650         _PC_PIPE_BUF using F_GETPIPE_SZ.
53651
53652 2010-07-05  Roland McGrath  <roland@redhat.com>
53653
53654         * manual/arith.texi (Rounding Functions): Fix rint description
53655         implicit in round description.
53656
53657 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
53658
53659         * elf/Makefile: Fix linking for a few tests to make recent linker
53660         happy.
53661
53662 2010-06-30  Andreas Schwab  <schwab@redhat.com>
53663
53664         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53665         $(common-objpfx)libc_nonshared.a.
53666
53667 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
53668
53669         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53670         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53671         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53672         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53673         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53674         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53675         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53676         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53691         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53692         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53693         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53694         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53695         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53696         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53697         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53698         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53699         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53700         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53701         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53702         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53717
53718 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
53719
53720         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53721         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
53722         * string/memmove.c (memmove): Renamed to ...
53723         (MEMMOVE): ...this.  Default to memmove.
53724         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53725         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53726         (END_CHK): Define.
53727         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53728         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53729         mempcpy-ssse3-back memmove-ssse3-back.
53730         * sysdeps/x86_64/multiarch/bcopy.S: New file .
53731         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53732         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53733         * sysdeps/x86_64/multiarch/memcpy.S: New file.
53734         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53735         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53736         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53737         * sysdeps/x86_64/multiarch/memmove.c: New file.
53738         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53739         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53740         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53741         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53742         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
53743         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
53744         Define.
53745         (index_Fast_Copy_Backward): Define.
53746         (HAS_ARCH_FEATURE): Define.
53747         (HAS_FAST_REP_STRING): Define.
53748         (HAS_FAST_COPY_BACKWARD): Define.
53749
53750 2010-06-21  Andreas Schwab  <schwab@redhat.com>
53751
53752         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53753         Restore proper fallback handling.
53754
53755 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
53756
53757         [BZ #11701]
53758         * posix/group_member.c (__group_member): Correct checking loop.
53759
53760         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
53761         OOM in getpwuid_r correctly.  Return error number when the caller
53762         should return, otherwise -1.
53763         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
53764         call returning > 0 value.
53765         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
53766
53767 2010-06-07  Andreas Schwab  <schwab@redhat.com>
53768
53769         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
53770         libc_nonshared.a from targets in modules-names.
53771
53772 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
53773
53774         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
53775         requires it.
53776
53777 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
53778
53779         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
53780         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
53781         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
53782         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
53783
53784 2010-06-02  Andreas Schwab  <schwab@redhat.com>
53785
53786         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
53787
53788 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
53789
53790         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
53791         and F_GETPIPE_SZ.
53792         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53793         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53794         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53795         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53796         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53797         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
53798
53799 2010-06-14  Roland McGrath  <roland@redhat.com>
53800
53801         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
53802
53803 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
53804
53805         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
53806         __REDIRECT followed by __THROW.
53807         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
53808         * posix/getopt.h (getopt): Likewise.
53809
53810 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53811
53812         * hurd/lookup-at.c (__file_name_lookup_at): Accept
53813         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
53814         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
53815         in AT_FLAGS.
53816         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
53817         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
53818
53819 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
53820
53821         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
53822
53823 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
53824
53825         [BZ #11640]
53826         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53827         Properly check family and model.
53828
53829 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
53830
53831         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
53832
53833 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
53834
53835         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
53836
53837 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
53838
53839         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
53840         symbol reference.
53841
53842 2010-05-19  Andreas Schwab  <schwab@redhat.com>
53843
53844         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
53845         symbol reference.
53846
53847 2010-05-21  Andreas Schwab  <schwab@redhat.com>
53848
53849         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
53850         and internal_recvmmsg.
53851         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
53852         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
53853         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
53854         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
53855
53856         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
53857         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
53858         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
53859
53860 2010-05-20  Andreas Schwab  <schwab@redhat.com>
53861
53862         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
53863
53864 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
53865
53866         POWER7 optimizations.
53867         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
53868         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
53869
53870 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
53871
53872         * version.h: Update for 2.13 development version.
53873
53874 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
53875
53876         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
53877         exceptions.  Return 0.
53878
53879 2010-05-07  Roland McGrath  <roland@redhat.com>
53880
53881         * elf/ldconfig.c (main): Add a const.
53882
53883 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
53884
53885         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
53886         (args_options): Add no-idn option.
53887         (ahosts_keys_int): Add idn_flags to ai_flags.
53888         (parse_option): Handle 'i' option to clear idn_flags.
53889
53890         * malloc/malloc.c (_int_free): Possible race in the most recently
53891         added check.  Only act on the data if no current modification
53892         happened.
53893
53894 See ChangeLog.17 for earlier changes.